Skip to content

Commit f2347e3

Browse files
committed
Update registry.py
Added Isaac model architecture. Signed-off-by: Oscar Gonzalez <ogonzal6@alumni.jh.edu>
1 parent f13bfa5 commit f2347e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vllm/model_executor/models/registry.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@
299299
"idefics3",
300300
"Idefics3ForConditionalGeneration",
301301
),
302+
"IsaacForConditionalGeneration": ("isaac", "IsaacForConditionalGeneration"),
302303
"SmolVLMForConditionalGeneration": ("smolvlm", "SmolVLMForConditionalGeneration"), # noqa: E501
303304
"KeyeForConditionalGeneration": ("keye", "KeyeForConditionalGeneration"),
304305
"KeyeVL1_5ForConditionalGeneration": (

0 commit comments

Comments
 (0)