⬆️ Update mudler/rf-detr.cpp

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
mudler
2026-05-27 20:48:56 +00:00
committed by github-actions[bot]
parent 373dc44992
commit 36bf088f34

View File

@@ -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