Skip to content

Commit eace1f4

Browse files
fix(turboquant): restore the stable pin
The new fork revision breaks CPU, ARM64, CUDA, SYCL, Vulkan, and gRPC builds. Restore the last compatible revision. Assisted-by: Codex:gpt-5.6 [Codex]
1 parent 80f5717 commit eace1f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/cpp/turboquant/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Pinned to the HEAD of feature/turboquant-kv-cache on https://github.com/TheTom/llama-cpp-turboquant.
33
# Auto-bumped nightly by .github/workflows/bump_deps.yaml.
4-
TURBOQUANT_VERSION?=fca3093c9e6544476bbb2a139a25e17dd63627e1
4+
TURBOQUANT_VERSION?=8a891f4b566efdbd3cea92fafee3227a0a267683
55
LLAMA_REPO?=https://github.com/TheTom/llama-cpp-turboquant
66

77
CMAKE_ARGS?=

0 commit comments

Comments
 (0)