mirror of https://github.com/commaai/tinygrad.git
readme more
This commit is contained in:
parent
43591a1e71
commit
c5db2cf517
11
README.md
11
README.md
|
@ -70,3 +70,14 @@ loss.backward()
|
||||||
optim.step()
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue