Skip to content

Commit 82d1cdf

Browse files
Remove stale nanoGPT setup-script reference
1 parent b2ee81b commit 82d1cdf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • baseline/nanogpt_one_head/src/rg_nanogpt_one_head

baseline/nanogpt_one_head/src/rg_nanogpt_one_head/data.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,8 @@ def prepare_fineweb_edu(
257257
except ImportError as exc:
258258
raise RuntimeError(
259259
"data preparation requires datasets and tiktoken; "
260-
"run scripts/setup_mac.sh"
260+
"install dependencies into the active conda environment with "
261+
"`python -m pip install -e .`"
261262
) from exc
262263

263264
dataset_cfg = cfg["dataset"]

0 commit comments

Comments
 (0)