Upload apex-master/examples/simple/distributed/run.sh with huggingface_hub
Browse files
apex-master/examples/simple/distributed/run.sh
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/bash
|
| 2 |
+
python -m torch.distributed.launch --nproc_per_node=2 distributed_data_parallel.py
|