From 6e571915d9ff40b4b377cdd21435be07dcba74d7 Mon Sep 17 00:00:00 2001 From: svlandeg Date: Fri, 13 Feb 2026 13:23:12 +0100 Subject: [PATCH] clarify docstring --- runs/speedrun.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runs/speedrun.sh b/runs/speedrun.sh index b50a426..34f1e88 100644 --- a/runs/speedrun.sh +++ b/runs/speedrun.sh @@ -20,7 +20,7 @@ mkdir -p $NANOCHAT_BASE_DIR # install uv (if not already installed) 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) and install the repo dependencies +# uv sync installs the repo dependencies and automatically creates a .venv if it doesn't exist uv sync --extra gpu # activate venv so that `python` uses the project's venv instead of system python source .venv/bin/activate