jemartin commited on
Commit
cfd14f4
·
verified ·
1 Parent(s): e68f3c2

Add turnkey_stats.yaml to longt5_Opset17 repo

Browse files
Files changed (1) hide show
  1. turnkey_stats.yaml +229 -0
turnkey_stats.yaml ADDED
@@ -0,0 +1,229 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ author: transformers
2
+ builds:
3
+ x86_ort:
4
+ all_build_stages:
5
+ - export_pytorch
6
+ - set_success
7
+ benchmark_status: successful
8
+ completed_build_stages:
9
+ export_pytorch: 28.484853506088257
10
+ set_success: 0.032235145568847656
11
+ device_type: x86
12
+ iterations: 100
13
+ onnx_file: /home/azureuser/.cache/turnkey/longt5_transformers_9d503aad/onnx/longt5_transformers_9d503aad-op17-base.onnx
14
+ runtime: ort
15
+ builtin_model_script: https://github.com/onnx/turnkeyml/blob/main/models/transformers/longt5.py
16
+ class: LongT5Model
17
+ hash: b0f575b5
18
+ model_name: longt5
19
+ onnx_input_dimensions:
20
+ attention_mask:
21
+ - 1
22
+ - 128
23
+ decoder_input_ids:
24
+ - 1
25
+ - 128
26
+ input_ids:
27
+ - 1
28
+ - 128
29
+ onnx_model_information:
30
+ ir_version: 8
31
+ opset: 17
32
+ size on disk (KiB): 872491.8848
33
+ onnx_ops_counter:
34
+ Add: 254
35
+ And: 2
36
+ Cast: 224
37
+ Concat: 216
38
+ Constant: 1868
39
+ ConstantOfShape: 27
40
+ Div: 97
41
+ Einsum: 24
42
+ Expand: 1
43
+ Gather: 203
44
+ Greater: 1
45
+ Less: 1
46
+ LessOrEqual: 1
47
+ Log: 1
48
+ MatMul: 264
49
+ Min: 2
50
+ Mul: 248
51
+ Neg: 1
52
+ Pad: 25
53
+ Pow: 86
54
+ ReduceMean: 62
55
+ Reshape: 233
56
+ Shape: 199
57
+ Slice: 112
58
+ Softmax: 36
59
+ Sqrt: 62
60
+ Sub: 2
61
+ Tanh: 24
62
+ Tile: 1
63
+ Transpose: 148
64
+ Unsqueeze: 351
65
+ Where: 2
66
+ parameters: 222903552
67
+ system_info:
68
+ Memory Info: 62.79 GB
69
+ OEM System: Virtual Machine
70
+ OS Version: Linux-5.15.0-1051-azure-x86_64-with-glibc2.17
71
+ Processor: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz
72
+ Python Packages:
73
+ - gitpython==3.1.40
74
+ - jinja2==3.1.2
75
+ - markdown==3.5.1
76
+ - markupsafe==2.1.3
77
+ - pillow==10.1.0
78
+ - pynacl==1.5.0
79
+ - pyyaml==6.0.1
80
+ - pygments==2.16.1
81
+ - absl-py==2.0.0
82
+ - aiohttp==3.8.6
83
+ - aiosignal==1.3.1
84
+ - altair==5.1.2
85
+ - appdirs==1.4.4
86
+ - async-timeout==4.0.3
87
+ - attrs==23.1.0
88
+ - backports.zoneinfo==0.2.1
89
+ - bcrypt==4.0.1
90
+ - blinker==1.7.0
91
+ - boto3==1.28.77
92
+ - botocore==1.31.77
93
+ - cachetools==5.3.2
94
+ - certifi==2023.7.22
95
+ - cffi==1.16.0
96
+ - charset-normalizer==3.3.2
97
+ - click==8.1.7
98
+ - coloredlogs==15.0.1
99
+ - cryptography==41.0.5
100
+ - datasets==2.14.6
101
+ - diffusers==0.12.0
102
+ - dill==0.3.7
103
+ - docker-pycreds==0.4.0
104
+ - fasteners==0.19
105
+ - filelock==3.13.1
106
+ - flatbuffers==23.5.26
107
+ - frozenlist==1.4.0
108
+ - fsspec==2023.10.0
109
+ - fvcore==0.1.5.post20221221
110
+ - gitdb==4.0.11
111
+ - google-auth==2.23.4
112
+ - google-auth-oauthlib==1.0.0
113
+ - grpcio==1.59.2
114
+ - huggingface-hub==0.17.3
115
+ - humanfriendly==10.0
116
+ - hummingbird-ml==0.4.4
117
+ - idna==3.4
118
+ - importlib-metadata==6.8.0
119
+ - importlib-resources==6.1.0
120
+ - invoke==2.2.0
121
+ - iopath==0.1.10
122
+ - jmespath==1.0.1
123
+ - joblib==1.3.2
124
+ - jsonschema==4.19.2
125
+ - jsonschema-specifications==2023.7.1
126
+ - lightgbm==3.3.5
127
+ - markdown-it-py==3.0.0
128
+ - mdurl==0.1.2
129
+ - mpmath==1.3.0
130
+ - multidict==6.0.4
131
+ - multiprocess==0.70.15
132
+ - networkx==3.1
133
+ - nltk==3.8.1
134
+ - numpy==1.24.4
135
+ - nvidia-cublas-cu12==12.1.3.1
136
+ - nvidia-cuda-cupti-cu12==12.1.105
137
+ - nvidia-cuda-nvrtc-cu12==12.1.105
138
+ - nvidia-cuda-runtime-cu12==12.1.105
139
+ - nvidia-cudnn-cu12==8.9.2.26
140
+ - nvidia-cufft-cu12==11.0.2.54
141
+ - nvidia-curand-cu12==10.3.2.106
142
+ - nvidia-cusolver-cu12==11.4.5.107
143
+ - nvidia-cusparse-cu12==12.1.0.106
144
+ - nvidia-nccl-cu12==2.18.1
145
+ - nvidia-nvjitlink-cu12==12.3.52
146
+ - nvidia-nvtx-cu12==12.1.105
147
+ - oauthlib==3.2.2
148
+ - onnx==1.15.0
149
+ - onnxconverter-common==1.14.0
150
+ - onnxmltools==1.10.0
151
+ - onnxruntime==1.15.1
152
+ - packaging==23.2
153
+ - pandas==2.0.3
154
+ - paramiko==2.11.0
155
+ - pathtools==0.1.2
156
+ - pip==23.3
157
+ - pkgutil-resolve-name==1.3.10
158
+ - portalocker==2.8.2
159
+ - protobuf==3.20.2
160
+ - psutil==5.9.6
161
+ - pyarrow==14.0.0
162
+ - pyasn1==0.5.0
163
+ - pyasn1-modules==0.3.0
164
+ - pycparser==2.21
165
+ - pydeck==0.8.1b0
166
+ - pyparsing==3.1.1
167
+ - python-dateutil==2.8.2
168
+ - pytorch-pretrained-biggan==0.1.1
169
+ - pytz==2023.3.post1
170
+ - referencing==0.30.2
171
+ - regex==2023.10.3
172
+ - requests==2.31.0
173
+ - requests-oauthlib==1.3.1
174
+ - rich==13.6.0
175
+ - rjieba==0.1.11
176
+ - roformer==0.4.3
177
+ - rpds-py==0.10.6
178
+ - rsa==4.9
179
+ - s3transfer==0.7.0
180
+ - safetensors==0.4.0
181
+ - scikit-learn==1.1.1
182
+ - scipy==1.10.1
183
+ - sentence-transformers==2.2.2
184
+ - sentencepiece==0.1.99
185
+ - sentry-sdk==1.34.0
186
+ - seqeval==1.2.2
187
+ - setproctitle==1.3.3
188
+ - setuptools==68.0.0
189
+ - simpletransformers==0.64.3
190
+ - six==1.16.0
191
+ - skl2onnx==1.15.0
192
+ - smmap==5.0.1
193
+ - streamlit==1.28.1
194
+ - sympy==1.12
195
+ - tabulate==0.9.0
196
+ - tenacity==8.2.3
197
+ - tensorboard==2.14.0
198
+ - tensorboard-data-server==0.7.2
199
+ - termcolor==2.3.0
200
+ - threadpoolctl==3.2.0
201
+ - timm==0.9.8
202
+ - tokenizers==0.14.1
203
+ - toml==0.10.2
204
+ - toolz==0.12.0
205
+ - torch==2.1.0
206
+ - torch-geometric==2.4.0
207
+ - torchaudio==2.1.0
208
+ - torchvision==0.16.0
209
+ - tornado==6.3.3
210
+ - tqdm==4.66.1
211
+ - transformers==4.35.0
212
+ - triton==2.1.0
213
+ - turnkeyml==0.2.0
214
+ - typeguard==4.1.5
215
+ - typing-extensions==4.8.0
216
+ - tzdata==2023.3
217
+ - tzlocal==5.2
218
+ - urllib3==1.26.18
219
+ - validators==0.22.0
220
+ - wandb==0.15.12
221
+ - watchdog==3.0.0
222
+ - werkzeug==3.0.1
223
+ - wheel==0.41.2
224
+ - xgboost==1.6.1
225
+ - xxhash==3.4.1
226
+ - yacs==0.1.8
227
+ - yarl==1.9.2
228
+ - zipp==3.17.0
229
+ task: Natural_Language_Processing