File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -562,10 +562,12 @@ def check_available_online(
562562 "Qwen2_5OmniForConditionalGeneration" : _HfExamplesInfo ("Qwen/Qwen2.5-Omni-7B-AWQ" ), # noqa: E501
563563 "Qwen3VLForConditionalGeneration" : _HfExamplesInfo ("Qwen/Qwen3-VL-4B-Instruct" , # noqa: E501
564564 max_model_len = 4096 ,
565- min_transformers_version = "4.57" ), # noqa: E501
565+ min_transformers_version = "4.57" ,
566+ is_available_online = False ),
566567 "Qwen3VLMoeForConditionalGeneration" : _HfExamplesInfo ("Qwen/Qwen3-VL-30B-A3B-Instruct" , # noqa: E501
567- max_model_len = 4096 ,
568- min_transformers_version = "4.57" ),
568+ max_model_len = 4096 ,
569+ min_transformers_version = "4.57" ,
570+ is_available_online = False ),
569571 "RForConditionalGeneration" : _HfExamplesInfo ("YannQi/R-4B" ,
570572 trust_remote_code = True ),
571573 "SkyworkR1VChatModel" : _HfExamplesInfo ("Skywork/Skywork-R1V-38B" ,
You can’t perform that action at this time.
0 commit comments