Skip to content

Commit

Permalink
fix setup.py extras_require format error (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
feifeibear authored Sep 20, 2024
1 parent 49a70c7 commit 5ce5e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def get_cuda_version():
"opencv-python",
],
extras_require={
"[flash_attn]": [
"flash_attn": [
"flash_attn>=2.6.3",
],
},
Expand Down

0 comments on commit 5ce5e5e

Please sign in to comment.