Commit 8263d1a
fix(dashboard): correct GLM-5 (744B) and MiniMax-M2.5/2.7 (230B) param counts
Two labels carried over numbers from older sibling models:
- GLM5/5.1: 355B → 744B total / 40B active (355B was GLM-4.5).
Source: zai-org/GLM-5 model card.
- MiniMax M2.5/2.7: 456B → 230B total / 10B active (456B was
MiniMax-Text-01 / M1, a different MoE architecture with 32 large
experts vs the M2 series' 256 small experts).
Sources: MiniMaxAI/MiniMax-M2.5 model card; NVIDIA M2.7 blog.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 6e6645e commit 8263d1a
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
193 | | - | |
| 192 | + | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments