lym00 commited on
Commit
4a2a748
·
verified ·
1 Parent(s): 05870d0

Update test_sageattn3.py

Browse files
Files changed (1) hide show
  1. test_sageattn3.py +3 -1
test_sageattn3.py CHANGED
@@ -1,5 +1,7 @@
1
  #!/usr/bin/env python3
2
- # Based on https://raw.githubusercontent.com/woct0rdho/SageAttention/refs/heads/main/tests/test_sageattn.py
 
 
3
 
4
  import torch
5
  import torch.nn.functional as F
 
1
  #!/usr/bin/env python3
2
+ # Based on
3
+ # https://raw.githubusercontent.com/woct0rdho/SageAttention/refs/heads/main/tests/test_sageattn.py
4
+ # https://huggingface.co/jt-zhang/SageAttention3
5
 
6
  import torch
7
  import torch.nn.functional as F