File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
vllm/model_executor/models Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -398,6 +398,8 @@ def check_available_online(
398
398
"Qwen2_5_VLForConditionalGeneration" : _HfExamplesInfo ("Qwen/Qwen2.5-VL-3B-Instruct" ), # noqa: E501
399
399
"Qwen2_5OmniModel" : _HfExamplesInfo ("Qwen/Qwen2.5-Omni-3B" ,
400
400
min_transformers_version = "4.52" ),
401
+ "Qwen2_5OmniForConditionalGeneration" : _HfExamplesInfo ("Qwen/Qwen2.5-Omni-7B-AWQ" , # noqa: E501
402
+ min_transformers_version = "4.52" ),
401
403
"SkyworkR1VChatModel" : _HfExamplesInfo ("Skywork/Skywork-R1V-38B" ),
402
404
"SmolVLMForConditionalGeneration" : _HfExamplesInfo ("HuggingFaceTB/SmolVLM2-2.2B-Instruct" ), # noqa: E501
403
405
"UltravoxModel" : _HfExamplesInfo ("fixie-ai/ultravox-v0_5-llama-3_2-1b" , # noqa: E501
Original file line number Diff line number Diff line change 208
208
"Qwen2_5_VLForConditionalGeneration" : ("qwen2_5_vl" , "Qwen2_5_VLForConditionalGeneration" ), # noqa: E501
209
209
"Qwen2AudioForConditionalGeneration" : ("qwen2_audio" , "Qwen2AudioForConditionalGeneration" ), # noqa: E501
210
210
"Qwen2_5OmniModel" : ("qwen2_5_omni_thinker" , "Qwen2_5OmniThinkerForConditionalGeneration" ), # noqa: E501
211
+ "Qwen2_5OmniForConditionalGeneration" : ("qwen2_5_omni_thinker" , "Qwen2_5OmniThinkerForConditionalGeneration" ), # noqa: E501
211
212
"UltravoxModel" : ("ultravox" , "UltravoxModel" ),
212
213
"Phi4MMForCausalLM" : ("phi4mm" , "Phi4MMForCausalLM" ),
213
214
# [Encoder-decoder]
You can’t perform that action at this time.
0 commit comments