Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
790b7975
Unverified
Commit
790b7975
authored
Mar 21, 2025
by
Russell Bryant
Committed by
GitHub
Mar 21, 2025
Browse files
[Build/CI] Fix env var typo (#15305)
Signed-off-by:
Russell Bryant
<
rbryant@redhat.com
>
parent
cfbb8c93
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.buildkite/nightly-benchmarks/scripts/run-performance-benchmarks.sh
.../nightly-benchmarks/scripts/run-performance-benchmarks.sh
+1
-1
No files found.
.buildkite/nightly-benchmarks/scripts/run-performance-benchmarks.sh
View file @
790b7975
...
@@ -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_LOG
GING
_LEVEL
=
"WARNING"
# prepare for benchmarking
# prepare for benchmarking
cd
benchmarks
||
exit
1
cd
benchmarks
||
exit
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment