Skip to content

Commit

Permalink
Rename aiaccel.sif
Browse files Browse the repository at this point in the history
  • Loading branch information
KanaiYuma-aist committed Feb 7, 2025
1 parent fdc9804 commit 99c68d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/torch/MNIST/train.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ module load cuda/12.6/12.6.1

wd=path_to_working_directory

singularity exec --nv path_to_python.sif python -m aiaccel.torch.apps.train $wd/config.yaml --working_directory $wd
singularity exec --nv aiaccel.sif python -m aiaccel.torch.apps.train $wd/config.yaml --working_directory $wd
2 changes: 1 addition & 1 deletion examples/torch/MNIST/train_ddp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ module load cuda/12.6/12.6.1

wd=path_to_working_directory

singularity exec --nv path_to_python.sif python -m aiaccel.torch.apps.train $wd/config_ddp.yaml --working_directory $wd
singularity exec --nv aiaccel.sif python -m aiaccel.torch.apps.train $wd/config_ddp.yaml --working_directory $wd

0 comments on commit 99c68d6

Please sign in to comment.