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 7dfe220 commit 449f2f7Copy full SHA for 449f2f7
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