Spaces:
Running
Running
Commit
·
be471ee
1
Parent(s):
c49cd13
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -32,11 +32,14 @@ soundfile==0.12.1
|
|
32 |
gradio==4.36.1
|
33 |
gradio-client
|
34 |
|
35 |
-
# MiniGPT4-Video
|
36 |
omegaconf==2.3.0
|
37 |
einops==0.7.0
|
38 |
webvtt-py==0.4.6
|
39 |
pytubefix
|
|
|
|
|
|
|
40 |
|
41 |
# 基础依赖
|
42 |
numpy<2.0.0
|
@@ -48,6 +51,7 @@ regex==2023.12.25
|
|
48 |
pyyaml==6.0.1
|
49 |
filelock==3.13.1
|
50 |
fsspec==2023.10.0
|
|
|
51 |
|
52 |
# 其他工具
|
53 |
sentencepiece==0.1.97
|
|
|
32 |
gradio==4.36.1
|
33 |
gradio-client
|
34 |
|
35 |
+
# MiniGPT4-Video核心依赖
|
36 |
omegaconf==2.3.0
|
37 |
einops==0.7.0
|
38 |
webvtt-py==0.4.6
|
39 |
pytubefix
|
40 |
+
iopath==0.1.10
|
41 |
+
fairscale==0.4.13
|
42 |
+
timm==0.9.12
|
43 |
|
44 |
# 基础依赖
|
45 |
numpy<2.0.0
|
|
|
51 |
pyyaml==6.0.1
|
52 |
filelock==3.13.1
|
53 |
fsspec==2023.10.0
|
54 |
+
scipy==1.11.4
|
55 |
|
56 |
# 其他工具
|
57 |
sentencepiece==0.1.97
|