koboldcpp/common
Concedo 19a12bb080 Merge branch 'upstream' into concedo_experimental
# Conflicts:
#	CODEOWNERS
#	common/CMakeLists.txt
#	ggml/CMakeLists.txt
#	ggml/src/ggml-webgpu/ggml-webgpu-shader-lib.hpp
#	ggml/src/ggml-webgpu/ggml-webgpu.cpp
#	ggml/src/ggml-webgpu/wgsl-shaders/common_decls.tmpl
#	ggml/src/ggml-webgpu/wgsl-shaders/mul_mat_vec.wgsl
#	scripts/sync-ggml.last
#	tools/cli/cli.cpp
#	tools/llama-bench/llama-bench.cpp
#	tools/perplexity/perplexity.cpp
2026-04-21 18:53:03 +08:00
..
jinja fix tool builds 2026-04-12 02:36:30 +08:00
arg.cpp Merge branch 'upstream' into concedo_experimental 2026-04-21 18:53:03 +08:00
arg.h
base64.hpp
build-info.cpp.in libs : rename libcommon -> libllama-common (#21936) 2026-04-17 11:11:46 +03:00
build-info.h Merge branch 'upstream' into concedo_experimental 2026-04-17 22:37:37 +08:00
chat-auto-parser-generator.cpp common/autoparser : allow space after tool call (#22073) 2026-04-19 13:28:35 +02:00
chat-auto-parser-helpers.cpp common : replace wrap_for_generation with a prefix convenience function and fix gpt-oss (#20912) 2026-03-23 22:21:47 -05:00
chat-auto-parser-helpers.h chat : avoid including json in chat.h (#21306) 2026-04-03 09:07:59 +03:00
chat-auto-parser.h autoparser: support case of JSON_NATIVE with per-call markers (test case: Reka-Edge) (#21892) 2026-04-15 10:51:50 +02:00
chat-diff-analyzer.cpp autoparser: support case of JSON_NATIVE with per-call markers (test case: Reka-Edge) (#21892) 2026-04-15 10:51:50 +02:00
chat-peg-parser.cpp autoparser: support case of JSON_NATIVE with per-call markers (test case: Reka-Edge) (#21892) 2026-04-15 10:51:50 +02:00
chat-peg-parser.h common : add gemma 4 specialized parser (#21418) 2026-04-04 20:39:00 +02:00
chat.cpp Merge branch 'upstream' into concedo_experimental 2026-04-20 20:19:11 +08:00
chat.h common : add gemma 4 specialized parser (#21418) 2026-04-04 20:39:00 +02:00
common.cpp Merge branch 'upstream' into concedo_experimental 2026-04-21 18:53:03 +08:00
common.h Merge branch 'upstream' into concedo_experimental 2026-04-21 18:53:03 +08:00
console.cpp cli: fix stripping of \n in multiline input (#21485) 2026-04-06 20:54:06 +02:00
console.h
debug.cpp
debug.h
download.cpp Merge branch 'upstream' into concedo_experimental 2026-04-17 22:37:37 +08:00
download.h common : add download cancellation and temp file cleanup (#21813) 2026-04-13 11:18:23 +02:00
fit.cpp fit-params : refactor + add option to output estimated memory per device (#22171) 2026-04-21 09:54:36 +03:00
fit.h fit-params : refactor + add option to output estimated memory per device (#22171) 2026-04-21 09:54:36 +03:00
hf-cache.cpp server : refactor "use checkpoint" logic (#22114) 2026-04-20 08:42:37 +03:00
hf-cache.h common : fix split model migration (#21019) 2026-03-26 12:04:37 +01:00
http.h
json-partial.cpp
json-partial.h
json-schema-to-grammar.cpp common/json-schema: fix: handle non-capturing groups (?:...) in JSON schema pattern converter (#21124) 2026-03-28 17:55:38 +01:00
json-schema-to-grammar.h
llguidance.cpp
log.cpp libs : rename libcommon -> libllama-common (#21936) 2026-04-17 11:11:46 +03:00
log.h libs : rename libcommon -> libllama-common (#21936) 2026-04-17 11:11:46 +03:00
ngram-cache.cpp
ngram-cache.h
ngram-map.cpp server : speculative checkpointing (#19493) 2026-04-19 10:24:06 +03:00
ngram-map.h fix: correct misspellings in code comments (#21217) 2026-03-31 13:50:51 +02:00
ngram-mod.cpp
ngram-mod.h
peg-parser.cpp common/gemma4 : handle parsing edge cases (#21760) 2026-04-13 18:18:18 -05:00
peg-parser.h common/gemma4 : handle parsing edge cases (#21760) 2026-04-13 18:18:18 -05:00
preset.cpp
preset.h
reasoning-budget.cpp common : inhibit lazy grammar sampler while reasoning is active (#20970) 2026-03-27 18:30:40 +01:00
reasoning-budget.h common : inhibit lazy grammar sampler while reasoning is active (#20970) 2026-03-27 18:30:40 +01:00
regex-partial.cpp common : fix iterator::end() dereference (#20445) 2026-03-16 08:50:38 +02:00
regex-partial.h
sampling.cpp fit-params : refactor + add option to output estimated memory per device (#22171) 2026-04-21 09:54:36 +03:00
sampling.h
speculative.cpp server : refactor "use checkpoint" logic (#22114) 2026-04-20 08:42:37 +03:00
speculative.h server : refactor "use checkpoint" logic (#22114) 2026-04-20 08:42:37 +03:00
unicode.cpp
unicode.h