Skip to content

Commit 53f6e81

Browse files
authored
[CI/Build] Fix OpenAI API correctness on AMD CI (#28022)
Signed-off-by: zhewenli <zhewenli@meta.com>
1 parent 43a6acf commit 53f6e81

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.buildkite/test-amd.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -629,15 +629,16 @@ steps:
629629

630630
- label: OpenAI API correctness # 22min
631631
timeout_in_minutes: 30
632-
mirror_hardwares: [amdexperimental]
632+
mirror_hardwares: [amdexperimental, amdproduction]
633633
agent_pool: mi325_1
634634
# grade: Blocking
635635
source_file_dependencies:
636636
- csrc/
637637
- vllm/entrypoints/openai/
638638
- vllm/model_executor/models/whisper.py
639-
commands: # LMEval+Transcription WER check
640-
- pytest -s entrypoints/openai/correctness/
639+
commands: # LMEval
640+
# Transcription WER check is skipped because encoder-decoder models are not supported on ROCm, see https://github.com/vllm-project/vllm/issues/27442
641+
- pytest -s entrypoints/openai/correctness/ --ignore entrypoints/openai/correctness/test_transcription_api_correctness.py
641642

642643
- label: OpenAI-Compatible Tool Use # 23 min
643644
timeout_in_minutes: 35

0 commit comments

Comments
 (0)