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
8b632575
Unverified
Commit
8b632575
authored
Mar 17, 2026
by
Andreas Karatzas
Committed by
GitHub
Mar 18, 2026
Browse files
[ROCm][CI] Add ROCM_EXTRA_ARGS to audio_in_video test server fixture (#37349)
Signed-off-by:
Andreas Karatzas
<
akaratza@amd.com
>
parent
a0dd1995
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
tests/entrypoints/openai/chat_completion/test_audio_in_video.py
...entrypoints/openai/chat_completion/test_audio_in_video.py
+2
-1
No files found.
tests/entrypoints/openai/chat_completion/test_audio_in_video.py
View file @
8b632575
...
...
@@ -9,7 +9,7 @@ import pytest
import
pytest_asyncio
from
tests.conftest
import
VideoTestAssets
from
tests.utils
import
RemoteOpenAIServer
from
tests.utils
import
ROCM_EXTRA_ARGS
,
RemoteOpenAIServer
MODEL_NAME
=
"Qwen/Qwen2.5-Omni-3B"
...
...
@@ -22,6 +22,7 @@ def server():
"--enforce-eager"
,
"--limit-mm-per-prompt"
,
json
.
dumps
({
"audio"
:
3
,
"video"
:
3
}),
*
ROCM_EXTRA_ARGS
,
]
with
RemoteOpenAIServer
(
...
...
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