Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
torch
|
2 |
transformers
|
3 |
qwen-vl-utils
|
@@ -16,5 +17,4 @@ Pillow>=7.0.0
|
|
16 |
scipy>=1.3.0
|
17 |
pydub>=0.23.0
|
18 |
audiofile>=0.0.0
|
19 |
-
opencv-python>=4.5
|
20 |
-
flash_attention
|
|
|
1 |
+
flash-attn
|
2 |
torch
|
3 |
transformers
|
4 |
qwen-vl-utils
|
|
|
17 |
scipy>=1.3.0
|
18 |
pydub>=0.23.0
|
19 |
audiofile>=0.0.0
|
20 |
+
opencv-python>=4.5
|
|