File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -167,9 +167,9 @@ def check_available_online(
167
167
"DeepseekV3ForCausalLM" : _HfExamplesInfo ("deepseek-ai/DeepSeek-V3" , # noqa: E501
168
168
trust_remote_code = True ),
169
169
"Ernie4_5_ForCausalLM" : _HfExamplesInfo ("baidu/ERNIE-4.5-0.3B-PT" ,
170
- trust_remote_code = True ),
170
+ min_transformers_version = "4.54" ),
171
171
"Ernie4_5_MoeForCausalLM" : _HfExamplesInfo ("baidu/ERNIE-4.5-21B-A3B-PT" ,
172
- trust_remote_code = True ),
172
+ min_transformers_version = "4.54" ),
173
173
"ExaoneForCausalLM" : _HfExamplesInfo ("LGAI-EXAONE/EXAONE-3.0-7.8B-Instruct" ), # noqa: E501
174
174
"Exaone4ForCausalLM" : _HfExamplesInfo ("LGAI-EXAONE/EXAONE-4.0-32B" ), # noqa: E501
175
175
"Fairseq2LlamaForCausalLM" : _HfExamplesInfo ("mgleize/fairseq2-dummy-Llama-3.2-1B" ), # noqa: E501
You can’t perform that action at this time.
0 commit comments