Skip to content

Commit 80b203e

Browse files
committed
also bump run1000.sh to new uv sync
1 parent 917c858 commit 80b203e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run1000.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export NANOCHAT_BASE_DIR="$HOME/.cache/nanochat"
1010
mkdir -p $NANOCHAT_BASE_DIR
1111
command -v uv &> /dev/null || curl -LsSf https://astral.sh/uv/install.sh | sh
1212
[ -d ".venv" ] || uv venv
13-
uv sync
13+
uv sync --extra gpu
1414
source .venv/bin/activate
1515
if [ -z "$WANDB_RUN" ]; then
1616
WANDB_RUN=dummy

0 commit comments

Comments
 (0)