jykoh commited on
Commit
043b9f6
β€’
1 Parent(s): b6f5818

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +32 -5
requirements.txt CHANGED
@@ -1,36 +1,63 @@
 
 
1
  attrs==22.2.0
 
2
  certifi==2022.12.7
3
  charset-normalizer==3.0.1
4
  contourpy==1.0.7
5
  cycler==0.11.0
 
6
  einops==0.4.1
7
  exceptiongroup==1.1.0
8
  filelock==3.9.0
9
  fonttools==4.38.0
10
- huggingface-hub==0.12.0
 
 
 
 
11
  idna==3.4
 
12
  iniconfig==2.0.0
 
13
  kiwisolver==1.4.4
 
 
14
  matplotlib==3.6.3
15
  numpy==1.24.2
 
16
  packaging==23.0
 
17
  Pillow==9.4.0
18
  pluggy==1.0.0
 
 
 
 
19
  pyparsing==3.0.9
20
  pytest==7.2.1
21
  python-dateutil==2.8.2
 
22
  PyYAML==6.0
23
  regex==2022.10.31
24
  requests==2.28.2
 
 
 
25
  six==1.16.0
 
 
 
26
  tokenizers==0.12.1
27
  tomli==2.0.1
28
- torch==1.11.0
29
  torchaudio==0.11.0
30
- torchmetrics==0.9.3
31
  torchvision==0.12.0
32
  tqdm==4.64.1
33
- transformers==4.21.3
34
  typing_extensions==4.4.0
35
  urllib3==1.26.14
36
- warmup-scheduler==0.3.0
 
 
 
1
+ absl-py==1.4.0
2
+ accelerate==0.20.3
3
  attrs==22.2.0
4
+ cachetools==5.3.1
5
  certifi==2022.12.7
6
  charset-normalizer==3.0.1
7
  contourpy==1.0.7
8
  cycler==0.11.0
9
+ diffusers==0.17.1
10
  einops==0.4.1
11
  exceptiongroup==1.1.0
12
  filelock==3.9.0
13
  fonttools==4.38.0
14
+ fsspec==2023.6.0
15
+ google-auth==2.20.0
16
+ google-auth-oauthlib==0.4.6
17
+ grpcio==1.54.2
18
+ huggingface-hub==0.15.1
19
  idna==3.4
20
+ importlib-metadata==6.6.0
21
  iniconfig==2.0.0
22
+ joblib==1.2.0
23
  kiwisolver==1.4.4
24
+ Markdown==3.4.3
25
+ MarkupSafe==2.1.3
26
  matplotlib==3.6.3
27
  numpy==1.24.2
28
+ oauthlib==3.2.2
29
  packaging==23.0
30
+ pandas==1.5.3
31
  Pillow==9.4.0
32
  pluggy==1.0.0
33
+ protobuf==4.23.2
34
+ psutil==5.9.5
35
+ pyasn1==0.5.0
36
+ pyasn1-modules==0.3.0
37
  pyparsing==3.0.9
38
  pytest==7.2.1
39
  python-dateutil==2.8.2
40
+ pytz==2023.3
41
  PyYAML==6.0
42
  regex==2022.10.31
43
  requests==2.28.2
44
+ requests-oauthlib==1.3.1
45
+ rsa==4.9
46
+ safetensors==0.3.1
47
  six==1.16.0
48
+ tensorboard==2.12.0
49
+ tensorboard-data-server==0.7.0
50
+ tensorboard-plugin-wit==1.8.1
51
  tokenizers==0.12.1
52
  tomli==2.0.1
53
+ torch==1.13.1
54
  torchaudio==0.11.0
55
+ torchmetrics==0.11.4
56
  torchvision==0.12.0
57
  tqdm==4.64.1
58
+ transformers==4.30.2
59
  typing_extensions==4.4.0
60
  urllib3==1.26.14
61
+ warmup-scheduler==0.3.2
62
+ Werkzeug==2.3.6
63
+ zipp==3.15.0