File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ elif [[ "${DEVICE_NAME}" == *rocm* ]]; then
1212 export VLLM_ROCM_USE_AITER=1
1313 export VLLM_USE_AITER_UNIFIED_ATTENTION=1
1414 export VLLM_ROCM_USE_AITER_MHA=0
15+ else
16+ export VLLM_FLASH_ATTN_VERSION=2
1517fi
1618
1719tp=0
@@ -44,9 +46,7 @@ mkdir -p /tmp/gpqa_openai
4446
4547# Not sure why this is needed on ROCm image
4648if [[ " ${DEVICE_NAME} " == " rocm" ]]; then
47- ls -la gpt_oss
48- ls -la gpt_oss/evals
49- export PYTHONPATH=$( pwd) :$PYTHONPATH
49+ export PYTHONPATH=$( pwd)
5050fi
5151
5252# Low
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ elif [[ "${DEVICE_NAME}" == *rocm* ]]; then
1212 export VLLM_ROCM_USE_AITER=1
1313 export VLLM_USE_AITER_UNIFIED_ATTENTION=1
1414 export VLLM_ROCM_USE_AITER_MHA=0
15+ else
16+ export VLLM_FLASH_ATTN_VERSION=2
1517fi
1618
1719pushd vllm-benchmarks/vllm
@@ -22,10 +24,6 @@ if [[ "${DEVICE_NAME}" != "rocm" ]]; then
2224 pip install --pre vllm==0.10.1+gptoss \
2325 --extra-index-url https://wheels.vllm.ai/gpt-oss/ \
2426 --extra-index-url https://download.pytorch.org/whl/nightly/cu128
25-
26- export TORCH_CUDA_ARCH_LIST=' 8.9 9.0'
27- pip install --no-build-isolation " git+https://github.com/facebookresearch/xformers@v0.0.31" \
28- --extra-index-url https://download.pytorch.org/whl/nightly/cu128
2927fi
3028
3129pip freeze
Original file line number Diff line number Diff line change 1616 matrix :
1717 include :
1818 # gpt-oss-120b
19- - runner : linux.aws.h100.4
19+ - runner : linux.aws.h100.8
2020 model : openai/gpt-oss-120b
2121 docker-image : ' public.ecr.aws/q9t5s3a7/vllm-ci-test-repo:6d8d0a24c02bfd84d46b3016b865a44f048ae84b'
2222 - runner : linux.dgx.b200.8
You can’t perform that action at this time.
0 commit comments