mirror of https://github.com/maderix/ANE.git
Merge pull request #34 from 04cb/fix/docs-add-training-data-link
Fix docs: add training data download instructions
This commit is contained in:
commit
37939c8a60
|
|
@ -110,6 +110,14 @@ Key optimizations:
|
||||||
└── Makefile
|
└── 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
|
## Building
|
||||||
|
|
||||||
Requires macOS 15+ on Apple Silicon (tested on M4).
|
Requires macOS 15+ on Apple Silicon (tested on M4).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue