Fix repo ID in example
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ tags:
|
|
| 4 |
- kernels
|
| 5 |
---
|
| 6 |
|
| 7 |
-
<!-- 
|
| 30 |
-
flash_attn = get_kernel("kernels-community/flash-
|
| 31 |
device = torch.device("cuda")
|
| 32 |
|
| 33 |
# Create test tensors
|
|
|
|
| 4 |
- kernels
|
| 5 |
---
|
| 6 |
|
| 7 |
+
<!--  -->
|
| 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
|