tinygrad Tensor Puzzles (#6315)

* Update index.md

* update readme

* Revert "update readme"

This reverts commit 8415a8e90c.

* update readme

* remove mention

* update index.md
This commit is contained in:
Obada Khalili
2024-09-09 04:32:38 +03:00
committed by GitHub
parent 935b4ddff6
commit 0fbd141038

View File

@@ -10,7 +10,9 @@ cd tinygrad
python3 -m pip install -e .
```
After you have installed tinygrad, try the [MNIST tutorial](mnist.md)
After you have installed tinygrad, try the [MNIST tutorial](mnist.md).
If you are new to tensor libraries, learn how to use them by solving puzzles from [tinygrad-tensor-puzzles](https://github.com/obadakhalili/tinygrad-tensor-puzzles).
We also have [developer docs](developer/developer.md), and Di Zhu has created a [bunch of tutorials](https://mesozoic-egg.github.io/tinygrad-notes/) to help understand how tinygrad works.