From cda00100205ee3628518ed43856ef49a906166a3 Mon Sep 17 00:00:00 2001 From: George Hotz Date: Tue, 16 Apr 2024 11:06:56 +0400 Subject: [PATCH] hotfix: docs-legacy --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fdc1b4f292..98fbde3762 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@
- - - tiny corp logo + + + tiny corp logo 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