tinygrad/extra/models
chenyu 0faaf6df26
remove kwargs from arange and linspace [PR] (#16505)
it used to have requires_grad and device, now both are removed
2026-06-04 10:32:37 -04:00
..
bert.py remove kwargs from arange and linspace [PR] (#16505) 2026-06-04 10:32:37 -04:00
clip.py remove kwargs from arange and linspace [PR] (#16505) 2026-06-04 10:32:37 -04:00
convnext.py remove Tensor.no_grad, it's meaningless now [pr] (#10556) 2025-05-28 22:20:02 -07:00
efficientnet.py remove the magic methods for moving between devices [pr] (#6881) 2024-10-04 20:27:52 +08:00
inception.py don't hardcode weights path (#12171) 2025-09-15 00:33:47 -04:00
llama.py remove kwargs from arange and linspace [PR] (#16505) 2026-06-04 10:32:37 -04:00
mask_rcnn.py remove kwargs from arange and linspace [PR] (#16505) 2026-06-04 10:32:37 -04:00
resnet.py model/test fix that failed with WEBGPU=1 DEBUG=2 (#14706) 2026-02-12 09:08:16 -05:00
retinanet.py RetinaNet INITMLPERF support (#9950) 2025-04-21 10:32:05 -04:00
rnnt.py remove requires_grad use in extra/examples (#16238) 2026-05-16 18:40:26 -04:00
t5.py remove kwargs from arange and linspace [PR] (#16505) 2026-06-04 10:32:37 -04:00
transformer.py Tensor.requires_grad -> is_param (#16325) 2026-05-21 19:39:57 -04:00
unet.py remove kwargs from arange and linspace [PR] (#16505) 2026-06-04 10:32:37 -04:00
unet3d.py move to new cached fetch (#2493) 2023-11-28 17:36:55 -08:00
vit.py move to new cached fetch (#2493) 2023-11-28 17:36:55 -08:00