inLine-XJY commited on
Commit
df2a03c
1 Parent(s): a1035bc

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +123 -0
requirements.txt ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==2.1.0
2
+ accelerate==0.29.3
3
+ aiohttp==3.9.3
4
+ aiosignal==1.3.1
5
+ antlr4-python3-runtime==4.9.3
6
+ apex==0.1
7
+ asttokens==2.4.1
8
+ async-timeout==4.0.3
9
+ attrs==23.2.0
10
+ audioread==3.0.1
11
+ backcall==0.2.0
12
+ blessed==1.20.0
13
+ cachetools==5.3.3
14
+ calmsize==0.1.3
15
+ certifi==2024.2.2
16
+ cffi==1.16.0
17
+ charset-normalizer==3.3.2
18
+ colorama==0.4.6
19
+ comm==0.2.2
20
+ contourpy==1.1.1
21
+ cycler==0.12.1
22
+ decorator==5.1.1
23
+ diffusers==0.10.0
24
+ einops==0.7.0
25
+ executing==2.0.1
26
+ filelock==3.13.1
27
+ flash-attn==2.5.9.post1
28
+ fonttools==4.50.0
29
+ frozenlist==1.4.1
30
+ fsspec==2024.3.1
31
+ ftfy==6.2.0
32
+ google-auth==2.29.0
33
+ google-auth-oauthlib==1.0.0
34
+ gpustat==1.1.1
35
+ grpcio==1.62.1
36
+ huggingface-hub==0.21.4
37
+ icecream==2.1.3
38
+ idna==3.6
39
+ importlib-metadata==7.1.0
40
+ importlib-resources==6.4.0
41
+ ipdb==0.13.13
42
+ ipython==8.12.0
43
+ ipywidgets==8.1.2
44
+ jedi==0.19.1
45
+ joblib==1.3.2
46
+ jupyterlab-widgets==3.0.10
47
+ kiwisolver==1.4.5
48
+ lazy-loader==0.3
49
+ librosa==0.10.1
50
+ lightning-utilities==0.11.0
51
+ llvmlite==0.41.1
52
+ markdown==3.6
53
+ markupsafe==2.1.5
54
+ matplotlib==3.7.5
55
+ matplotlib-inline==0.1.6
56
+ msgpack==1.0.8
57
+ multidict==6.0.5
58
+ numba==0.58.1
59
+ numpy==1.24.4
60
+ nvidia-ml-py==12.535.133
61
+ nvidia-nccl-cu12==2.20.5
62
+ oauthlib==3.2.2
63
+ omegaconf==2.3.0
64
+ opencv-python==4.9.0.80
65
+ packaging==24.0
66
+ pandas==2.0.3
67
+ parso==0.8.4
68
+ pexpect==4.9.0
69
+ pickleshare==0.7.5
70
+ pillow==9.5.0
71
+ platformdirs==4.2.0
72
+ pooch==1.8.1
73
+ prompt-toolkit==3.0.43
74
+ protobuf==5.26.0
75
+ psutil==5.9.8
76
+ ptyprocess==0.7.0
77
+ pure-eval==0.2.2
78
+ pyasn1==0.5.1
79
+ pyasn1-modules==0.3.0
80
+ pycparser==2.21
81
+ pydeprecate==0.3.2
82
+ pygments==2.17.2
83
+ pyparsing==3.1.2
84
+ python-dateutil==2.9.0.post0
85
+ pytorch-lightning==1.9.0
86
+ pytorch-memlab==0.3.0
87
+ pytz==2024.1
88
+ pyyaml==6.0.1
89
+ regex==2023.12.25
90
+ requests==2.31.0
91
+ requests-oauthlib==2.0.0
92
+ rsa==4.9
93
+ safetensors==0.4.2
94
+ scikit-learn==1.3.2
95
+ scipy==1.10.1
96
+ sentencepiece==0.2.0
97
+ six==1.16.0
98
+ soundfile==0.12.1
99
+ soxr==0.3.7
100
+ stack-data==0.6.3
101
+ taming-transformers-rom1504==0.0.6
102
+ tensorboard==2.14.0
103
+ tensorboard-data-server==0.7.2
104
+ threadpoolctl==3.4.0
105
+ tokenizers==0.15.2
106
+ tomli==2.0.1
107
+ torch==2.0.1+cu117
108
+ torchaudio==0.12.1+cu113
109
+ torchlibrosa==0.1.0
110
+ torchmetrics==0.11.4
111
+ torchvision==0.13.1+cu113
112
+ tqdm==4.66.2
113
+ traitlets==5.14.2
114
+ transformers==4.39.0
115
+ triton==2.0.0
116
+ typing-extensions==4.10.0
117
+ tzdata==2024.1
118
+ urllib3==2.2.1
119
+ wcwidth==0.2.13
120
+ werkzeug==3.0.1
121
+ widgetsnbextension==4.0.10
122
+ yarl==1.9.4
123
+ zipp==3.18.1