Skip Qwen 1 in CI because remote code is no longer compatible with Transformers (#22536)

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
Harry Mellor 2025-08-09 00:20:58 +01:00 committed by GitHub
parent bd875d2eb7
commit 41b9655751
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -278,6 +278,8 @@ _TEXT_GENERATION_EXAMPLE_MODELS = {
transformers_version_reason="vLLM impl inherits PreTrainedModel and clashes with get_input_embeddings", # noqa: E501
trust_remote_code=True),
"QWenLMHeadModel": _HfExamplesInfo("Qwen/Qwen-7B-Chat",
max_transformers_version="4.53",
transformers_version_reason="HF model uses remote code that is not compatible with latest Transformers", # noqa: E501
trust_remote_code=True),
"Qwen2ForCausalLM": _HfExamplesInfo("Qwen/Qwen2-0.5B-Instruct",
extras={"2.5": "Qwen/Qwen2.5-0.5B-Instruct"}), # noqa: E501