From d28a5b6da1729689be653b32e1136d77737d63d0 Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Sat, 13 Jun 2026 09:01:17 +0200 Subject: [PATCH] chore: :arrow_up: Update mudler/locate-anything.cpp to `92c1682da792c1e8a5dec91acc2be4b02c742ded` (#10282) :arrow_up: Update mudler/locate-anything.cpp Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mudler <2420543+mudler@users.noreply.github.com> --- backend/go/locate-anything-cpp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/go/locate-anything-cpp/Makefile b/backend/go/locate-anything-cpp/Makefile index 621c92fa5..91dbc41c2 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?=60e450945476d5e97e0754a8c0e71a9ea81690e0 +LOCATEANYTHING_VERSION?=92c1682da792c1e8a5dec91acc2be4b02c742ded ifeq ($(NATIVE),false) CMAKE_ARGS+=-DGGML_NATIVE=OFF