seonil commited on
Commit
0e68800
1 Parent(s): 91bc1d6

updated torch 1.12.1+cu113 to 1.13+cu116 for gradio building

Browse files
Files changed (1) hide show
  1. requirements.txt +44 -1
requirements.txt CHANGED
@@ -1,56 +1,99 @@
1
  aiohttp==3.8.3
2
  aiosignal==1.3.1
 
3
  asttokens==2.1.0
4
  async-timeout==4.0.2
5
  attrs==22.1.0
6
  backcall==0.2.0
 
7
  certifi==2022.9.24
 
8
  charset-normalizer==2.1.1
 
 
 
 
 
9
  datasets==2.6.1
10
  decorator==5.1.1
11
  dill==0.3.5.1
12
  evaluate==0.3.0
13
  executing==1.2.0
 
 
14
  filelock==3.8.0
15
  fire==0.4.0
 
16
  frozenlist==1.3.3
17
  fsspec==2022.10.0
 
 
 
 
18
  huggingface-hub==0.10.1
19
  idna==3.4
 
20
  ipython==8.6.0
21
  jedi==0.18.1
 
 
 
 
 
 
 
22
  matplotlib-inline==0.1.6
 
 
23
  multidict==6.0.2
24
  multiprocess==0.70.13
25
  numpy==1.23.4
 
26
  packaging==21.3
27
  pandas==1.5.1
 
28
  parso==0.8.3
29
  pexpect==4.8.0
30
  pickleshare==0.7.5
 
 
31
  prompt-toolkit==3.0.32
32
  ptyprocess==0.7.0
33
  pure-eval==0.2.2
34
  pyarrow==10.0.0
 
 
 
 
35
  Pygments==2.13.0
 
36
  pyparsing==3.0.9
37
  python-dateutil==2.8.2
 
38
  pytz==2022.6
39
  PyYAML==6.0
40
  regex==2022.10.31
41
  requests==2.28.1
42
  responses==0.18.0
 
 
43
  six==1.16.0
 
44
  stack-data==0.6.0
 
 
45
  termcolor==2.1.0
46
  tokenizers==0.13.2
47
  toml==0.10.2
48
- torch==1.12.1+cu113
49
  tqdm==4.64.1
50
  traitlets==5.5.0
51
  transformers==4.24.0
52
  typing_extensions==4.4.0
 
53
  urllib3==1.26.12
 
54
  wcwidth==0.2.5
 
55
  xxhash==3.1.0
56
  yarl==1.8.1
 
1
  aiohttp==3.8.3
2
  aiosignal==1.3.1
3
+ anyio==3.6.2
4
  asttokens==2.1.0
5
  async-timeout==4.0.2
6
  attrs==22.1.0
7
  backcall==0.2.0
8
+ bcrypt==4.0.1
9
  certifi==2022.9.24
10
+ cffi==1.15.1
11
  charset-normalizer==2.1.1
12
+ click==8.1.3
13
+ colorama==0.4.6
14
+ contourpy==1.0.6
15
+ cryptography==38.0.3
16
+ cycler==0.11.0
17
  datasets==2.6.1
18
  decorator==5.1.1
19
  dill==0.3.5.1
20
  evaluate==0.3.0
21
  executing==1.2.0
22
+ fastapi==0.86.0
23
+ ffmpy==0.3.0
24
  filelock==3.8.0
25
  fire==0.4.0
26
+ fonttools==4.38.0
27
  frozenlist==1.3.3
28
  fsspec==2022.10.0
29
+ gradio==3.9
30
+ h11==0.12.0
31
+ httpcore==0.15.0
32
+ httpx==0.23.0
33
  huggingface-hub==0.10.1
34
  idna==3.4
35
+ ipdb==0.13.9
36
  ipython==8.6.0
37
  jedi==0.18.1
38
+ Jinja2==3.1.2
39
+ kiwisolver==1.4.4
40
+ linkify-it-py==1.0.3
41
+ lxml==4.9.1
42
+ markdown-it-py==2.1.0
43
+ MarkupSafe==2.1.1
44
+ matplotlib==3.6.2
45
  matplotlib-inline==0.1.6
46
+ mdit-py-plugins==0.3.1
47
+ mdurl==0.1.2
48
  multidict==6.0.2
49
  multiprocess==0.70.13
50
  numpy==1.23.4
51
+ orjson==3.8.1
52
  packaging==21.3
53
  pandas==1.5.1
54
+ paramiko==2.12.0
55
  parso==0.8.3
56
  pexpect==4.8.0
57
  pickleshare==0.7.5
58
+ Pillow==9.3.0
59
+ portalocker==2.6.0
60
  prompt-toolkit==3.0.32
61
  ptyprocess==0.7.0
62
  pure-eval==0.2.2
63
  pyarrow==10.0.0
64
+ pycparser==2.21
65
+ pycryptodome==3.15.0
66
+ pydantic==1.10.2
67
+ pydub==0.25.1
68
  Pygments==2.13.0
69
+ PyNaCl==1.5.0
70
  pyparsing==3.0.9
71
  python-dateutil==2.8.2
72
+ python-multipart==0.0.5
73
  pytz==2022.6
74
  PyYAML==6.0
75
  regex==2022.10.31
76
  requests==2.28.1
77
  responses==0.18.0
78
+ rfc3986==1.5.0
79
+ sacrebleu==2.3.1
80
  six==1.16.0
81
+ sniffio==1.3.0
82
  stack-data==0.6.0
83
+ starlette==0.20.4
84
+ tabulate==0.9.0
85
  termcolor==2.1.0
86
  tokenizers==0.13.2
87
  toml==0.10.2
88
+ torch==1.13.0+cu116
89
  tqdm==4.64.1
90
  traitlets==5.5.0
91
  transformers==4.24.0
92
  typing_extensions==4.4.0
93
+ uc-micro-py==1.0.1
94
  urllib3==1.26.12
95
+ uvicorn==0.19.0
96
  wcwidth==0.2.5
97
+ websockets==10.4
98
  xxhash==3.1.0
99
  yarl==1.8.1