Skip to content

Commit 5837b14

Browse files
authored
chore: ⬆️ Update TheTom/llama-cpp-turboquant to `45f8a066ed5f5bb38c695cec532f6cef9f4efa9d' (#9385)
chore: ⬆️ Update TheTom/llama-cpp-turboquant to `45f8a066ed5f5bb38c695cec532f6cef9f4efa9d` Drop 0002-ggml-rpc-bump-op-count-to-97.patch; the fork now has GGML_OP_COUNT == 97 and RPC_PROTO_PATCH_VERSION 2 upstream. Fetch all tags in backend/cpp/llama-cpp/Makefile so tag-only commits (the new turboquant pin is reachable only through the tag feature-turboquant-kv-cache-b8821-45f8a06) can be checked out.
1 parent b6a68e5 commit 5837b14

3 files changed

Lines changed: 2 additions & 15 deletions

File tree

backend/cpp/llama-cpp/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ llama.cpp:
132132
cd llama.cpp && \
133133
git init && \
134134
git remote add origin $(LLAMA_REPO) && \
135-
git fetch origin && \
135+
git fetch --all --tags && \
136136
git checkout -b build $(LLAMA_VERSION) && \
137137
git submodule update --init --recursive --depth 1 --single-branch
138138

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?=8590cbff961dbaf1d3a9793fd11d402e248869b9
4+
TURBOQUANT_VERSION?=45f8a066ed5f5bb38c695cec532f6cef9f4efa9d
55
LLAMA_REPO?=https://github.com/TheTom/llama-cpp-turboquant
66

77
CMAKE_ARGS?=

backend/cpp/turboquant/patches/0002-ggml-rpc-bump-op-count-to-97.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)