We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb21236 commit d7a7de1Copy full SHA for d7a7de1
.github/workflows/phoenix/bench.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-n_ranks=4
+n_ranks=12
4
5
if [ "$job_device" == "gpu" ]; then
6
n_ranks=$(nvidia-smi -L | wc -l) # number of GPUs on node
@@ -12,4 +12,4 @@ if ["$job_device" == "gpu"]; then
12
./mfc.sh bench --mem 8 -j $(nproc) -o "$job_slug.yaml" -- -c phoenix $device_opts -n $n_ranks
13
else
14
./mfc.sh bench --mem 1 -j $(nproc) -o "$job_slug.yaml" -- -c phoenix $device_opts -n $n_ranks
15
-fi
+fi
0 commit comments