Skip to content

Commit 650ce5f

Browse files
authored
Update run-phoenix-release-gpu.sh
1 parent 154657f commit 650ce5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/run-phoenix-release-gpu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ 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) \
22+
./mfc.sh test -a -b mpirun -j 1 \
2323
--gpu -g $gpu_ids
2424

0 commit comments

Comments
 (0)