Spaces:
Runtime error
Runtime error
update
Browse files- pre-requirements.txt +69 -0
- requirements.txt +4 -69
pre-requirements.txt
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
torchvision
|
3 |
+
torchaudio
|
4 |
+
accelerate==0.16.0
|
5 |
+
aiohttp==3.8.4
|
6 |
+
aiosignal==1.3.1
|
7 |
+
async-timeout==4.0.2
|
8 |
+
attrs==22.2.0
|
9 |
+
bitsandbytes==0.37.0
|
10 |
+
cchardet==2.1.7
|
11 |
+
chardet==5.1.0
|
12 |
+
contourpy==1.0.7
|
13 |
+
cycler==0.11.0
|
14 |
+
filelock==3.9.0
|
15 |
+
fonttools==4.38.0
|
16 |
+
frozenlist==1.3.3
|
17 |
+
huggingface-hub==0.13.4
|
18 |
+
importlib-resources==5.12.0
|
19 |
+
kiwisolver==1.4.4
|
20 |
+
matplotlib==3.7.0
|
21 |
+
multidict==6.0.4
|
22 |
+
openai==0.27.0
|
23 |
+
packaging==23.0
|
24 |
+
psutil==5.9.4
|
25 |
+
pycocotools==2.0.6
|
26 |
+
pyparsing==3.0.9
|
27 |
+
python-dateutil==2.8.2
|
28 |
+
pyyaml==6.0
|
29 |
+
regex==2022.10.31
|
30 |
+
tokenizers==0.13.2
|
31 |
+
tqdm==4.64.1
|
32 |
+
transformers==4.28.0
|
33 |
+
timm==0.6.13
|
34 |
+
spacy==3.5.1
|
35 |
+
webdataset==0.2.48
|
36 |
+
scikit-learn==1.2.2
|
37 |
+
scipy==1.10.1
|
38 |
+
yarl==1.8.2
|
39 |
+
zipp==3.14.0
|
40 |
+
omegaconf==2.3.0
|
41 |
+
opencv-python==4.7.0.72
|
42 |
+
iopath==0.1.10
|
43 |
+
decord==0.6.0
|
44 |
+
tenacity==8.2.2
|
45 |
+
peft
|
46 |
+
pycocoevalcap
|
47 |
+
sentence-transformers
|
48 |
+
umap-learn
|
49 |
+
notebook
|
50 |
+
gradio
|
51 |
+
gradio-client
|
52 |
+
wandb
|
53 |
+
ipdb
|
54 |
+
torch_time_stretch
|
55 |
+
tensorflow-cpu
|
56 |
+
tensorboardX
|
57 |
+
bs4==0.0.1 # Needed for text cleaning
|
58 |
+
bson==0.5.10
|
59 |
+
diffusers[torch]==0.16.1
|
60 |
+
einops==0.6.0
|
61 |
+
ftfy==6.1.1 # Needed for text cleaning
|
62 |
+
lpips==0.1.4
|
63 |
+
sentencepiece==0.1.99 # Needed for T5 tokenizer
|
64 |
+
tensorboard==2.11.2
|
65 |
+
tensorflow==2.11.0 # Needed for tensorboard hdfs support
|
66 |
+
tensorflow-io==0.30.0 # Needed for tensorboard hdfs support
|
67 |
+
tqdm==4.64.1
|
68 |
+
pytorchvideo==0.1.5
|
69 |
+
omegaconf
|
requirements.txt
CHANGED
@@ -1,69 +1,4 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
aiohttp==3.8.4
|
6 |
-
aiosignal==1.3.1
|
7 |
-
async-timeout==4.0.2
|
8 |
-
attrs==22.2.0
|
9 |
-
bitsandbytes==0.37.0
|
10 |
-
cchardet==2.1.7
|
11 |
-
chardet==5.1.0
|
12 |
-
contourpy==1.0.7
|
13 |
-
cycler==0.11.0
|
14 |
-
filelock==3.9.0
|
15 |
-
fonttools==4.38.0
|
16 |
-
frozenlist==1.3.3
|
17 |
-
huggingface-hub==0.13.4
|
18 |
-
importlib-resources==5.12.0
|
19 |
-
kiwisolver==1.4.4
|
20 |
-
matplotlib==3.7.0
|
21 |
-
multidict==6.0.4
|
22 |
-
openai==0.27.0
|
23 |
-
packaging==23.0
|
24 |
-
psutil==5.9.4
|
25 |
-
pycocotools==2.0.6
|
26 |
-
pyparsing==3.0.9
|
27 |
-
python-dateutil==2.8.2
|
28 |
-
pyyaml==6.0
|
29 |
-
regex==2022.10.31
|
30 |
-
tokenizers==0.13.2
|
31 |
-
tqdm==4.64.1
|
32 |
-
transformers==4.28.0
|
33 |
-
timm==0.6.13
|
34 |
-
spacy==3.5.1
|
35 |
-
webdataset==0.2.48
|
36 |
-
scikit-learn==1.2.2
|
37 |
-
scipy==1.10.1
|
38 |
-
yarl==1.8.2
|
39 |
-
zipp==3.14.0
|
40 |
-
omegaconf==2.3.0
|
41 |
-
opencv-python==4.7.0.72
|
42 |
-
iopath==0.1.10
|
43 |
-
decord==0.6.0
|
44 |
-
tenacity==8.2.2
|
45 |
-
peft
|
46 |
-
pycocoevalcap
|
47 |
-
sentence-transformers
|
48 |
-
umap-learn
|
49 |
-
notebook
|
50 |
-
gradio
|
51 |
-
gradio-client
|
52 |
-
wandb
|
53 |
-
ipdb
|
54 |
-
torch_time_stretch
|
55 |
-
tensorflow-cpu
|
56 |
-
tensorboardX
|
57 |
-
bs4==0.0.1 # Needed for text cleaning
|
58 |
-
bson==0.5.10
|
59 |
-
diffusers[torch]==0.16.1
|
60 |
-
einops==0.6.0
|
61 |
-
ftfy==6.1.1 # Needed for text cleaning
|
62 |
-
lpips==0.1.4
|
63 |
-
sentencepiece==0.1.99 # Needed for T5 tokenizer
|
64 |
-
tensorboard==2.11.2
|
65 |
-
tensorflow==2.11.0 # Needed for tensorboard hdfs support
|
66 |
-
tensorflow-io==0.30.0 # Needed for tensorboard hdfs support
|
67 |
-
tqdm==4.64.1
|
68 |
-
pytorchvideo==0.1.5
|
69 |
-
omegaconf
|
|
|
1 |
+
git+https://github.com/facebookresearch/segment-anything.git
|
2 |
+
git+https://github.com/IDEA-Research/GroundingDINO.git
|
3 |
+
mmmengine==0.7.3 -f https://download.openmmlab.com/mmcv/dist/cu117/torch2.0/index.html
|
4 |
+
mmcv==2.0.0 -f https://download.openmmlab.com/mmcv/dist/cu117/torch2.0/index.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|