koboldcpp/tools/server
Concedo 66ccf8f6b8 Merge commit 'f14f4e421b' into concedo_experimental
# Conflicts:
#	.github/workflows/docker.yml
#	AGENTS.md
#	CONTRIBUTING.md
#	docs/build.md
#	examples/llama.android/app/build.gradle.kts
#	examples/llama.android/app/src/main/java/com/example/llama/MainActivity.kt
#	examples/llama.android/app/src/main/res/layout/activity_main.xml
#	examples/llama.android/gradle/libs.versions.toml
#	examples/llama.android/lib/src/main/cpp/ai_chat.cpp
#	examples/llama.android/lib/src/main/java/com/arm/aichat/InferenceEngine.kt
#	examples/llama.android/lib/src/main/java/com/arm/aichat/internal/InferenceEngineImpl.kt
#	examples/model-conversion/scripts/causal/compare-embeddings-logits.sh
#	examples/model-conversion/scripts/embedding/run-original-model.py
#	examples/retrieval/retrieval.cpp
#	ggml/src/CMakeLists.txt
#	ggml/src/ggml-cpu/CMakeLists.txt
#	ggml/src/ggml-cpu/kleidiai/kernels.cpp
#	ggml/src/ggml-cpu/kleidiai/kleidiai.cpp
#	ggml/src/ggml-cuda/CMakeLists.txt
#	ggml/src/ggml-cuda/mmq.cu
#	ggml/src/ggml-cuda/mmq.cuh
#	src/CMakeLists.txt
#	tools/llama-bench/llama-bench.cpp
#	tools/server/CMakeLists.txt
2026-01-01 15:20:56 +08:00
..
bench Merge branch 'upstream' into concedo_experimental 2025-08-23 11:35:28 +08:00
public webui: fix prompt progress ETA calculation (#18468) 2025-12-29 21:42:11 +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 2025-12-25 00:06:27 +08:00
themes Merge branch 'upstream' into concedo_experimental 2025-05-03 12:15:36 +08:00
webui Merge commit 'f14f4e421b' into concedo_experimental 2026-01-01 15:20:56 +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 server: prevent data race from HTTP threads (#18263) 2025-12-22 14:23:34 +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 : handle closed connection for tasks (#18459) 2025-12-29 15:34:41 +02: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 : Cmdline arg -to changes http read timeout from current 600sec default (#18279) 2025-12-29 17:12:48 +01:00
server-models.h server : Cmdline arg -to changes http read timeout from current 600sec default (#18279) 2025-12-29 17:12:48 +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: prevent data race from HTTP threads (#18263) 2025-12-22 14:23:34 +01:00
server-task.h server: prevent data race from HTTP threads (#18263) 2025-12-22 14:23:34 +01:00
server.cpp server: prevent data race from HTTP threads (#18263) 2025-12-22 14:23:34 +01:00