File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 3030pushd vllm-benchmarks/gpt-oss
3131mkdir -p /tmp/gpqa_openai
3232
33+ # Not sure why this is needed on ROCm image
34+ if [[ " ${DEVICE_NAME} " == " rocm" ]]; then
35+ ls -la gpt_oss
36+ ls -la gpt_oss/evals
37+ export PYTHONPATH=$( pwd) :$PYTHONPATH
38+ fi
39+
3340# Low
34- OPENAI_API_KEY=' ' python3 -m gpt_oss.evals --base-url http://localhost:8000/v1 \
41+ OPENAI_API_KEY=" " python3 -m gpt_oss.evals --base-url http://localhost:8000/v1 \
3542 --model $MODEL \
3643 --eval gpqa \
3744 --reasoning-effort low \
3845 --n-threads $( expr $( nproc) / 2)
3946
4047# Mid
41- OPENAI_API_KEY=' ' python3 -m gpt_oss.evals --base-url http://localhost:8000/v1 \
48+ OPENAI_API_KEY=" " python3 -m gpt_oss.evals --base-url http://localhost:8000/v1 \
4249 --model $MODEL \
4350 --eval gpqa \
4451 --reasoning-effort medium \
4552 --n-threads $( expr $( nproc) / 2)
4653
4754# High
48- OPENAI_API_KEY=' ' python3 -m gpt_oss.evals --base-url http://localhost:8000/v1 \
55+ OPENAI_API_KEY=" " python3 -m gpt_oss.evals --base-url http://localhost:8000/v1 \
4956 --model $MODEL \
5057 --eval gpqa \
5158 --reasoning-effort high \
Original file line number Diff line number Diff line change 2222 - runner : linux.dgx.b200.8
2323 model : openai/gpt-oss-120b
2424 docker-image : ' public.ecr.aws/q9t5s3a7/vllm-ci-test-repo:6d8d0a24c02bfd84d46b3016b865a44f048ae84b'
25- - runner : linux.rocm.gpu.gfx942.4
25+ - runner : linux.rocm.gpu.gfx942.8
2626 model : openai/gpt-oss-120b
2727 docker-image : rocm/vllm-dev:open-mi300-08052025
2828 # gpt-oss-20b
You can’t perform that action at this time.
0 commit comments