koboldcpp/tools/server
Concedo 7d2c1c4f46 note: clip_is_mrope was moved to mtmd_decode_use_mrope upstream and no longer syncs since https://github.com/ggml-org/llama.cpp/pull/18793
Merge commit 'c1e79e610f' into concedo_experimental

# Conflicts:
#	.github/workflows/build.yml
#	.github/workflows/release.yml
#	CMakeLists.txt
#	CONTRIBUTING.md
#	MIT_LICENSE_GGML_SDCPP_LLAMACPP_ONLY.md
#	README.md
#	SECURITY.md
#	ci/run.sh
#	common/CMakeLists.txt
#	common/arg.cpp
#	docs/ops.md
#	docs/ops/BLAS.csv
#	docs/ops/zDNN.csv
#	docs/preset.md
#	examples/batched/batched.cpp
#	examples/debug/debug.cpp
#	ggml/src/ggml-blas/CMakeLists.txt
#	ggml/src/ggml-opencl/CMakeLists.txt
#	ggml/src/ggml-opencl/ggml-opencl.cpp
#	licenses/LICENSE-curl
#	licenses/LICENSE-httplib
#	scripts/pr2wt.sh
#	scripts/sync_vendor.py
#	tests/CMakeLists.txt
#	tests/test-backend-ops.cpp
#	tools/cli/README.md
#	tools/completion/README.md
#	tools/llama-bench/llama-bench.cpp
#	tools/server/README.md
#	vendor/cpp-httplib/LICENSE
2026-01-13 23:31:14 +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 note: clip_is_mrope was moved to mtmd_decode_use_mrope upstream and no longer syncs since https://github.com/ggml-org/llama.cpp/pull/18793 2026-01-13 23:31:14 +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 vendor : update cpp-httplib to 0.30.0 (#18660) 2026-01-08 13:53:54 +01:00
server-common.h server: prevent data race from HTTP threads (#18263) 2025-12-22 14:23:34 +01:00
server-context.cpp server: fix n_cmpl not skipping processing prompt (#18663) 2026-01-10 00:00:41 +01:00
server-context.h server: prevent data race from HTTP threads (#18263) 2025-12-22 14:23:34 +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: prevent data race from HTTP threads (#18263) 2025-12-22 14:23:34 +01:00
server-queue.h server: prevent data race from HTTP threads (#18263) 2025-12-22 14:23:34 +01:00
server-task.cpp server : add arg for disabling prompt caching (#18776) 2026-01-12 19:21:34 +02:00
server-task.h server: fix n_cmpl not skipping processing prompt (#18663) 2026-01-10 00:00:41 +01:00
server.cpp server : fix router child env in containerized environments (#18562) 2026-01-05 14:12:05 +01:00