fix cpu script as well (after being moved on master)

This commit is contained in:
svlandeg 2026-02-13 13:17:41 +01:00
parent ff599ce056
commit c5ddd01b80

View File

@ -14,7 +14,6 @@
export NANOCHAT_BASE_DIR="$HOME/.cache/nanochat"
mkdir -p $NANOCHAT_BASE_DIR
command -v uv &> /dev/null || curl -LsSf https://astral.sh/uv/install.sh | sh
[ -d ".venv" ] || uv venv
uv sync --extra cpu
source .venv/bin/activate
if [ -z "$WANDB_RUN" ]; then