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
torch extension rm
Browse files- layer-norm/ln_api.cpp +1 -1
layer-norm/ln_api.cpp
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
#include <torch/
|
| 2 |
#include "ATen/cuda/CUDAContext.h"
|
| 3 |
#include <c10/cuda/CUDAGuard.h>
|
| 4 |
|
|
|
|
| 1 |
+
#include <torch/torch.h>
|
| 2 |
#include "ATen/cuda/CUDAContext.h"
|
| 3 |
#include <c10/cuda/CUDAGuard.h>
|
| 4 |
|