ik_llama_opt/src
Kawrakow 40aae0b6d8
Check for output_extra.weight when loading Gemma4 assistant models (#1817)
2026-05-18 08:17:05 +03:00
..
graphs Fix Qwen3.6-MoE low MTP acceptance rate (#1815) 2026-05-18 07:26:17 +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 Fix Qwen3.6-MoE low MTP acceptance rate (#1815) 2026-05-18 07:26:17 +03:00
llama-build-context.h Fix Qwen3.6-MoE low MTP acceptance rate (#1815) 2026-05-18 07:26:17 +03:00
llama-context.h More MTP tweaks (#1792) 2026-05-13 17:55:43 +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: faster recurrent state restore (#1791) 2026-05-13 11:00:24 +03:00
llama-delta-net.h MTP: faster recurrent state restore (#1791) 2026-05-13 11:00:24 +03: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 MTP: ebable per step recurrent state for split mode graph (#1773) 2026-05-11 12:40:04 +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 Check for output_extra.weight when loading Gemma4 assistant models (#1817) 2026-05-18 08:17:05 +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 MTP: option to use re-quantized output tensor for better TG performance (#1809) 2026-05-16 14:40:18 +03:00
llama-model.cpp Add MTP Support for Gemma 4 (#1744) 2026-05-10 07:44:20 +03:00
llama-model.h MTP: option to use re-quantized output tensor for better TG performance (#1809) 2026-05-16 14:40:18 +03:00
llama-quantize.cpp Quantize: add extra output tensor for MTP (#1810) 2026-05-17 13:59:56 +03: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 Fix Qwen3.6-MoE low MTP acceptance rate (#1815) 2026-05-18 07:26:17 +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