Skip to content

Commit c3dc998

Browse files
author
Ylang Tsou
committed
fix yml command
Signed-off-by: Ylang Tsou <ylangt@google.com>
1 parent 2a7abbb commit c3dc998

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/pipeline_test_pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ steps:
1919
MAX_NUM_BATCHED_TOKENS: 1024
2020
commands:
2121
- |
22-
/usr/local/lib/python3.12/site-packages/.buildkite/scripts/run_with_pypi.sh bash /usr/local/lib/python3.12/site-packages/tpu_inference/tests/e2e/benchmarking/benchmark.sh
22+
.buildkite/scripts/run_with_pypi.sh bash /usr/local/lib/python3.12/site-packages/tpu_inference/tests/e2e/benchmarking/benchmark.sh
2323
2424
- label: "Performance benchmarks for Qwen/Qwen3-4B"
2525
key: "Qwen_Qwen3-4B_Benchmark"
@@ -37,4 +37,4 @@ steps:
3737
MAX_NUM_BATCHED_TOKENS: 4096
3838
commands:
3939
- |
40-
/usr/local/lib/python3.12/site-packages/.buildkite/scripts/run_with_pypi.sh bash /usr/local/lib/python3.12/site-packages/tpu_inference/tests/e2e/benchmarking/benchmark.sh
40+
.buildkite/scripts/run_with_pypi.sh bash /usr/local/lib/python3.12/site-packages/tpu_inference/tests/e2e/benchmarking/benchmark.sh

0 commit comments

Comments
 (0)