From 630948683ac3876a01d263dc4f7577dfc3b602d8 Mon Sep 17 00:00:00 2001 From: localai-org-maint-bot Date: Tue, 8 Sep 2026 08:16:03 +0200 Subject: [PATCH] chore: :arrow_up: Update mudler/depth-anything.cpp to `14f7461d1f704761a038ac9f50dbde8fdb7275e2` (#11918) :arrow_up: Update mudler/depth-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/depth-anything-cpp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/go/depth-anything-cpp/Makefile b/backend/go/depth-anything-cpp/Makefile index 267955618..b2574603c 100644 --- a/backend/go/depth-anything-cpp/Makefile +++ b/backend/go/depth-anything-cpp/Makefile @@ -14,7 +14,7 @@ JOBS?=$(shell nproc --ignore=1) # It is kept alive by the upstream tag da2-support (survives a squash-merge); # repoint to the master merge commit once mudler/depth-anything.cpp PR #1 lands. DEPTHANYTHING_REPO?=https://github.com/mudler/depth-anything.cpp.git -DEPTHANYTHING_VERSION?=02ba082274e001a63e50de5a1eb0ccc50c6af4b1 +DEPTHANYTHING_VERSION?=14f7461d1f704761a038ac9f50dbde8fdb7275e2 ifeq ($(NATIVE),false) CMAKE_ARGS+=-DGGML_NATIVE=OFF