Phase 0: project plan, pinned environment, data download + MPS smoke test

- README with full pipeline plan (tokenizer -> data -> model -> training -> eval)
- pip/venv setup pinned to torch 2.13.0, numpy 2.5.1 (Python 3.13)
- scripts/download_data.py: one-time TinyStoriesV2 fetch with SHA-256 recording
- scripts/check_mps.py: verifies MPS backend, backward pass, GPU speedup
This commit is contained in:
2026-07-12 10:24:52 -04:00
commit 5a7f2177bc
5 changed files with 290 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
torch==2.13.0
numpy==2.5.1