Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -1,7 +1,11 @@
1
- ---
2
  library_name: kernels
3
  license: bsd-3-clause
4
- ---
 
 
 
 
5
 
6
  This is the repository card of kernels-community/flash-attn3 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
 
 
1
+ Pq234
2
  library_name: kernels
3
  license: bsd-3-clause
4
+ # !pip install kernels
5
+
6
+ from kernels import get_kernel
7
+
8
+ kernel = get_kernel("kernels-community/flash-attn3", version=1)
9
 
10
  This is the repository card of kernels-community/flash-attn3 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.
11