From 827e608492672d110b107413e17c5a735c381aed Mon Sep 17 00:00:00 2001 From: Sachin Agrawal Date: Mon, 3 Nov 2025 13:12:31 +0100 Subject: [PATCH] cleaning up speedrun --- speedrun.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speedrun.sh b/speedrun.sh index 9c718864..c89331c7 100644 --- a/speedrun.sh +++ b/speedrun.sh @@ -26,7 +26,7 @@ command -v uv &> /dev/null || curl -LsSf https://astral.sh/uv/install.sh | sh # create a .venv local virtual environment (if it doesn't exist) [ -d ".venv" ] || uv venv # install the repo dependencies -uv sync +uv sync --extra gpu # activate venv so that `python` uses the project's venv instead of system python source .venv/bin/activate