Skip to content

Commit fd49482

Browse files
authored
Update bench.sh
1 parent 46f1989 commit fd49482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phoenix/bench.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ mkdir -p $currentdir
1616

1717
export TMPDIR=$currentdir
1818

19-
if [ "$job_device" = "gpu" ]; then
19+
if [ "device" = "gpu" ]; then
2020
./mfc.sh bench --mem 12 -j $(nproc) -o "$job_slug.yaml" -- -c phoenix-bench $device_opts -n $n_ranks
2121
else
2222
./mfc.sh bench --mem 1 -j $(nproc) -o "$job_slug.yaml" -- -c phoenix-bench $device_opts -n $n_ranks

0 commit comments

Comments
 (0)