You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(rebase): resolve build errors from rebase conflict resolution
Corrects merge artifacts introduced while rebasing the TurboQuant feature
branch onto upstream master:
- ggml.c: bump GGML_OP_COUNT static_assert 97 -> 98 (GGML_OP_TURBO_WHT added
to the op enum; arrays already carry the entry, the count literal was left
at master's value during the merge).
- llama.h / common.h: drop duplicate n_outputs_max field (the fork adds it,
master already has it); keep master's "max outputs in a batch" field and
ordering.
- llama-context.cpp: drop the matching duplicate n_outputs_max initializer.
- llama-vocab.h: drop duplicate get_suppress_tokens() declaration.
- mtmd/models.h + clip.cpp: drop duplicate clip_graph_gemma4uv struct and the
duplicate PROJECTOR_TYPE_GEMMA4UA case (master already carries gemma4 vision).
- models/step35.cpp: restore upstream's complete file (no turbo content; the
conflict resolution had dropped its MTP block, leaving trunk_flags undefined).
CPU-only build of libllama, llama-server, llama-cli and llama-quantize passes.
https://claude.ai/code/session_01HZZQMPA6D6KWgcuDsDarWa
0 commit comments