Skip to content

Commit 327d1f9

Browse files
committed
Revert to flash_attn>=2.7.4.post1 until the wheel situation is sorted out
1 parent 1f7f3e9 commit 327d1f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
torch>=2.6.0
2-
flash_attn==2.7.4.post1
2+
flash_attn>=2.7.4.post1
33
tokenizers>=0.21.1
44
numpy>=2.1.0
55
rich

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
author="turboderp",
8888
install_requires=[
8989
"torch>=2.6.0",
90-
"flash_attn==2.7.4.post1",
90+
"flash_attn>=2.7.4.post1",
9191
"tokenizers>=0.21.1",
9292
"numpy>=2.1.0",
9393
"rich",

0 commit comments

Comments
 (0)