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 46f1989 commit fd49482Copy full SHA for fd49482
.github/workflows/phoenix/bench.sh
@@ -16,7 +16,7 @@ mkdir -p $currentdir
16
17
export TMPDIR=$currentdir
18
19
-if [ "$job_device" = "gpu" ]; then
+if [ "device" = "gpu" ]; then
20
./mfc.sh bench --mem 12 -j $(nproc) -o "$job_slug.yaml" -- -c phoenix-bench $device_opts -n $n_ranks
21
else
22
./mfc.sh bench --mem 1 -j $(nproc) -o "$job_slug.yaml" -- -c phoenix-bench $device_opts -n $n_ranks
0 commit comments