Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
53f6e81d
Unverified
Commit
53f6e81d
authored
Nov 03, 2025
by
Zhewen Li
Committed by
GitHub
Nov 04, 2025
Browse files
[CI/Build] Fix OpenAI API correctness on AMD CI (#28022)
Signed-off-by:
zhewenli
<
zhewenli@meta.com
>
parent
43a6acfb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
.buildkite/test-amd.yaml
.buildkite/test-amd.yaml
+4
-3
No files found.
.buildkite/test-amd.yaml
View file @
53f6e81d
...
...
@@ -629,15 +629,16 @@ steps:
-
label
:
OpenAI API correctness
# 22min
timeout_in_minutes
:
30
mirror_hardwares
:
[
amdexperimental
]
mirror_hardwares
:
[
amdexperimental
,
amdproduction
]
agent_pool
:
mi325_1
# grade: Blocking
source_file_dependencies
:
-
csrc/
-
vllm/entrypoints/openai/
-
vllm/model_executor/models/whisper.py
commands
:
# LMEval+Transcription WER check
-
pytest -s entrypoints/openai/correctness/
commands
:
# LMEval
# Transcription WER check is skipped because encoder-decoder models are not supported on ROCm, see https://github.com/vllm-project/vllm/issues/27442
-
pytest -s entrypoints/openai/correctness/ --ignore entrypoints/openai/correctness/test_transcription_api_correctness.py
-
label
:
OpenAI-Compatible Tool Use
# 23 min
timeout_in_minutes
:
35
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment