From fec8a36b36e2b8c2840beb090e672611305c16ac Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sun, 24 Aug 2025 10:17:25 +0200 Subject: [PATCH] fix(rfdetr): use cpu torch for cpu builds (#6129) Signed-off-by: Ettore Di Giacinto --- backend/python/rfdetr/requirements-cpu.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/python/rfdetr/requirements-cpu.txt b/backend/python/rfdetr/requirements-cpu.txt index d0d1f4afa..2f87c2117 100644 --- a/backend/python/rfdetr/requirements-cpu.txt +++ b/backend/python/rfdetr/requirements-cpu.txt @@ -1,3 +1,4 @@ +--extra-index-url https://download.pytorch.org/whl/cpu rfdetr opencv-python accelerate