We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f7f3e9 commit 327d1f9Copy full SHA for 327d1f9
requirements.txt
@@ -1,5 +1,5 @@
1
torch>=2.6.0
2
-flash_attn==2.7.4.post1
+flash_attn>=2.7.4.post1
3
tokenizers>=0.21.1
4
numpy>=2.1.0
5
rich
setup.py
@@ -87,7 +87,7 @@
87
author="turboderp",
88
install_requires=[
89
"torch>=2.6.0",
90
- "flash_attn==2.7.4.post1",
+ "flash_attn>=2.7.4.post1",
91
"tokenizers>=0.21.1",
92
"numpy>=2.1.0",
93
"rich",
0 commit comments