Skip to content

Commit 790b797

Browse files
authored
[Build/CI] Fix env var typo (#15305)
Signed-off-by: Russell Bryant <[email protected]>
1 parent cfbb8c9 commit 790b797

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
@@ -361,7 +361,7 @@ main() {
361361
# get the current IP address, required by benchmark_serving.py
362362
export VLLM_HOST_IP=$(hostname -I | awk '{print $1}')
363363
# turn of the reporting of the status of each request, to clean up the terminal output
364-
export VLLM_LOG_LEVEL="WARNING"
364+
export VLLM_LOGGING_LEVEL="WARNING"
365365

366366
# prepare for benchmarking
367367
cd benchmarks || exit 1

0 commit comments

Comments
 (0)