We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd875d2 commit 41b9655Copy full SHA for 41b9655
tests/models/registry.py
@@ -278,6 +278,8 @@ def check_available_online(
278
transformers_version_reason="vLLM impl inherits PreTrainedModel and clashes with get_input_embeddings", # noqa: E501
279
trust_remote_code=True),
280
"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
283
284
"Qwen2ForCausalLM": _HfExamplesInfo("Qwen/Qwen2-0.5B-Instruct",
285
extras={"2.5": "Qwen/Qwen2.5-0.5B-Instruct"}), # noqa: E501
0 commit comments