mirror of
https://github.com/karpathy/nanochat.git
synced 2026-03-22 04:43:27 +00:00
fix cpu script as well (after being moved on master)
This commit is contained in:
parent
ff599ce056
commit
c5ddd01b80
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user