Skip to content

Commit f9735ce

Browse files
DarkLight1337wenscarl
authored andcommitted
[CI/Build] Fix test failure due to updated model repo (vllm-project#21375)
Signed-off-by: DarkLight1337 <[email protected]> Signed-off-by: shuw <[email protected]>
1 parent 6c6c56b commit f9735ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/models/registry.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,9 @@ def check_available_online(
167167
"DeepseekV3ForCausalLM": _HfExamplesInfo("deepseek-ai/DeepSeek-V3", # noqa: E501
168168
trust_remote_code=True),
169169
"Ernie4_5_ForCausalLM": _HfExamplesInfo("baidu/ERNIE-4.5-0.3B-PT",
170-
trust_remote_code=True),
170+
min_transformers_version="4.54"),
171171
"Ernie4_5_MoeForCausalLM": _HfExamplesInfo("baidu/ERNIE-4.5-21B-A3B-PT",
172-
trust_remote_code=True),
172+
min_transformers_version="4.54"),
173173
"ExaoneForCausalLM": _HfExamplesInfo("LGAI-EXAONE/EXAONE-3.0-7.8B-Instruct"), # noqa: E501
174174
"Exaone4ForCausalLM": _HfExamplesInfo("LGAI-EXAONE/EXAONE-4.0-32B"), # noqa: E501
175175
"Fairseq2LlamaForCausalLM": _HfExamplesInfo("mgleize/fairseq2-dummy-Llama-3.2-1B"), # noqa: E501

0 commit comments

Comments
 (0)