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 37ddb15 commit d352728
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,6 +19,5 @@ 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 $(nproc) \
--gpu -g $gpu_ids
./mfc.sh test -a -b mpirun -j 1 --gpu

0 comments on commit d352728

Please sign in to comment.