diff --git a/backend/go/locate-anything-cpp/Makefile b/backend/go/locate-anything-cpp/Makefile index c66d57764..2bb4cd1cb 100644 --- a/backend/go/locate-anything-cpp/Makefile +++ b/backend/go/locate-anything-cpp/Makefile @@ -10,7 +10,7 @@ JOBS?=$(shell nproc --ignore=1) # this on `master` always picks up the latest C-API surface (incl. the # per-detection accessor functions used by golocateanythingcpp.go). LOCATEANYTHING_REPO?=https://github.com/mudler/locate-anything.cpp.git -LOCATEANYTHING_VERSION?=92c1682da792c1e8a5dec91acc2be4b02c742ded +LOCATEANYTHING_VERSION?=ade2634f7f79b56121125e5885628744795a478f ifeq ($(NATIVE),false) CMAKE_ARGS+=-DGGML_NATIVE=OFF