mirror of https://github.com/commaai/tinygrad.git
8f749ae0eb
* start mkdocs * simple docs for tensor * more docs * move those back * more docs * copy markdown extensions * docs legacy * docs building workflow * fix showcase links * only that? * install tinygrad * add docs to setup.py * Delete examples/llm.c/data |
||
---|---|---|
.. | ||
DESIGNv2.md | ||
OVERVIEW.md | ||
README.md | ||
abstractions2.py | ||
abstractions3.py | ||
adding_new_accelerators.md | ||
env_vars.md | ||
linearizer_v2.md | ||
logo_tiny_dark.svg | ||
logo_tiny_light.svg | ||
reshape_without_symbolic.md |
README.md
Welcome to the tinygrad documentation!
Here you will find documentation for tinygrad, as well as some examples and tutorials.
Getting Started
Read the quick start guide here.
Or if you want to jump right in to how tinygrad works, you can read the abstraction stack documentation.
Or if you want to see some examples, you can look at the examples in the examples directory.
Or if you just want to see some of the things tinygrad can do, check out the showcase.
API
This is currently a big work in progress.