Skip to content

Commit

Permalink
wow
Browse files Browse the repository at this point in the history
  • Loading branch information
ioga committed Aug 2, 2024
1 parent e2dad14 commit 30af9f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/slurm/scripts/slurmcluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ while [[ $# -gt 0 ]]; do
MACHINE_TYPE=$2
shift 2
;;
-l)
# This is processed already by generate-tfvars.sh
shift 2
;;
-g)
# This is processed already by generate-tfvars.sh
GPUS=$2
Expand Down

0 comments on commit 30af9f8

Please sign in to comment.