From ca4222e3e355aa5fb1a1d33976f4dd6775bd4bfe Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Wed, 27 May 2026 22:32:43 +0000 Subject: [PATCH] chore: bump RFDETR_VERSION to ecf64d7 (current rf-detr.cpp main) The previous pin (5d5549e) was overwritten by an amend+force-push on rf-detr.cpp main when the video example was added. Current HEAD on rf-detr.cpp is ecf64d7 (still single-commit 'Initial release.'). Assisted-by: Claude:claude-opus-4-7 [Claude Code] Signed-off-by: Ettore Di Giacinto --- backend/go/rfdetr-cpp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/go/rfdetr-cpp/Makefile b/backend/go/rfdetr-cpp/Makefile index 1f5c9431f..cd5546e52 100644 --- a/backend/go/rfdetr-cpp/Makefile +++ b/backend/go/rfdetr-cpp/Makefile @@ -11,7 +11,7 @@ JOBS?=$(shell nproc --ignore=1) # build; leaving this on `master` always picks up the latest C-API surface # (incl. the per-detection accessor functions used by gorfdetrcpp.go). RFDETR_REPO?=https://github.com/mudler/rf-detr.cpp.git -RFDETR_VERSION?=5d5549e06c8bde2fba080985643638ae7154b829 +RFDETR_VERSION?=ecf64d77b09013e7e90af6a17b9ce884e7daa86c ifeq ($(NATIVE),false) CMAKE_ARGS+=-DGGML_NATIVE=OFF