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
112944fa
Unverified
Commit
112944fa
authored
Mar 19, 2026
by
Laith Sakka
Committed by
GitHub
Mar 19, 2026
Browse files
test Qwen/Qwen3-4B-Instruct-2507 for unbacked (#36064)
Signed-off-by:
Laith Sakka
<
lsakka@meta.com
>
parent
91be5f9b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
tests/compile/test_dynamic_shapes_compilation.py
tests/compile/test_dynamic_shapes_compilation.py
+8
-2
No files found.
tests/compile/test_dynamic_shapes_compilation.py
View file @
112944fa
...
@@ -23,8 +23,14 @@ from vllm.utils.torch_utils import is_torch_equal_or_newer
...
@@ -23,8 +23,14 @@ from vllm.utils.torch_utils import is_torch_equal_or_newer
def
get_test_models
():
def
get_test_models
():
"""Get list of models to test based on PyTorch version"""
"""Get list of models to test based on PyTorch version"""
# TODO "Qwen/Qwen3-4B-Instruct-2507" fails Fix issue and support it.
models
=
[
return
[
"gpt2"
,
"Qwen/Qwen2-7B-Instruct"
,
"meta-llama/Llama-3.1-8B"
]
"gpt2"
,
"Qwen/Qwen2-7B-Instruct"
,
"meta-llama/Llama-3.1-8B"
,
]
if
is_torch_equal_or_newer
(
"2.12.0"
):
models
.
append
(
"Qwen/Qwen3-4B-Instruct-2507"
)
return
models
@
pytest
.
mark
.
parametrize
(
"model_name"
,
get_test_models
())
@
pytest
.
mark
.
parametrize
(
"model_name"
,
get_test_models
())
...
...
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