File size: 18,606 Bytes
03024cc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
{
    "config": {
        "name": "bert-base-uncased-feature-extraction-openvino-2024-09-25-13-33-15",
        "backend": {
            "name": "openvino",
            "version": "2024.4.0",
            "_target_": "optimum_benchmark.backends.openvino.backend.OVBackend",
            "task": "feature-extraction",
            "library": "transformers",
            "model_type": "bert",
            "model": "bert-base-uncased",
            "processor": "bert-base-uncased",
            "device": "cpu",
            "device_ids": null,
            "seed": 42,
            "inter_op_num_threads": null,
            "intra_op_num_threads": null,
            "model_kwargs": {},
            "processor_kwargs": {},
            "no_weights": false,
            "export": true,
            "use_cache": true,
            "use_merged": true,
            "openvino_config": {},
            "half": false,
            "reshape": false,
            "quantization": false,
            "quantization_config": {},
            "calibration": false,
            "calibration_config": {}
        },
        "scenario": {
            "name": "inference",
            "_target_": "optimum_benchmark.scenarios.inference.scenario.InferenceScenario",
            "iterations": 10,
            "duration": 10,
            "warmup_runs": 10,
            "input_shapes": {
                "batch_size": 2,
                "num_choices": 2,
                "sequence_length": 16
            },
            "new_tokens": null,
            "memory": false,
            "latency": true,
            "energy": false,
            "forward_kwargs": {},
            "generate_kwargs": {},
            "call_kwargs": {}
        },
        "launcher": {
            "name": "process",
            "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
            "device_isolation": false,
            "device_isolation_action": null,
            "numactl": true,
            "numactl_kwargs": "",
            "start_method": "spawn"
        },
        "environment": {
            "cpu": " 12th Gen Intel(R) Core(TM) i9-12900H",
            "cpu_count": 20,
            "cpu_ram_mb": 8162.504704,
            "system": "Linux",
            "machine": "x86_64",
            "platform": "Linux-5.15.153.1-microsoft-standard-WSL2-x86_64-with-glibc2.35",
            "processor": "x86_64",
            "python_version": "3.9.16",
            "gpu": [
                "NVIDIA GeForce RTX 3070 Ti Laptop GPU"
            ],
            "gpu_count": 1,
            "gpu_vram_mb": 8589934592,
            "optimum_benchmark_version": "0.5.0",
            "optimum_benchmark_commit": null,
            "transformers_version": "4.39.3",
            "transformers_commit": null,
            "accelerate_version": "0.22.0",
            "accelerate_commit": null,
            "diffusers_version": "0.30.3",
            "diffusers_commit": null,
            "optimum_version": "1.22.0",
            "optimum_commit": null,
            "timm_version": null,
            "timm_commit": null,
            "peft_version": "0.5.0",
            "peft_commit": null
        }
    },
    "report": {
        "load": {
            "memory": null,
            "latency": {
                "unit": "s",
                "count": 1,
                "total": 9.724151550999522,
                "mean": 9.724151550999522,
                "stdev": 0.0,
                "p50": 9.724151550999522,
                "p90": 9.724151550999522,
                "p95": 9.724151550999522,
                "p99": 9.724151550999522,
                "values": [
                    9.724151550999522
                ]
            },
            "throughput": null,
            "energy": null,
            "efficiency": null
        },
        "forward": {
            "memory": null,
            "latency": {
                "unit": "s",
                "count": 340,
                "total": 10.008370733045012,
                "mean": 0.02943638450895592,
                "stdev": 0.0056649754579039075,
                "p50": 0.02791540150064975,
                "p90": 0.034951717798685424,
                "p95": 0.03762133890049882,
                "p99": 0.049039710591860054,
                "values": [
                    0.02831506099755643,
                    0.028621266999834916,
                    0.031420052000612486,
                    0.029389358998741955,
                    0.028720954000164056,
                    0.030105021000053966,
                    0.028360602002067026,
                    0.028307126001891447,
                    0.026427468001202215,
                    0.02693626700056484,
                    0.02799566099929507,
                    0.02825648900034139,
                    0.027405541000916855,
                    0.04893714299760177,
                    0.03747430299699772,
                    0.025886054998409236,
                    0.02596144400013145,
                    0.0267302659995039,
                    0.02535904400065192,
                    0.02439615800176398,
                    0.028442383001674898,
                    0.02840352200291818,
                    0.024411523001617752,
                    0.024918616996728815,
                    0.02605456000310369,
                    0.026576404001389164,
                    0.026702980998379644,
                    0.026979655001923675,
                    0.027708675999747356,
                    0.03028577800068888,
                    0.02802576799876988,
                    0.026466504998097662,
                    0.02754493699831073,
                    0.02654465699743014,
                    0.029581470000266563,
                    0.02731151500120177,
                    0.027515596000739606,
                    0.028440865000447957,
                    0.02903822400185163,
                    0.031446455999684986,
                    0.025805487999605248,
                    0.02696550600012415,
                    0.027675205001287395,
                    0.027373494998755632,
                    0.02522328100167215,
                    0.028919391003000783,
                    0.02912992799974745,
                    0.02947347000008449,
                    0.029985566001414554,
                    0.03709669900126755,
                    0.04355386400129646,
                    0.04904942900247988,
                    0.04583219000051031,
                    0.045592087000841275,
                    0.05112360899875057,
                    0.053613279000273906,
                    0.049024510000890587,
                    0.04519876199992723,
                    0.045187830000941176,
                    0.04680470899984357,
                    0.03806708400225034,
                    0.027228754999669036,
                    0.026220537001790944,
                    0.02732106700204895,
                    0.027134487001603702,
                    0.02648568600125145,
                    0.026423859999340493,
                    0.02676104999773088,
                    0.027170639001269592,
                    0.025525898003252223,
                    0.027748126001824858,
                    0.02667982400089386,
                    0.028171992002171464,
                    0.030369717998837586,
                    0.03467920999901253,
                    0.030632358997536357,
                    0.026201852000667714,
                    0.026009765999333467,
                    0.027841959999932442,
                    0.033250648997636745,
                    0.02794045300106518,
                    0.02897473100165371,
                    0.03567502799705835,
                    0.03030741199836484,
                    0.031866507000813726,
                    0.027948289000050863,
                    0.026264090000040596,
                    0.025612346002162667,
                    0.025746518000232754,
                    0.027155638999829534,
                    0.026090285999089247,
                    0.026411242000904167,
                    0.02518027699989034,
                    0.02739188800114789,
                    0.02836621499955072,
                    0.028463639002438867,
                    0.02578016300321906,
                    0.02612933199998224,
                    0.025783421002415707,
                    0.027038249998440733,
                    0.026170806999289198,
                    0.026474786001926987,
                    0.03156072700221557,
                    0.03063966999980039,
                    0.03620124400185887,
                    0.030493603000650182,
                    0.028555294997204328,
                    0.030029568002646556,
                    0.03298937699946691,
                    0.08251526499952888,
                    0.03614643099717796,
                    0.03064413099855301,
                    0.030206100000214064,
                    0.034944096998515306,
                    0.033032986997568514,
                    0.03399331800028449,
                    0.033974134999880334,
                    0.03183149799951934,
                    0.03594494700155337,
                    0.0360098970013496,
                    0.0337795699997514,
                    0.03209336299914867,
                    0.031901131998893106,
                    0.032932652000454254,
                    0.03458418700029142,
                    0.03407541399792535,
                    0.03414514300311566,
                    0.03784451100000297,
                    0.028362486998958047,
                    0.025894700000208104,
                    0.024015553000936052,
                    0.02378373299870873,
                    0.026234559001750313,
                    0.02523568700053147,
                    0.02541550199748599,
                    0.02508795699759503,
                    0.02669303599759587,
                    0.027109397000458557,
                    0.027578894998441683,
                    0.02652519600087544,
                    0.02634183999907691,
                    0.02468362900253851,
                    0.024878243999410188,
                    0.025353659999382216,
                    0.02415196800211561,
                    0.025218317998223938,
                    0.025622473000112223,
                    0.026102705000084825,
                    0.025929804000043077,
                    0.025300397999671986,
                    0.02579435199731961,
                    0.026679832000809256,
                    0.024797669997496996,
                    0.02474121900013415,
                    0.023775458997988608,
                    0.025821028000791557,
                    0.02548378000210505,
                    0.02467255000010482,
                    0.024670953000168083,
                    0.02335132499865722,
                    0.02532102499753819,
                    0.02523271900281543,
                    0.02521483700184035,
                    0.025276405998738483,
                    0.025018618998728925,
                    0.025803505999647314,
                    0.024438672000542283,
                    0.024751827000727644,
                    0.025322295998194022,
                    0.025996706001023995,
                    0.02644294400306535,
                    0.02405943299891078,
                    0.02574834900224232,
                    0.02642172999912873,
                    0.027505752997967647,
                    0.027244777000305476,
                    0.02729917699980433,
                    0.026583331000438193,
                    0.026077704002091195,
                    0.027799518997198902,
                    0.029953894998470787,
                    0.0277786289989308,
                    0.026058161001856206,
                    0.024912496999604627,
                    0.02489547900040634,
                    0.025540294001984876,
                    0.025514673001453048,
                    0.02564483500100323,
                    0.026228357000945834,
                    0.026545252003415953,
                    0.024088136000500526,
                    0.026646190002793446,
                    0.026264670999808004,
                    0.02543832399896928,
                    0.025445261999266222,
                    0.02454663000025903,
                    0.025508536000415916,
                    0.02984120799737866,
                    0.03336268800194375,
                    0.028282815997954458,
                    0.029446102998917922,
                    0.027314355000271462,
                    0.02693973100031144,
                    0.02639620500121964,
                    0.029683594999369234,
                    0.026543983000010485,
                    0.028409315997123485,
                    0.025657050999143394,
                    0.02704939999966882,
                    0.029030023000814253,
                    0.029076063001411967,
                    0.0301045839987637,
                    0.03302150899980916,
                    0.0300065010014805,
                    0.026921101998595987,
                    0.029030498997599352,
                    0.026548329999059206,
                    0.028422690000297735,
                    0.031852775002334965,
                    0.02893762500025332,
                    0.02656222199948388,
                    0.026271725000697188,
                    0.030280522001703503,
                    0.028651902001001872,
                    0.028048894000676228,
                    0.026700531001552008,
                    0.025952241998311365,
                    0.0272808969966718,
                    0.02757872599977418,
                    0.024374999000428943,
                    0.024688409997907,
                    0.024857410997356055,
                    0.0259084579993214,
                    0.025507141999696614,
                    0.025459886997850845,
                    0.02760014899831731,
                    0.026095838999026455,
                    0.026351847001933493,
                    0.027357446000678465,
                    0.02600549800263252,
                    0.02555678000135231,
                    0.03046480199918733,
                    0.024528695998014882,
                    0.025925298999936786,
                    0.0256464580015745,
                    0.024677641999005573,
                    0.02584814900183119,
                    0.030980523999460274,
                    0.028018318000249565,
                    0.026347606999479467,
                    0.026745752998976968,
                    0.02789035000023432,
                    0.03602047599997604,
                    0.027190675999008818,
                    0.030663962999824435,
                    0.027187569001398515,
                    0.027416316002927488,
                    0.02586136100217118,
                    0.025977173001592746,
                    0.025237387999368366,
                    0.03130867200161447,
                    0.025028519001352834,
                    0.025701018999825465,
                    0.025835822998487856,
                    0.023657144000026165,
                    0.025229183996998472,
                    0.024435810999420937,
                    0.02456874999916181,
                    0.02382694200059632,
                    0.02645064999887836,
                    0.030623784001363674,
                    0.02947815600055037,
                    0.030657319999590982,
                    0.02337811599863926,
                    0.029599801000586012,
                    0.02877161799915484,
                    0.02965714099991601,
                    0.037200589998974465,
                    0.03695707999941078,
                    0.028174587001558393,
                    0.03160337499866728,
                    0.03502030500021647,
                    0.03290395000294666,
                    0.03112677600074676,
                    0.03269059699960053,
                    0.030062180001550587,
                    0.03596896400267724,
                    0.0448983810019854,
                    0.03632900100274128,
                    0.03340235599898733,
                    0.032554469999013236,
                    0.03180070199960028,
                    0.0307980640027381,
                    0.031252346001565456,
                    0.03184530100043048,
                    0.03328843499912182,
                    0.032788855001854245,
                    0.029115494999132352,
                    0.03655718300069566,
                    0.03455317900079535,
                    0.030476636999082984,
                    0.030847997997625498,
                    0.03425975100253709,
                    0.03277747399988584,
                    0.030827142003545305,
                    0.030980720002844464,
                    0.03268025800207397,
                    0.029467951997503405,
                    0.029379265000898158,
                    0.04148022399749607,
                    0.028960353000002215,
                    0.029330891000427073,
                    0.028311733000009554,
                    0.02921944600166171,
                    0.028962537999177584,
                    0.028946788999746786,
                    0.02989217899812502,
                    0.030996719000540907,
                    0.03749701799824834,
                    0.02966956999807735,
                    0.034152986998378765,
                    0.029919485001300927,
                    0.03227170200261753,
                    0.030986965000920463,
                    0.03129765999983647,
                    0.030692149000969948,
                    0.03101774799870327,
                    0.030991293999250047,
                    0.03229392200228176,
                    0.03760959300052491,
                    0.039944729000126245,
                    0.03182709199973033,
                    0.03518204400097602,
                    0.032161834998987615,
                    0.033712954998918576,
                    0.034662285001104465,
                    0.03101172600145219,
                    0.028585033000126714,
                    0.031555552002828335,
                    0.031155667998973513
                ]
            },
            "throughput": {
                "unit": "samples/s",
                "value": 67.94312662247998
            },
            "energy": null,
            "efficiency": null
        }
    }
}