Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -13
requirements.txt
CHANGED
@@ -1,29 +1,26 @@
|
|
1 |
-
torch
|
2 |
-
torchvision
|
3 |
-
torchaudio
|
4 |
-
|
5 |
-
gradio==4.41.0
|
6 |
-
http://thunlp.oss-cn-qingdao.aliyuncs.com/multi_modal/never_delete/modelscope_studio-0.4.0.9-py3-none-any.whl
|
7 |
-
decord==0.6.0
|
8 |
icecream
|
9 |
markdown2
|
10 |
modelscope
|
11 |
pydantic
|
12 |
accelerate
|
|
|
13 |
tokenizers
|
14 |
sentencepiece
|
15 |
shortuuid
|
|
|
16 |
timm
|
17 |
requests
|
18 |
-
httpx
|
19 |
uvicorn
|
20 |
einops-exts
|
21 |
einops
|
22 |
scikit-learn
|
23 |
numpy
|
|
|
24 |
opencv-python
|
25 |
-
|
26 |
-
|
27 |
-
transformers==4.37.2
|
28 |
-
torch==2.1.0
|
29 |
-
model_path
|
|
|
1 |
+
torch --index-url https://download.pytorch.org/whl/cu118
|
2 |
+
torchvision --index-url https://download.pytorch.org/whl/cu118
|
3 |
+
torchaudio --index-url https://download.pytorch.org/whl/cu118
|
4 |
+
ultralytics
|
|
|
|
|
|
|
5 |
icecream
|
6 |
markdown2
|
7 |
modelscope
|
8 |
pydantic
|
9 |
accelerate
|
10 |
+
transformers==4.37.2
|
11 |
tokenizers
|
12 |
sentencepiece
|
13 |
shortuuid
|
14 |
+
bitsandbytes
|
15 |
timm
|
16 |
requests
|
17 |
+
httpx==0.24.0
|
18 |
uvicorn
|
19 |
einops-exts
|
20 |
einops
|
21 |
scikit-learn
|
22 |
numpy
|
23 |
+
decord
|
24 |
opencv-python
|
25 |
+
#gradio==4.41.0
|
26 |
+
http://thunlp.oss-cn-qingdao.aliyuncs.com/multi_modal/never_delete/modelscope_studio-0.4.0.9-py3-none-any.whl
|
|
|
|
|
|