An open API service indexing awesome lists of open source software.

https://github.com/mariosieg/nanochat_magnetron

Port of nanochat to the magnetron ML framework
https://github.com/mariosieg/nanochat_magnetron

Last synced: 5 days ago
JSON representation

Port of nanochat to the magnetron ML framework

Awesome Lists containing this project

README

          

## Magnetron Nanochat
Port of [Nanochat](https://github.com/karpathy/nanochat) to the [Magnetron](https://github.com/MarioSieg/magnetron) ML framework.
Still heavy work in progress, proper readme and docs will be added soon!

## Credits & Acknowledgements
This project is a derivative work of [nanochat](https://github.com/karpathy/nanochat)
by Andrej Karpathy, licensed under the MIT License. Much of the code has been
rewritten and adapted to target the Magnetron ML framework, but the design and
significant portions remain based on the original. Full credit and thanks to
Andrej Karpathy.

## License
- This project (Magnetron Nanochat) is licensed under the [Apache License 2.0](LICENSE),
Copyright (c) 2026 Mario Sieg.
- It incorporates code from nanochat, Copyright (c) 2025 Andrej Karpathy, under the
MIT License. The full upstream license notice is reproduced in the [NOTICE](NOTICE) file.