koboldcpp/tools/server
Concedo c82c0b463a Merge branch 'upstream' into concedo_experimental
# Conflicts:
#	.github/labeler.yml
#	.github/workflows/release.yml
#	examples/debug/debug.cpp
#	ggml/src/ggml-cuda/common.cuh
#	ggml/src/ggml-cuda/mmq.cuh
#	ggml/src/ggml-webgpu/ggml-webgpu.cpp
#	src/llama-vocab.cpp
#	tests/test-backend-ops.cpp
#	tests/test-chat.cpp
#	tests/test-json-schema-to-grammar.cpp
#	tools/mtmd/CMakeLists.txt
2026-04-09 17:45:04 +08:00
..
bench Merge branch 'upstream' into concedo_experimental 2026-03-22 23:39:13 +08:00
public webui : send both backend_sampling == false/true (#18781) 2026-04-08 16:35:52 +02:00
tests Merge branch 'upstream' into concedo_experimental 2026-04-09 17:45:04 +08:00
webui Merge branch 'upstream' into concedo_experimental 2026-04-09 17:45:04 +08:00
chat-llama2.sh scripts : make the shell scripts cross-platform (#14341) 2025-06-30 10:17:18 +02:00
chat.mjs
chat.sh scripts : make the shell scripts cross-platform (#14341) 2025-06-30 10:17:18 +02:00
README-dev.md server: (webui) no more gzip compression (#21073) 2026-03-31 15:44:26 +02:00
server-common.cpp common : inhibit lazy grammar sampler while reasoning is active (#20970) 2026-03-27 18:30:40 +01:00
server-common.h common/parser: add --skip-chat-parsing to force a pure content parser. (#20289) 2026-03-17 16:16:43 +01:00
server-context.cpp server: respect the ignore eos flag (#21203) 2026-04-08 17:12:15 +02:00
server-context.h server: respect the ignore eos flag (#21203) 2026-04-08 17:12:15 +02:00
server-cors-proxy.h fix: Use lower-case proxy headers naming (#21235) 2026-03-31 17:47:46 +02:00
server-http.cpp server : handle unsuccessful sink.write in chunked stream provider (#21478) 2026-04-06 14:03:02 +02:00
server-http.h server: wrap headers for mcp proxy (#21072) 2026-03-30 08:59:16 +02:00
server-models.cpp Ignore Transfer-Encoding header. (#20269) 2026-04-02 10:41:19 +02:00
server-models.h server: allow router to report child instances sleep status (#20849) 2026-03-22 18:33:52 +01:00
server-queue.cpp server: improve slots scheduling for n_cmpl (#18789) 2026-01-15 17:10:28 +01:00
server-queue.h server: allow router to report child instances sleep status (#20849) 2026-03-22 18:33:52 +01:00
server-task.cpp server: respect the ignore eos flag (#21203) 2026-04-08 17:12:15 +02:00
server-task.h server: respect the ignore eos flag (#21203) 2026-04-08 17:12:15 +02:00
server-tools.cpp cli : add /glob command (#21084) 2026-03-28 02:33:04 +01:00
server-tools.h server: add built-in tools backend support (#20898) 2026-03-27 10:07:11 +01:00
server.cpp server : fix logging of build + system info (#21460) 2026-04-05 16:14:02 +02:00