koboldcpp/tools/server
Concedo 4984c9bc16 Merge commit '12a4a47e6a' into concedo_experimental
# Conflicts:
#	ci/run.sh
#	examples/model-conversion/scripts/causal/run-converted-model-embeddings-logits.sh
#	examples/model-conversion/scripts/causal/run-converted-model.sh
#	examples/model-conversion/scripts/embedding/run-converted-model.sh
#	ggml/src/ggml-cann/ggml-cann.cpp
#	ggml/src/ggml-hexagon/ggml-hexagon.cpp
#	ggml/src/ggml-opencl/ggml-opencl.cpp
#	ggml/src/ggml-sycl/ggml-sycl.cpp
#	ggml/src/ggml-webgpu/ggml-webgpu.cpp
#	ggml/src/ggml-zdnn/ggml-zdnn.cpp
#	ggml/src/ggml-zendnn/ggml-zendnn.cpp
#	tests/CMakeLists.txt
#	tests/test-chat-parser.cpp
#	tests/test-chat-peg-parser.cpp
#	tests/test-chat.cpp
#	tools/cli/cli.cpp
2026-01-21 21:00:44 +08:00
..
bench Merge branch 'upstream' into concedo_experimental 2025-08-23 11:35:28 +08:00
public Webui/file upload (#18694) 2026-01-09 16:45:32 +01:00
public_legacy common : fix json schema with '\' in literals (#17307) 2025-11-29 17:06:32 +01:00
public_simplechat Merge branch 'upstream' into concedo_experimental 2025-05-03 12:15:36 +08:00
tests Merge branch 'upstream' into concedo_experimental 2026-01-17 00:41:28 +08:00
themes Merge branch 'upstream' into concedo_experimental 2025-05-03 12:15:36 +08:00
webui Merge commit 'a61c8bc3bf' into concedo_experimental 2026-01-13 23:06:50 +08:00
chat-llama2.sh scripts : make the shell scripts cross-platform (#14341) 2025-06-30 10:17:18 +02:00
chat.mjs llama : move end-user examples to tools directory (#13249) 2025-05-02 20:27:13 +02:00
chat.sh scripts : make the shell scripts cross-platform (#14341) 2025-06-30 10:17:18 +02:00
README-dev.md server: add auto-sleep after N seconds of idle (#18228) 2025-12-21 02:24:42 +01:00
server-common.cpp common, server : use the same User-Agent by default (#18957) 2026-01-20 18:28:43 +01:00
server-common.h common, server : use the same User-Agent by default (#18957) 2026-01-20 18:28:43 +01:00
server-context.cpp server : refactor oai_parser_opt, move it to server_chat_params (#18937) 2026-01-19 23:28:01 +01:00
server-context.h server : refactor oai_parser_opt, move it to server_chat_params (#18937) 2026-01-19 23:28:01 +01:00
server-http.cpp server: prevent data race from HTTP threads (#18263) 2025-12-22 14:23:34 +01:00
server-http.h server: split HTTP into its own interface (#17216) 2025-11-17 22:05:44 +01:00
server-models.cpp server : fix router child env in containerized environments (#18562) 2026-01-05 14:12:05 +01:00
server-models.h server : fix router child env in containerized environments (#18562) 2026-01-05 14:12:05 +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: improve slots scheduling for n_cmpl (#18789) 2026-01-15 17:10:28 +01:00
server-task.cpp cli : fix reasoning responses in CLI (#18961) 2026-01-20 18:23:25 +01:00
server-task.h cli : fix reasoning responses in CLI (#18961) 2026-01-20 18:23:25 +01:00
server.cpp server : fix router child env in containerized environments (#18562) 2026-01-05 14:12:05 +01:00