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
4e0db57f
Unverified
Commit
4e0db57f
authored
Jun 25, 2025
by
QiliangCui
Committed by
GitHub
Jun 25, 2025
Browse files
Fix the path to the testing script. (#20082)
Signed-off-by:
Qiliang Cui
<
derrhein@gmail.com
>
parent
c40692bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.buildkite/scripts/tpu/docker_run_bm.sh
.buildkite/scripts/tpu/docker_run_bm.sh
+1
-1
No files found.
.buildkite/scripts/tpu/docker_run_bm.sh
View file @
4e0db57f
...
@@ -68,7 +68,7 @@ docker run \
...
@@ -68,7 +68,7 @@ docker run \
echo
"run script..."
echo
"run script..."
echo
echo
docker
exec
"
$CONTAINER_NAME
"
/bin/bash
-c
".buildkite/scripts/
hardware_ci
/run_bm.sh"
docker
exec
"
$CONTAINER_NAME
"
/bin/bash
-c
".buildkite/scripts/
tpu
/run_bm.sh"
echo
"copy result back..."
echo
"copy result back..."
VLLM_LOG
=
"
$LOG_ROOT
/
$TEST_NAME
"
_vllm_log.txt
VLLM_LOG
=
"
$LOG_ROOT
/
$TEST_NAME
"
_vllm_log.txt
...
...
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