From 5b24b4dacc2b7accdd7dc299bf3350ed298c35a8 Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Sat, 30 May 2026 00:55:41 +0200 Subject: [PATCH] chore: :arrow_up: Update mudler/rf-detr.cpp to `65c0ffcc9a9bc9dae38252f63d0417c9845a6cf7` (#10075) :arrow_up: Update mudler/rf-detr.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/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 0e7281c2a..7c598f732 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?=ecf64d7f7f20d73ebd906a983f398ed287256320 +RFDETR_VERSION?=65c0ffcc9a9bc9dae38252f63d0417c9845a6cf7 ifeq ($(NATIVE),false) CMAKE_ARGS+=-DGGML_NATIVE=OFF