From e6c3c215abb458393a36e7677ad64c5507a5d2b1 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Mon, 30 Apr 2018 15:26:31 -0600 Subject: [PATCH] Add note about installing git-lfs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0edec791a..7f4b4f24d 100644 --- a/README.md +++ b/README.md @@ -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