koboldcpp/src
Concedo 73cc7d9287 Merge branch 'upstream' into concedo_experimental
# Conflicts:
#	.devops/cann.Dockerfile
#	.devops/cpu.Dockerfile
#	.devops/cuda.Dockerfile
#	.devops/intel.Dockerfile
#	.devops/musa.Dockerfile
#	.devops/openvino.Dockerfile
#	.devops/rocm.Dockerfile
#	.devops/s390x.Dockerfile
#	.devops/vulkan.Dockerfile
#	.devops/zendnn.Dockerfile
#	.dockerignore
#	.pi/gg/SYSTEM.md
#	ggml/CMakeLists.txt
#	ggml/src/ggml-webgpu/ggml-webgpu.cpp
#	scripts/sync-ggml.last
#	scripts/sync_vendor.py
#	tools/cli/README.md
#	tools/cli/cli.cpp
#	tools/mtmd/clip.cpp
#	tools/server/README.md
2026-06-20 17:16:19 +08:00
..
models Merge branch 'upstream' into concedo_experimental 2026-06-20 17:16:19 +08:00
llama-adapter.cpp hparams : refactor hparams.n_layer (#24060) 2026-06-05 11:09:36 +03:00
llama-adapter.h llama : re-enable manual LoRA adapter free (#19983) 2026-03-18 12:03:26 +02:00
llama-arch.cpp Add arch support for cohere2-MoE (#24260) 2026-06-13 19:49:00 +02:00
llama-arch.h Add arch support for cohere2-MoE (#24260) 2026-06-13 19:49:00 +02:00
llama-batch.cpp kv-cache : fix M-RoPE checkpoints (#20132) 2026-03-06 08:46:51 +02:00
llama-batch.h fix: correct misspellings in code comments (#21217) 2026-03-31 13:50:51 +02:00
llama-chat.cpp chat : add Granite 4.1 chat template (#23518) 2026-05-28 13:13:33 +02:00
llama-chat.h chat : add Granite 4.1 chat template (#23518) 2026-05-28 13:13:33 +02:00
llama-context.cpp Merge branch 'upstream' into concedo_experimental 2026-06-18 21:00:52 +08:00
llama-context.h spec: add EAGLE3 speculative decoding support (#18039) 2026-06-12 10:21:06 +03:00
llama-cparams.cpp
llama-cparams.h spec: add EAGLE3 speculative decoding support (#18039) 2026-06-12 10:21:06 +03:00
llama-ext.h fit : avoid including llama-ext.h in fit.h (#24506) 2026-06-12 15:57:05 +03:00
llama-grammar.cpp Merge branch 'upstream' into concedo_experimental 2026-03-22 23:39:13 +08:00
llama-grammar.h common/grammar : replace problematic backtracking regex [\s\S]* (#18342) 2026-01-03 16:02:43 -06:00
llama-graph.cpp Merge branch 'upstream' into concedo_experimental 2026-06-17 16:06:00 +08:00
llama-graph.h Fix and restrict NVFP4 edge-cases in llama-graph (#24331) 2026-06-16 11:52:38 +02:00
llama-hparams.cpp spec: fix segfault error on long prompts for eagle3 (#24707) 2026-06-17 17:29:49 +03:00
llama-hparams.h spec: fix segfault error on long prompts for eagle3 (#24707) 2026-06-17 17:29:49 +03:00
llama-impl.cpp Merge branch 'upstream' into concedo_experimental 2026-04-06 20:56:02 +08:00
llama-impl.h llama: use f16 mask for FA to save VRAM (#23764) 2026-05-29 15:44:43 +08:00
llama-io.cpp server : avoid checkpoint data host copies (#22558) 2026-05-02 18:03:25 +03:00
llama-io.h llama : add option to save memory in device buffers (#22679) 2026-05-05 06:35:07 +03:00
llama-kv-cache-dsa.cpp llama : add Gemma4 MTP (#23398) 2026-06-07 20:50:54 +08:00
llama-kv-cache-dsa.h model : support for DeepseekV32ForCausalLM with generic DeepSeek Sparse Attention (DSA) implementation (#23346) 2026-05-29 10:15:17 +02:00
llama-kv-cache-iswa.cpp Merge commit 'c2b1518fd4' into concedo_experimental 2026-06-10 00:56:44 +08:00
llama-kv-cache-iswa.h llama : add Gemma4 MTP (#23398) 2026-06-07 20:50:54 +08:00
llama-kv-cache.cpp Merge commit 'c2b1518fd4' into concedo_experimental 2026-06-10 00:56:44 +08:00
llama-kv-cache.h kv-cache : avoid kv cells copies (#24277) 2026-06-07 21:42:54 +03:00
llama-kv-cells.h kv-cache : avoid kv cells copies (#24277) 2026-06-07 21:42:54 +03:00
llama-memory-hybrid-iswa.cpp llama : add Gemma4 MTP (#23398) 2026-06-07 20:50:54 +08:00
llama-memory-hybrid-iswa.h llama + spec: MTP Support (#22673) 2026-05-16 20:06:23 +08:00
llama-memory-hybrid.cpp llama : add Gemma4 MTP (#23398) 2026-06-07 20:50:54 +08:00
llama-memory-hybrid.h llama + spec: MTP Support (#22673) 2026-05-16 20:06:23 +08:00
llama-memory-recurrent.cpp Merge commit '6effcecd0b' into concedo_experimental 2026-06-07 17:10:58 +08:00
llama-memory-recurrent.h llama : MTP clean-up (#23269) 2026-05-19 15:32:58 +03:00
llama-memory.cpp
llama-memory.h llama : add Gemma4 MTP (#23398) 2026-06-07 20:50:54 +08:00
llama-mmap.cpp Merge branch 'upstream' into concedo_experimental 2026-05-02 18:07:50 +08:00
llama-mmap.h llama: fix llama-model-saver (#20503) 2026-03-25 12:53:16 +02:00
llama-model-loader.cpp Merge branch 'upstream' into concedo_experimental 2026-06-12 15:39:57 +08:00
llama-model-loader.h llama + spec: MTP Support (#22673) 2026-05-16 20:06:23 +08:00
llama-model-saver.cpp Add arch support for cohere2-MoE (#24260) 2026-06-13 19:49:00 +02:00
llama-model-saver.h llama: fix llama-model-saver (#20503) 2026-03-25 12:53:16 +02:00
llama-model.cpp Merge branch 'upstream' into concedo_experimental 2026-06-14 11:26:16 +08:00
llama-model.h spec: add EAGLE3 speculative decoding support (#18039) 2026-06-12 10:21:06 +03:00
llama-quant.cpp Merge commit '6effcecd0b' into concedo_experimental 2026-06-07 17:10:58 +08: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 added support for cohere north mini 2026-06-16 00:24:30 +08:00
llama-vocab.h Merge branch 'upstream' into concedo_experimental 2026-06-12 15:39:57 +08:00
llama.cpp Merge branch 'upstream' into concedo_experimental 2026-06-18 21:00:52 +08:00
unicode-data.cpp
unicode-data.h
unicode.cpp unicode,test: add Qwen3.5 non-backtracking tokenizer handler and regr… (#22110) 2026-05-14 11:03:40 +02:00
unicode.h vocab: fix Gemma4 tokenizer (#21343) 2026-04-03 10:33:03 +02:00