Kernels
activation / README.md
sayakpaul's picture
sayakpaul HF Staff
Add model repository removal notice
7b55c39 verified
|
Raw
History Blame Contribute Delete
1.14 kB
---
library_name: kernels
license: apache-2.0
---
> [!CAUTION]
> Starting from September 13, 2026, we will be removing the "model" type repositories of kernels (e.g., kernels-community/flash-attn3). Make sure you're using a latest version of kernels. If you face any disruption, please report them here: https://github.com/huggingface/kernels/issues/new.
This is the repository card of kernels-community/activation 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.
## How to use
```python
# make sure `kernels` is installed: `pip install -U kernels`
from kernels import get_kernel
kernel_module = get_kernel("kernels-community/activation")
silu_and_mul = kernel_module.silu_and_mul
silu_and_mul(...)
```
## Available functions
- `silu_and_mul`
- `mul_and_silu`
- `gelu_and_mul`
- `gelu_tanh_and_mul`
- `fatrelu_and_mul`
- `gelu_fast`
- `gelu_new`
- `gelu_quick`
- `gelu_tanh`
- `silu`
- `gelu`
## Benchmarks
Benchmarking script is available for this kernel. Run `kernels benchmark kernels-community/activation`.