Deployed b4c14a4 with MkDocs version: 1.0.4

This commit is contained in:
William Falcon
2019-08-07 08:03:37 -05:00
parent 343e3df1c0
commit 4e9d3fc53b
9 changed files with 47 additions and 16 deletions
+1 -1
View File
@@ -698,7 +698,7 @@ cluster.add_command('export NCCL_SOCKET_IFNAME=^docker0,lo')
cluster.add_command('export NCCL_DEBUG=INFO')
# setting a master port here is a good idea.
cluster.add_command(f'export MASTER_PORT={PORT}')
cluster.add_command('export MASTER_PORT=%r' % PORT)
# good to load the latest NCCL version
cluster.load_modules(['NCCL/2.4.7-1-cuda.10.0'])