Skip to content

Commit

Permalink
Update run-phoenix-release-gpu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson authored Dec 31, 2023
1 parent 45ba569 commit 942bd12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions misc/run-phoenix-release-gpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ set -x
gpu_count=$(nvidia-smi -L | wc -l) # number of GPUs on node
gpu_ids=$(seq -s ' ' 0 $(($gpu_count-1))) # 0,1,2,...,gpu_count-1

./mfc.sh test -a -b mpirun -j 1 --gpu

./mfc.sh test -a -b mpirun -j 2 --gpu -g $gpu_ids

0 comments on commit 942bd12

Please sign in to comment.