Skip to content

Commit 1899a6c

Browse files
authored
Update run-phoenix-release-gpu.sh (#284)
1 parent 45ba569 commit 1899a6c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

misc/run-phoenix-release-gpu.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ set -x
1919
gpu_count=$(nvidia-smi -L | wc -l) # number of GPUs on node
2020
gpu_ids=$(seq -s ' ' 0 $(($gpu_count-1))) # 0,1,2,...,gpu_count-1
2121

22-
./mfc.sh test -a -b mpirun -j 1 --gpu
23-
22+
./mfc.sh test -a -b mpirun -j 2 --gpu -g $gpu_ids

0 commit comments

Comments
 (0)