MiyamizuMitsuha
commited on
Commit
•
e4cf0b6
1
Parent(s):
8f27b7b
Update requirements
Browse files- requirements.txt +8 -4
requirements.txt
CHANGED
@@ -1,7 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
transformers
|
|
|
|
|
2 |
timm
|
3 |
einops
|
4 |
-
flash_attn @ https://github.com/Dao-AILab/flash-attention/releases/download/v2.6.3/flash_attn-2.6.3+cu123torch2.4cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
|
5 |
-
--index-url https://download.pytorch.org/whl/cu121
|
6 |
-
torch
|
7 |
-
torchvision
|
|
|
1 |
+
gradio
|
2 |
+
numpy
|
3 |
+
torch==2.4.0+cu123
|
4 |
+
torchvision==0.15.0+cu123
|
5 |
+
Pillow
|
6 |
transformers
|
7 |
+
matplotlib
|
8 |
+
decord
|
9 |
timm
|
10 |
einops
|
11 |
+
flash_attn @ https://github.com/Dao-AILab/flash-attention/releases/download/v2.6.3/flash_attn-2.6.3+cu123torch2.4cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
|
|
|
|
|
|