Spaces:
Runtime error
Runtime error
VishalD1234
commited on
Create requirements.txt
Browse files- requirements.txt +26 -0
requirements.txt
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
decord>=0.6.0
|
2 |
+
#鏍规嵁https://download.pytorch.org/whl/torch/锛宲ython鐗堟湰涓篬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 |
+
#git+https://github.com/huggingface/transformers.git
|
9 |
+
huggingface-hub>=0.23.0
|
10 |
+
pillow
|
11 |
+
chainlit>=1.0
|
12 |
+
pydantic>=2.7.1
|
13 |
+
timm>=0.9.16
|
14 |
+
openai>=1.30.1
|
15 |
+
loguru>=0.7.2
|
16 |
+
pydantic>=2.7.1
|
17 |
+
einops
|
18 |
+
sse-starlette>=2.1.0
|
19 |
+
flask
|
20 |
+
gunicorn
|
21 |
+
gevent
|
22 |
+
requests
|
23 |
+
gradio
|
24 |
+
accelerate
|
25 |
+
bitsandbytes>=0.39.0
|
26 |
+
spaces
|