IlyasMoutawwakil HF Staff commited on
Commit
19d6ee5
·
verified ·
1 Parent(s): 501c0ac

Upload benchmarks/2.3.0-4bit-gptq-exllama-v2.json with huggingface_hub

Browse files
benchmarks/2.3.0-4bit-gptq-exllama-v2.json ADDED
@@ -0,0 +1,522 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "name": "pytorch-llama",
4
+ "backend": {
5
+ "name": "pytorch",
6
+ "version": "2.3.0",
7
+ "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
8
+ "task": "text-generation",
9
+ "library": "transformers",
10
+ "model": "meta-llama/Llama-2-7b-hf",
11
+ "processor": "meta-llama/Llama-2-7b-hf",
12
+ "device": "cuda",
13
+ "device_ids": "0",
14
+ "seed": 42,
15
+ "inter_op_num_threads": null,
16
+ "intra_op_num_threads": null,
17
+ "model_kwargs": {},
18
+ "processor_kwargs": {},
19
+ "hub_kwargs": {},
20
+ "no_weights": true,
21
+ "device_map": null,
22
+ "torch_dtype": "float16",
23
+ "eval_mode": true,
24
+ "to_bettertransformer": false,
25
+ "low_cpu_mem_usage": null,
26
+ "attn_implementation": null,
27
+ "cache_implementation": null,
28
+ "autocast_enabled": false,
29
+ "autocast_dtype": null,
30
+ "torch_compile": false,
31
+ "torch_compile_target": "forward",
32
+ "torch_compile_config": {},
33
+ "quantization_scheme": "gptq",
34
+ "quantization_config": {
35
+ "bits": 4,
36
+ "use_exllama ": true,
37
+ "version": 2,
38
+ "model_seqlen": 256
39
+ },
40
+ "deepspeed_inference": false,
41
+ "deepspeed_inference_config": {},
42
+ "tensor_parallel": false,
43
+ "peft_type": null,
44
+ "peft_config": {}
45
+ },
46
+ "scenario": {
47
+ "name": "inference",
48
+ "_target_": "optimum_benchmark.scenarios.inference.scenario.InferenceScenario",
49
+ "iterations": 10,
50
+ "duration": 10,
51
+ "warmup_runs": 10,
52
+ "input_shapes": {
53
+ "batch_size": 1,
54
+ "num_choices": 2,
55
+ "sequence_length": 128
56
+ },
57
+ "new_tokens": null,
58
+ "latency": true,
59
+ "memory": true,
60
+ "energy": false,
61
+ "forward_kwargs": {},
62
+ "generate_kwargs": {
63
+ "max_new_tokens": 32,
64
+ "min_new_tokens": 32
65
+ },
66
+ "call_kwargs": {}
67
+ },
68
+ "launcher": {
69
+ "name": "process",
70
+ "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
71
+ "device_isolation": true,
72
+ "device_isolation_action": "warn",
73
+ "numactl": false,
74
+ "numactl_kwargs": {},
75
+ "start_method": "spawn"
76
+ },
77
+ "environment": {
78
+ "cpu": " AMD EPYC 7742 64-Core Processor",
79
+ "cpu_count": 128,
80
+ "cpu_ram_mb": 540671.627264,
81
+ "system": "Linux",
82
+ "machine": "x86_64",
83
+ "platform": "Linux-5.4.0-166-generic-x86_64-with-glibc2.35",
84
+ "processor": "x86_64",
85
+ "python_version": "3.10.12",
86
+ "gpu": [
87
+ "NVIDIA A100-SXM4-80GB",
88
+ "NVIDIA A100-SXM4-80GB",
89
+ "NVIDIA A100-SXM4-80GB",
90
+ "NVIDIA DGX Display",
91
+ "NVIDIA A100-SXM4-80GB"
92
+ ],
93
+ "gpu_count": 5,
94
+ "gpu_vram_mb": 347892350976,
95
+ "optimum_benchmark_version": "0.2.1",
96
+ "optimum_benchmark_commit": "347e13ca9f7f904f55669603cfb9f0b6c7e8672c",
97
+ "transformers_version": "4.41.1",
98
+ "transformers_commit": null,
99
+ "accelerate_version": "0.30.1",
100
+ "accelerate_commit": null,
101
+ "diffusers_version": null,
102
+ "diffusers_commit": null,
103
+ "optimum_version": "1.20.0",
104
+ "optimum_commit": null,
105
+ "timm_version": null,
106
+ "timm_commit": null,
107
+ "peft_version": "0.11.1",
108
+ "peft_commit": null
109
+ }
110
+ },
111
+ "report": {
112
+ "prefill": {
113
+ "memory": {
114
+ "unit": "MB",
115
+ "max_ram": 3926.708224,
116
+ "max_global_vram": 6031.343616,
117
+ "max_process_vram": 5104.467968,
118
+ "max_reserved": 4571.79136,
119
+ "max_allocated": 4252.77184
120
+ },
121
+ "latency": {
122
+ "unit": "s",
123
+ "count": 10,
124
+ "total": 1.5538863983154299,
125
+ "mean": 0.15538863983154297,
126
+ "stdev": 0.0003802223292604855,
127
+ "p50": 0.15541059112548827,
128
+ "p90": 0.15579572753906248,
129
+ "p95": 0.15584103240966796,
130
+ "p99": 0.15587727630615233,
131
+ "values": [
132
+ 0.15465110778808594,
133
+ 0.1551456298828125,
134
+ 0.15503062438964843,
135
+ 0.15511622619628906,
136
+ 0.15535836791992189,
137
+ 0.1554628143310547,
138
+ 0.15568928527832032,
139
+ 0.15588633728027343,
140
+ 0.15576034545898437,
141
+ 0.15578565979003905
142
+ ]
143
+ },
144
+ "throughput": {
145
+ "unit": "tokens/s",
146
+ "value": 823.7410414221076
147
+ },
148
+ "energy": null,
149
+ "efficiency": null
150
+ },
151
+ "decode": {
152
+ "memory": {
153
+ "unit": "MB",
154
+ "max_ram": 3926.708224,
155
+ "max_global_vram": 6031.343616,
156
+ "max_process_vram": 5104.467968,
157
+ "max_reserved": 4571.79136,
158
+ "max_allocated": 4359.322112
159
+ },
160
+ "latency": {
161
+ "unit": "s",
162
+ "count": 10,
163
+ "total": 46.00136132812501,
164
+ "mean": 4.6001361328125,
165
+ "stdev": 0.0024813697709165066,
166
+ "p50": 4.599241943359376,
167
+ "p90": 4.6040806640625,
168
+ "p95": 4.60479521484375,
169
+ "p99": 4.60536685546875,
170
+ "values": [
171
+ 4.59945849609375,
172
+ 4.59789892578125,
173
+ 4.603921875,
174
+ 4.5987900390625,
175
+ 4.59824853515625,
176
+ 4.59769189453125,
177
+ 4.599025390625,
178
+ 4.60011767578125,
179
+ 4.60069873046875,
180
+ 4.605509765625
181
+ ]
182
+ },
183
+ "throughput": {
184
+ "unit": "tokens/s",
185
+ "value": 6.738931002254223
186
+ },
187
+ "energy": null,
188
+ "efficiency": null
189
+ },
190
+ "per_token": {
191
+ "memory": null,
192
+ "latency": {
193
+ "unit": "s",
194
+ "count": 309,
195
+ "total": 47.25189930725097,
196
+ "mean": 0.15291876798463097,
197
+ "stdev": 0.026290847187834542,
198
+ "p50": 0.14839193725585936,
199
+ "p90": 0.1488386016845703,
200
+ "p95": 0.1495572448730469,
201
+ "p99": 0.3048695068359375,
202
+ "values": [
203
+ 0.14789836120605468,
204
+ 0.14790757751464845,
205
+ 0.14744883728027344,
206
+ 0.148279296875,
207
+ 0.15162367248535155,
208
+ 0.14923161315917968,
209
+ 0.1475696563720703,
210
+ 0.14735667419433593,
211
+ 0.14736282348632812,
212
+ 0.1473976287841797,
213
+ 0.14956338500976563,
214
+ 0.15023616027832032,
215
+ 0.14926028442382813,
216
+ 0.14748570251464843,
217
+ 0.1474017333984375,
218
+ 0.1473474578857422,
219
+ 0.14769151306152345,
220
+ 0.14954803466796876,
221
+ 0.1499965515136719,
222
+ 0.14892442321777344,
223
+ 0.1476372528076172,
224
+ 0.14772837829589844,
225
+ 0.14759526062011719,
226
+ 0.14762086486816406,
227
+ 0.14874214172363281,
228
+ 0.14982861328125,
229
+ 0.14864691162109375,
230
+ 0.1473658905029297,
231
+ 0.147810302734375,
232
+ 0.14792396545410155,
233
+ 0.30533633422851564,
234
+ 0.1486499786376953,
235
+ 0.14880152893066406,
236
+ 0.14765055847167968,
237
+ 0.14764134216308594,
238
+ 0.14760243225097655,
239
+ 0.14849331665039062,
240
+ 0.14885784912109376,
241
+ 0.14881587219238282,
242
+ 0.1482915802001953,
243
+ 0.1473976287841797,
244
+ 0.14780108642578124,
245
+ 0.14818304443359376,
246
+ 0.1486069793701172,
247
+ 0.1488353271484375,
248
+ 0.1488179168701172,
249
+ 0.14820249938964844,
250
+ 0.14767820739746093,
251
+ 0.14764031982421874,
252
+ 0.14773861694335938,
253
+ 0.1488343048095703,
254
+ 0.14883021545410155,
255
+ 0.1487861785888672,
256
+ 0.14774989318847656,
257
+ 0.14749594116210937,
258
+ 0.147852294921875,
259
+ 0.14836837768554687,
260
+ 0.14877491760253905,
261
+ 0.1487984619140625,
262
+ 0.14885682678222656,
263
+ 0.14769561767578124,
264
+ 0.30373477172851565,
265
+ 0.14758502197265624,
266
+ 0.14874009704589844,
267
+ 0.1487124481201172,
268
+ 0.14824447631835938,
269
+ 0.1476925506591797,
270
+ 0.14857933044433594,
271
+ 0.1478830108642578,
272
+ 0.1480765380859375,
273
+ 0.14882611083984376,
274
+ 0.14850968933105468,
275
+ 0.14787277221679687,
276
+ 0.1479413757324219,
277
+ 0.14871653747558594,
278
+ 0.14771711730957032,
279
+ 0.1487861785888672,
280
+ 0.14837863159179687,
281
+ 0.148389892578125,
282
+ 0.1477109832763672,
283
+ 0.14864384460449218,
284
+ 0.14819020080566406,
285
+ 0.14835711669921875,
286
+ 0.1488025665283203,
287
+ 0.14819635009765625,
288
+ 0.14773146057128905,
289
+ 0.14795365905761718,
290
+ 0.1558149108886719,
291
+ 0.1480642547607422,
292
+ 0.14881280517578124,
293
+ 0.14807142639160156,
294
+ 0.14825677490234376,
295
+ 0.3043061828613281,
296
+ 0.148173828125,
297
+ 0.14882611083984376,
298
+ 0.14807859802246093,
299
+ 0.14814924621582032,
300
+ 0.148463623046875,
301
+ 0.14792396545410155,
302
+ 0.14821990966796875,
303
+ 0.14845030212402344,
304
+ 0.148600830078125,
305
+ 0.14816152954101564,
306
+ 0.14831001281738282,
307
+ 0.1480447998046875,
308
+ 0.1481861114501953,
309
+ 0.14845849609375,
310
+ 0.1488107452392578,
311
+ 0.14777037048339844,
312
+ 0.14847795104980469,
313
+ 0.14858956909179688,
314
+ 0.14763314819335938,
315
+ 0.14851890563964842,
316
+ 0.14817074584960938,
317
+ 0.14875442504882813,
318
+ 0.14782566833496094,
319
+ 0.14881893920898437,
320
+ 0.14805094909667968,
321
+ 0.14795571899414062,
322
+ 0.14816256713867187,
323
+ 0.14829055786132814,
324
+ 0.14881280517578124,
325
+ 0.14893466186523438,
326
+ 0.3040604248046875,
327
+ 0.14763314819335938,
328
+ 0.14832742309570313,
329
+ 0.1485281219482422,
330
+ 0.14862336730957032,
331
+ 0.1486080017089844,
332
+ 0.14804071044921874,
333
+ 0.1476300811767578,
334
+ 0.1479905242919922,
335
+ 0.14864793395996093,
336
+ 0.14874520874023436,
337
+ 0.14863154602050782,
338
+ 0.14862232971191405,
339
+ 0.14763623046875,
340
+ 0.14767718505859376,
341
+ 0.1485865020751953,
342
+ 0.1486684112548828,
343
+ 0.14848307800292967,
344
+ 0.1483294677734375,
345
+ 0.14845849609375,
346
+ 0.147378173828125,
347
+ 0.14820249938964844,
348
+ 0.1488107452392578,
349
+ 0.14879641723632814,
350
+ 0.14860389709472657,
351
+ 0.14839193725585936,
352
+ 0.14803456115722657,
353
+ 0.14769561767578124,
354
+ 0.14821682739257813,
355
+ 0.14881996154785157,
356
+ 0.14877593994140625,
357
+ 0.30418841552734377,
358
+ 0.1473238983154297,
359
+ 0.14800997924804687,
360
+ 0.14863052368164062,
361
+ 0.1488599090576172,
362
+ 0.14872781372070312,
363
+ 0.14877081298828124,
364
+ 0.14777037048339844,
365
+ 0.14764236450195312,
366
+ 0.14773350524902343,
367
+ 0.14881382751464844,
368
+ 0.1487861785888672,
369
+ 0.14879129028320312,
370
+ 0.14839808654785155,
371
+ 0.14795059204101563,
372
+ 0.14762188720703126,
373
+ 0.14816358947753908,
374
+ 0.1486991424560547,
375
+ 0.14881587219238282,
376
+ 0.14883328247070313,
377
+ 0.14773452758789063,
378
+ 0.14828440856933595,
379
+ 0.14774067687988282,
380
+ 0.14838374328613282,
381
+ 0.14879026794433595,
382
+ 0.1488005065917969,
383
+ 0.14816563415527345,
384
+ 0.14782566833496094,
385
+ 0.14822195434570312,
386
+ 0.14808370971679688,
387
+ 0.1486192626953125,
388
+ 0.30580224609375,
389
+ 0.1477980194091797,
390
+ 0.14784716796875,
391
+ 0.1480570831298828,
392
+ 0.14823834228515625,
393
+ 0.14865306091308594,
394
+ 0.1487657012939453,
395
+ 0.14879129028320312,
396
+ 0.1477734375,
397
+ 0.14821888732910157,
398
+ 0.14780415344238282,
399
+ 0.14829055786132814,
400
+ 0.14881893920898437,
401
+ 0.14880461120605468,
402
+ 0.1482178497314453,
403
+ 0.14791270446777344,
404
+ 0.1481195526123047,
405
+ 0.14788812255859374,
406
+ 0.1486878662109375,
407
+ 0.14882304382324218,
408
+ 0.1488035888671875,
409
+ 0.1481359405517578,
410
+ 0.14817893981933594,
411
+ 0.1476812744140625,
412
+ 0.14799256896972657,
413
+ 0.14875442504882813,
414
+ 0.1488291778564453,
415
+ 0.1488209991455078,
416
+ 0.1482065887451172,
417
+ 0.14840115356445313,
418
+ 0.14763212585449217,
419
+ 0.30489703369140625,
420
+ 0.14883737182617188,
421
+ 0.1486397399902344,
422
+ 0.14817074584960938,
423
+ 0.1478225860595703,
424
+ 0.14846873474121094,
425
+ 0.14824549865722655,
426
+ 0.148674560546875,
427
+ 0.1487626190185547,
428
+ 0.14825164794921875,
429
+ 0.14842778015136718,
430
+ 0.14755430603027345,
431
+ 0.14873703002929686,
432
+ 0.148780029296875,
433
+ 0.14886502075195313,
434
+ 0.14855885314941406,
435
+ 0.14812159729003907,
436
+ 0.14771609497070312,
437
+ 0.14814002990722655,
438
+ 0.14865306091308594,
439
+ 0.14884352111816407,
440
+ 0.14884556579589844,
441
+ 0.14833970642089844,
442
+ 0.1476300811767578,
443
+ 0.14806527709960937,
444
+ 0.14834994506835938,
445
+ 0.1486561279296875,
446
+ 0.14875955200195312,
447
+ 0.14877389526367188,
448
+ 0.14782669067382812,
449
+ 0.14763212585449217,
450
+ 0.304932861328125,
451
+ 0.14879231262207032,
452
+ 0.14882611083984376,
453
+ 0.14854042053222657,
454
+ 0.14755941772460937,
455
+ 0.14760447692871093,
456
+ 0.14866636657714843,
457
+ 0.14843289184570313,
458
+ 0.14880972290039063,
459
+ 0.14881382751464844,
460
+ 0.14805197143554688,
461
+ 0.14733926391601562,
462
+ 0.14825779724121094,
463
+ 0.14870220947265625,
464
+ 0.14879231262207032,
465
+ 0.14882611083984376,
466
+ 0.14885069274902343,
467
+ 0.14774783325195312,
468
+ 0.14760345458984375,
469
+ 0.14821990966796875,
470
+ 0.14875546264648437,
471
+ 0.14879129028320312,
472
+ 0.1487861785888672,
473
+ 0.14853427124023438,
474
+ 0.14759219360351564,
475
+ 0.14767820739746093,
476
+ 0.14862336730957032,
477
+ 0.14865817260742187,
478
+ 0.148822021484375,
479
+ 0.148780029296875,
480
+ 0.14810418701171876,
481
+ 0.3045529479980469,
482
+ 0.14783999633789063,
483
+ 0.14859263610839843,
484
+ 0.14897663879394532,
485
+ 0.1486561279296875,
486
+ 0.1484339141845703,
487
+ 0.14902169799804688,
488
+ 0.1473904571533203,
489
+ 0.14808575439453125,
490
+ 0.14873394775390625,
491
+ 0.14881484985351562,
492
+ 0.14818917846679688,
493
+ 0.1539287109375,
494
+ 0.14796595764160156,
495
+ 0.14850662231445313,
496
+ 0.1475614776611328,
497
+ 0.14861004638671876,
498
+ 0.14884454345703124,
499
+ 0.14880665588378905,
500
+ 0.14868377685546874,
501
+ 0.14787277221679687,
502
+ 0.14858956909179688,
503
+ 0.14745599365234374,
504
+ 0.14847795104980469,
505
+ 0.14880152893066406,
506
+ 0.14880767822265625,
507
+ 0.1488005065917969,
508
+ 0.14812876892089843,
509
+ 0.1479700469970703,
510
+ 0.1476812744140625,
511
+ 0.1485486145019531
512
+ ]
513
+ },
514
+ "throughput": {
515
+ "unit": "tokens/s",
516
+ "value": 6.539419674768139
517
+ },
518
+ "energy": null,
519
+ "efficiency": null
520
+ }
521
+ }
522
+ }