cyd0806 commited on
Commit
b93f081
·
verified ·
1 Parent(s): 46989f0

Upload apex-master/tests/distributed/DDP/run_race_test.sh with huggingface_hub

Browse files
apex-master/tests/distributed/DDP/run_race_test.sh ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ CUDA_VISIBLE_DEVICES=0,1 python -m torch.distributed.launch --nproc_per_node=2 ddp_race_condition_test.py