fix(llm): add default context window lengths for Xiaomi Mimo 2.5 models (#4579)
This commit is contained in:
parent
a05666a1b0
commit
95b3c8139d
1 changed files with 4 additions and 0 deletions
|
|
@ -220,6 +220,10 @@ KNOWN_CONTEXT_WINDOWS = {
|
|||
'hermes': 131072,
|
||||
'nous-hermes': 131072,
|
||||
|
||||
# --- Xiaomi ---
|
||||
'mimo-v2.5-pro': 1048576,
|
||||
'mimo-v2.5': 1048576,
|
||||
|
||||
# --- Open community ---
|
||||
'dolphin': 32768,
|
||||
'mythomax': 4096,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue