File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments