Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
|
@@ -1,8 +1,14 @@
|
|
| 1 |
https://github.com/Dao-AILab/flash-attention/releases/download/v2.6.2/flash_attn-2.6.2+cu123torch2.1cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
|
|
|
|
| 2 |
torch==2.1.2
|
| 3 |
torchaudio==2.1.2
|
| 4 |
torchvision==0.16.2
|
|
|
|
| 5 |
transformers==4.44.2
|
|
|
|
| 6 |
numpy==1.26.4
|
| 7 |
librosa==0.9.0
|
| 8 |
-
decord
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
https://github.com/Dao-AILab/flash-attention/releases/download/v2.6.2/flash_attn-2.6.2+cu123torch2.1cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
|
| 2 |
+
|
| 3 |
torch==2.1.2
|
| 4 |
torchaudio==2.1.2
|
| 5 |
torchvision==0.16.2
|
| 6 |
+
|
| 7 |
transformers==4.44.2
|
| 8 |
+
|
| 9 |
numpy==1.26.4
|
| 10 |
librosa==0.9.0
|
| 11 |
+
decord
|
| 12 |
+
|
| 13 |
+
vector-quantize-pytorch==1.18.5
|
| 14 |
+
vocos==0.1.0
|