b10080
server: return 400 instead of 500 on validation error with X-Conversation-Id (#25760) server: return 400 instead of 500 on validation error with X-Conversation-Id set_req() attaches the…
server: return 400 instead of 500 on validation error with X-Conversation-Id (#25760) server: return 400 instead of 500 on validation error with X-Conversation-Id set_req() attaches the…
llama-arch: fix DeepSeek4 APE tensor op (#25945)
server : properly handle null llama_context (#25868) Co-authored-by: Stanisław Szymczyk sszymczy@gmail.com Website: https://llama.app macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS…
vulkan: Refactor vk_queue to use per-instance mutexes and unique handles (#23570) Refactor vk_queue to use per-instance mutexes and unique handles integrates VK_KHR_internally_synchronized_queues, abstracting the queue submission…
ggml-openvino: Add GGML_BACKEND_DL_IMPL invocation for OpenVINO backend (#25795) This adds the missing GGML_BACKEND_DL_IMPL() macro invocation, that other backends have. Fixes #25586 for me Website: https://llama.app macOS/iOS:…
CUDA: vectorize same-type get_rows with int4 copy (#25929) k_get_rows_float did a scalar one-element-per-thread copy and recomputed the row-invariant work (index load, fast_div_modulo, src/dst row pointers) for…
hexagon: add CLAMP op (#25934) Website: https://llama.app macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu…
opencl: Support broadcast for Adreno MUL_MAT and honor view_offs for Adreno Q8_0 MUL_MAT for llama-server multi-stream (#25910) opencl: handle broadcast for adreno gemm/gemv_noshuffle opencl: honor view_offs…
model: rotate injected K/V cache for DFlash (#25823) dflash: rotate injected K/V cache when using K/V quantization Update src/models/dflash.cpp Co-authored-by: Georgi Gerganov ggerganov@gmail.com clearer format remove…
llama-quant : exclude i32 ffn_gate_tid2eid routing table from quantization (#25787) DeepSeek-V4's ffn_gate_tid2eid tensor is an i32 token-id -> expert-id index table, not weights. It was never…