Skip to content

Commit 898b35e

Browse files
committed
Neeed newer setuptools
Signed-off-by: Huy Do <huydhn@gmail.com>
1 parent d46a0a6 commit 898b35e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/gpt-oss/run_benchmarks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pushd vllm-benchmarks/vllm
1818
cp vllm/benchmarks/lib/utils.py /app/vllm-os-mini/vllm/benchmarks/utils.py || true
1919

2020
if [[ "${DEVICE_NAME}" != "rocm" ]]; then
21-
pip install -U openai transformers
21+
pip install -U openai transformers setuptools
2222
pip install --pre vllm==0.10.1+gptoss \
2323
--extra-index-url https://wheels.vllm.ai/gpt-oss/ \
2424
--extra-index-url https://download.pytorch.org/whl/nightly/cu128

0 commit comments

Comments
 (0)