There was an error while loading. Please reload this page.
1 parent a53d034 commit b2ee81bCopy full SHA for b2ee81b
1 file changed
baseline/nanogpt_one_head/README.md
@@ -230,8 +230,8 @@ cd baseline/nanogpt_one_head
230
# Install this package and any missing dependencies into the active conda env.
231
python -m pip install -e .
232
233
-# Keep all corpus caches and experiment outputs outside the git checkout.
234
-export RG_NANOGPT_ONE_HEAD_ROOT="$HOME/rg-nanogpt-one-head"
+# Keep all corpus caches and experiment outputs under /tmp.
+export RG_NANOGPT_ONE_HEAD_ROOT="/tmp/rg-nanogpt-one-head"
235
236
# Allow unsupported individual MPS operations to fall back to CPU when needed.
237
export PYTORCH_ENABLE_MPS_FALLBACK=1
0 commit comments