Merge pull request #34 from 04cb/fix/docs-add-training-data-link

Fix docs: add training data download instructions
This commit is contained in:
Manjeet Singh 2026-03-04 17:48:25 +05:30 committed by GitHub
commit 37939c8a60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -110,6 +110,14 @@ Key optimizations:
└── Makefile
```
## Training Data
Training requires pretokenized TinyStories data. To download:
```bash
cd training && bash download_data.sh
```
See [training/README.md](training/README.md) for detailed training instructions.
## Building
Requires macOS 15+ on Apple Silicon (tested on M4).