IlyasMoutawwakil HF staff commited on
Commit
7ec0996
1 Parent(s): 66a7132

Upload 2024-09-25-18-38-28/benchmark.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. 2024-09-25-18-38-28/benchmark.json +549 -0
2024-09-25-18-38-28/benchmark.json ADDED
@@ -0,0 +1,549 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "name": "2024-09-25-18-38-28",
4
+ "backend": {
5
+ "name": "onnxruntime",
6
+ "version": "ort:1.19.2",
7
+ "_target_": "optimum_benchmark.backends.onnxruntime.backend.ORTBackend",
8
+ "task": "feature-extraction",
9
+ "library": "transformers",
10
+ "model_type": "bert",
11
+ "model": "bert-base-uncased",
12
+ "processor": "bert-base-uncased",
13
+ "device": "cpu",
14
+ "device_ids": null,
15
+ "seed": 42,
16
+ "inter_op_num_threads": null,
17
+ "intra_op_num_threads": null,
18
+ "model_kwargs": {},
19
+ "processor_kwargs": {},
20
+ "no_weights": false,
21
+ "export": true,
22
+ "use_cache": true,
23
+ "use_merged": true,
24
+ "torch_dtype": "float32",
25
+ "provider": "CPUExecutionProvider",
26
+ "provider_options": {},
27
+ "use_io_binding": true,
28
+ "session_options": {},
29
+ "auto_optimization": null,
30
+ "auto_optimization_config": {},
31
+ "auto_quantization": null,
32
+ "auto_quantization_config": {},
33
+ "auto_calibration": null,
34
+ "auto_calibration_config": {},
35
+ "optimization": false,
36
+ "optimization_config": {},
37
+ "quantization": false,
38
+ "quantization_config": {},
39
+ "calibration": false,
40
+ "calibration_config": {}
41
+ },
42
+ "scenario": {
43
+ "name": "inference",
44
+ "_target_": "optimum_benchmark.scenarios.inference.scenario.InferenceScenario",
45
+ "iterations": 10,
46
+ "duration": 10,
47
+ "warmup_runs": 10,
48
+ "input_shapes": {
49
+ "batch_size": 2,
50
+ "num_choices": 2,
51
+ "sequence_length": 16
52
+ },
53
+ "new_tokens": null,
54
+ "memory": false,
55
+ "latency": true,
56
+ "energy": false,
57
+ "forward_kwargs": {},
58
+ "generate_kwargs": {},
59
+ "call_kwargs": {}
60
+ },
61
+ "launcher": {
62
+ "name": "process",
63
+ "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
64
+ "device_isolation": false,
65
+ "device_isolation_action": null,
66
+ "numactl": false,
67
+ "numactl_kwargs": "",
68
+ "start_method": "spawn"
69
+ },
70
+ "environment": {
71
+ "cpu": " 12th Gen Intel(R) Core(TM) i9-12900H",
72
+ "cpu_count": 20,
73
+ "cpu_ram_mb": 8162.504704,
74
+ "system": "Linux",
75
+ "machine": "x86_64",
76
+ "platform": "Linux-5.15.153.1-microsoft-standard-WSL2-x86_64-with-glibc2.35",
77
+ "processor": "x86_64",
78
+ "python_version": "3.9.16",
79
+ "gpu": [
80
+ "NVIDIA GeForce RTX 3070 Ti Laptop GPU"
81
+ ],
82
+ "gpu_count": 1,
83
+ "gpu_vram_mb": 8589934592,
84
+ "optimum_benchmark_version": "0.5.0",
85
+ "optimum_benchmark_commit": null,
86
+ "transformers_version": "4.39.3",
87
+ "transformers_commit": null,
88
+ "accelerate_version": "0.22.0",
89
+ "accelerate_commit": null,
90
+ "diffusers_version": "0.30.3",
91
+ "diffusers_commit": null,
92
+ "optimum_version": "1.22.0",
93
+ "optimum_commit": null,
94
+ "timm_version": null,
95
+ "timm_commit": null,
96
+ "peft_version": "0.5.0",
97
+ "peft_commit": null
98
+ }
99
+ },
100
+ "report": {
101
+ "load": {
102
+ "memory": null,
103
+ "latency": {
104
+ "unit": "s",
105
+ "count": 1,
106
+ "total": 14.247220481003751,
107
+ "mean": 14.247220481003751,
108
+ "stdev": 0.0,
109
+ "p50": 14.247220481003751,
110
+ "p90": 14.247220481003751,
111
+ "p95": 14.247220481003751,
112
+ "p99": 14.247220481003751,
113
+ "values": [
114
+ 14.247220481003751
115
+ ]
116
+ },
117
+ "throughput": null,
118
+ "energy": null,
119
+ "efficiency": null
120
+ },
121
+ "forward": {
122
+ "memory": null,
123
+ "latency": {
124
+ "unit": "s",
125
+ "count": 405,
126
+ "total": 9.99413406799431,
127
+ "mean": 0.024676874241961258,
128
+ "stdev": 0.0017046296064862243,
129
+ "p50": 0.024543794999772217,
130
+ "p90": 0.026649808399088214,
131
+ "p95": 0.027505511595518325,
132
+ "p99": 0.03056286892009666,
133
+ "values": [
134
+ 0.030566127999918535,
135
+ 0.0309348709997721,
136
+ 0.034045217995299026,
137
+ 0.026709101999585982,
138
+ 0.025877656000375282,
139
+ 0.028483500995207578,
140
+ 0.027830133003590163,
141
+ 0.02538441299839178,
142
+ 0.026025907005532645,
143
+ 0.026991298000211827,
144
+ 0.026580858997476753,
145
+ 0.025129864996415563,
146
+ 0.025788771999941673,
147
+ 0.02639266299956944,
148
+ 0.0256047180009773,
149
+ 0.027512145999935456,
150
+ 0.02807823000330245,
151
+ 0.02544855400628876,
152
+ 0.024883765996492002,
153
+ 0.02653817400278058,
154
+ 0.027471927998703904,
155
+ 0.025654978002421558,
156
+ 0.025838170004135463,
157
+ 0.024668969999765977,
158
+ 0.02499164400069276,
159
+ 0.026335882001149002,
160
+ 0.02707548900070833,
161
+ 0.025158595002721995,
162
+ 0.026670163999369834,
163
+ 0.027510470994457137,
164
+ 0.026922575998469256,
165
+ 0.026307781001378316,
166
+ 0.027580026995565277,
167
+ 0.027447724001831375,
168
+ 0.028425251999578904,
169
+ 0.026799634004419204,
170
+ 0.025637959006417077,
171
+ 0.026564318002783693,
172
+ 0.02781391800090205,
173
+ 0.027260151000518817,
174
+ 0.027103479005745612,
175
+ 0.025478233001194894,
176
+ 0.02680377299839165,
177
+ 0.02663664799911203,
178
+ 0.029155411997635383,
179
+ 0.027367627997591626,
180
+ 0.025792906002607197,
181
+ 0.025735144001373556,
182
+ 0.027194966001843568,
183
+ 0.0260674709934392,
184
+ 0.023219253002025653,
185
+ 0.024501466999936383,
186
+ 0.02466426300088642,
187
+ 0.02483826599927852,
188
+ 0.025096765995840542,
189
+ 0.024329248000867665,
190
+ 0.025462034995143767,
191
+ 0.025807591999182478,
192
+ 0.025683466999907978,
193
+ 0.025648399998317473,
194
+ 0.023419990997354034,
195
+ 0.024379399997997098,
196
+ 0.025415370997507125,
197
+ 0.025885830997140147,
198
+ 0.02473988300334895,
199
+ 0.028482995003287215,
200
+ 0.027313931001117453,
201
+ 0.02621748499950627,
202
+ 0.0262486749998061,
203
+ 0.026522917003603652,
204
+ 0.02503547399828676,
205
+ 0.024407939999946393,
206
+ 0.024669402999279555,
207
+ 0.025769214000320062,
208
+ 0.026556889002677053,
209
+ 0.026687794997997116,
210
+ 0.023670025999308564,
211
+ 0.024294532006024383,
212
+ 0.022803621999628376,
213
+ 0.0248055789998034,
214
+ 0.02652668799419189,
215
+ 0.023410196998156607,
216
+ 0.024871984001947567,
217
+ 0.025738001000718214,
218
+ 0.025208901999576483,
219
+ 0.024253789000795223,
220
+ 0.023249195000971667,
221
+ 0.02402157300093677,
222
+ 0.026285842999641318,
223
+ 0.02665858199907234,
224
+ 0.02622138299921062,
225
+ 0.024865626997780055,
226
+ 0.023036278995277826,
227
+ 0.022421734996896703,
228
+ 0.025765514001250267,
229
+ 0.024901021999539807,
230
+ 0.02372106300026644,
231
+ 0.02314762499736389,
232
+ 0.023631086995010264,
233
+ 0.023723149999568705,
234
+ 0.02349611600220669,
235
+ 0.02401363900571596,
236
+ 0.022672443999908864,
237
+ 0.026744868999230675,
238
+ 0.024842940001690295,
239
+ 0.024876520001271274,
240
+ 0.025299266002548393,
241
+ 0.024808626003505196,
242
+ 0.025640200001362246,
243
+ 0.02366571700258646,
244
+ 0.022142119996715337,
245
+ 0.02304421599546913,
246
+ 0.02364874500199221,
247
+ 0.02398396100034006,
248
+ 0.023791708001226652,
249
+ 0.022381818998837844,
250
+ 0.020126550996792503,
251
+ 0.025579630993888713,
252
+ 0.02413911899930099,
253
+ 0.02289662999828579,
254
+ 0.022012620996974874,
255
+ 0.02394015200115973,
256
+ 0.023656533994653728,
257
+ 0.025896236998960376,
258
+ 0.02568432599946391,
259
+ 0.03363963599986164,
260
+ 0.02335046099324245,
261
+ 0.0239903069959837,
262
+ 0.024718315005884506,
263
+ 0.024789532995782793,
264
+ 0.026135900006920565,
265
+ 0.0231490760052111,
266
+ 0.02295884399791248,
267
+ 0.023672790004638955,
268
+ 0.024147131996869575,
269
+ 0.025727592001203448,
270
+ 0.023686291999183595,
271
+ 0.024674293999851216,
272
+ 0.02465122200374026,
273
+ 0.023109664994990453,
274
+ 0.02406985400011763,
275
+ 0.02431888700084528,
276
+ 0.024425028001132887,
277
+ 0.02327602500008652,
278
+ 0.021992361995216925,
279
+ 0.022768932998587843,
280
+ 0.02328593000129331,
281
+ 0.022751301003154367,
282
+ 0.02448777099925792,
283
+ 0.024355929002922494,
284
+ 0.024342100994545035,
285
+ 0.025095985001826193,
286
+ 0.024054712004726753,
287
+ 0.02470454599824734,
288
+ 0.02387098100007279,
289
+ 0.02454958299495047,
290
+ 0.02490276000025915,
291
+ 0.02463471000373829,
292
+ 0.023586116003571078,
293
+ 0.028350511005555745,
294
+ 0.023523060001025442,
295
+ 0.022957679997489322,
296
+ 0.023240338996401988,
297
+ 0.02349041900015436,
298
+ 0.025362129003042355,
299
+ 0.02617154199833749,
300
+ 0.025429036999412347,
301
+ 0.024778662002063356,
302
+ 0.026008305001596455,
303
+ 0.024941620002209675,
304
+ 0.02548038199893199,
305
+ 0.0259497070001089,
306
+ 0.024975360996904783,
307
+ 0.0240876890020445,
308
+ 0.02491618499334436,
309
+ 0.023699914003373124,
310
+ 0.024060420000751037,
311
+ 0.02444002999982331,
312
+ 0.023850966004829388,
313
+ 0.02204245400207583,
314
+ 0.022217047000594903,
315
+ 0.021945778993540443,
316
+ 0.023406907996104565,
317
+ 0.02386747899436159,
318
+ 0.024352768996322993,
319
+ 0.024117929002386518,
320
+ 0.02457708099973388,
321
+ 0.03081917599774897,
322
+ 0.024755188002018258,
323
+ 0.02494156500324607,
324
+ 0.02365817199461162,
325
+ 0.023466254002414644,
326
+ 0.026233333002892323,
327
+ 0.025276595995819662,
328
+ 0.02472252900042804,
329
+ 0.02428058400255395,
330
+ 0.024052039996604435,
331
+ 0.025332387995149475,
332
+ 0.024598011004854925,
333
+ 0.02410288100509206,
334
+ 0.023507721998612396,
335
+ 0.02363901100034127,
336
+ 0.022964044997934252,
337
+ 0.024223139000241645,
338
+ 0.024606831997516565,
339
+ 0.02376002899836749,
340
+ 0.022707577001710888,
341
+ 0.025700737998704426,
342
+ 0.023220493996632285,
343
+ 0.02175634900049772,
344
+ 0.021848255993972998,
345
+ 0.02492091499880189,
346
+ 0.023712171998340636,
347
+ 0.023774737004714552,
348
+ 0.024543794999772217,
349
+ 0.02342480399966007,
350
+ 0.02363277399854269,
351
+ 0.024158280997653492,
352
+ 0.024198797000281047,
353
+ 0.02395513800001936,
354
+ 0.02541421500063734,
355
+ 0.023339771003520582,
356
+ 0.024153152997314464,
357
+ 0.0249507439948502,
358
+ 0.02353986299567623,
359
+ 0.02368019200366689,
360
+ 0.024089342994557228,
361
+ 0.023918382001284044,
362
+ 0.02533915200183401,
363
+ 0.025004641996929422,
364
+ 0.024281377001898363,
365
+ 0.02441880299738841,
366
+ 0.024122462004015688,
367
+ 0.022673017003398854,
368
+ 0.024482566994265653,
369
+ 0.02427043600619072,
370
+ 0.024292284004332032,
371
+ 0.0243660570049542,
372
+ 0.02495273899694439,
373
+ 0.02383295400068164,
374
+ 0.024842257000273094,
375
+ 0.022701264002535027,
376
+ 0.022514165000757203,
377
+ 0.02431716499995673,
378
+ 0.027485673999763094,
379
+ 0.02587561299878871,
380
+ 0.02428093499474926,
381
+ 0.026619111995387357,
382
+ 0.03031459699559491,
383
+ 0.026374869004939683,
384
+ 0.023773911001626402,
385
+ 0.023948028996528592,
386
+ 0.025785554993490223,
387
+ 0.025110480994044337,
388
+ 0.025100904997088946,
389
+ 0.02756404999672668,
390
+ 0.02475248799601104,
391
+ 0.02566921099787578,
392
+ 0.024689668003702536,
393
+ 0.023636154997802805,
394
+ 0.02468047100410331,
395
+ 0.023838945999159478,
396
+ 0.02494597799523035,
397
+ 0.025343998000607826,
398
+ 0.025205969002854545,
399
+ 0.023765562000335194,
400
+ 0.02425215700350236,
401
+ 0.025107223002123646,
402
+ 0.025180226999509614,
403
+ 0.02358764300151961,
404
+ 0.024334462999831885,
405
+ 0.0240619530013646,
406
+ 0.02416822500526905,
407
+ 0.02422217199637089,
408
+ 0.023002314002951607,
409
+ 0.0233027200010838,
410
+ 0.023006819996226113,
411
+ 0.02472913300152868,
412
+ 0.023741429999063257,
413
+ 0.02350135400047293,
414
+ 0.020145694994425867,
415
+ 0.02547789700474823,
416
+ 0.023561855996376835,
417
+ 0.022955956002988387,
418
+ 0.024782099993899465,
419
+ 0.025532093000947498,
420
+ 0.024732070000027306,
421
+ 0.026505707995966077,
422
+ 0.02456166100455448,
423
+ 0.02512565600045491,
424
+ 0.024268566005048342,
425
+ 0.02353374200174585,
426
+ 0.02489080699888291,
427
+ 0.022348120997776277,
428
+ 0.025454455993894953,
429
+ 0.023853593003877904,
430
+ 0.02496538300329121,
431
+ 0.023319189000176266,
432
+ 0.0224129600028391,
433
+ 0.022796227000071667,
434
+ 0.023077785997884348,
435
+ 0.023401527003443334,
436
+ 0.025612124998588115,
437
+ 0.023456640003132634,
438
+ 0.022286984996753745,
439
+ 0.022201068000867963,
440
+ 0.0233227650023764,
441
+ 0.02259512300224742,
442
+ 0.022114489001978654,
443
+ 0.023625364003237337,
444
+ 0.02534464900236344,
445
+ 0.02404295299493242,
446
+ 0.024733806996664498,
447
+ 0.023835257001337595,
448
+ 0.024579648998042103,
449
+ 0.02376300699688727,
450
+ 0.024584416001744103,
451
+ 0.025234665001335088,
452
+ 0.025507635000394657,
453
+ 0.02365823899890529,
454
+ 0.024851504000253044,
455
+ 0.02343636899604462,
456
+ 0.024334326000825968,
457
+ 0.024940212999354117,
458
+ 0.024029882995819207,
459
+ 0.024948041995230597,
460
+ 0.024365176999708638,
461
+ 0.0304846510043717,
462
+ 0.02567084800102748,
463
+ 0.023914116005471442,
464
+ 0.025370082999870647,
465
+ 0.02677132400276605,
466
+ 0.021806613003718667,
467
+ 0.023575252998853102,
468
+ 0.023910705000162125,
469
+ 0.024280138000904117,
470
+ 0.022611459004110657,
471
+ 0.022092134997365065,
472
+ 0.021030923002399504,
473
+ 0.021980894001899287,
474
+ 0.024929500003054272,
475
+ 0.02409359999728622,
476
+ 0.025121350001427345,
477
+ 0.025069810995773878,
478
+ 0.024795609002467245,
479
+ 0.025117103003140073,
480
+ 0.024336123002285603,
481
+ 0.023721115998341702,
482
+ 0.02277680899715051,
483
+ 0.023726618994260207,
484
+ 0.023144675004004966,
485
+ 0.0241129669957445,
486
+ 0.02452688800258329,
487
+ 0.024485595000442117,
488
+ 0.024461396998958662,
489
+ 0.02531844499753788,
490
+ 0.024744679001742043,
491
+ 0.025686781998956576,
492
+ 0.025213381995854434,
493
+ 0.024642411997774616,
494
+ 0.023460790995159186,
495
+ 0.025348291004775092,
496
+ 0.024873952999769244,
497
+ 0.025063981003768276,
498
+ 0.024245673994300887,
499
+ 0.024832917006278876,
500
+ 0.02286045900109457,
501
+ 0.023060576000716537,
502
+ 0.022073129999625962,
503
+ 0.022135111001261976,
504
+ 0.027616663996013813,
505
+ 0.022978179003985133,
506
+ 0.023760718999255914,
507
+ 0.025080762003199197,
508
+ 0.024629245002870448,
509
+ 0.024585420003859326,
510
+ 0.024558955999964382,
511
+ 0.02416279000317445,
512
+ 0.022924649994820356,
513
+ 0.021405626997875515,
514
+ 0.02626143900124589,
515
+ 0.024767240000073798,
516
+ 0.023338451006566174,
517
+ 0.02427252400229918,
518
+ 0.026720654001110233,
519
+ 0.02549951200489886,
520
+ 0.024959483998827636,
521
+ 0.024447866999253165,
522
+ 0.023216427995066624,
523
+ 0.021462661999976262,
524
+ 0.02260477999516297,
525
+ 0.024241580002126284,
526
+ 0.028699153001070954,
527
+ 0.026116408000234514,
528
+ 0.023534274005214684,
529
+ 0.023321241002122406,
530
+ 0.022835917996417265,
531
+ 0.022897679002198856,
532
+ 0.022349170001689345,
533
+ 0.023377777004498057,
534
+ 0.024237319004896563,
535
+ 0.02538837300380692,
536
+ 0.022223804000532255,
537
+ 0.023606573995493818,
538
+ 0.024898224000935443
539
+ ]
540
+ },
541
+ "throughput": {
542
+ "unit": "samples/s",
543
+ "value": 81.0475419370231
544
+ },
545
+ "energy": null,
546
+ "efficiency": null
547
+ }
548
+ }
549
+ }