mirror of https://github.com/maderix/ANE.git
Fix docs: add training data download instructions
This commit is contained in:
parent
443194bca4
commit
0d9e139567
|
|
@ -109,6 +109,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).
|
||||
|
|
|
|||
Loading…
Reference in New Issue