We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f13bfa5 commit f2347e3Copy full SHA for f2347e3
vllm/model_executor/models/registry.py
@@ -299,6 +299,7 @@
299
"idefics3",
300
"Idefics3ForConditionalGeneration",
301
),
302
+ "IsaacForConditionalGeneration": ("isaac", "IsaacForConditionalGeneration"),
303
"SmolVLMForConditionalGeneration": ("smolvlm", "SmolVLMForConditionalGeneration"), # noqa: E501
304
"KeyeForConditionalGeneration": ("keye", "KeyeForConditionalGeneration"),
305
"KeyeVL1_5ForConditionalGeneration": (
0 commit comments