Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +6 -13
requirements.txt
CHANGED
@@ -4,11 +4,12 @@ opencv-python
|
|
4 |
open_clip_torch
|
5 |
fastapi
|
6 |
markdown2[all]
|
7 |
-
numpy
|
8 |
-
requests
|
9 |
sentencepiece
|
10 |
-
|
11 |
-
|
|
|
|
|
12 |
uvicorn
|
13 |
wandb==0.16.5
|
14 |
deepspeed
|
@@ -21,13 +22,5 @@ einops==0.6.1
|
|
21 |
einops-exts==0.0.4
|
22 |
pydantic>=2.0
|
23 |
timm
|
24 |
-
hf_transfer
|
25 |
decord
|
26 |
-
datasets
|
27 |
-
tyro
|
28 |
-
scipy
|
29 |
-
rouge
|
30 |
-
urllib3~=2.0
|
31 |
-
gradio_client==1.3.0
|
32 |
-
git+https://github.com/huggingface/transformers.git
|
33 |
-
|
|
|
4 |
open_clip_torch
|
5 |
fastapi
|
6 |
markdown2[all]
|
7 |
+
numpy
|
|
|
8 |
sentencepiece
|
9 |
+
gradio_client==1.3.0
|
10 |
+
torch==2.4.0
|
11 |
+
torchvision==0.19.0
|
12 |
+
git+https://github.com/huggingface/transformers.git
|
13 |
uvicorn
|
14 |
wandb==0.16.5
|
15 |
deepspeed
|
|
|
22 |
einops-exts==0.0.4
|
23 |
pydantic>=2.0
|
24 |
timm
|
|
|
25 |
decord
|
26 |
+
datasets
|
|
|
|
|
|
|
|
|
|
|
|
|
|