Skip to content

Commit e2621f0

Browse files
authored
feat: add new jamba models
1 parent 33bd3d9 commit e2621f0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

fastchat/model/model_registry.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,13 @@ def get_model_info(name: str) -> ModelInfo:
133133
)
134134

135135
register_model_info(
136-
["jamba-1.5-large", "jamba-1.5-mini"],
137-
"Jamba 1.5",
136+
[
137+
"jamba-1.5-large",
138+
"jamba-1.5-mini",
139+
"jamba-large-1.6-2025-03",
140+
"jamba-mini-1.6-2025-03",
141+
],
142+
"Jamba",
138143
"https://www.ai21.com/jamba",
139144
"Jamba by AI21 Labs",
140145
)

0 commit comments

Comments
 (0)