@@ -170,8 +170,10 @@ def check_available_online(
170
170
min_transformers_version = "4.54" ),
171
171
"Ernie4_5_MoeForCausalLM" : _HfExamplesInfo ("baidu/ERNIE-4.5-21B-A3B-PT" ,
172
172
min_transformers_version = "4.54" ),
173
- "ExaoneForCausalLM" : _HfExamplesInfo ("LGAI-EXAONE/EXAONE-3.0-7.8B-Instruct" ), # noqa: E501
174
- "Exaone4ForCausalLM" : _HfExamplesInfo ("LGAI-EXAONE/EXAONE-4.0-32B" ), # noqa: E501
173
+ "ExaoneForCausalLM" : _HfExamplesInfo ("LGAI-EXAONE/EXAONE-3.0-7.8B-Instruct" ,
174
+ trust_remote_code = True ),
175
+ "Exaone4ForCausalLM" : _HfExamplesInfo ("LGAI-EXAONE/EXAONE-4.0-32B" ,
176
+ min_transformers_version = "4.54" ),
175
177
"Fairseq2LlamaForCausalLM" : _HfExamplesInfo ("mgleize/fairseq2-dummy-Llama-3.2-1B" ), # noqa: E501
176
178
"FalconForCausalLM" : _HfExamplesInfo ("tiiuae/falcon-7b" ),
177
179
"FalconH1ForCausalLM" :_HfExamplesInfo ("tiiuae/Falcon-H1-0.5B-Base" ,
@@ -199,8 +201,10 @@ def check_available_online(
199
201
trust_remote_code = True ),
200
202
"HunYuanMoEV1ForCausalLM" : _HfExamplesInfo ("tencent/Hunyuan-A13B-Instruct" ,
201
203
trust_remote_code = True ),
204
+ # TODO: Remove is_available_online once their config.json is fixed
202
205
"HunYuanDenseV1ForCausalLM" :_HfExamplesInfo ("tencent/Hunyuan-7B-Instruct-0124" ,
203
- trust_remote_code = True ),
206
+ trust_remote_code = True ,
207
+ is_available_online = False ),
204
208
"HCXVisionForCausalLM" : _HfExamplesInfo (
205
209
"naver-hyperclovax/HyperCLOVAX-SEED-Vision-Instruct-3B" ,
206
210
trust_remote_code = True ),
@@ -275,7 +279,8 @@ def check_available_online(
275
279
"StableLMEpochForCausalLM" : _HfExamplesInfo ("stabilityai/stablelm-zephyr-3b" ), # noqa: E501
276
280
"StableLmForCausalLM" : _HfExamplesInfo ("stabilityai/stablelm-3b-4e1t" ),
277
281
"Starcoder2ForCausalLM" : _HfExamplesInfo ("bigcode/starcoder2-3b" ),
278
- "SolarForCausalLM" : _HfExamplesInfo ("upstage/solar-pro-preview-instruct" ),
282
+ "SolarForCausalLM" : _HfExamplesInfo ("upstage/solar-pro-preview-instruct" ,
283
+ trust_remote_code = True ),
279
284
"TeleChat2ForCausalLM" : _HfExamplesInfo ("Tele-AI/TeleChat2-3B" ,
280
285
trust_remote_code = True ),
281
286
"TeleFLMForCausalLM" : _HfExamplesInfo ("CofeAI/FLM-2-52B-Instruct-2407" ,
@@ -449,7 +454,8 @@ def check_available_online(
449
454
max_model_len = 4096 ),
450
455
"Qwen2_5OmniModel" : _HfExamplesInfo ("Qwen/Qwen2.5-Omni-3B" ),
451
456
"Qwen2_5OmniForConditionalGeneration" : _HfExamplesInfo ("Qwen/Qwen2.5-Omni-7B-AWQ" ), # noqa: E501
452
- "SkyworkR1VChatModel" : _HfExamplesInfo ("Skywork/Skywork-R1V-38B" ),
457
+ "SkyworkR1VChatModel" : _HfExamplesInfo ("Skywork/Skywork-R1V-38B" ,
458
+ trust_remote_code = True ),
453
459
"SmolVLMForConditionalGeneration" : _HfExamplesInfo ("HuggingFaceTB/SmolVLM2-2.2B-Instruct" ), # noqa: E501
454
460
"UltravoxModel" : _HfExamplesInfo ("fixie-ai/ultravox-v0_5-llama-3_2-1b" , # noqa: E501
455
461
trust_remote_code = True ),
0 commit comments