Instructions to use kernels-community/layer_norm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Kernels
How to use kernels-community/layer_norm with Kernels:
# !pip install kernels from kernels import get_kernel kernel = get_kernel("kernels-community/layer_norm") - Notebooks
- Google Colab
- Kaggle
Update tag
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
-
-
|
| 4 |
---
|
| 5 |
This CUDA extension implements fused dropout + residual + LayerNorm from the [flash-attention](https://github.com/Dao-AILab/flash-attention/tree/main/csrc/layer_norm) repo.
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
+
- kernels
|
| 4 |
---
|
| 5 |
This CUDA extension implements fused dropout + residual + LayerNorm from the [flash-attention](https://github.com/Dao-AILab/flash-attention/tree/main/csrc/layer_norm) repo.
|