koboldcpp/src
Concedo dcfe29317e Merge branch 'upstream' into concedo_experimental
# Conflicts:
#	.github/actions/windows-setup-rocm/action.yml
#	.github/workflows/build-cache.yml
#	.github/workflows/build-cuda-windows.yml
#	.github/workflows/release.yml
#	.github/workflows/server-sanitize.yml
#	.github/workflows/server-self-hosted.yml
#	.github/workflows/server.yml
#	ci/run.sh
#	docs/speculative.md
#	examples/lookup/lookup.cpp
#	examples/speculative-simple/speculative-simple.cpp
#	examples/speculative/speculative.cpp
#	ggml/src/ggml-cann/ggml-cann.cpp
#	ggml/src/ggml-et/ggml-et.cpp
#	ggml/src/ggml-hexagon/ggml-hexagon.cpp
#	ggml/src/ggml-opencl/ggml-opencl.cpp
#	ggml/src/ggml-opencl/kernels/flash_attn_f32_f16.cl
#	ggml/src/ggml-opencl/kernels/flash_attn_f32_q4_0.cl
#	ggml/src/ggml-opencl/kernels/flash_attn_f32_q8_0.cl
#	ggml/src/ggml-openvino/ggml-openvino.cpp
#	ggml/src/ggml-sycl/ggml-sycl.cpp
#	ggml/src/ggml-virtgpu/backend/backend-dispatched-device.cpp
#	ggml/src/ggml-virtgpu/backend/shared/api_remoting.h
#	ggml/src/ggml-virtgpu/ggml-backend-buffer-type.cpp
#	ggml/src/ggml-virtgpu/ggml-backend-device.cpp
#	ggml/src/ggml-virtgpu/virtgpu-forward-device.cpp
#	ggml/src/ggml-virtgpu/virtgpu-forward.gen.h
#	ggml/src/ggml-vulkan/ggml-vulkan.cpp
#	ggml/src/ggml-webgpu/ggml-webgpu-shader-lib.hpp
#	ggml/src/ggml-webgpu/ggml-webgpu.cpp
#	ggml/src/ggml-webgpu/wgsl-shaders/cpy.wgsl
#	ggml/src/ggml-zdnn/ggml-zdnn.cpp
#	ggml/src/ggml-zendnn/ggml-zendnn.cpp
#	tests/peg-parser/test-json-parser.cpp
#	tests/test-arg-parser.cpp
#	tests/test-backend-sampler.cpp
#	tests/test-sampling.cpp
#	tools/cli/README.md
#	tools/completion/README.md
#	tools/llama-bench/llama-bench.cpp
#	tools/server/README.md
2026-08-11 15:13:15 +08:00
..
models Merge branch 'upstream' into concedo_experimental 2026-08-11 15:13:15 +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 model: Muse Glimmer Support (#26841) 2026-08-10 13:07:27 +02:00
llama-arch.h model: Muse Glimmer Support (#26841) 2026-08-10 13:07:27 +02:00
llama-batch.cpp llama-batch: fix allowed decreasing pos in a seq (#25449) 2026-07-08 19:24:34 +03:00
llama-batch.h llama-batch: add n_keep_tail in split_equal for recurrent models (#25278) 2026-07-08 15:55:19 +08: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-08-11 15:13:15 +08:00
llama-context.h llama: refactor fused ops (#24646) 2026-07-08 18:18:09 +08:00
llama-cparams.cpp cparams : rename LLAMA_MAX_PARALLEL_SEQUENCES to LLAMA_MAX_SEQ (#14188) 2025-06-15 10:08:58 +03:00
llama-cparams.h llama : support multi-output backend sampling (#25532) 2026-08-10 16:58:56 +03:00
llama-ext.h mtmd: support Qwen3-TTS (note: breaking change to llama-tts binary) (#26254) 2026-08-04 17:26:15 +02:00
llama-grammar.cpp Merge branch 'upstream' into concedo_experimental 2026-08-07 20:46:56 +08:00
llama-grammar.h restructure some compilation units 2026-07-01 18:51:25 +08:00
llama-graph.cpp Merge branch 'upstream' into concedo_experimental 2026-08-11 15:13:15 +08:00
llama-graph.h llama : support multi-output backend sampling (#25532) 2026-08-10 16:58:56 +03:00
llama-hparams.cpp model : Granite-Switch Architecture (#25107) 2026-08-10 09:53:46 +02:00
llama-hparams.h model : Granite-Switch Architecture (#25107) 2026-08-10 09:53:46 +02:00
llama-impl.cpp Merge branch 'upstream' into concedo_experimental 2026-04-06 20:56:02 +08:00
llama-impl.h llama: refactor fused ops (#24646) 2026-07-08 18:18:09 +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 : allocate indexer cache only in "full" indexer layers (#26474) 2026-08-03 14:56:30 +02:00
llama-kv-cache-dsa.h llama : allocate indexer cache only in "full" indexer layers (#26474) 2026-08-03 14:56:30 +02:00
llama-kv-cache-dsv4.cpp DeepseekV4 MTP + DSpark (#25784) 2026-08-02 20:55:34 +08:00
llama-kv-cache-dsv4.h DeepseekV4 MTP + DSpark (#25784) 2026-08-02 20:55:34 +08:00
llama-kv-cache-iswa.cpp Merge branch 'upstream' into concedo_experimental 2026-07-11 09:20:40 +08:00
llama-kv-cache-iswa.h DeepSeek V4 (#24162) 2026-06-29 16:58:51 +08:00
llama-kv-cache-msa.cpp model: M3: Move MSA into a new memory implementation (#26338) 2026-08-03 16:30:08 +03:00
llama-kv-cache-msa.h model: M3: Move MSA into a new memory implementation (#26338) 2026-08-03 16:30:08 +03:00
llama-kv-cache.cpp Merge commit '157b81fe6d' into concedo_experimental 2026-08-10 21:05:07 +08:00
llama-kv-cache.h model: M3: Move MSA into a new memory implementation (#26338) 2026-08-03 16:30:08 +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-batch: add n_keep_tail in split_equal for recurrent models (#25278) 2026-07-08 15:55:19 +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-batch: add n_keep_tail in split_equal for recurrent models (#25278) 2026-07-08 15:55:19 +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 '20455a4ad3' into concedo_experimental 2026-07-27 22:12:11 +08:00
llama-memory-recurrent.h llama : MTP clean-up (#23269) 2026-05-19 15:32:58 +03:00
llama-memory.cpp memory : correctly handle failure in apply() (#14438) 2025-06-30 18:03:03 +03:00
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-08-11 15:13:15 +08:00
llama-model-loader.h model : allow reshape of tensors during load (#26531) 2026-08-04 09:06:44 +03:00
llama-model-saver.cpp model: Muse Glimmer Support (#26841) 2026-08-10 13:07:27 +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-08-11 15:13:15 +08:00
llama-model.h model : Granite-Switch Architecture (#25107) 2026-08-10 09:53:46 +02:00
llama-quant.cpp Merge commit '0b14b87d7c' into concedo_experimental 2026-08-07 18:04:33 +08:00
llama-quant.h llama : refactor src/llama.cpp (#10902) 2025-01-03 10:18:53 +02:00
llama-sampler.cpp llama : support multi-output backend sampling (#25532) 2026-08-10 16:58:56 +03:00
llama-sampler.h llama : support multi-output backend sampling (#25532) 2026-08-10 16:58:56 +03:00
llama-vocab.cpp muse glimmer jinja and tool calls working 2026-08-11 15:06:30 +08:00
llama-vocab.h Merge commit 'f534da26e4' into concedo_experimental 2026-07-25 12:00:23 +08:00
llama.cpp Merge branch 'upstream' into concedo_experimental 2026-08-11 15:13:15 +08:00
unicode-data.cpp server : better security control for public deployments (#9776) 2024-10-08 13:27:04 +02:00
unicode-data.h llama : reduce compile time and binary size (#9712) 2024-10-02 15:49:55 +02:00
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