koboldcpp/tools/server
Concedo c1b817032e Merge branch 'upstream' into concedo_experimental
# Conflicts:
#	.github/workflows/build-cuda-windows.yml
#	.github/workflows/release.yml
#	app/llama.cpp
#	build-xcframework.sh
#	docs/speculative.md
#	ggml/src/ggml-opencl/ggml-opencl.cpp
#	ggml/src/ggml-opencl/kernels/cvt.cl
#	ggml/src/ggml-webgpu/ggml-webgpu-shader-lib.hpp
#	ggml/src/ggml-webgpu/ggml-webgpu.cpp
#	ggml/src/ggml-webgpu/wgsl-shaders/set_rows.wgsl
#	requirements/requirements-server-bench.txt
#	scripts/server-bench.py
#	tests/test-backend-ops.cpp
#	tests/test-llama-archs.cpp
#	tools/cli/README.md
#	tools/completion/README.md
#	tools/server/README.md
2026-05-31 02:06:39 +08:00
..
bench Merge branch 'upstream' into concedo_experimental 2026-05-31 02:06:39 +08:00
tests Merge branch 'upstream' into concedo_experimental 2026-05-18 21:27:23 +08:00
main.cpp app : introduce the llama unified executable (#23296) 2026-05-20 13:22:22 +02:00
README-dev.md ui: Restructure repo to use tools/ui folder and ui / UI / llama-ui / LLAMA_UI naming (#23064) 2026-05-16 02:02:40 +02:00
server-chat.cpp Support for Codex CLI by skipping unsupported Responses tools (#23041) 2026-05-15 09:03:24 +02:00
server-chat.h server: (router) Forward form-data to model server (Fixes #22044) (#22118) 2026-04-27 23:55:00 +02:00
server-common.cpp server: fix checkpoints creation (#22929) 2026-05-25 08:56:18 +03:00
server-common.h logs : reduce (#23021) 2026-05-14 13:05:52 +03:00
server-context.cpp server: in SSE mode, send HTTP headers when slot starts (#23884) 2026-05-30 00:06:29 +02:00
server-context.h ui: Restructure repo to use tools/ui folder and ui / UI / llama-ui / LLAMA_UI naming (#23064) 2026-05-16 02:02:40 +02:00
server-cors-proxy.h server: (router) Forward form-data to model server (Fixes #22044) (#22118) 2026-04-27 23:55:00 +02:00
server-http.cpp server: minor tweaks to use more cpp features (#23785) 2026-05-28 14:00:25 +02:00
server-http.h server: minor tweaks to use more cpp features (#23785) 2026-05-28 14:00:25 +02:00
server-models.cpp download: add option to skip_download (#23059) 2026-05-29 16:30:55 +02:00
server-models.h download: add option to skip_download (#23059) 2026-05-29 16:30:55 +02:00
server-queue.cpp server: bump timeout to 3600s (#23842) 2026-05-29 10:23:17 +02:00
server-queue.h server: bump timeout to 3600s (#23842) 2026-05-29 10:23:17 +02:00
server-task.cpp server: in SSE mode, send HTTP headers when slot starts (#23884) 2026-05-30 00:06:29 +02:00
server-task.h server: in SSE mode, send HTTP headers when slot starts (#23884) 2026-05-30 00:06:29 +02:00
server-tools.cpp server : validate --tools CLI argument against known tool names (#22538) 2026-05-05 06:35:27 +03:00
server-tools.h server: add built-in tools backend support (#20898) 2026-03-27 10:07:11 +01:00
server.cpp app : introduce the llama unified executable (#23296) 2026-05-20 13:22:22 +02:00