From 6aaf7db5f068343327f8ef0e86cffcc01beb4d71 Mon Sep 17 00:00:00 2001 From: "mudler's LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Wed, 29 Jul 2026 08:45:18 +0200 Subject: [PATCH] chore: :arrow_up: Update mudler/depth-anything.cpp to `2028b47ac75a8659c6a9aa617baf09be193eb55f` (#11179) :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> Co-authored-by: localai-org-maint-bot --- 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 e142607ab..54f17f60f 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?=f4e17dea695dd12ae76bea98ba58030996b98118 +DEPTHANYTHING_VERSION?=2028b47ac75a8659c6a9aa617baf09be193eb55f ifeq ($(NATIVE),false) CMAKE_ARGS+=-DGGML_NATIVE=OFF