Unverified Commit 790b7975 authored by Russell Bryant's avatar Russell Bryant Committed by GitHub
Browse files

[Build/CI] Fix env var typo (#15305)


Signed-off-by: default avatarRussell Bryant <rbryant@redhat.com>
parent cfbb8c93
...@@ -361,7 +361,7 @@ main() { ...@@ -361,7 +361,7 @@ main() {
# get the current IP address, required by benchmark_serving.py # get the current IP address, required by benchmark_serving.py
export VLLM_HOST_IP=$(hostname -I | awk '{print $1}') 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 # 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 # prepare for benchmarking
cd benchmarks || exit 1 cd benchmarks || exit 1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment