Kernels
lewtun HF Staff commited on
Commit
4592a27
·
verified ·
1 Parent(s): 35815ed

Fix repo ID in example

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -4,7 +4,7 @@ tags:
4
  - kernels
5
  ---
6
 
7
- <!-- ![Status](https://hubwebhook.dholtz.com/shield?repo=kernels-community/flash-attn) -->
8
 
9
  # Flash Attention
10
 
@@ -27,7 +27,7 @@ from kernels import get_kernel
27
 
28
  # Setup
29
  torch.manual_seed(42)
30
- flash_attn = get_kernel("kernels-community/flash-attn")
31
  device = torch.device("cuda")
32
 
33
  # Create test tensors
 
4
  - kernels
5
  ---
6
 
7
+ <!-- ![Status](https://hubwebhook.dholtz.com/shield?repo=kernels-community/flash-attn2) -->
8
 
9
  # Flash Attention
10
 
 
27
 
28
  # Setup
29
  torch.manual_seed(42)
30
+ flash_attn = get_kernel("kernels-community/flash-attn2")
31
  device = torch.device("cuda")
32
 
33
  # Create test tensors