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
cef65f07
Unverified
Commit
cef65f07
authored
Feb 17, 2026
by
Andreas Karatzas
Committed by
GitHub
Feb 18, 2026
Browse files
[ROCm][CI] Removed hard-coded attn backend requirement for Qwen VL (#34753)
Signed-off-by:
Andreas Karatzas
<
akaratza@amd.com
>
parent
6f3b2047
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
tests/models/multimodal/generation/test_common.py
tests/models/multimodal/generation/test_common.py
+0
-7
No files found.
tests/models/multimodal/generation/test_common.py
View file @
cef65f07
...
@@ -169,13 +169,6 @@ VLM_TEST_SETTINGS = {
...
@@ -169,13 +169,6 @@ VLM_TEST_SETTINGS = {
auto_cls
=
AutoModelForImageTextToText
,
auto_cls
=
AutoModelForImageTextToText
,
vllm_output_post_proc
=
model_utils
.
qwen2_vllm_to_hf_output
,
vllm_output_post_proc
=
model_utils
.
qwen2_vllm_to_hf_output
,
patch_hf_runner
=
model_utils
.
qwen3_vl_patch_hf_runner
,
patch_hf_runner
=
model_utils
.
qwen3_vl_patch_hf_runner
,
vllm_runner_kwargs
=
{
"attention_config"
:
{
"backend"
:
"ROCM_AITER_FA"
,
},
}
if
current_platform
.
is_rocm
()
else
None
,
image_size_factors
=
[(
0.25
,),
(
0.25
,
0.25
,
0.25
),
(
0.25
,
0.2
,
0.15
)],
image_size_factors
=
[(
0.25
,),
(
0.25
,
0.25
,
0.25
),
(
0.25
,
0.2
,
0.15
)],
marks
=
[
marks
=
[
pytest
.
mark
.
core_model
,
pytest
.
mark
.
core_model
,
...
...
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