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 cfbb8c9 commit 790b797Copy full SHA for 790b797
.buildkite/nightly-benchmarks/scripts/run-performance-benchmarks.sh
@@ -361,7 +361,7 @@ main() {
361
# get the current IP address, required by benchmark_serving.py
362
export VLLM_HOST_IP=$(hostname -I | awk '{print $1}')
363
# turn of the reporting of the status of each request, to clean up the terminal output
364
- export VLLM_LOG_LEVEL="WARNING"
+ export VLLM_LOGGING_LEVEL="WARNING"
365
366
# prepare for benchmarking
367
cd benchmarks || exit 1
0 commit comments