leopf
|
e4dad99145
|
nn.state docs cleanup (#8332)
* doc cleanup
* extension cleanup
* manual definition
* bring back accept_filename for gguf_load
---------
Co-authored-by: George Hotz <72895+geohot@users.noreply.github.com>
Co-authored-by: chenyu <chenyu@fastmail.com>
|
2025-03-18 17:16:40 -04:00 |
|
chenyu
|
63f195729d
|
add gguf_load to doc [pr] (#8314)
Co-authored-by: George Hotz <72895+geohot@users.noreply.github.com>
|
2024-12-18 12:44:09 -05:00 |
|
George Hotz
|
64563abc90
|
add LSTMCell to nn (#6080)
* add LSTMCell to nn
* lstmcell works with no input on first
* fix no bias 0
* simpler
|
2024-08-14 12:08:42 -07:00 |
|
George Hotz
|
338b7590b9
|
hotfix: docs for BatchNorm
|
2024-07-15 12:04:17 -07:00 |
|
chenyu
|
b2c3a28a5e
|
nn.RMSNorm (#5272)
the norm itself has no significant value to add to Tensor method, but we would want Tensor.normalize
|
2024-07-02 21:39:01 -04:00 |
|
wozeparrot
|
5c6af97436
|
nn docs (#4735)
|
2024-05-26 13:08:22 -07:00 |
|
George Hotz
|
d325be2540
|
update docs (#4356)
* update docs
* nn.md
* mnist cleanups
* rhip test is very slow
|
2024-04-30 16:51:42 +09:00 |
|
George Hotz
|
8f749ae0eb
|
New docs are in mkdocs (#4178)
* 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
|
2024-04-16 10:59:51 +04:00 |
|