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 fd49482 commit f389d12Copy full SHA for f389d12
.github/workflows/phoenix/bench.sh
@@ -16,7 +16,7 @@ mkdir -p $currentdir
16
17
export TMPDIR=$currentdir
18
19
-if [ "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