diff --git a/backend/go/face-detect/Makefile b/backend/go/face-detect/Makefile index a28d38829..fa0d3b41b 100644 --- a/backend/go/face-detect/Makefile +++ b/backend/go/face-detect/Makefile @@ -1,6 +1,6 @@ # face-detect backend Makefile. # -# Upstream pin lives below as FACEDETECT_VERSION?=cd5c962... (.github/bump_deps.sh +# Upstream pin lives below as FACEDETECT_VERSION?=c1db23d... (.github/bump_deps.sh # can find and update it - matches the voice-detect / parakeet.cpp / whisper.cpp # convention). # @@ -14,7 +14,7 @@ # The default target below does the proper clone-at-pin + cmake build so CI does # not need a side-checkout. -FACEDETECT_VERSION?=cd5c9624d79a0964d429d7c9f90b58258f7ffa95 +FACEDETECT_VERSION?=c1db23d2138907edcf0d6858a89dc884633e920a FACEDETECT_REPO?=https://github.com/mudler/face-detect.cpp GOCMD?=go diff --git a/backend/go/voice-detect/Makefile b/backend/go/voice-detect/Makefile index b7782d4d6..ea89e968c 100644 --- a/backend/go/voice-detect/Makefile +++ b/backend/go/voice-detect/Makefile @@ -1,6 +1,6 @@ # voice-detect backend Makefile. # -# Upstream pin lives below as VOICEDETECT_VERSION?=45122ec... (.github/bump_deps.sh +# Upstream pin lives below as VOICEDETECT_VERSION?=d2839ca... (.github/bump_deps.sh # can find and update it - matches the parakeet.cpp / whisper.cpp / ds4 convention). # # Local dev shortcut: if you already have an out-of-tree voice-detect.cpp build, @@ -13,7 +13,7 @@ # The default target below does the proper clone-at-pin + cmake build so CI does # not need a side-checkout. -VOICEDETECT_VERSION?=45122ec2cf6e4463b07a6f07bf3b94f3574159e3 +VOICEDETECT_VERSION?=d2839ca0f24118d8f30ab9fbf53bd9d9fcfca978 VOICEDETECT_REPO?=https://github.com/mudler/voice-detect.cpp GOCMD?=go