From 36bf088f34007482178d64b54d681cd7bbdb7b96 Mon Sep 17 00:00:00 2001 From: mudler <2420543+mudler@users.noreply.github.com> Date: Wed, 27 May 2026 20:48:56 +0000 Subject: [PATCH] :arrow_up: Update mudler/rf-detr.cpp Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- 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 413d0085d..1f5c9431f 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?=main +RFDETR_VERSION?=5d5549e06c8bde2fba080985643638ae7154b829 ifeq ($(NATIVE),false) CMAKE_ARGS+=-DGGML_NATIVE=OFF