Skip to content

Commit 411b5f2

Browse files
Update .buildkite/nightly-benchmarks/scripts/run-performance-benchmarks.sh
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Jakub Sochacki <97886316+jakub-sochacki@users.noreply.github.com>
1 parent 2e2bcce commit 411b5f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/nightly-benchmarks/scripts/run-performance-benchmarks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ kill_gpu_processes() {
147147
sleep 1
148148
done
149149
elif command -v hl-smi; then
150-
while [ "$(hl-smi -q | grep "Used" | head -n 1 | awk -F ' ' '{print $3}')" -ge 1000 ]; do
150+
while [ "$(hl-smi -q | grep "Used" | head -n 1 | awk '{print $3}')" -ge 1000 ]; do
151151
sleep 1
152152
done
153153
fi

0 commit comments

Comments
 (0)