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