Commit 0036e62
Prebuilt: finish the PR set repin (#41)
#39 landed the first pin refresh only, so master still points at commits
that have since moved on and that conflict with each other.
ggml-org ggml-org#24523 was force-pushed: it now places LLM_ARCH_MINIMAX_M3 next
to LLM_ARCH_MINIMAX_M2 rather than at the tail of the enum, matching how
llama-arch.cpp already groups the name table. That removes the
src/llama-arch.h half of its collision with ggml-org#25731, which appends
LLM_ARCH_INKLING at the tail. New head baee0f5.
ggml-org ggml-org#25731 has picked up current master and the thinking_end_tags
rename, so it now builds on its own against b10133 and newer. Its entry
is replaced by unslothai #40, which carries what is still unresolvable
between the two: both add a chat parser and a detection block in the
same region of common/chat.cpp, immediately before "namespace
workaround {". chat.cpp has no MiniMax-M2 parser to sit beside, so
there is no principled alternative anchor for that half.
Replaying the resolver sequence on b10133:
OK ggml-org ggml-org#24423 @ c3fb972
OK ggml-org ggml-org#24523 @ baee0f5
OK unslothai #40 @ 233cedb
Drop the #40 entry and repin ggml-org#25731 upstream once either PR lands.
Co-authored-by: Daniel Han <unslothai@gmail.com>1 parent 550d10f commit 0036e62
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
0 commit comments