Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
python-dotenv==1.0.1
|
2 |
numpy==1.26.4
|
3 |
Pillow==10.1.0
|
4 |
-
torch==2.2
|
5 |
-
torchvision==0.
|
6 |
transformers==4.44.2
|
7 |
sentencepiece==0.1.99
|
8 |
-
flash_attn
|
9 |
gradio
|
10 |
decord
|
|
|
1 |
python-dotenv==1.0.1
|
2 |
numpy==1.26.4
|
3 |
Pillow==10.1.0
|
4 |
+
torch==2.1.2
|
5 |
+
torchvision==0.16.2
|
6 |
transformers==4.44.2
|
7 |
sentencepiece==0.1.99
|
8 |
+
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
|
9 |
gradio
|
10 |
decord
|