ik_llama_opt/src
Joel Farthing 0b4d09a227
model: Add Qwen3.8-Flash-Next (qwen4exp) runtime support (#2365)
* model: Add Qwen3.8-Flash-Next (qwen4exp) runtime support

* qwen4exp: narrow integer types, drop dead supports_op check, clarify a comment
2026-08-27 17:29:33 +02:00
..
graphs model: Add Qwen3.8-Flash-Next (qwen4exp) runtime support (#2365) 2026-08-27 17:29:33 +02:00
CMakeLists.txt model: Add Qwen3.8-Flash-Next (qwen4exp) runtime support (#2365) 2026-08-27 17:29:33 +02:00
llama-arch.cpp model: Add Qwen3.8-Flash-Next (qwen4exp) runtime support (#2365) 2026-08-27 17:29:33 +02:00
llama-arch.h model: Add Qwen3.8-Flash-Next (qwen4exp) runtime support (#2365) 2026-08-27 17:29:33 +02:00
llama-build-context.cpp model: Add Qwen3.8-Flash-Next (qwen4exp) runtime support (#2365) 2026-08-27 17:29:33 +02:00
llama-build-context.h model: Add Qwen3.8-Flash-Next (qwen4exp) runtime support (#2365) 2026-08-27 17:29:33 +02:00
llama-context.h model: Add Qwen3.8-Flash-Next (qwen4exp) runtime support (#2365) 2026-08-27 17:29:33 +02:00
llama-cparams.h openpangu: opt-in compacted sliding-window KV cache (--swa-compress) (#2253) 2026-08-05 18:00:32 +03:00
llama-delta-net.cpp model: Add Qwen3.8-Flash-Next (qwen4exp) runtime support (#2365) 2026-08-27 17:29:33 +02:00
llama-delta-net.h model: Add Qwen3.8-Flash-Next (qwen4exp) runtime support (#2365) 2026-08-27 17:29:33 +02:00
llama-dflash.cpp dflash: use draft context as capacity contract (#2341) 2026-08-26 18:26:50 +02:00
llama-dflash.h DFlash: use persistent FA-ready K/V cache (#1997) 2026-06-22 16:49:35 +02:00
llama-dsv4.cpp Initial implementation of DSpark (#2280) 2026-08-10 08:46:03 +02:00
llama-dsv4.h DeepSeek V4 spec checkpoints (#2205) 2026-07-30 13:34:33 +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 Bug fixes (#1940) 2026-06-10 07:45:49 +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 model: Add Qwen3.8-Flash-Next (qwen4exp) runtime support (#2365) 2026-08-27 17:29:33 +02:00
llama-hparams.h model: Add Qwen3.8-Flash-Next (qwen4exp) runtime support (#2365) 2026-08-27 17:29:33 +02:00
llama-impl.h Split mode graph for dense Gemma4 assistant (#2022) 2026-06-24 18:29:32 +02:00
llama-kda.cpp model: Ling-3.0 (bailingmoe3) runtime support (#2295) 2026-08-13 08:02:50 +02:00
llama-kda.h model: Ling-3.0 (bailingmoe3) runtime support (#2295) 2026-08-13 08:02:50 +02:00
llama-load-tensors.cpp model: Add Qwen3.8-Flash-Next (qwen4exp) runtime support (#2365) 2026-08-27 17:29:33 +02:00
llama-mmap.cpp Chores : tidy up more typos project wide (ggml directory excluded), new -ptcall alias (#2237) 2026-08-03 08:01:18 +03:00
llama-mmap.h Parallelize weight loading for weights targeted at anonymous host ram and also GPU (#2057) 2026-07-07 09:52:19 +02:00
llama-model-loader.cpp model: Add Qwen3.8-Flash-Next (qwen4exp) runtime support (#2365) 2026-08-27 17:29:33 +02:00
llama-model-loader.h Dflash 2 speculative decoding (#2345) 2026-08-26 17:09:34 +02:00
llama-model.cpp model: Add Qwen3.8-Flash-Next (qwen4exp) runtime support (#2365) 2026-08-27 17:29:33 +02:00
llama-model.h model: Add Qwen3.8-Flash-Next (qwen4exp) runtime support (#2365) 2026-08-27 17:29:33 +02:00
llama-quantize.cpp Fix MXFP4 non-interlevaed type (#2306) 2026-08-13 08:41:39 +02:00
llama-quantize.h Allow using -rtr and -muge together (#1444) 2026-03-16 18:26:26 +01:00
llama-reload-info.h on-demand tensor reload (#1989) 2026-06-22 16:36:34 +02:00
llama-reload.cpp hotswap: keep load-time-derived and transformed tensors coherent after reloads (follow-up to #2131) (#2163) 2026-07-22 17:34:43 +03:00
llama-sampling.cpp Adaptive P Sampler: Quality Control (#2337) 2026-08-24 18:49:49 +02:00
llama-sampling.h Adaptive P Sampler: Quality Control (#2337) 2026-08-24 18:49:49 +02:00
llama-spec-features-dflash.cpp Dflash 2 speculative decoding (#2345) 2026-08-26 17:09:34 +02:00
llama-spec-features-dflash.h Initial implementation of DSpark (#2280) 2026-08-10 08:46:03 +02:00
llama-spec-features.cpp speculative : add Step 3.7 MTP support (#2250) 2026-08-07 07:23:21 +03:00
llama-spec-features.h move dflash for it own file 2026-06-02 10:22:13 -03:00
llama-vocab.cpp model: add openPangu-2.0-Flash (92B-A6B) with MLA-latent cache, DSA/SWA, mHC, and multi-head MTP (#2065) 2026-07-11 12:29:20 +03:00
llama-vocab.h Add Mellum2 architecture support (#1919) 2026-06-04 14:28:02 +02:00
llama.cpp model: Add Qwen3.8-Flash-Next (qwen4exp) runtime support (#2365) 2026-08-27 17:29:33 +02: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