mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
update readme
This commit is contained in:
parent
a5aced8d47
commit
f95e79dab7
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ from tinygrad.tensor import Tensor
|
|||
|
||||
If all you want to do is ReLU, you are in luck! You can do very fast ReLU (at least 30 MEGAReLUs/sec confirmed)
|
||||
|
||||
Requires your Python to be signed with `ane/lib/sign_python.sh` to add the `com.apple.ane.iokit-user-access` entitlement.
|
||||
Requires your Python to be signed with `ane/lib/sign_python.sh` to add the `com.apple.ane.iokit-user-access` entitlement, which also requires `amfi_get_out_of_my_way=0x1` in your `boot-args`. Build the library with `ane/lib/build.sh`
|
||||
|
||||
```python
|
||||
from tinygrad.tensor import Tensor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue