Skip to content

Commit b2ee81b

Browse files
Document /tmp-only nanoGPT workflow
1 parent a53d034 commit b2ee81b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

baseline/nanogpt_one_head/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ cd baseline/nanogpt_one_head
230230
# Install this package and any missing dependencies into the active conda env.
231231
python -m pip install -e .
232232

233-
# Keep all corpus caches and experiment outputs outside the git checkout.
234-
export RG_NANOGPT_ONE_HEAD_ROOT="$HOME/rg-nanogpt-one-head"
233+
# Keep all corpus caches and experiment outputs under /tmp.
234+
export RG_NANOGPT_ONE_HEAD_ROOT="/tmp/rg-nanogpt-one-head"
235235

236236
# Allow unsupported individual MPS operations to fall back to CPU when needed.
237237
export PYTORCH_ENABLE_MPS_FALLBACK=1

0 commit comments

Comments
 (0)