From e07d8bf03bb7bbe53695e7ce3931f4ba273cce86 Mon Sep 17 00:00:00 2001 From: mudler <2420543+mudler@users.noreply.github.com> Date: Fri, 31 Jul 2026 20:32:23 +0000 Subject: [PATCH] :arrow_up: Update localai-org/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 29f2842eb98d..ba06e1244507 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/localai-org/rf-detr.cpp.git -RFDETR_VERSION?=65c0ffcc9a9bc9dae38252f63d0417c9845a6cf7 +RFDETR_VERSION?=98d0f381b832ef08a608b65c7dd78db066ed8b9a ifeq ($(NATIVE),false) CMAKE_ARGS+=-DGGML_NATIVE=OFF