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