Skip to content

Commit 12e1e63

Browse files
authored
[Misc] Enhance output readability of helper script (vllm-project#24214)
Signed-off-by: Weida Hong <[email protected]>
1 parent 57b1ce9 commit 12e1e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/auto_tune/auto_tune.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ run_benchmark() {
213213

214214
pkill -if vllm
215215
sleep 10
216-
printf '=%.0s' $(seq 1 20)
216+
echo "===================="
217217
return 0
218218
}
219219

0 commit comments

Comments
 (0)