Skip to content

Commit 45ba569

Browse files
authored
Update run-phoenix-release-gpu.sh (#283)
1 parent 37ddb15 commit 45ba569

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

0 commit comments

Comments
 (0)