..
models
llama: Add option to merge gate and exp weights ( #19139 )
2026-02-26 21:01:08 +08:00
CMakeLists.txt
model : add Jina Embeddings v5 Nano (partial EuroBERT) support ( #19826 )
2026-02-26 12:14:09 +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
llama: Add option to merge gate and exp weights ( #19139 )
2026-02-26 21:01:08 +08:00
llama-arch.h
llama: Add option to merge gate and exp weights ( #19139 )
2026-02-26 21:01:08 +08:00
llama-batch.cpp
batch : fix sequence id ownership ( #17915 )
2025-12-11 14:29:47 +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 : remove write/read of output ids/logits/embeddings ( #18862 )
2026-02-23 07:04:30 +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
context : reserve new scheduler when graph topology changes ( #18547 )
2026-01-15 16:39:17 +02:00
llama-grammar.cpp
llama : rename llama-sampling to llama-sampler ( #19363 )
2026-02-06 07:26:54 +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
llama: Add option to merge gate and exp weights ( #19139 )
2026-02-26 21:01:08 +08:00
llama-graph.h
llama: Add option to merge gate and exp weights ( #19139 )
2026-02-26 21:01:08 +08:00
llama-hparams.cpp
Kimi-Linear support (backend agnostic + MLA KV cache) ( #18755 )
2026-02-06 11:39:58 +01:00
llama-hparams.h
model: support GLM MoE DSA arch (NOTE: indexer is not yet supported) ( #19460 )
2026-02-13 14:56:53 +01:00
llama-impl.cpp
impl : use 6 digits for tensor dims ( #20094 )
2026-03-04 09:53:38 +01:00
llama-impl.h
llama : refactor sampling_info to use buffer_view template ( #19368 )
2026-02-11 05:38:13 +01: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-kv-cache.cpp
kv-cache : fix can_shift() check to take into account M-RoPE ( #19928 )
2026-02-26 18:08:54 +02:00
llama-kv-cache.h
kv-cache : optimize KQ mask construction ( #18842 )
2026-01-17 15:42:42 +02:00
llama-kv-cells.h
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-memory-recurrent.cpp
server : support multi-modal context checkpoints ( #19849 )
2026-02-25 15:14:27 +02:00
llama-memory-recurrent.h
llama-memory.cpp
llama-memory.h
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 : disable Direct IO by default ( #19109 )
2026-01-28 09:11:13 +02:00
llama-model-loader.h
llama : add use_direct_io flag for model loading ( #18166 )
2026-01-08 08:35:30 +02:00
llama-model-saver.cpp
model : full modern bert support ( #18330 )
2026-02-19 08:52:21 +01:00
llama-model-saver.h
llama-model.cpp
llama: Add option to merge gate and exp weights ( #19139 )
2026-02-26 21:01:08 +08:00
llama-model.h
llama: Add option to merge gate and exp weights ( #19139 )
2026-02-26 21:01:08 +08:00
llama-quant.cpp
quantize : add --dry-run option ( #19526 )
2026-02-20 09:20:16 +01: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
model : add Jina Embeddings v5 Nano (partial EuroBERT) support ( #19826 )
2026-02-26 12:14:09 +01:00
llama-vocab.h
model : add JAIS-2 architecture support ( #19488 )
2026-02-19 13:30:17 +01:00
llama.cpp
llama: fix integer type consistency in split helpers ( #18894 )
2026-01-25 09:10:52 +02:00
unicode-data.cpp
unicode-data.h
unicode.cpp
model: Add support for Tiny Aya Models ( #19611 )
2026-02-16 16:28:46 +01:00
unicode.h