mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-26 11:47:07 +08:00
Update registry.py
Added Isaac model architecture. Signed-off-by: oscardev256 <42308241+oscardev256@users.noreply.github.com>
This commit is contained in:
parent
f053784631
commit
e27cb3c53d
@ -326,6 +326,7 @@ _MULTIMODAL_MODELS = {
|
|||||||
"idefics3",
|
"idefics3",
|
||||||
"Idefics3ForConditionalGeneration",
|
"Idefics3ForConditionalGeneration",
|
||||||
),
|
),
|
||||||
|
"IsaacForConditionalGeneration": ("isaac", "IsaacForConditionalGeneration"),
|
||||||
"SmolVLMForConditionalGeneration": ("smolvlm", "SmolVLMForConditionalGeneration"), # noqa: E501
|
"SmolVLMForConditionalGeneration": ("smolvlm", "SmolVLMForConditionalGeneration"), # noqa: E501
|
||||||
"KeyeForConditionalGeneration": ("keye", "KeyeForConditionalGeneration"),
|
"KeyeForConditionalGeneration": ("keye", "KeyeForConditionalGeneration"),
|
||||||
"KeyeVL1_5ForConditionalGeneration": (
|
"KeyeVL1_5ForConditionalGeneration": (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user