readme more

This commit is contained in:
George Hotz 2020-10-26 09:21:48 -07:00
parent 43591a1e71
commit c5db2cf517
1 changed files with 11 additions and 0 deletions

View File

@ -70,3 +70,14 @@ loss.backward()
optim.step()
```
### The promise of small
tinygrad, with tests, will always be below 1000 lines. If it isn't, we will revert commits until tinygrad becomes smaller.
### TODO
* Reduce code
* Increase speed
* Add features
* In that order