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 59b8fa4 commit ccd2e63Copy full SHA for ccd2e63
.github/workflows/phoenix/bench.sh
@@ -8,8 +8,13 @@ if [ "$job_device" == "gpu" ]; then
8
device_opts="--gpu -g $gpu_ids"
9
fi
10
11
+mkdir -p /storage/scratch1/6/sbryngelson3/mytmp_build
12
+export TMPDIR=/storage/scratch1/6/sbryngelson3/mytmp_build
13
+
14
if ["$job_device" == "gpu"]; then
15
./mfc.sh bench --mem 12 -j $(nproc) -o "$job_slug.yaml" -- -c phoenix-bench $device_opts -n $n_ranks
16
else
17
./mfc.sh bench --mem 1 -j $(nproc) -o "$job_slug.yaml" -- -c phoenix-bench $device_opts -n $n_ranks
18
19
20
+unset TMPDIR
0 commit comments