From 790b79750b596043036b9fcbee885827fdd2ef3d Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Fri, 21 Mar 2025 18:28:46 -0400 Subject: [PATCH] [Build/CI] Fix env var typo (#15305) Signed-off-by: Russell Bryant --- .../nightly-benchmarks/scripts/run-performance-benchmarks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/nightly-benchmarks/scripts/run-performance-benchmarks.sh b/.buildkite/nightly-benchmarks/scripts/run-performance-benchmarks.sh index a3555f72a6665..4cd449b141ece 100644 --- a/.buildkite/nightly-benchmarks/scripts/run-performance-benchmarks.sh +++ b/.buildkite/nightly-benchmarks/scripts/run-performance-benchmarks.sh @@ -361,7 +361,7 @@ main() { # get the current IP address, required by benchmark_serving.py export VLLM_HOST_IP=$(hostname -I | awk '{print $1}') # turn of the reporting of the status of each request, to clean up the terminal output - export VLLM_LOG_LEVEL="WARNING" + export VLLM_LOGGING_LEVEL="WARNING" # prepare for benchmarking cd benchmarks || exit 1