Skip to content

Commit 78f1493

Browse files
committed
Another try
Signed-off-by: Huy Do <huydhn@gmail.com>
1 parent 898b35e commit 78f1493

3 files changed

Lines changed: 6 additions & 8 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
1517
fi
1618

1719
tp=0
@@ -44,9 +46,7 @@ mkdir -p /tmp/gpqa_openai
4446

4547
# Not sure why this is needed on ROCm image
4648
if [[ "${DEVICE_NAME}" == "rocm" ]]; then
47-
ls -la gpt_oss
48-
ls -la gpt_oss/evals
49-
export PYTHONPATH=$(pwd):$PYTHONPATH
49+
export PYTHONPATH=$(pwd)
5050
fi
5151

5252
# Low

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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
1517
fi
1618

1719
pushd 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
2927
fi
3028

3129
pip freeze

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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

0 commit comments

Comments
 (0)