From 49da969d25b67e7d54b735b8c261fd078356e1aa Mon Sep 17 00:00:00 2001 From: WillemKauf Date: Sat, 12 Dec 2020 19:25:33 -0500 Subject: [PATCH] Fixed a typo. (#189) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59604a96bf..531602c030 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ from tinygrad.tensor import Tensor ### ANE Support?!?! -If you all want to do is ReLU, you are in luck! You can do very fast ReLU (fastness not confirmed) +If all you want to do is ReLU, you are in luck! You can do very fast ReLU (fastness not confirmed) Requires your Python to be signed with `ane/lib/sign_python.sh` to add the `com.apple.ane.iokit-user-access` entitlement.