Unverified Commit 41b96557 authored by Harry Mellor's avatar Harry Mellor Committed by GitHub
Browse files

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


Signed-off-by: default avatarHarry Mellor <19981378+hmellor@users.noreply.github.com>
parent bd875d2e
...@@ -278,6 +278,8 @@ _TEXT_GENERATION_EXAMPLE_MODELS = { ...@@ -278,6 +278,8 @@ _TEXT_GENERATION_EXAMPLE_MODELS = {
transformers_version_reason="vLLM impl inherits PreTrainedModel and clashes with get_input_embeddings", # noqa: E501 transformers_version_reason="vLLM impl inherits PreTrainedModel and clashes with get_input_embeddings", # noqa: E501
trust_remote_code=True), trust_remote_code=True),
"QWenLMHeadModel": _HfExamplesInfo("Qwen/Qwen-7B-Chat", "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), trust_remote_code=True),
"Qwen2ForCausalLM": _HfExamplesInfo("Qwen/Qwen2-0.5B-Instruct", "Qwen2ForCausalLM": _HfExamplesInfo("Qwen/Qwen2-0.5B-Instruct",
extras={"2.5": "Qwen/Qwen2.5-0.5B-Instruct"}), # noqa: E501 extras={"2.5": "Qwen/Qwen2.5-0.5B-Instruct"}), # noqa: E501
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment