Skip to content

Commit 41b9655

Browse files
authored
Skip Qwen 1 in CI because remote code is no longer compatible with Transformers (#22536)
Signed-off-by: Harry Mellor <[email protected]>
1 parent bd875d2 commit 41b9655

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/models/registry.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,8 @@ def check_available_online(
278278
transformers_version_reason="vLLM impl inherits PreTrainedModel and clashes with get_input_embeddings", # noqa: E501
279279
trust_remote_code=True),
280280
"QWenLMHeadModel": _HfExamplesInfo("Qwen/Qwen-7B-Chat",
281+
max_transformers_version="4.53",
282+
transformers_version_reason="HF model uses remote code that is not compatible with latest Transformers", # noqa: E501
281283
trust_remote_code=True),
282284
"Qwen2ForCausalLM": _HfExamplesInfo("Qwen/Qwen2-0.5B-Instruct",
283285
extras={"2.5": "Qwen/Qwen2.5-0.5B-Instruct"}), # noqa: E501

0 commit comments

Comments
 (0)