AlexKoff88 commited on
Commit
ca604ca
·
1 Parent(s): 84f01b7

Changed requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +132 -2
requirements.txt CHANGED
@@ -1,5 +1,135 @@
1
  --extra-index-url https://download.pytorch.org/whl/cpu
2
  torch==1.13.1+cpu
3
  openvino==2023.0.0.dev20230407
4
- optimum
5
- optimum-intel[diffusers,openvino]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  --extra-index-url https://download.pytorch.org/whl/cpu
2
  torch==1.13.1+cpu
3
  openvino==2023.0.0.dev20230407
4
+ accelerate==0.18.0
5
+ addict==2.4.0
6
+ aiohttp==3.8.3
7
+ aiosignal==1.3.1
8
+ asttokens==2.2.1
9
+ async-timeout==4.0.2
10
+ attrs==22.2.0
11
+ autograd==1.5
12
+ backcall==0.2.0
13
+ beautifulsoup4==4.11.1
14
+ black==23.3.0
15
+ bleach==5.0.1
16
+ certifi==2022.12.7
17
+ charset-normalizer==2.1.1
18
+ click==8.1.3
19
+ cma==2.7.0
20
+ coloredlogs==15.0.1
21
+ comm==0.1.2
22
+ contourpy==1.0.6
23
+ cycler==0.11.0
24
+ datasets==2.11.0
25
+ debugpy==1.6.4
26
+ decorator==5.1.1
27
+ defusedxml==0.7.1
28
+ diffusers==0.16.0
29
+ dill==0.3.6
30
+ entrypoints==0.4
31
+ executing==1.2.0
32
+ fastjsonschema==2.16.2
33
+ filelock==3.8.2
34
+ flatbuffers==23.3.3
35
+ fonttools==4.38.0
36
+ frozenlist==1.3.3
37
+ fsspec==2022.11.0
38
+ future==0.18.2
39
+ huggingface-hub==0.13.4
40
+ humanfriendly==10.0
41
+ idna==3.4
42
+ importlib-metadata==5.2.0
43
+ importlib-resources==5.10.1
44
+ ipykernel==6.19.4
45
+ ipython==8.7.0
46
+ ipywidgets==8.0.6
47
+ jedi==0.18.2
48
+ Jinja2==3.1.2
49
+ joblib==1.2.0
50
+ jsonschema==3.2.0
51
+ jstyleson==0.0.2
52
+ jupyter_client==7.4.8
53
+ jupyter_core==5.1.1
54
+ jupyterlab-pygments==0.2.2
55
+ jupyterlab-widgets==3.0.7
56
+ kiwisolver==1.4.4
57
+ MarkupSafe==2.1.1
58
+ matplotlib==3.5.3
59
+ matplotlib-inline==0.1.6
60
+ mistune==2.0.4
61
+ mpmath==1.2.1
62
+ multidict==6.0.3
63
+ multiprocess==0.70.14
64
+ mypy-extensions==1.0.0
65
+ natsort==8.2.0
66
+ nbclient==0.7.2
67
+ nbconvert==7.2.7
68
+ nbformat==5.7.1
69
+ nest-asyncio==1.5.6
70
+ networkx==2.8.2
71
+ ninja==1.10.2.4
72
+ nncf @ git+https://github.com/openvinotoolkit/nncf.git@c95f5a349ee5424344e35d3951aa1bb4625c1ede
73
+ numpy==1.23.4
74
+ onnx==1.13.0
75
+ onnxruntime==1.14.1
76
+ opencv-python==4.6.0.66
77
+ optimum==1.8.2
78
+ -e git+https://github.com/huggingface/optimum-intel.git@2624e92c963c872f45e066c54b6120509fb18cc8#egg=optimum_intel
79
+ packaging==22.0
80
+ pandas==1.3.5
81
+ pandocfilters==1.5.0
82
+ parso==0.8.3
83
+ pathspec==0.11.1
84
+ pexpect==4.8.0
85
+ pickleshare==0.7.5
86
+ Pillow==9.3.0
87
+ pkg_resources==0.0.0
88
+ pkgutil_resolve_name==1.3.10
89
+ platformdirs==2.6.0
90
+ prompt-toolkit==3.0.36
91
+ protobuf==3.20.2
92
+ psutil==5.9.4
93
+ ptyprocess==0.7.0
94
+ pure-eval==0.2.2
95
+ pyarrow==10.0.1
96
+ pydot==1.4.2
97
+ Pygments==2.13.0
98
+ pymoo==0.5.0
99
+ pyparsing==2.4.7
100
+ pyrsistent==0.19.2
101
+ python-dateutil==2.8.2
102
+ pytz==2022.7
103
+ PyYAML==6.0
104
+ pyzmq==24.0.1
105
+ regex==2022.10.31
106
+ requests==2.28.1
107
+ responses==0.18.0
108
+ ruff==0.0.262
109
+ scikit-learn==1.2.0
110
+ scipy==1.9.1
111
+ sentencepiece==0.1.97
112
+ six==1.16.0
113
+ soupsieve==2.3.2.post1
114
+ stack-data==0.6.2
115
+ sympy==1.11.1
116
+ texttable==1.6.7
117
+ threadpoolctl==3.1.0
118
+ timm==0.6.13
119
+ tinycss2==1.2.1
120
+ tokenizers==0.12.1
121
+ tomeov==0.1.0
122
+ -e git+https://github.com/AlexKoff88/tomesd.git@93418b085ebf1cc87378a6a959729c047c1d6621#egg=tomesd
123
+ tomli==2.0.1
124
+ tornado==6.2
125
+ tqdm==4.64.1
126
+ traitlets==5.8.0
127
+ transformers==4.27.4
128
+ typing_extensions==4.5.0
129
+ urllib3==1.26.13
130
+ wcwidth==0.2.5
131
+ webencodings==0.5.1
132
+ widgetsnbextension==4.0.7
133
+ xxhash==3.1.0
134
+ yarl==1.8.2
135
+ zipp==3.11.0