mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2025-09-06 12:40:02 +00:00
[feature] add flash_attn to requirements
This commit is contained in:
parent
fd481af193
commit
e968fa8d72
2 changed files with 3 additions and 1 deletions
|
@ -23,6 +23,7 @@ dependencies = [
|
|||
"blessed >= 1.20.0",
|
||||
"accelerate >= 0.31.0",
|
||||
"sentencepiece >= 0.1.97",
|
||||
"flash_attn == 2.7.4.post1"
|
||||
"setuptools",
|
||||
"ninja",
|
||||
"wheel",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
fire
|
||||
transformers
|
||||
transformers==4.43.2
|
||||
flash_attn==2.7.4.post1
|
||||
numpy
|
||||
torch>=2.3.0
|
||||
packaging
|
||||
|
|
Loading…
Add table
Reference in a new issue