kernels-bot commited on
Commit
34f75e2
·
verified ·
1 Parent(s): 83a75d1

Uploaded using `kernel-builder`.

Browse files
Files changed (1) hide show
  1. README.md +26 -4
README.md CHANGED
@@ -1,5 +1,27 @@
1
  ---
2
- tags:
3
- - kernels
4
- - cuda
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ library_name: kernels
3
+ license: apache-2.0
4
+ ---
5
+
6
+ This is the repository card of kernels-community/rmsnorm 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
+
10
+ ```python
11
+ # make sure `kernels` is installed: `pip install -U kernels`
12
+ from kernels import get_kernel
13
+
14
+ kernel_module = get_kernel("kernels-community/rmsnorm")
15
+ layers = kernel_module.layers
16
+
17
+ layers(...)
18
+ ```
19
+
20
+ ## Available functions
21
+ - `layers`
22
+ - `apply_rms_norm_forward`
23
+ - `apply_rms_norm_backward`
24
+
25
+ ## Benchmarks
26
+
27
+ No benchmark available yet.