From dc96d47ebb10fbd6b176fc2d540b3536293dcb0d Mon Sep 17 00:00:00 2001 From: Edwin Jose Date: Fri, 16 Jan 2026 10:49:18 -0600 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 54eaf201..eb2b19f3 100644 --- a/Makefile +++ b/Makefile @@ -131,7 +131,7 @@ install: install-be install-fe install-be: @echo "📦 Installing backend dependencies..." - uv sync --extra torch-cu128 + uv sync install-fe: @echo "📦 Installing frontend dependencies..."