Skip to content

Commit

Permalink
Renamed mnist_ddp_deepspeed.py -> mnist_deepspeed.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mvsjober committed Sep 2, 2022
1 parent 755b033 commit 2c5325c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion run-deepspeed-gpu4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion run-deepspeed-gpu8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2c5325c

Please sign in to comment.