There was an error while loading. Please reload this page.
1 parent d46a0a6 commit 898b35eCopy full SHA for 898b35e
1 file changed
.github/scripts/gpt-oss/run_benchmarks.sh
@@ -18,7 +18,7 @@ pushd vllm-benchmarks/vllm
18
cp vllm/benchmarks/lib/utils.py /app/vllm-os-mini/vllm/benchmarks/utils.py || true
19
20
if [[ "${DEVICE_NAME}" != "rocm" ]]; then
21
- pip install -U openai transformers
+ pip install -U openai transformers setuptools
22
pip install --pre vllm==0.10.1+gptoss \
23
--extra-index-url https://wheels.vllm.ai/gpt-oss/ \
24
--extra-index-url https://download.pytorch.org/whl/nightly/cu128
0 commit comments