Guest User

Nanochat

a guest
Oct 13th, 2025
580
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.28 KB | None | 0 0
  1. git clone git@github.com:karpathy/nanochat.git
  2. cd nanochat
  3. curl -LsSf https://astral.sh/uv/install.sh | sh
  4. uv venv
  5. uv sync
  6. source .venv/bin/activate
  7. wandb login # Paste your API key when prompted
  8. WANDB_RUN=speedrun screen -L -Logfile speedrun.log -S speedrun bash speedrun.sh
Advertisement
Add Comment
Please, Sign In to add comment