There was an error while loading. Please reload this page.
1 parent b2ee81b commit 82d1cdfCopy full SHA for 82d1cdf
1 file changed
baseline/nanogpt_one_head/src/rg_nanogpt_one_head/data.py
@@ -257,7 +257,8 @@ def prepare_fineweb_edu(
257
except ImportError as exc:
258
raise RuntimeError(
259
"data preparation requires datasets and tiktoken; "
260
- "run scripts/setup_mac.sh"
+ "install dependencies into the active conda environment with "
261
+ "`python -m pip install -e .`"
262
) from exc
263
264
dataset_cfg = cfg["dataset"]
0 commit comments