mirror of
https://github.com/mudler/LocalAI.git
synced 2026-05-29 11:07:18 -04:00
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>
This commit is contained in:
@@ -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?=5d5549e06c8bde2fba080985643638ae7154b829
|
||||
RFDETR_VERSION?=ecf64d77b09013e7e90af6a17b9ce884e7daa86c
|
||||
|
||||
ifeq ($(NATIVE),false)
|
||||
CMAKE_ARGS+=-DGGML_NATIVE=OFF
|
||||
|
||||
Reference in New Issue
Block a user