Deployed 25f5491 with MkDocs version: 1.0.4

This commit is contained in:
William Falcon
2019-07-21 07:32:26 -05:00
parent 10846e93a6
commit 9c6730ea84
3 changed files with 15 additions and 1 deletions
+14
View File
@@ -671,6 +671,20 @@ trainer = Trainer(gpus=[0,1,2,3,4,5,6,7], nb_gpu_nodes=12)
log_path='/some/path/to/save',
)
# OPTIONAL FLAGS WHICH MAY BE CLUSTER DEPENDENT
# which interface your nodes use for communication
cluster.add_command('export NCCL_SOCKET_IFNAME=^docker0,lo')
# see output of the NCCL connection process
# NCCL is how the nodes talk to each other
cluster.add_command('export NCCL_DEBUG=INFO')
# setting a master port here is a good idea.
cluster.add_command(f'export MASTER_PORT={PORT}')
# good to load the latest NCCL version
cluster.load_modules(['NCCL/2.4.7-1-cuda.10.0'])
# configure cluster
cluster.per_experiment_nb_nodes = 12
cluster.per_experiment_nb_gpus = 8
File diff suppressed because one or more lines are too long
BIN
View File
Binary file not shown.