shivanis14
commited on
Commit
•
ff14ddc
1
Parent(s):
89afe89
added reqs
Browse files- requirements.txt +28 -0
requirements.txt
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
decord>=0.6.0
|
2 |
+
#根据https://download.pytorch.org/whl/torch/,python版本为[3.8,3.11]
|
3 |
+
torch==2.1.0
|
4 |
+
torchvision== 0.16.0
|
5 |
+
pytorchvideo==0.1.5
|
6 |
+
xformers
|
7 |
+
transformers==4.42.4
|
8 |
+
#如果运行提示transformers错误,则可能是transformers代码问题,拉取最新的试下
|
9 |
+
#git+https://github.com/huggingface/transformers.git
|
10 |
+
huggingface-hub>=0.23.0
|
11 |
+
pillow
|
12 |
+
chainlit>=1.0
|
13 |
+
pydantic>=2.7.1
|
14 |
+
timm>=0.9.16
|
15 |
+
openai>=1.30.1
|
16 |
+
loguru>=0.7.2
|
17 |
+
pydantic>=2.7.1
|
18 |
+
einops
|
19 |
+
sse-starlette>=2.1.0
|
20 |
+
flask
|
21 |
+
gunicorn
|
22 |
+
gevent
|
23 |
+
requests
|
24 |
+
gradio
|
25 |
+
opencv-python-headless
|
26 |
+
scikit-image
|
27 |
+
accelerate
|
28 |
+
bitsandbytes
|