Unverified Commit 4e0db57f authored by QiliangCui's avatar QiliangCui Committed by GitHub
Browse files

Fix the path to the testing script. (#20082)


Signed-off-by: default avatarQiliang Cui <derrhein@gmail.com>
parent c40692bf
...@@ -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
......
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