ik_llama_opt/src
Lingfeng Ren 35845dd975
server : support MTP with multimodal prompts (#1758)
Synchronize MTP state after mtmd decode batches so multimodal prompt chunks do not desync the draft context.
2026-05-11 09:51:07 +03:00
..
graphs Fix Mistral3 split mode graph (#1771) 2026-05-10 17:05:13 +03:00
CMakeLists.txt Refactor model compute graphs (#1651) 2026-04-18 17:08:43 +02:00
llama-arch.cpp Add MTP Support for Gemma 4 (#1744) 2026-05-10 07:44:20 +03:00
llama-arch.h Add MTP Support for Gemma 4 (#1744) 2026-05-10 07:44:20 +03:00
llama-build-context.cpp server : support MTP with multimodal prompts (#1758) 2026-05-11 09:51:07 +03:00
llama-build-context.h Add MTP Support for Gemma 4 (#1744) 2026-05-10 07:44:20 +03:00
llama-context.h Faster per step recurrent state restore when using MTP (#1767) 2026-05-10 07:51:06 +03:00
llama-cparams.h Control compute buffer sizes for large batches (#1560) 2026-04-01 07:57:52 +02:00
llama-delta-net.cpp MTP tweaks (#1741) 2026-05-06 08:35:11 +03:00
llama-delta-net.h Speculative checkpoints for recurrent models (#1669) 2026-04-24 09:59:30 +02:00
llama-expert-io.h Add --defer-experts flag to defer expert mmap residency on Linux (#1634) 2026-04-16 08:54:44 +02:00
llama-grammar.cpp Autoparser - complete refactoring of parser architecture (#1376) 2026-04-22 10:04:13 +02:00
llama-grammar.h llama : add token matching support to llama-grammar (#1220) 2026-02-03 07:57:17 +02:00
llama-hparams.cpp Add MTP Support for Gemma 4 (#1744) 2026-05-10 07:44:20 +03:00
llama-hparams.h Add MTP Support for Gemma 4 (#1744) 2026-05-10 07:44:20 +03:00
llama-impl.h Full graph parallel for Qwen3.5 (dense and MoE) (#1388) 2026-03-10 09:08:24 +01:00
llama-load-tensors.cpp Add MTP Support for Gemma 4 (#1744) 2026-05-10 07:44:20 +03:00
llama-mmap.cpp Add --defer-experts flag to defer expert mmap residency on Linux (#1634) 2026-04-16 08:54:44 +02:00
llama-mmap.h Add --defer-experts flag to defer expert mmap residency on Linux (#1634) 2026-04-16 08:54:44 +02:00
llama-model-loader.cpp fix: use int8_t for GGUF bool array loading instead of platform-dependent bool (#1648) 2026-04-17 07:25:07 +02:00
llama-model-loader.h Add --defer-experts flag to defer expert mmap residency on Linux (#1634) 2026-04-16 08:54:44 +02:00
llama-model.cpp Add MTP Support for Gemma 4 (#1744) 2026-05-10 07:44:20 +03:00
llama-model.h Add MTP Support for Gemma 4 (#1744) 2026-05-10 07:44:20 +03:00
llama-quantize.cpp Quantization options (#1677) 2026-04-23 09:05:39 +02:00
llama-quantize.h Allow using -rtr and -muge together (#1444) 2026-03-16 18:26:26 +01:00
llama-sampling.cpp Log probabilities on token sampling crash (#1519) 2026-03-26 14:34:41 +01:00
llama-sampling.h Adaptive P sampler: update review logic, delete old code comments, put prep stage after logit bias (#1386) 2026-03-14 12:34:12 +01:00
llama-vocab.cpp Gemma4 tokenizer fixes (#1603) 2026-04-09 15:33:28 +02:00
llama-vocab.h Initial Gemma4 support (#1581) 2026-04-06 10:01:08 +02:00
llama.cpp Faster per step recurrent state restore when using MTP (#1767) 2026-05-10 07:51:06 +03:00
unicode-data.cpp Merge mainline llama.cpp (#3) 2024-07-27 07:55:01 +02:00
unicode-data.h Merge mainline llama.cpp (#3) 2024-07-27 07:55:01 +02:00
unicode-script-data.cpp Add Unicode allowlist (#1597) 2026-04-10 18:22:57 +02:00
unicode.cpp Gemma4 tokenizer fixes (#1603) 2026-04-09 15:33:28 +02:00
unicode.h Add Unicode allowlist (#1597) 2026-04-10 18:22:57 +02:00