koboldcpp/tools/server
Concedo fa21872f97 Merge branch 'upstream' into concedo_experimental
# Conflicts:
#	docs/backend/SYCL.md
#	ggml/src/ggml-cpu/ggml-cpu.c
#	ggml/src/ggml-opencl/CMakeLists.txt
#	ggml/src/ggml-opencl/ggml-opencl.cpp
#	ggml/src/ggml-opencl/kernels/cvt.cl
#	ggml/src/ggml-opencl/kernels/gemv_moe_mxfp4_f32_ns.cl
#	ggml/src/ggml-opencl/kernels/gemv_moe_q4_k_f32_ns.cl
#	ggml/src/ggml-sycl/backend.hpp
#	ggml/src/ggml-sycl/common.hpp
#	ggml/src/ggml-sycl/dmmv.cpp
#	ggml/src/ggml-sycl/ggml-sycl.cpp
#	scripts/sync_vendor.py
#	tests/CMakeLists.txt
#	tests/test-alloc.cpp
#	tests/test-backend-ops.cpp
#	tests/test-chat.cpp
#	tests/test-gguf.cpp
#	tests/test-save-load-state.cpp
2026-07-13 20:53:37 +08:00
..
bench Merge branch 'upstream' into concedo_experimental 2026-06-16 17:55:04 +08:00
tests Merge branch 'upstream' into concedo_experimental 2026-07-13 20:53:37 +08:00
main.cpp app : introduce the llama unified executable (#23296) 2026-05-20 13:22:22 +02:00
README-dev.md server: allow stream for exec_shell_command (#25526) 2026-07-11 12:42:55 +02:00
server-chat.cpp server : fix image blocks in tool_result being dropped during Anthropic OpenAI conversion (#22536) 2026-07-12 17:43:51 +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: honour per-request reasoning_budget_tokens in chat completions (#23116) 2026-07-13 01:58:44 +02:00
server-common.h server: improve user message detection and create checkpoints at every user message (#24176) 2026-06-23 08:27:28 +03:00
server-context.cpp server : evict checkpoints within min-step of each other (#25472) 2026-07-12 15:59:14 -05:00
server-context.h llama : add llama_model_ftype_name() (#25134) 2026-07-02 17:26:47 +02:00
server-cors-proxy.h common,server: handle bracketed IPv6 literals in URL authority (#25140) 2026-06-30 16:16:44 +02:00
server-http.cpp server: refactor server_stream (#25541) 2026-07-11 12:41:47 +02:00
server-http.h server: refactor server_stream (#25541) 2026-07-11 12:41:47 +02:00
server-models.cpp server: Don't consider models with --no-mmproj-auto as multimodal (#25590) 2026-07-13 00:48:13 +02:00
server-models.h server + ui: SSE Replay Buffer (#23226) 2026-06-26 09:31:29 +02:00
server-queue.cpp server: (router) add model management API (#23976) 2026-06-17 18:04:58 +02:00
server-queue.h server: (router) add model management API (#23976) 2026-06-17 18:04:58 +02:00
server-schema.cpp server: accept null sampling params (#25538) 2026-07-10 22:07:29 +02:00
server-schema.h server: add "schema" and validation (#24150) 2026-06-18 15:40:58 +02:00
server-stream.cpp server: refactor server_stream (#25541) 2026-07-11 12:41:47 +02:00
server-stream.h server: refactor server_stream (#25541) 2026-07-11 12:41:47 +02:00
server-task.cpp server : add timings and progress to /responses API stream (#25348) 2026-07-07 16:13:03 +02:00
server-task.h server : add timings and progress to /responses API stream (#25348) 2026-07-07 16:13:03 +02:00
server-tools.cpp server: allow stream for exec_shell_command (#25526) 2026-07-11 12:42:55 +02:00
server-tools.h server: allow stream for exec_shell_command (#25526) 2026-07-11 12:42:55 +02:00
server.cpp cli : move to HTTP-based implementation (#24948) 2026-07-08 14:52:43 +02:00
ui.cpp can build llama server now 2026-06-14 15:06:37 +08:00
ui.h can build llama server now 2026-06-14 15:06:37 +08:00