diff --git a/setup.py b/setup.py index fbca5a360e..905df16193 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ def parse_requirements(): dependency_links=dependency_links, extras_require={ "flash-attn": [ - "flash-attn==2.5.5", + "flash-attn==2.4.3.post1", ], "fused-dense-lib": [ "fused-dense-lib @ git+https://github.com/Dao-AILab/flash-attention@v2.3.3#subdirectory=csrc/fused_dense_lib",