v0.6.0
版本发布时间: 2023-05-26 09:02:57
tinygrad/tinygrad最新发布版本:v0.9.2(2024-08-14 07:19:48)
2516 lines now. Some day I promise a release will make it smaller.
- float16 support (needed for LLaMA)
- Fixed critical bug in training BatchNorm
- Limited support for multiple GPUs
- ConvNeXt + several MLPerf models in models/
- More torch-like methods in tensor.py
- Big refactor of the codegen into the Linearizer and CStyle
- Removed CompiledBuffer, use the LazyBuffer ShapeTracker