-
-
-
+
+
+
tinygrad: For something between [PyTorch](https://github.com/pytorch/pytorch) and [karpathy/micrograd](https://github.com/karpathy/micrograd). Maintained by [tiny corp](https://tinygrad.org).
@@ -88,7 +88,7 @@ tinygrad already supports numerous accelerators, including:
- [x] [HSA](tinygrad/runtime/ops_hsa.py)
And it is easy to add more! Your accelerator of choice only needs to support a total of ~25 low level ops.
-More information can be found in the [documentation for adding new accelerators](/docs/adding_new_accelerators.md).
+More information can be found in the [documentation for adding new accelerators](/docs-legacy/adding_new_accelerators.md).
## Installation