Spaces:
Build error
Build error
feat: add flash-attn 2.6.3
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
|
|
1 |
git+https://github.com/microsoft/VibeVoice@main
|
2 |
gradio
|
3 |
-
librosa
|
4 |
-
numpy
|
5 |
-
soundfile
|
6 |
torch
|
7 |
transformers
|
|
|
|
|
|
|
|
1 |
+
flash-attn==2.6.3 --no-build-isolation
|
2 |
git+https://github.com/microsoft/VibeVoice@main
|
3 |
gradio
|
|
|
|
|
|
|
4 |
torch
|
5 |
transformers
|
6 |
+
numpy
|
7 |
+
librosa
|
8 |
+
soundfile
|