Ikuinen commited on
Commit
572c627
·
1 Parent(s): fabe555

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +70 -0
requirements.txt ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==0.16.0
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==0.6.13
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
+ mmcv==2.0.0 -f https://download.openmmlab.com/mmcv/dist/cu117/torch2.0/index.html
55
+ mmmengine==0.7.3 -f https://download.openmmlab.com/mmcv/dist/cu117/torch2.0/index.html \
56
+ bs4==0.0.1 # Needed for text cleaning
57
+ bson==0.5.10
58
+ diffusers[torch]==0.16.1
59
+ einops==0.6.0
60
+ ftfy==6.1.1 # Needed for text cleaning
61
+ lpips==0.1.4
62
+ sentencepiece==0.1.99 # Needed for T5 tokenizer
63
+ tensorboard==2.11.2
64
+ tensorflow==2.11.0 # Needed for tensorboard hdfs support
65
+ tensorflow-io==0.30.0 # Needed for tensorboard hdfs support
66
+ tqdm==4.64.1
67
+ pytorchvideo==0.1.5
68
+ omegaconf
69
+ git+https://github.com/facebookresearch/segment-anything.git
70
+ git+https://github.com/IDEA-Research/GroundingDINO.git