Skip to content

Commit 5176b11

Browse files
committed
Debug
Signed-off-by: Huy Do <huydhn@gmail.com>
1 parent 3189a5d commit 5176b11

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/gpt-oss-benchmark.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ jobs:
213213
--extra-index-url https://wheels.vllm.ai/gpt-oss/ \
214214
--extra-index-url https://download.pytorch.org/whl/nightly/cu128
215215
fi
216+
sleep 7200
216217
bash .buildkite/nightly-benchmarks/scripts/run-performance-benchmarks.sh
217218
"
218219
@@ -237,6 +238,8 @@ jobs:
237238
ls -lah "${BENCHMARK_RESULTS}"
238239
239240
SANITIZED_DEVICE_TYPE=$(echo "${DEVICE_TYPE// /_}" | sed "s/[^[:alnum:].-]/_/g")
241+
SANITIZED_MODELS="${MODELS//\//_}"
242+
240243
python3 .github/scripts/upload_benchmark_results.py \
241244
--repo vllm-benchmarks/vllm \
242245
--benchmark-name "vLLM benchmark" \

0 commit comments

Comments
 (0)