Spaces:
Sleeping
Sleeping
XiaoyiYangRIT
commited on
Commit
·
5c0e42d
1
Parent(s):
5c0ca40
some file update
Browse files- requirements.txt +9 -7
requirements.txt
CHANGED
@@ -1,23 +1,25 @@
|
|
1 |
-
# Core
|
2 |
transformers>=4.38.0
|
3 |
accelerate>=0.27.2
|
4 |
torch>=2.1.0
|
5 |
huggingface-hub>=0.22.2
|
6 |
|
7 |
-
# For video
|
8 |
decord==0.6.0
|
9 |
imageio>=2.31.1
|
10 |
|
11 |
-
#
|
12 |
gradio>=4.17.0
|
13 |
spaces>=0.20.0
|
14 |
|
15 |
-
#
|
16 |
pillow>=10.0.0
|
|
|
17 |
|
18 |
-
#
|
19 |
sentencepiece>=0.1.99
|
20 |
einops
|
21 |
timm
|
22 |
-
|
23 |
-
flash-attn
|
|
|
|
1 |
+
# Core dependencies
|
2 |
transformers>=4.38.0
|
3 |
accelerate>=0.27.2
|
4 |
torch>=2.1.0
|
5 |
huggingface-hub>=0.22.2
|
6 |
|
7 |
+
# For video processing
|
8 |
decord==0.6.0
|
9 |
imageio>=2.31.1
|
10 |
|
11 |
+
# Gradio interface
|
12 |
gradio>=4.17.0
|
13 |
spaces>=0.20.0
|
14 |
|
15 |
+
# Image support
|
16 |
pillow>=10.0.0
|
17 |
+
Pillow
|
18 |
|
19 |
+
# Miscellaneous
|
20 |
sentencepiece>=0.1.99
|
21 |
einops
|
22 |
timm
|
23 |
+
|
24 |
+
# ⚠️ flash-attn depends on torch being installed already
|
25 |
+
flash-attn
|