File size: 20,221 Bytes
91443d9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
{
    "config": {
        "name": "2024-10-10-11-14-43/openvino",
        "backend": {
            "name": "openvino",
            "version": "2024.4.0",
            "_target_": "optimum_benchmark.backends.openvino.backend.OVBackend",
            "task": "text-generation",
            "library": "transformers",
            "model_type": "phi3",
            "model": "microsoft/Phi-3.5-mini-instruct",
            "processor": "microsoft/Phi-3.5-mini-instruct",
            "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": true,
            "latency": true,
            "energy": false,
            "forward_kwargs": {},
            "generate_kwargs": {
                "max_new_tokens": 32,
                "min_new_tokens": 32
            },
            "call_kwargs": {}
        },
        "launcher": {
            "name": "process",
            "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
            "device_isolation": false,
            "device_isolation_action": null,
            "numactl": true,
            "numactl_kwargs": {
                "cpunodebind": 0,
                "membind": 0
            },
            "start_method": "spawn"
        },
        "environment": {
            "cpu": " AMD EPYC 7R13 Processor",
            "cpu_count": 64,
            "cpu_ram_mb": 529717.026816,
            "system": "Linux",
            "machine": "x86_64",
            "platform": "Linux-5.10.205-195.807.amzn2.x86_64-x86_64-with-glibc2.36",
            "processor": "",
            "python_version": "3.10.15",
            "optimum_benchmark_version": "0.5.0",
            "optimum_benchmark_commit": null,
            "transformers_version": "4.44.2",
            "transformers_commit": null,
            "accelerate_version": "0.34.2",
            "accelerate_commit": null,
            "diffusers_version": null,
            "diffusers_commit": null,
            "optimum_version": "1.22.0",
            "optimum_commit": null,
            "timm_version": null,
            "timm_commit": null,
            "peft_version": null,
            "peft_commit": null
        },
        "print_report": false,
        "log_report": true
    },
    "report": {
        "load": {
            "memory": {
                "unit": "MB",
                "max_ram": 13733.285888,
                "max_global_vram": null,
                "max_process_vram": null,
                "max_reserved": null,
                "max_allocated": null
            },
            "latency": {
                "unit": "s",
                "values": [
                    47.615619737654924
                ],
                "count": 1,
                "total": 47.615619737654924,
                "mean": 47.615619737654924,
                "p50": 47.615619737654924,
                "p90": 47.615619737654924,
                "p95": 47.615619737654924,
                "p99": 47.615619737654924,
                "stdev": 0,
                "stdev_": 0
            },
            "throughput": null,
            "energy": null,
            "efficiency": null
        },
        "prefill": {
            "memory": {
                "unit": "MB",
                "max_ram": 9404.096512,
                "max_global_vram": null,
                "max_process_vram": null,
                "max_reserved": null,
                "max_allocated": null
            },
            "latency": {
                "unit": "s",
                "values": [
                    0.3691983073949814,
                    0.406163290143013,
                    0.4032273702323437,
                    0.49073830246925354,
                    0.48338379338383675,
                    0.42469472438097,
                    0.40143145620822906,
                    0.3968067243695259,
                    0.4189154952764511,
                    0.4002319946885109
                ],
                "count": 10,
                "total": 4.194791458547115,
                "mean": 0.4194791458547115,
                "p50": 0.40469533018767834,
                "p90": 0.4841192442923784,
                "p95": 0.48742877338081597,
                "p99": 0.49007639665156605,
                "stdev": 0.036563638911623356,
                "stdev_": 8.71643781888679
            },
            "throughput": {
                "unit": "tokens/s",
                "value": 76.28507952355596
            },
            "energy": null,
            "efficiency": null
        },
        "decode": {
            "memory": {
                "unit": "MB",
                "max_ram": 9404.366848,
                "max_global_vram": null,
                "max_process_vram": null,
                "max_reserved": null,
                "max_allocated": null
            },
            "latency": {
                "unit": "s",
                "values": [
                    3.8962456695735455,
                    3.6694180965423584,
                    3.6282166689634323,
                    3.5777047276496887,
                    3.9913081414997578,
                    4.140529308468103,
                    3.8851531594991684,
                    3.331398617476225,
                    3.9062319956719875,
                    3.476403560489416
                ],
                "count": 10,
                "total": 37.50260994583368,
                "mean": 3.7502609945833685,
                "p50": 3.7772856280207634,
                "p90": 4.0062302581965925,
                "p95": 4.0733797833323475,
                "p99": 4.127099403440952,
                "stdev": 0.2399785616527781,
                "stdev_": 6.39898295077029
            },
            "throughput": {
                "unit": "tokens/s",
                "value": 16.532182717295875
            },
            "energy": null,
            "efficiency": null
        },
        "per_token": {
            "memory": null,
            "latency": {
                "unit": "s",
                "values": [
                    0.151396993547678,
                    0.14324158802628517,
                    0.07676020637154579,
                    0.16891532391309738,
                    0.11996641755104065,
                    0.09084687754511833,
                    0.1610756404697895,
                    0.14484431222081184,
                    0.16032931581139565,
                    0.11932995542883873,
                    0.16991433128714561,
                    0.15187038853764534,
                    0.1049707941710949,
                    0.1585291400551796,
                    0.10926920920610428,
                    0.11142348870635033,
                    0.10180767998099327,
                    0.1535714827477932,
                    0.1348511092364788,
                    0.13019181415438652,
                    0.16223037615418434,
                    0.14313079789280891,
                    0.0976766049861908,
                    0.09885496273636818,
                    0.08888581022620201,
                    0.08933503553271294,
                    0.08549177646636963,
                    0.1715770922601223,
                    0.11486281827092171,
                    0.0865890309214592,
                    0.09396419301629066,
                    0.14349782839417458,
                    0.10937420651316643,
                    0.14048171415925026,
                    0.07543633878231049,
                    0.12515754252672195,
                    0.07885446399450302,
                    0.15756165981292725,
                    0.12009671330451965,
                    0.1646834760904312,
                    0.12962263450026512,
                    0.1547914408147335,
                    0.14514151588082314,
                    0.19161031767725945,
                    0.12860624119639397,
                    0.16442689672112465,
                    0.12338945642113686,
                    0.08822018653154373,
                    0.11114334687590599,
                    0.10394001007080078,
                    0.09283268824219704,
                    0.0913924090564251,
                    0.0943303070962429,
                    0.09408441185951233,
                    0.09218936040997505,
                    0.09153042361140251,
                    0.09172164276242256,
                    0.13081492483615875,
                    0.10185486450791359,
                    0.15566464141011238,
                    0.07415029406547546,
                    0.10228772461414337,
                    0.08780210465192795,
                    0.08831116184592247,
                    0.08999800309538841,
                    0.08993932604789734,
                    0.09129373356699944,
                    0.09219641238451004,
                    0.08294779062271118,
                    0.10099966451525688,
                    0.102298054844141,
                    0.10271576419472694,
                    0.10906553268432617,
                    0.09108544886112213,
                    0.15767864882946014,
                    0.11028826981782913,
                    0.12318351492285728,
                    0.14710185304284096,
                    0.11149964481592178,
                    0.08989153802394867,
                    0.16618506610393524,
                    0.12493535131216049,
                    0.09281951561570168,
                    0.1705596037209034,
                    0.0742337703704834,
                    0.09850166738033295,
                    0.15531260520219803,
                    0.18401376530528069,
                    0.10527030006051064,
                    0.17891717329621315,
                    0.1518004760146141,
                    0.1252925507724285,
                    0.13154590129852295,
                    0.12442797422409058,
                    0.11299717798829079,
                    0.17047319561243057,
                    0.12086976319551468,
                    0.10839571803808212,
                    0.09009559452533722,
                    0.08989208191633224,
                    0.08973751217126846,
                    0.15194862708449364,
                    0.18215756863355637,
                    0.1363089457154274,
                    0.0999128445982933,
                    0.1531035155057907,
                    0.13894512131810188,
                    0.09479514136910439,
                    0.09313445165753365,
                    0.08792602270841599,
                    0.09207047894597054,
                    0.12310350313782692,
                    0.11677149683237076,
                    0.093382578343153,
                    0.09081798419356346,
                    0.09179607406258583,
                    0.09490081295371056,
                    0.09641507267951965,
                    0.09693034365773201,
                    0.09433137252926826,
                    0.17227548360824585,
                    0.0971347764134407,
                    0.13956458121538162,
                    0.1325528286397457,
                    0.12334485352039337,
                    0.15682881698012352,
                    0.1945658177137375,
                    0.11820496991276741,
                    0.16750690340995789,
                    0.09732196480035782,
                    0.12541328370571136,
                    0.11696486175060272,
                    0.10471594706177711,
                    0.10320396721363068,
                    0.13546352460980415,
                    0.13925834745168686,
                    0.13186700269579887,
                    0.0975944884121418,
                    0.09471156820654869,
                    0.1485206075012684,
                    0.09894627332687378,
                    0.12647463753819466,
                    0.12446824088692665,
                    0.10077721625566483,
                    0.10923096910119057,
                    0.16516073793172836,
                    0.16275440156459808,
                    0.09722326323390007,
                    0.1422419436275959,
                    0.18338480219244957,
                    0.11385650932788849,
                    0.09937945008277893,
                    0.16344204917550087,
                    0.10123797878623009,
                    0.14670290797948837,
                    0.15479588881134987,
                    0.16917818039655685,
                    0.07618443295359612,
                    0.16251839697360992,
                    0.1902576945722103,
                    0.10705418884754181,
                    0.09262699633836746,
                    0.17413008958101273,
                    0.14396434277296066,
                    0.19577579200267792,
                    0.13713262975215912,
                    0.16404934227466583,
                    0.19074942916631699,
                    0.13629022613167763,
                    0.16562238708138466,
                    0.1197570338845253,
                    0.15813086554408073,
                    0.12993379309773445,
                    0.16461341455578804,
                    0.1409563384950161,
                    0.10627976432442665,
                    0.16137481480836868,
                    0.1232777088880539,
                    0.11853335797786713,
                    0.10385654866695404,
                    0.095273707062006,
                    0.09374210983514786,
                    0.0861859880387783,
                    0.09050874784588814,
                    0.09533108398318291,
                    0.091911431401968,
                    0.09881110116839409,
                    0.18215502798557281,
                    0.07806309312582016,
                    0.0953172966837883,
                    0.09741510823369026,
                    0.09426744654774666,
                    0.09191259741783142,
                    0.09544432163238525,
                    0.11198277398943901,
                    0.1498158983886242,
                    0.18952064588665962,
                    0.10554405674338341,
                    0.15857671946287155,
                    0.1336982659995556,
                    0.07616196945309639,
                    0.09547221660614014,
                    0.15457599982619286,
                    0.11722958087921143,
                    0.0922386646270752,
                    0.16668767854571342,
                    0.10165195539593697,
                    0.14220746234059334,
                    0.18859058991074562,
                    0.12464474886655807,
                    0.09934799000620842,
                    0.0966004841029644,
                    0.09201440215110779,
                    0.16279107332229614,
                    0.10060740634799004,
                    0.15013040974736214,
                    0.19320818409323692,
                    0.14241079986095428,
                    0.13377568125724792,
                    0.09197979792952538,
                    0.08998322486877441,
                    0.08996423706412315,
                    0.09528371319174767,
                    0.09147273749113083,
                    0.09022187441587448,
                    0.09549994766712189,
                    0.0929618738591671,
                    0.11324286088347435,
                    0.113382987678051,
                    0.08800329640507698,
                    0.09333701431751251,
                    0.09482763335108757,
                    0.09414704144001007,
                    0.14441674202680588,
                    0.1483655795454979,
                    0.1141379214823246,
                    0.10381438583135605,
                    0.09277600795030594,
                    0.18492988124489784,
                    0.10111980885267258,
                    0.10065871849656105,
                    0.14267180487513542,
                    0.1314055249094963,
                    0.0973706878721714,
                    0.09196155145764351,
                    0.0876055397093296,
                    0.09167702868580818,
                    0.0874740295112133,
                    0.0915156677365303,
                    0.09293247386813164,
                    0.09001138433814049,
                    0.08986500278115273,
                    0.14058830589056015,
                    0.10483132302761078,
                    0.08798667043447495,
                    0.09304382652044296,
                    0.17001168057322502,
                    0.12494460120797157,
                    0.0943128801882267,
                    0.17483146488666534,
                    0.1946006901562214,
                    0.11613108590245247,
                    0.18681401014328003,
                    0.147962786257267,
                    0.1834375262260437,
                    0.14201800152659416,
                    0.10353075712919235,
                    0.15821729227900505,
                    0.18154629692435265,
                    0.10006572306156158,
                    0.09139712899923325,
                    0.18789229169487953,
                    0.15419283136725426,
                    0.16092554107308388,
                    0.0892983190715313,
                    0.07816429063677788,
                    0.08889453858137131,
                    0.09210587665438652,
                    0.09362177178263664,
                    0.09911511465907097,
                    0.09643782302737236,
                    0.0931611955165863,
                    0.11258692666888237,
                    0.10241929814219475,
                    0.10400761291384697,
                    0.1579650640487671,
                    0.20014778152108192,
                    0.12132278829813004,
                    0.16676369681954384,
                    0.10070011764764786,
                    0.1529056690633297,
                    0.1157684288918972,
                    0.08862537890672684,
                    0.0987166166305542,
                    0.09519236162304878,
                    0.14540283381938934,
                    0.09429588913917542,
                    0.08190164715051651,
                    0.13265133276581764,
                    0.10095103085041046,
                    0.09753220155835152,
                    0.10074476897716522,
                    0.10023945569992065,
                    0.09507793560624123,
                    0.14326200634241104,
                    0.11189821735024452,
                    0.08839166909456253,
                    0.08915382996201515,
                    0.09170354530215263,
                    0.09684418886899948
                ],
                "count": 310,
                "total": 37.44935571029782,
                "mean": 0.12080437325902524,
                "p50": 0.10932170785963535,
                "p90": 0.16683801747858526,
                "p95": 0.18283254709094765,
                "p99": 0.19444363068789247,
                "stdev": 0.031789703400881976,
                "stdev_": 26.31502696737594
            },
            "throughput": {
                "unit": "tokens/s",
                "value": 16.55569203369532
            },
            "energy": null,
            "efficiency": null
        }
    }
}