Update Distributed training.md

This commit is contained in:
William Falcon 2019-09-26 15:27:34 -04:00 committed by GitHub
parent e713e2e1e0
commit cefcf4cd12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -88,6 +88,9 @@ module avail
module load cuda-10.0
# ------------------------
# make sure you've loaded the latest cuda version on your system
module load gcc-9.1
$ pip install -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" ./
```