llama.cpp/src
Stanisław Szymczyk 9a63e7ab76 model : crude proof-of-concept implementation of the DSA indexer for DeepSeek V3.2. 2026-03-14 20:20:39 +01:00
..
models model : crude proof-of-concept implementation of the DSA indexer for DeepSeek V3.2. 2026-03-14 20:20:39 +01:00
CMakeLists.txt model : Initial support for DeepseekV32ForCausalLM (for now with dense attention). Needs manual change of add_bos_token to true in tokenizer_config.json before conversion. 2026-03-12 13:15:58 +01:00
llama-adapter.cpp lora: make sure model keep track of associated adapters (#18490) 2026-01-15 10:24:28 +01:00
llama-adapter.h graph : fix KQ mask, lora, cvec reuse checks (#19644) 2026-02-16 09:21:11 +02:00
llama-arch.cpp model : Initial support for DeepseekV32ForCausalLM (for now with dense attention). Needs manual change of add_bos_token to true in tokenizer_config.json before conversion. 2026-03-12 13:15:58 +01:00
llama-arch.h model : Initial support for DeepseekV32ForCausalLM (for now with dense attention). Needs manual change of add_bos_token to true in tokenizer_config.json before conversion. 2026-03-12 13:15:58 +01:00
llama-batch.cpp kv-cache : fix M-RoPE checkpoints (#20132) 2026-03-06 08:46:51 +02:00
llama-batch.h batch : fix sequence id ownership (#17915) 2025-12-11 14:29:47 +02:00
llama-chat.cpp docs : Minor cleanups (#19252) 2026-02-02 08:38:55 +02:00
llama-chat.h model : add EXAONE MoE (#18543) 2026-01-13 23:28:38 +01:00
llama-context.cpp llama: dynamic head_dim and n_rot for SWA (#20301) 2026-03-09 22:22:39 +01:00
llama-context.h graph : fix KQ mask, lora, cvec reuse checks (#19644) 2026-02-16 09:21:11 +02:00
llama-cparams.cpp
llama-cparams.h ggml: add GATED_DELTA_NET op (#19504) 2026-03-07 15:41:10 +08:00
llama-grammar.cpp common : fix incorrect uses of stoul (#20313) 2026-03-10 11:40:26 +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 model : qwen3vl reranker text support (#20332) 2026-03-10 23:40:14 +01:00
llama-graph.h graph : remove redundant scale_w parameter (#20235) 2026-03-08 18:58:28 +01:00
llama-hparams.cpp llama: dynamic head_dim and n_rot for SWA (#20301) 2026-03-09 22:22:39 +01:00
llama-hparams.h llama: dynamic head_dim and n_rot for SWA (#20301) 2026-03-09 22:22:39 +01:00
llama-impl.cpp impl : use 6 digits for tensor dims (#20094) 2026-03-04 09:53:38 +01:00
llama-impl.h ggml: add GATED_DELTA_NET op (#19504) 2026-03-07 15:41:10 +08:00
llama-io.cpp
llama-io.h
llama-kv-cache-iswa.cpp model : support Step3.5-Flash (#19283) 2026-02-06 21:06:14 +01: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 : add cache for indexer keys (temporary solution) 2026-03-13 18:54:57 +01:00
llama-kv-cache.h kv-cache : add cache for indexer keys (temporary solution) 2026-03-13 18:54:57 +01: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 memory : add llama_memory_hybrid_iswa (#18601) 2026-01-21 14:30:23 +02:00
llama-memory-hybrid-iswa.h memory : add llama_memory_hybrid_iswa (#18601) 2026-01-21 14:30:23 +02:00
llama-memory-hybrid.cpp graph : reuse SSM graphs (#16490) 2025-12-16 09:36:21 +02:00
llama-memory-hybrid.h llama: print memory breakdown on exit (#15860) 2025-09-24 16:53:48 +02:00
llama-memory-recurrent.cpp server : support multi-modal context checkpoints (#19849) 2026-02-25 15:14:27 +02:00
llama-memory-recurrent.h llama: consistent ctx <-> buf order for KV cache (#16746) 2025-10-28 11:23:54 +01:00
llama-memory.cpp
llama-memory.h llama: print memory breakdown on exit (#15860) 2025-09-24 16:53:48 +02:00
llama-mmap.cpp mmap: Fix Windows handle lifetime (#19598) 2026-02-14 10:05:12 +02:00
llama-mmap.h llama : add `use_direct_io` flag for model loading (#18166) 2026-01-08 08:35:30 +02:00
llama-model-loader.cpp llama: dynamic head_dim and n_rot for SWA (#20301) 2026-03-09 22:22:39 +01:00
llama-model-loader.h llama: end-to-end tests (#19802) 2026-03-08 12:30:21 +01:00
llama-model-saver.cpp llama: dynamic head_dim and n_rot for SWA (#20301) 2026-03-09 22:22:39 +01:00
llama-model-saver.h llama: end-to-end tests (#19802) 2026-03-08 12:30:21 +01:00
llama-model.cpp model : Initial support for DeepseekV32ForCausalLM (for now with dense attention). Needs manual change of add_bos_token to true in tokenizer_config.json before conversion. 2026-03-12 13:15:58 +01:00
llama-model.h model : Initial support for DeepseekV32ForCausalLM (for now with dense attention). Needs manual change of add_bos_token to true in tokenizer_config.json before conversion. 2026-03-12 13:15:58 +01:00
llama-quant.cpp llama-quant : correct `n_attention_wv` usage (#20357) 2026-03-10 21:43:29 +02:00
llama-quant.h
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 llama: end-to-end tests (#19802) 2026-03-08 12:30:21 +01:00
llama-vocab.h model : add JAIS-2 architecture support (#19488) 2026-02-19 13:30:17 +01:00
llama.cpp llama: end-to-end tests (#19802) 2026-03-08 12:30:21 +01:00
unicode-data.cpp
unicode-data.h
unicode.cpp chore : correct typos [no ci] (#20041) 2026-03-05 08:50:21 +01:00
unicode.h devops: add s390x & ppc64le CI (#15925) 2025-09-27 02:03:33 +08:00