fix prints for py3.5

This commit is contained in:
Jiri BOROVEC
2019-08-06 22:45:46 +02:00
parent a8f07adfe9
commit 632d07b490
10 changed files with 17 additions and 15 deletions
+1 -1
View File
@@ -94,7 +94,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'])