From 508ced114c7e1a00b211d961a2b6442e3d1554f6 Mon Sep 17 00:00:00 2001 From: George Hotz Date: Sun, 13 Jun 2021 17:17:35 -0700 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9967ec968f..9d056db5e7 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This may not be the best deep learning framework, but it is a deep learning fram Due to its extreme simplicity, it aims to be the easiest framework to add new accelerators to, with support for both inference and training. Support the simple basic ops, and you get SOTA [vision](https://arxiv.org/abs/1905.11946) `extra/efficientnet.py` and [language](https://arxiv.org/abs/1706.03762) `extra/transformer.py` models. We are working on support for the Apple Neural Engine. -Eventually, we will build custom hardware for tinygrad, and it will be blindingly fast. Now, it is slow. +Eventually, [we will build custom hardware](https://geohot.github.io/blog/jekyll/update/2021/06/13/a-breakdown-of-ai-chip-companies.html) for tinygrad, and it will be blindingly fast. Now, it is slow. ### Installation