Skip to content

Commit

Permalink
Update bench.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson authored Jan 29, 2024
1 parent 695a305 commit c6d0c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phoenix/bench.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

n_ranks=4
n_ranks=2

if [ "$job_device" == "gpu" ]; then
n_ranks=$(nvidia-smi -L | wc -l) # number of GPUs on node
Expand Down

0 comments on commit c6d0c6a

Please sign in to comment.