You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nix-builder: add a hook to detect incorrect op registrations (#569)
* nix-builder: add a hook to detect incorrect op registrations
* ci: test that the hook fails on incorrect registrations
* doc fixes
Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
* Use full kernel build for torch-ops-check-hook
---------
Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
This is the repository card of {{ repo_id }} that has been pushed on the Hub. It was built to be used with the [`kernels` library](https://github.com/huggingface/kernels). This card was automatically generated.
7
+
8
+
## How to use
9
+
{% if functions %}
10
+
11
+
```python
12
+
# make sure `kernels` is installed: `pip install -U kernels`
13
+
from kernels import get_kernel
14
+
15
+
kernel_module = get_kernel("{{ repo_id }}", version={{ version }})
0 commit comments