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 4c6750f commit ed87b57Copy full SHA for ed87b57
1 file changed
backend/cpp/ds4/Makefile
@@ -1,10 +1,10 @@
1
# ds4 backend Makefile.
2
#
3
-# Upstream pin lives below as DS4_VERSION?=e34a8086693ba7ca5cfabd2b9028ee52f0bfac2e
+# Upstream pin lives below as DS4_VERSION?=cafc134f78a5a1890d98808d3102f4313573a1bc
4
# (.github/bump_deps.sh) can find and update it - matches the
5
# llama-cpp / ik-llama-cpp / turboquant convention.
6
7
-DS4_VERSION?=e34a8086693ba7ca5cfabd2b9028ee52f0bfac2e
+DS4_VERSION?=cafc134f78a5a1890d98808d3102f4313573a1bc
8
DS4_REPO?=https://github.com/antirez/ds4
9
10
CURRENT_MAKEFILE_DIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
0 commit comments