model : add support for MiniMaxText01ForCausalLM and MiniMaxM1ForCausalLM #27018
llama : support for MiniMax-Text-01 model
d9bee6ec
Merge remote-tracking branch 'upstream/master'
5bdd054f
chore : renames to match the other MiniMax models
bd605684
model : add logits mask as MiniMax-Text-01 embeddings tensor has zero…
9a641467
llama : replace hardcoded conditions with hparams.is_recr()
09b462e0
model : used build_rs() for recurrent state management
5ad0114c
chore : code cleanup
fc81d9e5
model : optimized MiniMax-Text-01 by removing the state tranpose oper…
0cc3e784
chore : removed unnecessary ggml_cont() in MiniMax-Text-01 implementa…
9eae5976
llama : add generic logits mask graph input
8256d01f
model : permuted diag_decay dimensions to avoid doing it inside MiniM…
3cc40e6f
chore : code cleanup
4e750d7d
Merge remote-tracking branch 'upstream/master' into minimax-text-01
d73091b1
chore : code cleanup
e0f434d9
model : use token positions when calculating MiniMax-Text-01 decay te…
2286b408
convert : add support for MiniMaxM1ForCausalLM as it seems to be the …
bf3be2d1
chat : add jinja template for MiniMax-M1
414b9fc4
chore : code cleanup
e5a2a3b4
tests : MINIMAX_01-related fixes
24297134
chore : silence Python lint errors
ac55c3ee
CISC
commented
on 2026-08-13
vocab : remove unnecessary vocab type
f708076e
convert : update MiniMaxText01Model conversion to use yield when modi…
58c32e81
ngxson
commented
on 2026-08-13
convert : suppress tokens with zero-valued embeddings during MiniMax-…
a07a0169
llama : removed logits mask - no longer necessary as token suppressio…
84df482e
CISC
approved these changes
on 2026-08-14
model : use common functions to make MiniMax-Text-01 implementation m…
82b4cf1a
model : use common functions to make MiniMax-Text-01 implementation m…
ec9a9fc3
convert : override non-working built-in chat template during conversion
b837059a
tests : skip arch MINIMAX_01 tests for WebGPU backend (it breaks again)
d6736604
CISC
approved these changes
on 2026-08-14
ngxson
approved these changes
on 2026-08-14
ngxson
merged
16d222fc
into master 6 days ago
Assignees
No one assigned
Labels
model
testing
conversion
Login to write a write a comment.
Login via GitHub