Add note about installing git-lfs

This commit is contained in:
Greg Fitzgerald 2018-04-30 15:26:31 -06:00 committed by GitHub
parent 5c66bbde01
commit e6c3c215ab
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,10 @@ $ curl https://sh.rustup.rs -sSf | sh
$ source $HOME/.cargo/env
```
If you plan to run with GPU optimizations enabled (not recommended), you'll need a CUDA library stored in git LFS. Install git-lfs here:
https://git-lfs.github.com/
Now checkout the code from github:
```bash