Update Distributed training.md

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

View File

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