From c9c9afa4720d9e38888241a4e9a9a76f5c3dfd67 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Tue, 8 May 2018 12:52:24 -0600 Subject: [PATCH] Remove the note about git-lfs --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index ce3020738..963921819 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,6 @@ $ 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