We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c804be commit 285aa62Copy full SHA for 285aa62
1 file changed
backend/cpp/ds4/Makefile
@@ -1,10 +1,10 @@
1
# ds4 backend Makefile.
2
#
3
-# Upstream pin lives below as DS4_VERSION?=477c0e82e2699b35a65fd0a1ed6fe66b41087dfe
+# Upstream pin lives below as DS4_VERSION?=c463029c205c2ec8d7ab6c0df4a3f52979091286
4
# (.github/bump_deps.sh) can find and update it - matches the
5
# llama-cpp / ik-llama-cpp / turboquant convention.
6
7
-DS4_VERSION?=477c0e82e2699b35a65fd0a1ed6fe66b41087dfe
+DS4_VERSION?=c463029c205c2ec8d7ab6c0df4a3f52979091286
8
DS4_REPO?=https://github.com/antirez/ds4
9
10
CURRENT_MAKEFILE_DIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
0 commit comments