Compare commits

...

2 Commits

Author SHA1 Message Date
Ettore Di Giacinto
ca4222e3e3 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 <mudler@localai.io>
2026-05-27 22:32:43 +00:00
mudler
36bf088f34 ⬆️ Update mudler/rf-detr.cpp
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-05-27 20:48:56 +00:00

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?=ecf64d77b09013e7e90af6a17b9ce884e7daa86c
ifeq ($(NATIVE),false)
CMAKE_ARGS+=-DGGML_NATIVE=OFF