koboldcpp/src
Aman Gupta 166fe29492
qwen35: use post-norm hidden state for MTP (#24025)
* qwen35: use post-norm hidden state for MTP

* rename pre_norm to nextn

* fix step35
2026-06-04 01:29:09 +08:00
..
models qwen35: use post-norm hidden state for MTP (#24025) 2026-06-04 01:29:09 +08:00
CMakeLists.txt model : support for DeepseekV32ForCausalLM with generic DeepSeek Sparse Attention (DSA) implementation (#23346) 2026-05-29 10:15:17 +02:00
llama-adapter.cpp fix: correct misspellings in code comments (#21217) 2026-03-31 13:50:51 +02:00
llama-adapter.h llama : re-enable manual LoRA adapter free (#19983) 2026-03-18 12:03:26 +02:00
llama-arch.cpp mtmd, model: allow skip build_vit() (#24077) 2026-06-03 17:10:35 +02:00
llama-arch.h mtmd, model: allow skip build_vit() (#24077) 2026-06-03 17:10:35 +02:00
llama-batch.cpp kv-cache : fix M-RoPE checkpoints (#20132) 2026-03-06 08:46:51 +02:00
llama-batch.h fix: correct misspellings in code comments (#21217) 2026-03-31 13:50:51 +02:00
llama-chat.cpp chat : add Granite 4.1 chat template (#23518) 2026-05-28 13:13:33 +02:00
llama-chat.h chat : add Granite 4.1 chat template (#23518) 2026-05-28 13:13:33 +02:00
llama-context.cpp qwen35: use post-norm hidden state for MTP (#24025) 2026-06-04 01:29:09 +08:00
llama-context.h qwen35: use post-norm hidden state for MTP (#24025) 2026-06-04 01:29:09 +08:00
llama-cparams.cpp cparams : rename LLAMA_MAX_PARALLEL_SEQUENCES to LLAMA_MAX_SEQ (#14188) 2025-06-15 10:08:58 +03:00
llama-cparams.h qwen35: use post-norm hidden state for MTP (#24025) 2026-06-04 01:29:09 +08:00
llama-ext.h qwen35: use post-norm hidden state for MTP (#24025) 2026-06-04 01:29:09 +08:00
llama-grammar.cpp common/grammar: fix grammar parsing issues to prevent stack overflow and hangs (#18604) 2026-03-21 18:43:35 +01:00
llama-grammar.h common/grammar : replace problematic backtracking regex [\s\S]* (#18342) 2026-01-03 16:02:43 -06:00
llama-graph.cpp qwen35: use post-norm hidden state for MTP (#24025) 2026-06-04 01:29:09 +08:00
llama-graph.h qwen35: use post-norm hidden state for MTP (#24025) 2026-06-04 01:29:09 +08:00
llama-hparams.cpp tests : add support for qwen3 SSM archs (#24031) 2026-06-03 10:15:27 +03:00
llama-hparams.h tests : add support for qwen3 SSM archs (#24031) 2026-06-03 10:15:27 +03:00
llama-impl.cpp llama : correct platform-independent loading of BOOL metadata (#21428) 2026-04-06 01:40:38 +02:00
llama-impl.h llama: use f16 mask for FA to save VRAM (#23764) 2026-05-29 15:44:43 +08:00
llama-io.cpp server : avoid checkpoint data host copies (#22558) 2026-05-02 18:03:25 +03:00
llama-io.h llama : add option to save memory in device buffers (#22679) 2026-05-05 06:35:07 +03:00
llama-kv-cache-dsa.cpp model : support for DeepseekV32ForCausalLM with generic DeepSeek Sparse Attention (DSA) implementation (#23346) 2026-05-29 10:15:17 +02:00
llama-kv-cache-dsa.h model : support for DeepseekV32ForCausalLM with generic DeepSeek Sparse Attention (DSA) implementation (#23346) 2026-05-29 10:15:17 +02:00
llama-kv-cache-iswa.cpp model : support for DeepseekV32ForCausalLM with generic DeepSeek Sparse Attention (DSA) implementation (#23346) 2026-05-29 10:15:17 +02:00
llama-kv-cache-iswa.h llama: print memory breakdown on exit (#15860) 2025-09-24 16:53:48 +02:00
llama-kv-cache.cpp kv-cache : SWA checkpoints store only non-masked cells (#23981) 2026-06-02 11:06:29 +03:00
llama-kv-cache.h model : support for DeepseekV32ForCausalLM with generic DeepSeek Sparse Attention (DSA) implementation (#23346) 2026-05-29 10:15:17 +02:00
llama-kv-cells.h llama: store mrope data in KV cell (#16825) 2025-10-29 18:09:18 +01:00
llama-memory-hybrid-iswa.cpp tests : add support for qwen3 SSM archs (#24031) 2026-06-03 10:15:27 +03:00
llama-memory-hybrid-iswa.h llama + spec: MTP Support (#22673) 2026-05-16 20:06:23 +08:00
llama-memory-hybrid.cpp tests : add support for qwen3 SSM archs (#24031) 2026-06-03 10:15:27 +03:00
llama-memory-hybrid.h llama + spec: MTP Support (#22673) 2026-05-16 20:06:23 +08:00
llama-memory-recurrent.cpp llama : MTP clean-up (#23269) 2026-05-19 15:32:58 +03:00
llama-memory-recurrent.h llama : MTP clean-up (#23269) 2026-05-19 15:32:58 +03:00
llama-memory.cpp memory : correctly handle failure in apply() (#14438) 2025-06-30 18:03:03 +03:00
llama-memory.h llama + spec: MTP Support (#22673) 2026-05-16 20:06:23 +08:00
llama-mmap.cpp Update llama-mmap to use ftello/fseeko (#22497) 2026-04-30 14:17:52 -07:00
llama-mmap.h llama: fix llama-model-saver (#20503) 2026-03-25 12:53:16 +02:00
llama-model-loader.cpp tests : add support for qwen3 SSM archs (#24031) 2026-06-03 10:15:27 +03:00
llama-model-loader.h llama + spec: MTP Support (#22673) 2026-05-16 20:06:23 +08:00
llama-model-saver.cpp tests : add support for qwen3 SSM archs (#24031) 2026-06-03 10:15:27 +03:00
llama-model-saver.h llama: fix llama-model-saver (#20503) 2026-03-25 12:53:16 +02:00
llama-model.cpp tests : add support for qwen3 SSM archs (#24031) 2026-06-03 10:15:27 +03:00
llama-model.h model: add Mellum architecture (#23966) 2026-06-02 22:11:12 +03:00
llama-quant.cpp model: move load_hparams and load_tensors to per-model definition (#22004) 2026-05-04 12:36:59 +02:00
llama-quant.h llama : refactor src/llama.cpp (#10902) 2025-01-03 10:18:53 +02:00
llama-sampler.cpp llama : rename llama-sampling to llama-sampler (#19363) 2026-02-06 07:26:54 +01:00
llama-sampler.h llama : rename llama-sampling to llama-sampler (#19363) 2026-02-06 07:26:54 +01:00
llama-vocab.cpp mtmd, model: allow skip build_vit() (#24077) 2026-06-03 17:10:35 +02:00
llama-vocab.h mtmd, model: allow skip build_vit() (#24077) 2026-06-03 17:10:35 +02:00
llama.cpp llama: only use one iGPU device by default (#23897) 2026-05-31 08:17:47 +02:00
unicode-data.cpp server : better security control for public deployments (#9776) 2024-10-08 13:27:04 +02:00
unicode-data.h llama : reduce compile time and binary size (#9712) 2024-10-02 15:49:55 +02:00
unicode.cpp unicode,test: add Qwen3.5 non-backtracking tokenizer handler and regr… (#22110) 2026-05-14 11:03:40 +02:00
unicode.h vocab: fix Gemma4 tokenizer (#21343) 2026-04-03 10:33:03 +02:00