Update Makefile

This commit is contained in:
Edwin Jose 2026-01-16 10:49:18 -06:00
parent 1c014d220a
commit dc96d47ebb

View file

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