From 2c5325c2314282ff7313ad8f00640dbb4ab6a363 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mats=20Sj=C3=B6berg?= Date: Fri, 2 Sep 2022 13:40:42 +0300 Subject: [PATCH] Renamed mnist_ddp_deepspeed.py -> mnist_deepspeed.py --- mnist_ddp_deepspeed.py => mnist_deepspeed.py | 0 run-deepspeed-gpu4.sh | 2 +- run-deepspeed-gpu8.sh | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename mnist_ddp_deepspeed.py => mnist_deepspeed.py (100%) diff --git a/mnist_ddp_deepspeed.py b/mnist_deepspeed.py similarity index 100% rename from mnist_ddp_deepspeed.py rename to mnist_deepspeed.py diff --git a/run-deepspeed-gpu4.sh b/run-deepspeed-gpu4.sh index 68c3959..24eb7bf 100755 --- a/run-deepspeed-gpu4.sh +++ b/run-deepspeed-gpu4.sh @@ -10,5 +10,5 @@ module purge module load pytorch -srun singularity_wrapper exec deepspeed mnist_ddp_deepspeed.py --epochs=100 \ +srun singularity_wrapper exec deepspeed mnist_deepspeed.py --epochs=100 \ --deepspeed --deepspeed_config ds_config.json diff --git a/run-deepspeed-gpu8.sh b/run-deepspeed-gpu8.sh index 9c4d71d..5b80279 100755 --- a/run-deepspeed-gpu8.sh +++ b/run-deepspeed-gpu8.sh @@ -11,5 +11,5 @@ module purge module load pytorch -srun python3 mnist_ddp_deepspeed.py --epochs=100 \ +srun python3 mnist_deepspeed.py --epochs=100 \ --deepspeed --deepspeed_config ds_config.json