Skip to content

Commit

Permalink
Discard changes to .github/workflows/phoenix/bench.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson authored Dec 16, 2024
1 parent 790e645 commit 6c3c55e
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
Expand Up @@ -12,4 +12,4 @@ if ["$job_device" == "gpu"]; then
./mfc.sh bench --mem 12 -j $(nproc) -o "$job_slug.yaml" -- -c phoenix $device_opts -n $n_ranks
else
./mfc.sh bench --mem 1 -j $(nproc) -o "$job_slug.yaml" -- -c phoenix $device_opts -n $n_ranks
fi
fi

0 comments on commit 6c3c55e

Please sign in to comment.