Dataset Preview
Full Screen Viewer
Full Screen
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code: DatasetGenerationError Exception: ArrowNotImplementedError Message: Cannot write struct type 'model_kwargs' with no child field to Parquet. Consider adding a dummy child field. Traceback: Traceback (most recent call last): File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1869, in _prepare_split_single writer.write_table(table) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 578, in write_table self._build_writer(inferred_schema=pa_table.schema) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 399, in _build_writer self.pa_writer = self._WRITER_CLASS(self.stream, schema) File "/src/services/worker/.venv/lib/python3.9/site-packages/pyarrow/parquet/core.py", line 1010, in __init__ self.writer = _parquet.ParquetWriter( File "pyarrow/_parquet.pyx", line 2157, in pyarrow._parquet.ParquetWriter.__cinit__ File "pyarrow/error.pxi", line 154, in pyarrow.lib.pyarrow_internal_check_status File "pyarrow/error.pxi", line 91, in pyarrow.lib.check_status pyarrow.lib.ArrowNotImplementedError: Cannot write struct type 'model_kwargs' with no child field to Parquet. Consider adding a dummy child field. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1885, in _prepare_split_single num_examples, num_bytes = writer.finalize() File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 597, in finalize self._build_writer(self.schema) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 399, in _build_writer self.pa_writer = self._WRITER_CLASS(self.stream, schema) File "/src/services/worker/.venv/lib/python3.9/site-packages/pyarrow/parquet/core.py", line 1010, in __init__ self.writer = _parquet.ParquetWriter( File "pyarrow/_parquet.pyx", line 2157, in pyarrow._parquet.ParquetWriter.__cinit__ File "pyarrow/error.pxi", line 154, in pyarrow.lib.pyarrow_internal_check_status File "pyarrow/error.pxi", line 91, in pyarrow.lib.check_status pyarrow.lib.ArrowNotImplementedError: Cannot write struct type 'model_kwargs' with no child field to Parquet. Consider adding a dummy child field. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1392, in compute_config_parquet_and_info_response parquet_operations = convert_to_parquet(builder) File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1041, in convert_to_parquet builder.download_and_prepare( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 924, in download_and_prepare self._download_and_prepare( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 999, in _download_and_prepare self._prepare_split(split_generator, **prepare_split_kwargs) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1740, in _prepare_split for job_id, done, content in self._prepare_split_single( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1896, in _prepare_split_single raise DatasetGenerationError("An error occurred while generating the dataset") from e datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
config
dict | report
dict | name
string | backend
dict | scenario
dict | launcher
dict | environment
dict | print_report
bool | log_report
bool | load
dict | prefill
dict | decode
dict | per_token
dict |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{
"name": "2024-10-10-13-15-21/openvino",
"backend": {
"name": "openvino",
"version": "2024.4.0",
"_target_": "optimum_benchmark.backends.openvino.backend.OVBackend",
"task": "text-generation",
"library": "transformers",
"model_type": "llama",
"model": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
"processor": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
"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
} | {
"load": {
"memory": {
"unit": "MB",
"max_ram": 4841.96352,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
25.399079136550426
],
"count": 1,
"total": 25.399079136550426,
"mean": 25.399079136550426,
"p50": 25.399079136550426,
"p90": 25.399079136550426,
"p95": 25.399079136550426,
"p99": 25.399079136550426,
"stdev": 0,
"stdev_": 0
},
"throughput": null,
"energy": null,
"efficiency": null
},
"prefill": {
"memory": {
"unit": "MB",
"max_ram": 3465.314304,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
0.20681462809443474,
0.14498980715870857,
0.1491953432559967,
0.14298798888921738,
0.27635738253593445,
0.14056112617254257,
0.2304190769791603,
0.27384644746780396,
0.17013894766569138,
0.17990026250481606
],
"count": 10,
"total": 1.915211010724306,
"mean": 0.19152110107243062,
"p50": 0.17501960508525372,
"p90": 0.274097540974617,
"p95": 0.27522746175527574,
"p99": 0.2761313983798027,
"stdev": 0.05022236084794941,
"stdev_": 26.22288644265679
},
"throughput": {
"unit": "tokens/s",
"value": 167.08341702723422
},
"energy": null,
"efficiency": null
},
"decode": {
"memory": {
"unit": "MB",
"max_ram": 3465.314304,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
3.7909555956721306,
1.7467840760946274,
1.8483475632965565,
3.0832476131618023,
3.204444296658039,
3.070590779185295,
4.489215832203627,
2.3151063695549965,
2.322327557951212,
2.0380597300827503
],
"count": 10,
"total": 27.909079413861036,
"mean": 2.7909079413861035,
"p50": 2.6964591685682535,
"p90": 3.8607816193252797,
"p95": 4.1749987257644525,
"p99": 4.426372410915792,
"stdev": 0.8491402797309818,
"stdev_": 30.425234280900593
},
"throughput": {
"unit": "tokens/s",
"value": 22.214992863292984
},
"energy": null,
"efficiency": null
},
"per_token": {
"memory": null,
"latency": {
"unit": "s",
"values": [
0.1709301434457302,
0.13552312925457954,
0.17639076337218285,
0.12885065376758575,
0.18046993762254715,
0.17862163111567497,
0.11986216530203819,
0.029551289975643158,
0.07815691828727722,
0.0336882621049881,
0.05917498469352722,
0.10874683782458305,
0.1791577711701393,
0.1273934617638588,
0.1760333590209484,
0.12730960175395012,
0.17486324533820152,
0.12671242281794548,
0.17677857726812363,
0.13253434747457504,
0.17124810814857483,
0.17878321558237076,
0.1312917247414589,
0.16972606629133224,
0.12835174426436424,
0.08066151291131973,
0.0533665232360363,
0.07638739794492722,
0.0748925469815731,
0.034503910690546036,
0.07049091532826424,
0.09074411541223526,
0.06657073274254799,
0.034675534814596176,
0.05592576786875725,
0.037223897874355316,
0.051507432013750076,
0.042772360146045685,
0.07619524747133255,
0.038203079253435135,
0.045311760157346725,
0.03497037664055824,
0.06459365040063858,
0.036531344056129456,
0.06414467096328735,
0.03258122131228447,
0.07270125672221184,
0.040004052221775055,
0.06740126013755798,
0.031864479184150696,
0.09027478098869324,
0.0737798884510994,
0.036847759038209915,
0.06981456279754639,
0.031870801001787186,
0.07502009719610214,
0.03239614516496658,
0.07102349773049355,
0.030988365411758423,
0.06044533848762512,
0.030576631426811218,
0.10677962750196457,
0.09759572148323059,
0.07268866524100304,
0.03137582913041115,
0.062497060745954514,
0.031675662845373154,
0.0479043573141098,
0.10300867632031441,
0.0330539271235466,
0.06352171301841736,
0.0346953347325325,
0.06260599941015244,
0.030248668044805527,
0.03307543694972992,
0.05948163941502571,
0.09529730305075645,
0.03459831699728966,
0.07449464499950409,
0.03778298944234848,
0.05391417071223259,
0.03238305822014809,
0.11822688952088356,
0.06367209926247597,
0.07068879529833794,
0.03649164363741875,
0.09772084653377533,
0.07733475416898727,
0.03142799064517021,
0.05276267230510712,
0.10297438874840736,
0.032485611736774445,
0.07218378409743309,
0.10613632202148438,
0.0760919600725174,
0.11259664967656136,
0.0890037752687931,
0.06813114881515503,
0.04095321148633957,
0.09489258006215096,
0.07290996238589287,
0.03474113345146179,
0.03153308480978012,
0.05299040675163269,
0.03671445697546005,
0.058582961559295654,
0.030376631766557693,
0.05477210506796837,
0.03524759039282799,
0.06346473097801208,
0.033426422625780106,
0.10178082063794136,
0.1657605953514576,
0.12842823192477226,
0.1802729368209839,
0.13658418133854866,
0.16553160920739174,
0.1806233823299408,
0.12518059089779854,
0.18070843815803528,
0.12875185906887054,
0.1790192872285843,
0.1822548620402813,
0.12355682998895645,
0.1381109543144703,
0.09080950543284416,
0.06610842794179916,
0.11989215388894081,
0.17689665406942368,
0.13010451197624207,
0.17568881064653397,
0.12441826611757278,
0.17286929488182068,
0.1319400556385517,
0.17867709323763847,
0.13374633714556694,
0.17653320729732513,
0.17198729887604713,
0.12940312549471855,
0.18303905054926872,
0.126364354044199,
0.1136375367641449,
0.06879616156220436,
0.09510578587651253,
0.0288594551384449,
0.07580956816673279,
0.03208049386739731,
0.0490642674267292,
0.030969437211751938,
0.03197863698005676,
0.06189698725938797,
0.03491896390914917,
0.05908999219536781,
0.03562674671411514,
0.059562887996435165,
0.04730972275137901,
0.034886911511421204,
0.10049081966280937,
0.06916074827313423,
0.032521020621061325,
0.09892217069864273,
0.07491806522011757,
0.09691368043422699,
0.028815966099500656,
0.11093197762966156,
0.08014471083879471,
0.06889450177550316,
0.04138600826263428,
0.10803612321615219,
0.16751666367053986,
0.11025062575936317,
0.02884206920862198,
0.07204868271946907,
0.03581579402089119,
0.06424704939126968,
0.03577512130141258,
0.1410284824669361,
0.12901543825864792,
0.17939384654164314,
0.13028626516461372,
0.17821437492966652,
0.18342141807079315,
0.12325875088572502,
0.17637451365590096,
0.13285650312900543,
0.17692208662629128,
0.17121662572026253,
0.18042497336864471,
0.13195935636758804,
0.16256281360983849,
0.028257112950086594,
0.11455624178051949,
0.16819915920495987,
0.13464046269655228,
0.17146628350019455,
0.13633042946457863,
0.1543312817811966,
0.13264010101556778,
0.17639197036623955,
0.13351089134812355,
0.16319039463996887,
0.1325398087501526,
0.1768389567732811,
0.18276658654212952,
0.13118812069296837,
0.08812873065471649,
0.09491998702287674,
0.12260259315371513,
0.1687469705939293,
0.13245533034205437,
0.16988644748926163,
0.13244165107607841,
0.17320386320352554,
0.18035554513335228,
0.1312447376549244,
0.17742431908845901,
0.12287625297904015,
0.1787617914378643,
0.13292308151721954,
0.1747838854789734,
0.04516390711069107,
0.06991574913263321,
0.04327603802084923,
0.07434695586562157,
0.07025150582194328,
0.03275751322507858,
0.10043282434344292,
0.07050737366080284,
0.036541298031806946,
0.0654517225921154,
0.03270701318979263,
0.07563759386539459,
0.03540855646133423,
0.061998359858989716,
0.09367645904421806,
0.03282085806131363,
0.16104663908481598,
0.10270818695425987,
0.043530091643333435,
0.06910138949751854,
0.03136958181858063,
0.14365136995911598,
0.03708682209253311,
0.07186723127961159,
0.03551614657044411,
0.06333264708518982,
0.10045941174030304,
0.027633681893348694,
0.09771396964788437,
0.0289132259786129,
0.06674544140696526,
0.03305989131331444,
0.10554086789488792,
0.07858514413237572,
0.09522752091288567,
0.031621746718883514,
0.0651640072464943,
0.03787003830075264,
0.02989954873919487,
0.1388397477567196,
0.12874992936849594,
0.08882145583629608,
0.031416378915309906,
0.05920087546110153,
0.03717849403619766,
0.14277033880352974,
0.03314758092164993,
0.09528126567602158,
0.07885976508259773,
0.03970850631594658,
0.05910776928067207,
0.03507590293884277,
0.1067962795495987,
0.06919199228286743,
0.036647599190473557,
0.09056707099080086,
0.15163831040263176,
0.13192638009786606,
0.09659228101372719,
0.03539071977138519,
0.09655871242284775,
0.0676942951977253,
0.03991246968507767,
0.056575048714876175,
0.09936098754405975,
0.0999956950545311,
0.03706963360309601,
0.06787383928894997,
0.09511307999491692,
0.027143824845552444,
0.0967935062944889,
0.02895590290427208,
0.07179578021168709,
0.031422000378370285,
0.08785632625222206,
0.06475986167788506,
0.03221173584461212,
0.09412364661693573,
0.09305229783058167,
0.09938482940196991,
0.1084253266453743,
0.07635966688394547,
0.09564392268657684,
0.02892351895570755,
0.07740995660424232,
0.03868601471185684,
0.06123805791139603,
0.034528590738773346,
0.05639708787202835,
0.03693850338459015
],
"count": 310,
"total": 27.817084301263094,
"mean": 0.0897325300040745,
"p50": 0.07614360377192497,
"p90": 0.17336186543107035,
"p95": 0.1786521352827549,
"p99": 0.1821156838908792,
"stdev": 0.04931600958951952,
"stdev_": 54.958897946241144
},
"throughput": {
"unit": "tokens/s",
"value": 22.288461050960958
},
"energy": null,
"efficiency": null
}
} | null | null | null | null | null | null | null | null | null | null | null |
null | null | 2024-10-10-13-15-21/openvino | {
"name": "openvino",
"version": "2024.4.0",
"_target_": "optimum_benchmark.backends.openvino.backend.OVBackend",
"task": "text-generation",
"library": "transformers",
"model_type": "llama",
"model": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
"processor": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
"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": {}
} | {
"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": {}
} | {
"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"
} | {
"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
} | false | true | null | null | null | null |
null | null | null | null | null | null | null | null | null | {
"memory": {
"unit": "MB",
"max_ram": 4841.96352,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
25.399079136550426
],
"count": 1,
"total": 25.399079136550426,
"mean": 25.399079136550426,
"p50": 25.399079136550426,
"p90": 25.399079136550426,
"p95": 25.399079136550426,
"p99": 25.399079136550426,
"stdev": 0,
"stdev_": 0
},
"throughput": null,
"energy": null,
"efficiency": null
} | {
"memory": {
"unit": "MB",
"max_ram": 3465.314304,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
0.20681462809443474,
0.14498980715870857,
0.1491953432559967,
0.14298798888921738,
0.27635738253593445,
0.14056112617254257,
0.2304190769791603,
0.27384644746780396,
0.17013894766569138,
0.17990026250481606
],
"count": 10,
"total": 1.915211010724306,
"mean": 0.19152110107243062,
"p50": 0.17501960508525372,
"p90": 0.274097540974617,
"p95": 0.27522746175527574,
"p99": 0.2761313983798027,
"stdev": 0.05022236084794941,
"stdev_": 26.22288644265679
},
"throughput": {
"unit": "tokens/s",
"value": 167.08341702723422
},
"energy": null,
"efficiency": null
} | {
"memory": {
"unit": "MB",
"max_ram": 3465.314304,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
3.7909555956721306,
1.7467840760946274,
1.8483475632965565,
3.0832476131618023,
3.204444296658039,
3.070590779185295,
4.489215832203627,
2.3151063695549965,
2.322327557951212,
2.0380597300827503
],
"count": 10,
"total": 27.909079413861036,
"mean": 2.7909079413861035,
"p50": 2.6964591685682535,
"p90": 3.8607816193252797,
"p95": 4.1749987257644525,
"p99": 4.426372410915792,
"stdev": 0.8491402797309818,
"stdev_": 30.425234280900593
},
"throughput": {
"unit": "tokens/s",
"value": 22.214992863292984
},
"energy": null,
"efficiency": null
} | {
"memory": null,
"latency": {
"unit": "s",
"values": [
0.1709301434457302,
0.13552312925457954,
0.17639076337218285,
0.12885065376758575,
0.18046993762254715,
0.17862163111567497,
0.11986216530203819,
0.029551289975643158,
0.07815691828727722,
0.0336882621049881,
0.05917498469352722,
0.10874683782458305,
0.1791577711701393,
0.1273934617638588,
0.1760333590209484,
0.12730960175395012,
0.17486324533820152,
0.12671242281794548,
0.17677857726812363,
0.13253434747457504,
0.17124810814857483,
0.17878321558237076,
0.1312917247414589,
0.16972606629133224,
0.12835174426436424,
0.08066151291131973,
0.0533665232360363,
0.07638739794492722,
0.0748925469815731,
0.034503910690546036,
0.07049091532826424,
0.09074411541223526,
0.06657073274254799,
0.034675534814596176,
0.05592576786875725,
0.037223897874355316,
0.051507432013750076,
0.042772360146045685,
0.07619524747133255,
0.038203079253435135,
0.045311760157346725,
0.03497037664055824,
0.06459365040063858,
0.036531344056129456,
0.06414467096328735,
0.03258122131228447,
0.07270125672221184,
0.040004052221775055,
0.06740126013755798,
0.031864479184150696,
0.09027478098869324,
0.0737798884510994,
0.036847759038209915,
0.06981456279754639,
0.031870801001787186,
0.07502009719610214,
0.03239614516496658,
0.07102349773049355,
0.030988365411758423,
0.06044533848762512,
0.030576631426811218,
0.10677962750196457,
0.09759572148323059,
0.07268866524100304,
0.03137582913041115,
0.062497060745954514,
0.031675662845373154,
0.0479043573141098,
0.10300867632031441,
0.0330539271235466,
0.06352171301841736,
0.0346953347325325,
0.06260599941015244,
0.030248668044805527,
0.03307543694972992,
0.05948163941502571,
0.09529730305075645,
0.03459831699728966,
0.07449464499950409,
0.03778298944234848,
0.05391417071223259,
0.03238305822014809,
0.11822688952088356,
0.06367209926247597,
0.07068879529833794,
0.03649164363741875,
0.09772084653377533,
0.07733475416898727,
0.03142799064517021,
0.05276267230510712,
0.10297438874840736,
0.032485611736774445,
0.07218378409743309,
0.10613632202148438,
0.0760919600725174,
0.11259664967656136,
0.0890037752687931,
0.06813114881515503,
0.04095321148633957,
0.09489258006215096,
0.07290996238589287,
0.03474113345146179,
0.03153308480978012,
0.05299040675163269,
0.03671445697546005,
0.058582961559295654,
0.030376631766557693,
0.05477210506796837,
0.03524759039282799,
0.06346473097801208,
0.033426422625780106,
0.10178082063794136,
0.1657605953514576,
0.12842823192477226,
0.1802729368209839,
0.13658418133854866,
0.16553160920739174,
0.1806233823299408,
0.12518059089779854,
0.18070843815803528,
0.12875185906887054,
0.1790192872285843,
0.1822548620402813,
0.12355682998895645,
0.1381109543144703,
0.09080950543284416,
0.06610842794179916,
0.11989215388894081,
0.17689665406942368,
0.13010451197624207,
0.17568881064653397,
0.12441826611757278,
0.17286929488182068,
0.1319400556385517,
0.17867709323763847,
0.13374633714556694,
0.17653320729732513,
0.17198729887604713,
0.12940312549471855,
0.18303905054926872,
0.126364354044199,
0.1136375367641449,
0.06879616156220436,
0.09510578587651253,
0.0288594551384449,
0.07580956816673279,
0.03208049386739731,
0.0490642674267292,
0.030969437211751938,
0.03197863698005676,
0.06189698725938797,
0.03491896390914917,
0.05908999219536781,
0.03562674671411514,
0.059562887996435165,
0.04730972275137901,
0.034886911511421204,
0.10049081966280937,
0.06916074827313423,
0.032521020621061325,
0.09892217069864273,
0.07491806522011757,
0.09691368043422699,
0.028815966099500656,
0.11093197762966156,
0.08014471083879471,
0.06889450177550316,
0.04138600826263428,
0.10803612321615219,
0.16751666367053986,
0.11025062575936317,
0.02884206920862198,
0.07204868271946907,
0.03581579402089119,
0.06424704939126968,
0.03577512130141258,
0.1410284824669361,
0.12901543825864792,
0.17939384654164314,
0.13028626516461372,
0.17821437492966652,
0.18342141807079315,
0.12325875088572502,
0.17637451365590096,
0.13285650312900543,
0.17692208662629128,
0.17121662572026253,
0.18042497336864471,
0.13195935636758804,
0.16256281360983849,
0.028257112950086594,
0.11455624178051949,
0.16819915920495987,
0.13464046269655228,
0.17146628350019455,
0.13633042946457863,
0.1543312817811966,
0.13264010101556778,
0.17639197036623955,
0.13351089134812355,
0.16319039463996887,
0.1325398087501526,
0.1768389567732811,
0.18276658654212952,
0.13118812069296837,
0.08812873065471649,
0.09491998702287674,
0.12260259315371513,
0.1687469705939293,
0.13245533034205437,
0.16988644748926163,
0.13244165107607841,
0.17320386320352554,
0.18035554513335228,
0.1312447376549244,
0.17742431908845901,
0.12287625297904015,
0.1787617914378643,
0.13292308151721954,
0.1747838854789734,
0.04516390711069107,
0.06991574913263321,
0.04327603802084923,
0.07434695586562157,
0.07025150582194328,
0.03275751322507858,
0.10043282434344292,
0.07050737366080284,
0.036541298031806946,
0.0654517225921154,
0.03270701318979263,
0.07563759386539459,
0.03540855646133423,
0.061998359858989716,
0.09367645904421806,
0.03282085806131363,
0.16104663908481598,
0.10270818695425987,
0.043530091643333435,
0.06910138949751854,
0.03136958181858063,
0.14365136995911598,
0.03708682209253311,
0.07186723127961159,
0.03551614657044411,
0.06333264708518982,
0.10045941174030304,
0.027633681893348694,
0.09771396964788437,
0.0289132259786129,
0.06674544140696526,
0.03305989131331444,
0.10554086789488792,
0.07858514413237572,
0.09522752091288567,
0.031621746718883514,
0.0651640072464943,
0.03787003830075264,
0.02989954873919487,
0.1388397477567196,
0.12874992936849594,
0.08882145583629608,
0.031416378915309906,
0.05920087546110153,
0.03717849403619766,
0.14277033880352974,
0.03314758092164993,
0.09528126567602158,
0.07885976508259773,
0.03970850631594658,
0.05910776928067207,
0.03507590293884277,
0.1067962795495987,
0.06919199228286743,
0.036647599190473557,
0.09056707099080086,
0.15163831040263176,
0.13192638009786606,
0.09659228101372719,
0.03539071977138519,
0.09655871242284775,
0.0676942951977253,
0.03991246968507767,
0.056575048714876175,
0.09936098754405975,
0.0999956950545311,
0.03706963360309601,
0.06787383928894997,
0.09511307999491692,
0.027143824845552444,
0.0967935062944889,
0.02895590290427208,
0.07179578021168709,
0.031422000378370285,
0.08785632625222206,
0.06475986167788506,
0.03221173584461212,
0.09412364661693573,
0.09305229783058167,
0.09938482940196991,
0.1084253266453743,
0.07635966688394547,
0.09564392268657684,
0.02892351895570755,
0.07740995660424232,
0.03868601471185684,
0.06123805791139603,
0.034528590738773346,
0.05639708787202835,
0.03693850338459015
],
"count": 310,
"total": 27.817084301263094,
"mean": 0.0897325300040745,
"p50": 0.07614360377192497,
"p90": 0.17336186543107035,
"p95": 0.1786521352827549,
"p99": 0.1821156838908792,
"stdev": 0.04931600958951952,
"stdev_": 54.958897946241144
},
"throughput": {
"unit": "tokens/s",
"value": 22.288461050960958
},
"energy": null,
"efficiency": null
} |
{
"name": "2024-10-10-13-15-21/pytorch",
"backend": {
"name": "pytorch",
"version": "2.4.1",
"_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
"task": "text-generation",
"library": "transformers",
"model_type": "llama",
"model": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
"processor": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
"device": "cpu",
"device_ids": null,
"seed": 42,
"inter_op_num_threads": null,
"intra_op_num_threads": null,
"model_kwargs": {},
"processor_kwargs": {},
"no_weights": false,
"device_map": null,
"torch_dtype": "float32",
"eval_mode": true,
"to_bettertransformer": false,
"low_cpu_mem_usage": null,
"attn_implementation": null,
"cache_implementation": null,
"autocast_enabled": false,
"autocast_dtype": null,
"torch_compile": false,
"torch_compile_target": "forward",
"torch_compile_config": {},
"quantization_scheme": null,
"quantization_config": {},
"deepspeed_inference": false,
"deepspeed_inference_config": {},
"peft_type": null,
"peft_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
} | {
"load": {
"memory": {
"unit": "MB",
"max_ram": 7341.576192,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
3.724861901253462
],
"count": 1,
"total": 3.724861901253462,
"mean": 3.724861901253462,
"p50": 3.724861901253462,
"p90": 3.724861901253462,
"p95": 3.724861901253462,
"p99": 3.724861901253462,
"stdev": 0,
"stdev_": 0
},
"throughput": null,
"energy": null,
"efficiency": null
},
"prefill": {
"memory": {
"unit": "MB",
"max_ram": 5306.855424,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
0.7200786955654621,
0.792355839163065,
2.4664254635572433,
0.69408343359828,
0.7157965451478958,
2.5207341462373734,
0.7687269486486912,
0.7052935063838959,
0.9717286936938763,
0.7321321777999401
],
"count": 10,
"total": 11.087355449795723,
"mean": 1.1087355449795724,
"p50": 0.7504295632243156,
"p90": 2.4718563318252564,
"p95": 2.4962952390313147,
"p99": 2.5158463647961615,
"stdev": 0.6966722298489831,
"stdev_": 62.83484217706926
},
"throughput": {
"unit": "tokens/s",
"value": 28.861706603434975
},
"energy": null,
"efficiency": null
},
"decode": {
"memory": {
"unit": "MB",
"max_ram": 5306.855424,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
14.600170020014048,
10.227855522185564,
14.517007939517498,
10.392739053815603,
11.778041336685419,
14.313847541809082,
12.591537479311228,
13.732940457761288,
11.991505086421967,
14.668896954506636
],
"count": 10,
"total": 128.81454139202833,
"mean": 12.881454139202834,
"p50": 13.162238968536258,
"p90": 14.607042713463306,
"p95": 14.637969833984972,
"p99": 14.662711530402303,
"stdev": 1.6410247206132291,
"stdev_": 12.739436890273195
},
"throughput": {
"unit": "tokens/s",
"value": 4.813121199672016
},
"energy": null,
"efficiency": null
},
"per_token": {
"memory": null,
"latency": {
"unit": "s",
"values": [
0.4060986116528511,
0.3879626765847206,
0.38639020919799805,
0.3389683812856674,
0.3950040340423584,
0.3980884477496147,
0.4014359675347805,
0.408795777708292,
0.30595654249191284,
0.29907840862870216,
0.35322246700525284,
0.3287738524377346,
0.392280638217926,
0.3813580498099327,
0.3238604702055454,
0.3710867539048195,
0.32230665162205696,
0.3220280036330223,
0.37156737595796585,
0.30829939991235733,
0.3796352557837963,
0.3317713364958763,
0.38707520440220833,
2.190471913665533,
0.3145546317100525,
2.1154560409486294,
0.4715309292078018,
0.2996096573770046,
0.30278632417321205,
0.29659273475408554,
0.30761319026350975,
0.33112097904086113,
0.3937394507229328,
0.3666521981358528,
0.3209872283041477,
0.31414123997092247,
0.3649541847407818,
0.32057804614305496,
0.32005195692181587,
0.38338039442896843,
0.3899538554251194,
0.32215747982263565,
0.3636073060333729,
0.30736011639237404,
0.3166304975748062,
0.3060135208070278,
0.3091295138001442,
0.36669084429740906,
0.3050985336303711,
0.30528177320957184,
0.3086755573749542,
0.3081359341740608,
0.36458243429660797,
0.306567445397377,
0.30651822686195374,
0.30621372163295746,
0.3093601278960705,
0.3068452328443527,
0.30239907279610634,
0.299660611897707,
0.3781965859234333,
0.3226397670805454,
0.5186826884746552,
0.4156517721712589,
0.39961494505405426,
0.45749930292367935,
0.40147214382886887,
0.4058132469654083,
0.39769215881824493,
0.39666127040982246,
0.4333694279193878,
0.3982875756919384,
0.4031490162014961,
0.41138100251555443,
0.45806317776441574,
0.4083564095199108,
0.40609724819660187,
0.41149958968162537,
0.4179246090352535,
0.4698227010667324,
0.4200233519077301,
0.47172965109348297,
0.4162351153790951,
0.41249486431479454,
0.40562882646918297,
0.404088094830513,
2.0490081757307053,
0.5410574115812778,
0.3800075836479664,
0.318134818226099,
0.3824032172560692,
0.32439664006233215,
0.38023078814148903,
0.30587805062532425,
0.30150676146149635,
0.3026697225868702,
0.30445729568600655,
0.30190060287714005,
0.3039427548646927,
0.30195118859410286,
0.30230090394616127,
0.3604142554104328,
0.297284085303545,
0.3452077768743038,
0.3635067492723465,
0.306117407977581,
0.3068896755576134,
0.30681683123111725,
0.30844755470752716,
0.30606334283947945,
0.3717831037938595,
0.3175463043153286,
0.37183379009366035,
0.3257202319800854,
0.3839045837521553,
0.3280140832066536,
0.3628889322280884,
0.32510538399219513,
0.38753674551844597,
0.3289935886859894,
0.48231420293450356,
0.3931570313870907,
0.31860895827412605,
0.369430098682642,
0.3035487085580826,
0.3120494745671749,
0.29993636533617973,
0.2906515970826149,
0.3086654096841812,
0.3703462518751621,
0.30092109367251396,
0.4848570264875889,
0.30838167294859886,
0.31231487169861794,
0.298489473760128,
0.2986452616751194,
0.29559220001101494,
0.30393417179584503,
0.29583287984132767,
0.29063356667757034,
0.24079057946801186,
0.29277247935533524,
0.3104771450161934,
0.358247984200716,
0.29549412056803703,
0.3029988966882229,
0.29668891802430153,
2.199366856366396,
0.32413385435938835,
0.3789532072842121,
0.32491692528128624,
0.31735193729400635,
0.3757103309035301,
0.3207756318151951,
0.3640647158026695,
2.1172928251326084,
0.29789577051997185,
0.35945307090878487,
0.24313323944807053,
0.3583574742078781,
0.3003269210457802,
0.3131164610385895,
0.3004646301269531,
0.3050765246152878,
0.3101684935390949,
0.3011963441967964,
0.49090779945254326,
0.5063797384500504,
0.38420598953962326,
0.3110824413597584,
0.31373781710863113,
0.3091985546052456,
0.4619828499853611,
0.39623741060495377,
0.3963371030986309,
0.32352113351225853,
1.5717493295669556,
1.1324451826512814,
0.3101143129169941,
0.3612363040447235,
0.30799122154712677,
0.3131397031247616,
0.31204869225621223,
0.36476778611540794,
0.23869719728827477,
0.30108412355184555,
0.31018831580877304,
0.3065812736749649,
0.3066705986857414,
0.2986005209386349,
0.30515575036406517,
0.30927134677767754,
0.36346180737018585,
0.31820032000541687,
0.3091186359524727,
0.38137758150696754,
0.3109889551997185,
0.30118872597813606,
0.2905999459326267,
0.31642020121216774,
0.37787453830242157,
0.627284474670887,
0.36680587008595467,
0.3143945299088955,
0.31222524493932724,
0.3752118907868862,
0.3207213915884495,
0.37891973555088043,
0.4026447758078575,
0.3183503746986389,
0.378567885607481,
0.345193974673748,
0.37485121190547943,
2.1916170082986355,
0.37747106701135635,
0.32191141322255135,
0.3791581764817238,
0.32155321165919304,
0.31241923198103905,
0.37074659764766693,
0.314176756888628,
0.39028190448880196,
0.3161463253200054,
0.3107012063264847,
0.37017934024333954,
0.33116284385323524,
0.3810761943459511,
0.31288717314600945,
0.38000351190567017,
0.3861698880791664,
0.4252971038222313,
0.49054616689682007,
0.3257346674799919,
0.4541688859462738,
0.42225511372089386,
0.4176983907818794,
0.6003327183425426,
0.368108905851841,
0.32504282146692276,
0.3890242502093315,
0.3926568105816841,
0.39355673640966415,
2.4016763791441917,
0.33887047320604324,
0.38712821528315544,
0.3887520097196102,
0.3826122246682644,
0.3314410150051117,
0.42911214381456375,
0.39551690965890884,
0.3954157866537571,
0.3842344507575035,
0.38662779331207275,
0.40138689056038857,
0.3403823561966419,
0.3962584286928177,
0.4030826464295387,
0.3918062262237072,
0.3771911896765232,
0.3233508840203285,
0.3850675970315933,
0.3167821019887924,
0.3836885914206505,
0.402656152844429,
0.3802902027964592,
0.3318944163620472,
0.39710501208901405,
0.3993716649711132,
0.3995853140950203,
0.3830878511071205,
0.38874368742108345,
0.3298024497926235,
0.40620923414826393,
0.40323207154870033,
0.39800333231687546,
0.3919817581772804,
0.40392644703388214,
0.41021696105599403,
0.45496056601405144,
0.39320629090070724,
0.39358559250831604,
0.410217322409153,
0.4030751734972,
0.3985523581504822,
0.39655472338199615,
0.39782512187957764,
0.39238953962922096,
0.3909521959722042,
0.49973998591303825,
0.5049194172024727,
0.40988748148083687,
0.4981357231736183,
2.2173570096492767,
0.47422387450933456,
0.41235268861055374,
0.4146449491381645,
0.4577169455587864,
0.4219565689563751,
0.4211292117834091,
0.45701171830296516,
0.3416304513812065,
0.48970451205968857,
0.3878569006919861,
0.39185693114995956,
0.392665296792984,
0.33698686212301254,
0.39378850534558296,
0.38802986219525337,
0.39956218004226685,
0.3808535747230053
],
"count": 310,
"total": 128.80931735783815,
"mean": 0.4155139269607682,
"p50": 0.3687695022672415,
"p90": 0.4570604767650366,
"p95": 0.5025886731222272,
"p99": 2.1915139497816565,
"stdev": 0.30499104126364374,
"stdev_": 73.40091907254897
},
"throughput": {
"unit": "tokens/s",
"value": 4.813316402241398
},
"energy": null,
"efficiency": null
}
} | null | null | null | null | null | null | null | null | null | null | null |
null | null | 2024-10-10-13-15-21/pytorch | {
"name": "pytorch",
"version": "2.4.1",
"_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
"task": "text-generation",
"library": "transformers",
"model_type": "llama",
"model": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
"processor": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
"device": "cpu",
"device_ids": null,
"seed": 42,
"inter_op_num_threads": null,
"intra_op_num_threads": null,
"model_kwargs": {},
"processor_kwargs": {},
"no_weights": false,
"device_map": null,
"torch_dtype": "float32",
"eval_mode": true,
"to_bettertransformer": false,
"low_cpu_mem_usage": null,
"attn_implementation": null,
"cache_implementation": null,
"autocast_enabled": false,
"autocast_dtype": null,
"torch_compile": false,
"torch_compile_target": "forward",
"torch_compile_config": {},
"quantization_scheme": null,
"quantization_config": {},
"deepspeed_inference": false,
"deepspeed_inference_config": {},
"peft_type": null,
"peft_config": {}
} | {
"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": {}
} | {
"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"
} | {
"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
} | false | true | null | null | null | null |
null | null | null | null | null | null | null | null | null | {
"memory": {
"unit": "MB",
"max_ram": 7341.576192,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
3.724861901253462
],
"count": 1,
"total": 3.724861901253462,
"mean": 3.724861901253462,
"p50": 3.724861901253462,
"p90": 3.724861901253462,
"p95": 3.724861901253462,
"p99": 3.724861901253462,
"stdev": 0,
"stdev_": 0
},
"throughput": null,
"energy": null,
"efficiency": null
} | {
"memory": {
"unit": "MB",
"max_ram": 5306.855424,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
0.7200786955654621,
0.792355839163065,
2.4664254635572433,
0.69408343359828,
0.7157965451478958,
2.5207341462373734,
0.7687269486486912,
0.7052935063838959,
0.9717286936938763,
0.7321321777999401
],
"count": 10,
"total": 11.087355449795723,
"mean": 1.1087355449795724,
"p50": 0.7504295632243156,
"p90": 2.4718563318252564,
"p95": 2.4962952390313147,
"p99": 2.5158463647961615,
"stdev": 0.6966722298489831,
"stdev_": 62.83484217706926
},
"throughput": {
"unit": "tokens/s",
"value": 28.861706603434975
},
"energy": null,
"efficiency": null
} | {
"memory": {
"unit": "MB",
"max_ram": 5306.855424,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
14.600170020014048,
10.227855522185564,
14.517007939517498,
10.392739053815603,
11.778041336685419,
14.313847541809082,
12.591537479311228,
13.732940457761288,
11.991505086421967,
14.668896954506636
],
"count": 10,
"total": 128.81454139202833,
"mean": 12.881454139202834,
"p50": 13.162238968536258,
"p90": 14.607042713463306,
"p95": 14.637969833984972,
"p99": 14.662711530402303,
"stdev": 1.6410247206132291,
"stdev_": 12.739436890273195
},
"throughput": {
"unit": "tokens/s",
"value": 4.813121199672016
},
"energy": null,
"efficiency": null
} | {
"memory": null,
"latency": {
"unit": "s",
"values": [
0.4060986116528511,
0.3879626765847206,
0.38639020919799805,
0.3389683812856674,
0.3950040340423584,
0.3980884477496147,
0.4014359675347805,
0.408795777708292,
0.30595654249191284,
0.29907840862870216,
0.35322246700525284,
0.3287738524377346,
0.392280638217926,
0.3813580498099327,
0.3238604702055454,
0.3710867539048195,
0.32230665162205696,
0.3220280036330223,
0.37156737595796585,
0.30829939991235733,
0.3796352557837963,
0.3317713364958763,
0.38707520440220833,
2.190471913665533,
0.3145546317100525,
2.1154560409486294,
0.4715309292078018,
0.2996096573770046,
0.30278632417321205,
0.29659273475408554,
0.30761319026350975,
0.33112097904086113,
0.3937394507229328,
0.3666521981358528,
0.3209872283041477,
0.31414123997092247,
0.3649541847407818,
0.32057804614305496,
0.32005195692181587,
0.38338039442896843,
0.3899538554251194,
0.32215747982263565,
0.3636073060333729,
0.30736011639237404,
0.3166304975748062,
0.3060135208070278,
0.3091295138001442,
0.36669084429740906,
0.3050985336303711,
0.30528177320957184,
0.3086755573749542,
0.3081359341740608,
0.36458243429660797,
0.306567445397377,
0.30651822686195374,
0.30621372163295746,
0.3093601278960705,
0.3068452328443527,
0.30239907279610634,
0.299660611897707,
0.3781965859234333,
0.3226397670805454,
0.5186826884746552,
0.4156517721712589,
0.39961494505405426,
0.45749930292367935,
0.40147214382886887,
0.4058132469654083,
0.39769215881824493,
0.39666127040982246,
0.4333694279193878,
0.3982875756919384,
0.4031490162014961,
0.41138100251555443,
0.45806317776441574,
0.4083564095199108,
0.40609724819660187,
0.41149958968162537,
0.4179246090352535,
0.4698227010667324,
0.4200233519077301,
0.47172965109348297,
0.4162351153790951,
0.41249486431479454,
0.40562882646918297,
0.404088094830513,
2.0490081757307053,
0.5410574115812778,
0.3800075836479664,
0.318134818226099,
0.3824032172560692,
0.32439664006233215,
0.38023078814148903,
0.30587805062532425,
0.30150676146149635,
0.3026697225868702,
0.30445729568600655,
0.30190060287714005,
0.3039427548646927,
0.30195118859410286,
0.30230090394616127,
0.3604142554104328,
0.297284085303545,
0.3452077768743038,
0.3635067492723465,
0.306117407977581,
0.3068896755576134,
0.30681683123111725,
0.30844755470752716,
0.30606334283947945,
0.3717831037938595,
0.3175463043153286,
0.37183379009366035,
0.3257202319800854,
0.3839045837521553,
0.3280140832066536,
0.3628889322280884,
0.32510538399219513,
0.38753674551844597,
0.3289935886859894,
0.48231420293450356,
0.3931570313870907,
0.31860895827412605,
0.369430098682642,
0.3035487085580826,
0.3120494745671749,
0.29993636533617973,
0.2906515970826149,
0.3086654096841812,
0.3703462518751621,
0.30092109367251396,
0.4848570264875889,
0.30838167294859886,
0.31231487169861794,
0.298489473760128,
0.2986452616751194,
0.29559220001101494,
0.30393417179584503,
0.29583287984132767,
0.29063356667757034,
0.24079057946801186,
0.29277247935533524,
0.3104771450161934,
0.358247984200716,
0.29549412056803703,
0.3029988966882229,
0.29668891802430153,
2.199366856366396,
0.32413385435938835,
0.3789532072842121,
0.32491692528128624,
0.31735193729400635,
0.3757103309035301,
0.3207756318151951,
0.3640647158026695,
2.1172928251326084,
0.29789577051997185,
0.35945307090878487,
0.24313323944807053,
0.3583574742078781,
0.3003269210457802,
0.3131164610385895,
0.3004646301269531,
0.3050765246152878,
0.3101684935390949,
0.3011963441967964,
0.49090779945254326,
0.5063797384500504,
0.38420598953962326,
0.3110824413597584,
0.31373781710863113,
0.3091985546052456,
0.4619828499853611,
0.39623741060495377,
0.3963371030986309,
0.32352113351225853,
1.5717493295669556,
1.1324451826512814,
0.3101143129169941,
0.3612363040447235,
0.30799122154712677,
0.3131397031247616,
0.31204869225621223,
0.36476778611540794,
0.23869719728827477,
0.30108412355184555,
0.31018831580877304,
0.3065812736749649,
0.3066705986857414,
0.2986005209386349,
0.30515575036406517,
0.30927134677767754,
0.36346180737018585,
0.31820032000541687,
0.3091186359524727,
0.38137758150696754,
0.3109889551997185,
0.30118872597813606,
0.2905999459326267,
0.31642020121216774,
0.37787453830242157,
0.627284474670887,
0.36680587008595467,
0.3143945299088955,
0.31222524493932724,
0.3752118907868862,
0.3207213915884495,
0.37891973555088043,
0.4026447758078575,
0.3183503746986389,
0.378567885607481,
0.345193974673748,
0.37485121190547943,
2.1916170082986355,
0.37747106701135635,
0.32191141322255135,
0.3791581764817238,
0.32155321165919304,
0.31241923198103905,
0.37074659764766693,
0.314176756888628,
0.39028190448880196,
0.3161463253200054,
0.3107012063264847,
0.37017934024333954,
0.33116284385323524,
0.3810761943459511,
0.31288717314600945,
0.38000351190567017,
0.3861698880791664,
0.4252971038222313,
0.49054616689682007,
0.3257346674799919,
0.4541688859462738,
0.42225511372089386,
0.4176983907818794,
0.6003327183425426,
0.368108905851841,
0.32504282146692276,
0.3890242502093315,
0.3926568105816841,
0.39355673640966415,
2.4016763791441917,
0.33887047320604324,
0.38712821528315544,
0.3887520097196102,
0.3826122246682644,
0.3314410150051117,
0.42911214381456375,
0.39551690965890884,
0.3954157866537571,
0.3842344507575035,
0.38662779331207275,
0.40138689056038857,
0.3403823561966419,
0.3962584286928177,
0.4030826464295387,
0.3918062262237072,
0.3771911896765232,
0.3233508840203285,
0.3850675970315933,
0.3167821019887924,
0.3836885914206505,
0.402656152844429,
0.3802902027964592,
0.3318944163620472,
0.39710501208901405,
0.3993716649711132,
0.3995853140950203,
0.3830878511071205,
0.38874368742108345,
0.3298024497926235,
0.40620923414826393,
0.40323207154870033,
0.39800333231687546,
0.3919817581772804,
0.40392644703388214,
0.41021696105599403,
0.45496056601405144,
0.39320629090070724,
0.39358559250831604,
0.410217322409153,
0.4030751734972,
0.3985523581504822,
0.39655472338199615,
0.39782512187957764,
0.39238953962922096,
0.3909521959722042,
0.49973998591303825,
0.5049194172024727,
0.40988748148083687,
0.4981357231736183,
2.2173570096492767,
0.47422387450933456,
0.41235268861055374,
0.4146449491381645,
0.4577169455587864,
0.4219565689563751,
0.4211292117834091,
0.45701171830296516,
0.3416304513812065,
0.48970451205968857,
0.3878569006919861,
0.39185693114995956,
0.392665296792984,
0.33698686212301254,
0.39378850534558296,
0.38802986219525337,
0.39956218004226685,
0.3808535747230053
],
"count": 310,
"total": 128.80931735783815,
"mean": 0.4155139269607682,
"p50": 0.3687695022672415,
"p90": 0.4570604767650366,
"p95": 0.5025886731222272,
"p99": 2.1915139497816565,
"stdev": 0.30499104126364374,
"stdev_": 73.40091907254897
},
"throughput": {
"unit": "tokens/s",
"value": 4.813316402241398
},
"energy": null,
"efficiency": null
} |
{
"name": "2024-10-10-13-27-38/openvino",
"backend": {
"name": "openvino",
"version": "2024.4.0",
"_target_": "optimum_benchmark.backends.openvino.backend.OVBackend",
"task": "text-generation",
"library": "transformers",
"model_type": "qwen2",
"model": "Qwen/Qwen2.5-7B-Instruct",
"processor": "Qwen/Qwen2.5-7B-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
} | {
"load": {
"memory": {
"unit": "MB",
"max_ram": 28568.141824,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
85.84128818660975
],
"count": 1,
"total": 85.84128818660975,
"mean": 85.84128818660975,
"p50": 85.84128818660975,
"p90": 85.84128818660975,
"p95": 85.84128818660975,
"p99": 85.84128818660975,
"stdev": 0,
"stdev_": 0
},
"throughput": null,
"energy": null,
"efficiency": null
},
"prefill": {
"memory": {
"unit": "MB",
"max_ram": 17400.188928,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
1.155863493680954,
0.7591285742819309,
0.7738370560109615,
0.7550942674279213,
0.7588984668254852,
0.7791932262480259,
0.7622133567929268,
0.7966163046658039,
0.7676617838442326,
0.7681443095207214
],
"count": 10,
"total": 8.076650839298964,
"mean": 0.8076650839298963,
"p50": 0.767903046682477,
"p90": 0.8325410235673187,
"p95": 0.994202258624136,
"p99": 1.1235312466695906,
"stdev": 0.11663827494300946,
"stdev_": 14.441416035403781
},
"throughput": {
"unit": "tokens/s",
"value": 39.620383048250645
},
"energy": null,
"efficiency": null
},
"decode": {
"memory": {
"unit": "MB",
"max_ram": 17400.459264,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
6.200990695506334,
5.851446453481913,
6.216963429003954,
5.708663444966078,
5.59319007396698,
5.803155850619078,
5.378143277019262,
6.436763770878315,
5.788114670664072,
5.6680054776370525
],
"count": 10,
"total": 58.64543714374304,
"mean": 5.864543714374304,
"p50": 5.795635260641575,
"p90": 6.23894346319139,
"p95": 6.3378536170348525,
"p99": 6.416981740109622,
"stdev": 0.3078567112686973,
"stdev_": 5.2494571830733285
},
"throughput": {
"unit": "tokens/s",
"value": 10.572007477416316
},
"energy": null,
"efficiency": null
},
"per_token": {
"memory": null,
"latency": {
"unit": "s",
"values": [
0.4139234870672226,
0.41735056415200233,
0.30081597715616226,
0.1818118579685688,
0.15186486765742302,
0.23906059190630913,
0.15295346081256866,
0.16011932492256165,
0.2003607526421547,
0.1834808960556984,
0.15580645948648453,
0.24319353699684143,
0.1611436791718006,
0.15759733691811562,
0.1585245616734028,
0.15936047211289406,
0.3769047372043133,
0.18782272934913635,
0.15100917220115662,
0.1527114175260067,
0.2946506328880787,
0.16238847002387047,
0.16231396421790123,
0.156793974339962,
0.16331971436738968,
0.1679960861802101,
0.1615058295428753,
0.15888682380318642,
0.14986367523670197,
0.15800831466913223,
0.15872757136821747,
0.27272531017661095,
0.18892422318458557,
0.15356360375881195,
0.15431320294737816,
0.14779995009303093,
0.15224895253777504,
0.21096992120146751,
0.18912102282047272,
0.21501709148287773,
0.16489996761083603,
0.21484949439764023,
0.17694229260087013,
0.298944354057312,
0.1571926362812519,
0.3427550941705704,
0.15772563219070435,
0.27126798033714294,
0.18431544676423073,
0.16829495877027512,
0.2230387181043625,
0.16222893819212914,
0.1542050875723362,
0.152713593095541,
0.22716208174824715,
0.1603824906051159,
0.15225924924016,
0.15334432572126389,
0.15936279296875,
0.15501442551612854,
0.15603690594434738,
0.17310908064246178,
0.15233517810702324,
0.16673265397548676,
0.15707813948392868,
0.15561645105481148,
0.2950899377465248,
0.16526831686496735,
0.25878509506583214,
0.2684909552335739,
0.15292853489518166,
0.1560739129781723,
0.14961672946810722,
0.28093401342630386,
0.23056770488619804,
0.24176156893372536,
0.18133500963449478,
0.15951067954301834,
0.2469756379723549,
0.15470846369862556,
0.1506977304816246,
0.2186153270304203,
0.1848888210952282,
0.1681702397763729,
0.17152446135878563,
0.16021715849637985,
0.21121134981513023,
0.20459624007344246,
0.18079787492752075,
0.21565362066030502,
0.30665198341012,
0.1855032593011856,
0.28380293399095535,
0.15242250636219978,
0.38883425295352936,
0.14984559640288353,
0.18036608770489693,
0.27179688587784767,
0.1542910747230053,
0.2456365041434765,
0.15133636817336082,
0.14667970687150955,
0.14652648195624352,
0.15149124339222908,
0.2016245499253273,
0.16305964812636375,
0.15654635429382324,
0.2105577066540718,
0.18518470972776413,
0.15230029821395874,
0.16040043160319328,
0.17493826523423195,
0.1600029654800892,
0.1622457429766655,
0.15377505496144295,
0.15260671824216843,
0.18687525764107704,
0.16884037479758263,
0.15240167453885078,
0.37620513141155243,
0.18778274208307266,
0.15565819665789604,
0.1559632606804371,
0.1517484076321125,
0.2911657243967056,
0.1650817021727562,
0.1486673653125763,
0.17960147187113762,
0.16900478303432465,
0.15883860737085342,
0.14794380590319633,
0.15101293101906776,
0.27592404931783676,
0.16797656193375587,
0.14958341792225838,
0.2745455130934715,
0.16101539507508278,
0.1521204449236393,
0.15381720289587975,
0.16098500788211823,
0.1530577912926674,
0.1520393267273903,
0.2233075276017189,
0.18319787457585335,
0.14668099954724312,
0.1477702632546425,
0.1587279476225376,
0.30601438134908676,
0.1573706418275833,
0.15311282873153687,
0.1491524986922741,
0.14643868431448936,
0.15172262489795685,
0.27787161245942116,
0.17872869223356247,
0.15965665131807327,
0.15329846367239952,
0.15216953679919243,
0.1540345810353756,
0.16133840382099152,
0.15683456882834435,
0.2934487983584404,
0.17761101201176643,
0.1538052260875702,
0.2449340969324112,
0.1569734513759613,
0.1520020179450512,
0.1534476801753044,
0.15756065025925636,
0.2761836163699627,
0.21986213698983192,
0.1885678917169571,
0.18862299993634224,
0.21107355505228043,
0.1645197682082653,
0.1521223746240139,
0.1565866880118847,
0.15358155593276024,
0.3630015552043915,
0.17469030618667603,
0.14798744767904282,
0.14919350668787956,
0.14570282772183418,
0.1528305560350418,
0.1565646156668663,
0.3742227740585804,
0.23841682076454163,
0.15160172805190086,
0.1474267914891243,
0.14957717433571815,
0.1562964953482151,
0.15076233446598053,
0.15194469690322876,
0.29144833609461784,
0.15708014741539955,
0.1488501951098442,
0.2107512727379799,
0.28758834674954414,
0.15844067186117172,
0.15052589401602745,
0.14786330983042717,
0.1483595408499241,
0.14761295169591904,
0.148051917552948,
0.15036337450146675,
0.15597660094499588,
0.15763574466109276,
0.17207906767725945,
0.17377248033881187,
0.1551077887415886,
0.15144430845975876,
0.15393829718232155,
0.15750518068671227,
0.16416142135858536,
0.16136294975876808,
0.16649267449975014,
0.31490200385451317,
0.2826903760433197,
0.16906822100281715,
0.14847518131136894,
0.19953395053744316,
0.18416323140263557,
0.15209738910198212,
0.15568198263645172,
0.27935130149126053,
0.1667834259569645,
0.2530501186847687,
0.18106288462877274,
0.1530996412038803,
0.2775697261095047,
0.19319012388586998,
0.15242192894220352,
0.3225148431956768,
0.16148624196648598,
0.3304699994623661,
0.16135315969586372,
0.15226125344634056,
0.15467924252152443,
0.18589209020137787,
0.17088539898395538,
0.3860659673810005,
0.22311565652489662,
0.21387384086847305,
0.1924678459763527,
0.16477536410093307,
0.1643211916089058,
0.3421355411410332,
0.16146600618958473,
0.3718172386288643,
0.18753405660390854,
0.15255767107009888,
0.15613503381609917,
0.15569071844220161,
0.18399671092629433,
0.183570709079504,
0.2789601869881153,
0.1653294414281845,
0.1859029419720173,
0.16990133747458458,
0.17148002982139587,
0.3150439225137234,
0.18125254288315773,
0.15679020434617996,
0.15106311812996864,
0.14785011112689972,
0.14653801545500755,
0.14618313685059547,
0.14944056794047356,
0.34435415267944336,
0.1981407105922699,
0.15930432081222534,
0.1584480218589306,
0.15400691330432892,
0.1878376193344593,
0.16417282819747925,
0.15464921668171883,
0.15918367728590965,
0.1825840026140213,
0.16766951233148575,
0.1551675833761692,
0.1610039658844471,
0.15935760363936424,
0.15604324266314507,
0.155699722468853,
0.1552584208548069,
0.16058748215436935,
0.15429501608014107,
0.15965940058231354,
0.15671104565262794,
0.16993919759988785,
0.25908438116312027,
0.15675005689263344,
0.3461707681417465,
0.16702311486005783,
0.16865606978535652,
0.16130151972174644,
0.16315693780779839,
0.15860896557569504,
0.15859384089708328,
0.24710458889603615,
0.184930220246315,
0.15271210297942162,
0.35912545397877693,
0.19241072982549667,
0.15738612040877342,
0.15803262591362,
0.1639743708074093,
0.23577681183815002,
0.1849268600344658,
0.14777686819434166
],
"count": 310,
"total": 58.63794834539294,
"mean": 0.18915467208191272,
"p50": 0.1613580547273159,
"p90": 0.2795095726847649,
"p95": 0.31915292888879787,
"p99": 0.3852414566650989,
"stdev": 0.05783868153672995,
"stdev_": 30.577453308519452
},
"throughput": {
"unit": "tokens/s",
"value": 10.573357654808058
},
"energy": null,
"efficiency": null
}
} | null | null | null | null | null | null | null | null | null | null | null |
null | null | 2024-10-10-13-27-38/openvino | {
"name": "openvino",
"version": "2024.4.0",
"_target_": "optimum_benchmark.backends.openvino.backend.OVBackend",
"task": "text-generation",
"library": "transformers",
"model_type": "qwen2",
"model": "Qwen/Qwen2.5-7B-Instruct",
"processor": "Qwen/Qwen2.5-7B-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": {}
} | {
"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": {}
} | {
"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"
} | {
"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
} | false | true | null | null | null | null |
null | null | null | null | null | null | null | null | null | {
"memory": {
"unit": "MB",
"max_ram": 28568.141824,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
85.84128818660975
],
"count": 1,
"total": 85.84128818660975,
"mean": 85.84128818660975,
"p50": 85.84128818660975,
"p90": 85.84128818660975,
"p95": 85.84128818660975,
"p99": 85.84128818660975,
"stdev": 0,
"stdev_": 0
},
"throughput": null,
"energy": null,
"efficiency": null
} | {
"memory": {
"unit": "MB",
"max_ram": 17400.188928,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
1.155863493680954,
0.7591285742819309,
0.7738370560109615,
0.7550942674279213,
0.7588984668254852,
0.7791932262480259,
0.7622133567929268,
0.7966163046658039,
0.7676617838442326,
0.7681443095207214
],
"count": 10,
"total": 8.076650839298964,
"mean": 0.8076650839298963,
"p50": 0.767903046682477,
"p90": 0.8325410235673187,
"p95": 0.994202258624136,
"p99": 1.1235312466695906,
"stdev": 0.11663827494300946,
"stdev_": 14.441416035403781
},
"throughput": {
"unit": "tokens/s",
"value": 39.620383048250645
},
"energy": null,
"efficiency": null
} | {
"memory": {
"unit": "MB",
"max_ram": 17400.459264,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
6.200990695506334,
5.851446453481913,
6.216963429003954,
5.708663444966078,
5.59319007396698,
5.803155850619078,
5.378143277019262,
6.436763770878315,
5.788114670664072,
5.6680054776370525
],
"count": 10,
"total": 58.64543714374304,
"mean": 5.864543714374304,
"p50": 5.795635260641575,
"p90": 6.23894346319139,
"p95": 6.3378536170348525,
"p99": 6.416981740109622,
"stdev": 0.3078567112686973,
"stdev_": 5.2494571830733285
},
"throughput": {
"unit": "tokens/s",
"value": 10.572007477416316
},
"energy": null,
"efficiency": null
} | {
"memory": null,
"latency": {
"unit": "s",
"values": [
0.4139234870672226,
0.41735056415200233,
0.30081597715616226,
0.1818118579685688,
0.15186486765742302,
0.23906059190630913,
0.15295346081256866,
0.16011932492256165,
0.2003607526421547,
0.1834808960556984,
0.15580645948648453,
0.24319353699684143,
0.1611436791718006,
0.15759733691811562,
0.1585245616734028,
0.15936047211289406,
0.3769047372043133,
0.18782272934913635,
0.15100917220115662,
0.1527114175260067,
0.2946506328880787,
0.16238847002387047,
0.16231396421790123,
0.156793974339962,
0.16331971436738968,
0.1679960861802101,
0.1615058295428753,
0.15888682380318642,
0.14986367523670197,
0.15800831466913223,
0.15872757136821747,
0.27272531017661095,
0.18892422318458557,
0.15356360375881195,
0.15431320294737816,
0.14779995009303093,
0.15224895253777504,
0.21096992120146751,
0.18912102282047272,
0.21501709148287773,
0.16489996761083603,
0.21484949439764023,
0.17694229260087013,
0.298944354057312,
0.1571926362812519,
0.3427550941705704,
0.15772563219070435,
0.27126798033714294,
0.18431544676423073,
0.16829495877027512,
0.2230387181043625,
0.16222893819212914,
0.1542050875723362,
0.152713593095541,
0.22716208174824715,
0.1603824906051159,
0.15225924924016,
0.15334432572126389,
0.15936279296875,
0.15501442551612854,
0.15603690594434738,
0.17310908064246178,
0.15233517810702324,
0.16673265397548676,
0.15707813948392868,
0.15561645105481148,
0.2950899377465248,
0.16526831686496735,
0.25878509506583214,
0.2684909552335739,
0.15292853489518166,
0.1560739129781723,
0.14961672946810722,
0.28093401342630386,
0.23056770488619804,
0.24176156893372536,
0.18133500963449478,
0.15951067954301834,
0.2469756379723549,
0.15470846369862556,
0.1506977304816246,
0.2186153270304203,
0.1848888210952282,
0.1681702397763729,
0.17152446135878563,
0.16021715849637985,
0.21121134981513023,
0.20459624007344246,
0.18079787492752075,
0.21565362066030502,
0.30665198341012,
0.1855032593011856,
0.28380293399095535,
0.15242250636219978,
0.38883425295352936,
0.14984559640288353,
0.18036608770489693,
0.27179688587784767,
0.1542910747230053,
0.2456365041434765,
0.15133636817336082,
0.14667970687150955,
0.14652648195624352,
0.15149124339222908,
0.2016245499253273,
0.16305964812636375,
0.15654635429382324,
0.2105577066540718,
0.18518470972776413,
0.15230029821395874,
0.16040043160319328,
0.17493826523423195,
0.1600029654800892,
0.1622457429766655,
0.15377505496144295,
0.15260671824216843,
0.18687525764107704,
0.16884037479758263,
0.15240167453885078,
0.37620513141155243,
0.18778274208307266,
0.15565819665789604,
0.1559632606804371,
0.1517484076321125,
0.2911657243967056,
0.1650817021727562,
0.1486673653125763,
0.17960147187113762,
0.16900478303432465,
0.15883860737085342,
0.14794380590319633,
0.15101293101906776,
0.27592404931783676,
0.16797656193375587,
0.14958341792225838,
0.2745455130934715,
0.16101539507508278,
0.1521204449236393,
0.15381720289587975,
0.16098500788211823,
0.1530577912926674,
0.1520393267273903,
0.2233075276017189,
0.18319787457585335,
0.14668099954724312,
0.1477702632546425,
0.1587279476225376,
0.30601438134908676,
0.1573706418275833,
0.15311282873153687,
0.1491524986922741,
0.14643868431448936,
0.15172262489795685,
0.27787161245942116,
0.17872869223356247,
0.15965665131807327,
0.15329846367239952,
0.15216953679919243,
0.1540345810353756,
0.16133840382099152,
0.15683456882834435,
0.2934487983584404,
0.17761101201176643,
0.1538052260875702,
0.2449340969324112,
0.1569734513759613,
0.1520020179450512,
0.1534476801753044,
0.15756065025925636,
0.2761836163699627,
0.21986213698983192,
0.1885678917169571,
0.18862299993634224,
0.21107355505228043,
0.1645197682082653,
0.1521223746240139,
0.1565866880118847,
0.15358155593276024,
0.3630015552043915,
0.17469030618667603,
0.14798744767904282,
0.14919350668787956,
0.14570282772183418,
0.1528305560350418,
0.1565646156668663,
0.3742227740585804,
0.23841682076454163,
0.15160172805190086,
0.1474267914891243,
0.14957717433571815,
0.1562964953482151,
0.15076233446598053,
0.15194469690322876,
0.29144833609461784,
0.15708014741539955,
0.1488501951098442,
0.2107512727379799,
0.28758834674954414,
0.15844067186117172,
0.15052589401602745,
0.14786330983042717,
0.1483595408499241,
0.14761295169591904,
0.148051917552948,
0.15036337450146675,
0.15597660094499588,
0.15763574466109276,
0.17207906767725945,
0.17377248033881187,
0.1551077887415886,
0.15144430845975876,
0.15393829718232155,
0.15750518068671227,
0.16416142135858536,
0.16136294975876808,
0.16649267449975014,
0.31490200385451317,
0.2826903760433197,
0.16906822100281715,
0.14847518131136894,
0.19953395053744316,
0.18416323140263557,
0.15209738910198212,
0.15568198263645172,
0.27935130149126053,
0.1667834259569645,
0.2530501186847687,
0.18106288462877274,
0.1530996412038803,
0.2775697261095047,
0.19319012388586998,
0.15242192894220352,
0.3225148431956768,
0.16148624196648598,
0.3304699994623661,
0.16135315969586372,
0.15226125344634056,
0.15467924252152443,
0.18589209020137787,
0.17088539898395538,
0.3860659673810005,
0.22311565652489662,
0.21387384086847305,
0.1924678459763527,
0.16477536410093307,
0.1643211916089058,
0.3421355411410332,
0.16146600618958473,
0.3718172386288643,
0.18753405660390854,
0.15255767107009888,
0.15613503381609917,
0.15569071844220161,
0.18399671092629433,
0.183570709079504,
0.2789601869881153,
0.1653294414281845,
0.1859029419720173,
0.16990133747458458,
0.17148002982139587,
0.3150439225137234,
0.18125254288315773,
0.15679020434617996,
0.15106311812996864,
0.14785011112689972,
0.14653801545500755,
0.14618313685059547,
0.14944056794047356,
0.34435415267944336,
0.1981407105922699,
0.15930432081222534,
0.1584480218589306,
0.15400691330432892,
0.1878376193344593,
0.16417282819747925,
0.15464921668171883,
0.15918367728590965,
0.1825840026140213,
0.16766951233148575,
0.1551675833761692,
0.1610039658844471,
0.15935760363936424,
0.15604324266314507,
0.155699722468853,
0.1552584208548069,
0.16058748215436935,
0.15429501608014107,
0.15965940058231354,
0.15671104565262794,
0.16993919759988785,
0.25908438116312027,
0.15675005689263344,
0.3461707681417465,
0.16702311486005783,
0.16865606978535652,
0.16130151972174644,
0.16315693780779839,
0.15860896557569504,
0.15859384089708328,
0.24710458889603615,
0.184930220246315,
0.15271210297942162,
0.35912545397877693,
0.19241072982549667,
0.15738612040877342,
0.15803262591362,
0.1639743708074093,
0.23577681183815002,
0.1849268600344658,
0.14777686819434166
],
"count": 310,
"total": 58.63794834539294,
"mean": 0.18915467208191272,
"p50": 0.1613580547273159,
"p90": 0.2795095726847649,
"p95": 0.31915292888879787,
"p99": 0.3852414566650989,
"stdev": 0.05783868153672995,
"stdev_": 30.577453308519452
},
"throughput": {
"unit": "tokens/s",
"value": 10.573357654808058
},
"energy": null,
"efficiency": null
} |
{
"name": "2024-10-10-13-27-38/pytorch",
"backend": {
"name": "pytorch",
"version": "2.4.1",
"_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
"task": "text-generation",
"library": "transformers",
"model_type": "qwen2",
"model": "Qwen/Qwen2.5-7B-Instruct",
"processor": "Qwen/Qwen2.5-7B-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,
"device_map": null,
"torch_dtype": "float32",
"eval_mode": true,
"to_bettertransformer": false,
"low_cpu_mem_usage": null,
"attn_implementation": null,
"cache_implementation": null,
"autocast_enabled": false,
"autocast_dtype": null,
"torch_compile": false,
"torch_compile_target": "forward",
"torch_compile_config": {},
"quantization_scheme": null,
"quantization_config": {},
"deepspeed_inference": false,
"deepspeed_inference_config": {},
"peft_type": null,
"peft_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
} | {
"load": {
"memory": {
"unit": "MB",
"max_ram": 35904.417792,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
17.653250481933355
],
"count": 1,
"total": 17.653250481933355,
"mean": 17.653250481933355,
"p50": 17.653250481933355,
"p90": 17.653250481933355,
"p95": 17.653250481933355,
"p99": 17.653250481933355,
"stdev": 0,
"stdev_": 0
},
"throughput": null,
"energy": null,
"efficiency": null
},
"prefill": {
"memory": {
"unit": "MB",
"max_ram": 32586.477568,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
7.114257633686066,
6.9122952707111835,
7.246219478547573,
7.030736085027456,
7.265082646161318,
6.757320333272219,
6.376978535205126,
7.046132210642099,
6.656667198985815,
6.604565516114235
],
"count": 10,
"total": 69.01025490835309,
"mean": 6.901025490835309,
"p50": 6.97151567786932,
"p90": 7.248105795308947,
"p95": 7.256594220735133,
"p99": 7.263384961076081,
"stdev": 0.27893514120336665,
"stdev_": 4.041937558031016
},
"throughput": {
"unit": "tokens/s",
"value": 4.63699200104341
},
"energy": null,
"efficiency": null
},
"decode": {
"memory": {
"unit": "MB",
"max_ram": 32586.477568,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
63.17382514476776,
65.35659051686525,
55.37452078983188,
50.915375493466854,
47.49415132775903,
45.104538425803185,
45.05941754952073,
48.155522741377354,
45.74066999182105,
47.49882814288139
],
"count": 10,
"total": 513.8734401240945,
"mean": 51.38734401240945,
"p50": 47.82717544212937,
"p90": 63.39210168197751,
"p95": 64.37434609942137,
"p99": 65.16014163337648,
"stdev": 7.08734589851425,
"stdev_": 13.792006640395227
},
"throughput": {
"unit": "tokens/s",
"value": 1.2065227575300976
},
"energy": null,
"efficiency": null
},
"per_token": {
"memory": null,
"latency": {
"unit": "s",
"values": [
1.7681835927069187,
3.4078874364495277,
1.8021652027964592,
1.8068931549787521,
2.261068418622017,
1.726471833884716,
1.9878739155828953,
1.5795339308679104,
1.8304941393435001,
1.5634720548987389,
1.606158822774887,
1.616318330168724,
1.6184928230941296,
1.9202837757766247,
3.450111825019121,
1.6720258966088295,
1.7256851755082607,
1.75783621519804,
1.7265837825834751,
1.5630804300308228,
1.5898851603269577,
1.533352144062519,
3.1931427754461765,
5.343102682381868,
1.6616773642599583,
1.7369111701846123,
1.5022210367023945,
1.598583146929741,
1.624124240130186,
2.656230367720127,
2.343122761696577,
1.7591094300150871,
1.6286157593131065,
1.7802175655961037,
1.5908653438091278,
1.5171627439558506,
1.493276171386242,
1.6895058862864971,
3.347988873720169,
5.13086811080575,
1.5426892451941967,
1.6004906855523586,
2.0029783472418785,
1.6391308568418026,
1.52532322332263,
1.5069370567798615,
2.186821110546589,
2.093376763164997,
1.9745018891990185,
2.0757181458175182,
1.7520508393645287,
2.346122395247221,
1.6076675169169903,
2.084550578147173,
1.8133570104837418,
1.9934194646775723,
2.128780335187912,
2.2920861802995205,
2.1631330735981464,
2.6446249149739742,
2.5772662423551083,
3.8671637177467346,
1.9852449893951416,
2.3654357455670834,
2.0360347852110863,
2.374017111957073,
2.723650574684143,
1.8582580871880054,
1.5034046098589897,
1.6465991362929344,
1.4499674253165722,
1.6358654126524925,
1.8747524544596672,
1.4206897020339966,
1.4671851061284542,
1.4384502470493317,
1.4643107503652573,
1.9214762523770332,
1.6099670119583607,
1.4689327515661716,
1.6052444465458393,
1.9042164869606495,
1.4260458834469318,
1.679093286395073,
1.4906517751514912,
1.565056350082159,
1.4333108961582184,
1.6245144605636597,
1.4097499176859856,
1.462467536330223,
3.8359421268105507,
2.106362149119377,
1.5868472456932068,
1.5491143092513084,
2.0500447005033493,
1.7718442045152187,
1.701318010687828,
1.4650880098342896,
1.9086740873754025,
1.640469465404749,
1.460494514554739,
1.5559008307754993,
1.680026601999998,
1.464311558753252,
1.7624241672456264,
1.5449306890368462,
1.4213817492127419,
1.568018052726984,
1.7861261330544949,
1.6119177863001823,
1.7638235799968243,
2.141072131693363,
1.5725331641733646,
1.7254820428788662,
1.4259584471583366,
1.4681672006845474,
1.7029561065137386,
1.4312676340341568,
1.4676583148539066,
1.459305603057146,
1.4513339586555958,
1.7661967910826206,
1.4546430632472038,
2.1419729441404343,
1.9010721147060394,
1.7762134373188019,
2.2160165905952454,
1.6020240932703018,
1.4636012949049473,
1.6160628609359264,
1.8222533836960793,
1.4647764824330807,
1.7365992963314056,
1.4626570045948029,
1.4276827089488506,
1.468505822122097,
1.4329461827874184,
1.4534464962780476,
1.4221769347786903,
1.423435002565384,
1.4693606309592724,
1.429002270102501,
1.4702580831944942,
1.435199748724699,
1.4652475081384182,
1.4286426231265068,
1.474669460207224,
1.4328301846981049,
1.464672900736332,
1.4327681809663773,
1.4693042039871216,
1.4310141205787659,
1.4982984140515327,
1.4678047075867653,
1.4311448149383068,
1.438781276345253,
1.4013014882802963,
1.4686011709272861,
1.4323601126670837,
1.6065926253795624,
1.4586185403168201,
1.437251329421997,
1.4721843674778938,
1.4274075105786324,
1.4661480821669102,
1.4193136915564537,
1.410939633846283,
1.469047974795103,
1.4303078353404999,
1.4693841524422169,
1.433273371309042,
1.4672483839094639,
1.4289179928600788,
1.6004419699311256,
1.4669023714959621,
1.434362668544054,
1.4672634564340115,
1.4329279772937298,
1.4656192809343338,
1.4319997280836105,
1.4704417325556278,
1.4181833565235138,
1.4165718294680119,
1.4671027697622776,
1.4308040924370289,
1.463426098227501,
1.4551252573728561,
1.4723606295883656,
1.3972427360713482,
1.5316320396959782,
1.4691742546856403,
1.4322599954903126,
1.471731297671795,
1.4259674474596977,
1.4151211753487587,
1.4538570679724216,
1.5188346281647682,
1.4142794720828533,
1.468948818743229,
1.5021546743810177,
1.431886613368988,
1.4644411280751228,
1.434070136398077,
1.4692771509289742,
1.4331989660859108,
1.464082259684801,
1.436005748808384,
1.4635489657521248,
1.4311735518276691,
1.4684767164289951,
1.43087899684906,
1.4675031937658787,
1.4375089146196842,
1.4641438461840153,
1.435873582959175,
1.4659490697085857,
1.4319299049675465,
1.4575478471815586,
2.5977691896259785,
1.46378618106246,
1.4319142065942287,
1.470462467521429,
1.4337660819292068,
1.4779867082834244,
1.4157986715435982,
1.4697876125574112,
1.4317081272602081,
1.4674253277480602,
1.423119131475687,
1.409830268472433,
1.4705512672662735,
1.4304680824279785,
1.4666381552815437,
1.4366301782429218,
1.467168401926756,
1.4340135417878628,
1.4701542630791664,
1.4268802665174007,
1.468014683574438,
1.4302533492445946,
1.4716646037995815,
3.4407747872173786,
1.4562487825751305,
1.5330546535551548,
1.4706882983446121,
1.428062915802002,
1.4668530523777008,
1.4319939278066158,
1.529294889420271,
1.5111301951110363,
1.4708303660154343,
1.4178302213549614,
1.4096245132386684,
1.4697333239018917,
1.48112278804183,
1.4199819527566433,
1.4294500797986984,
1.7169660702347755,
1.5820492394268513,
1.5101014636456966,
1.7897575870156288,
1.4517071843147278,
1.4105923362076283,
1.4401911534368992,
1.464747030287981,
1.4333813078701496,
1.468441180884838,
1.399736039340496,
1.5200213603675365,
1.4172282554209232,
1.4615039676427841,
1.4375051446259022,
1.4635396413505077,
1.424740869551897,
1.4582512192428112,
1.4166014529764652,
1.4317531250417233,
1.4724761247634888,
1.4295803979039192,
1.4657687619328499,
1.42853232473135,
1.4724901355803013,
1.426195602864027,
1.4717541746795177,
1.4288433454930782,
1.4715972393751144,
1.4293026141822338,
1.8215524479746819,
3.227171815931797,
1.440565425902605,
1.408451296389103,
1.4700793586671352,
1.4310657270252705,
1.4687310978770256,
1.4323204793035984,
1.4678363390266895,
1.430955681949854,
1.4694240540266037,
1.4306833483278751,
1.4684094078838825,
1.4312798827886581,
1.4700833931565285,
1.6013607122004032,
1.4290366619825363,
1.4716910608112812,
1.4340159222483635,
1.4633553586900234,
1.4303532429039478,
1.7709635347127914,
1.434176791459322
],
"count": 310,
"total": 513.8579590767622,
"mean": 1.6576063196024586,
"p50": 1.4693723917007446,
"p90": 2.052612045034767,
"p95": 2.3701554970815777,
"p99": 3.8012173996493317,
"stdev": 0.4835444308274939,
"stdev_": 29.171246821951165
},
"throughput": {
"unit": "tokens/s",
"value": 1.2065591065553232
},
"energy": null,
"efficiency": null
}
} | null | null | null | null | null | null | null | null | null | null | null |
null | null | 2024-10-10-13-27-38/pytorch | {
"name": "pytorch",
"version": "2.4.1",
"_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
"task": "text-generation",
"library": "transformers",
"model_type": "qwen2",
"model": "Qwen/Qwen2.5-7B-Instruct",
"processor": "Qwen/Qwen2.5-7B-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,
"device_map": null,
"torch_dtype": "float32",
"eval_mode": true,
"to_bettertransformer": false,
"low_cpu_mem_usage": null,
"attn_implementation": null,
"cache_implementation": null,
"autocast_enabled": false,
"autocast_dtype": null,
"torch_compile": false,
"torch_compile_target": "forward",
"torch_compile_config": {},
"quantization_scheme": null,
"quantization_config": {},
"deepspeed_inference": false,
"deepspeed_inference_config": {},
"peft_type": null,
"peft_config": {}
} | {
"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": {}
} | {
"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"
} | {
"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
} | false | true | null | null | null | null |
null | null | null | null | null | null | null | null | null | {
"memory": {
"unit": "MB",
"max_ram": 35904.417792,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
17.653250481933355
],
"count": 1,
"total": 17.653250481933355,
"mean": 17.653250481933355,
"p50": 17.653250481933355,
"p90": 17.653250481933355,
"p95": 17.653250481933355,
"p99": 17.653250481933355,
"stdev": 0,
"stdev_": 0
},
"throughput": null,
"energy": null,
"efficiency": null
} | {
"memory": {
"unit": "MB",
"max_ram": 32586.477568,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
7.114257633686066,
6.9122952707111835,
7.246219478547573,
7.030736085027456,
7.265082646161318,
6.757320333272219,
6.376978535205126,
7.046132210642099,
6.656667198985815,
6.604565516114235
],
"count": 10,
"total": 69.01025490835309,
"mean": 6.901025490835309,
"p50": 6.97151567786932,
"p90": 7.248105795308947,
"p95": 7.256594220735133,
"p99": 7.263384961076081,
"stdev": 0.27893514120336665,
"stdev_": 4.041937558031016
},
"throughput": {
"unit": "tokens/s",
"value": 4.63699200104341
},
"energy": null,
"efficiency": null
} | {
"memory": {
"unit": "MB",
"max_ram": 32586.477568,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
63.17382514476776,
65.35659051686525,
55.37452078983188,
50.915375493466854,
47.49415132775903,
45.104538425803185,
45.05941754952073,
48.155522741377354,
45.74066999182105,
47.49882814288139
],
"count": 10,
"total": 513.8734401240945,
"mean": 51.38734401240945,
"p50": 47.82717544212937,
"p90": 63.39210168197751,
"p95": 64.37434609942137,
"p99": 65.16014163337648,
"stdev": 7.08734589851425,
"stdev_": 13.792006640395227
},
"throughput": {
"unit": "tokens/s",
"value": 1.2065227575300976
},
"energy": null,
"efficiency": null
} | {
"memory": null,
"latency": {
"unit": "s",
"values": [
1.7681835927069187,
3.4078874364495277,
1.8021652027964592,
1.8068931549787521,
2.261068418622017,
1.726471833884716,
1.9878739155828953,
1.5795339308679104,
1.8304941393435001,
1.5634720548987389,
1.606158822774887,
1.616318330168724,
1.6184928230941296,
1.9202837757766247,
3.450111825019121,
1.6720258966088295,
1.7256851755082607,
1.75783621519804,
1.7265837825834751,
1.5630804300308228,
1.5898851603269577,
1.533352144062519,
3.1931427754461765,
5.343102682381868,
1.6616773642599583,
1.7369111701846123,
1.5022210367023945,
1.598583146929741,
1.624124240130186,
2.656230367720127,
2.343122761696577,
1.7591094300150871,
1.6286157593131065,
1.7802175655961037,
1.5908653438091278,
1.5171627439558506,
1.493276171386242,
1.6895058862864971,
3.347988873720169,
5.13086811080575,
1.5426892451941967,
1.6004906855523586,
2.0029783472418785,
1.6391308568418026,
1.52532322332263,
1.5069370567798615,
2.186821110546589,
2.093376763164997,
1.9745018891990185,
2.0757181458175182,
1.7520508393645287,
2.346122395247221,
1.6076675169169903,
2.084550578147173,
1.8133570104837418,
1.9934194646775723,
2.128780335187912,
2.2920861802995205,
2.1631330735981464,
2.6446249149739742,
2.5772662423551083,
3.8671637177467346,
1.9852449893951416,
2.3654357455670834,
2.0360347852110863,
2.374017111957073,
2.723650574684143,
1.8582580871880054,
1.5034046098589897,
1.6465991362929344,
1.4499674253165722,
1.6358654126524925,
1.8747524544596672,
1.4206897020339966,
1.4671851061284542,
1.4384502470493317,
1.4643107503652573,
1.9214762523770332,
1.6099670119583607,
1.4689327515661716,
1.6052444465458393,
1.9042164869606495,
1.4260458834469318,
1.679093286395073,
1.4906517751514912,
1.565056350082159,
1.4333108961582184,
1.6245144605636597,
1.4097499176859856,
1.462467536330223,
3.8359421268105507,
2.106362149119377,
1.5868472456932068,
1.5491143092513084,
2.0500447005033493,
1.7718442045152187,
1.701318010687828,
1.4650880098342896,
1.9086740873754025,
1.640469465404749,
1.460494514554739,
1.5559008307754993,
1.680026601999998,
1.464311558753252,
1.7624241672456264,
1.5449306890368462,
1.4213817492127419,
1.568018052726984,
1.7861261330544949,
1.6119177863001823,
1.7638235799968243,
2.141072131693363,
1.5725331641733646,
1.7254820428788662,
1.4259584471583366,
1.4681672006845474,
1.7029561065137386,
1.4312676340341568,
1.4676583148539066,
1.459305603057146,
1.4513339586555958,
1.7661967910826206,
1.4546430632472038,
2.1419729441404343,
1.9010721147060394,
1.7762134373188019,
2.2160165905952454,
1.6020240932703018,
1.4636012949049473,
1.6160628609359264,
1.8222533836960793,
1.4647764824330807,
1.7365992963314056,
1.4626570045948029,
1.4276827089488506,
1.468505822122097,
1.4329461827874184,
1.4534464962780476,
1.4221769347786903,
1.423435002565384,
1.4693606309592724,
1.429002270102501,
1.4702580831944942,
1.435199748724699,
1.4652475081384182,
1.4286426231265068,
1.474669460207224,
1.4328301846981049,
1.464672900736332,
1.4327681809663773,
1.4693042039871216,
1.4310141205787659,
1.4982984140515327,
1.4678047075867653,
1.4311448149383068,
1.438781276345253,
1.4013014882802963,
1.4686011709272861,
1.4323601126670837,
1.6065926253795624,
1.4586185403168201,
1.437251329421997,
1.4721843674778938,
1.4274075105786324,
1.4661480821669102,
1.4193136915564537,
1.410939633846283,
1.469047974795103,
1.4303078353404999,
1.4693841524422169,
1.433273371309042,
1.4672483839094639,
1.4289179928600788,
1.6004419699311256,
1.4669023714959621,
1.434362668544054,
1.4672634564340115,
1.4329279772937298,
1.4656192809343338,
1.4319997280836105,
1.4704417325556278,
1.4181833565235138,
1.4165718294680119,
1.4671027697622776,
1.4308040924370289,
1.463426098227501,
1.4551252573728561,
1.4723606295883656,
1.3972427360713482,
1.5316320396959782,
1.4691742546856403,
1.4322599954903126,
1.471731297671795,
1.4259674474596977,
1.4151211753487587,
1.4538570679724216,
1.5188346281647682,
1.4142794720828533,
1.468948818743229,
1.5021546743810177,
1.431886613368988,
1.4644411280751228,
1.434070136398077,
1.4692771509289742,
1.4331989660859108,
1.464082259684801,
1.436005748808384,
1.4635489657521248,
1.4311735518276691,
1.4684767164289951,
1.43087899684906,
1.4675031937658787,
1.4375089146196842,
1.4641438461840153,
1.435873582959175,
1.4659490697085857,
1.4319299049675465,
1.4575478471815586,
2.5977691896259785,
1.46378618106246,
1.4319142065942287,
1.470462467521429,
1.4337660819292068,
1.4779867082834244,
1.4157986715435982,
1.4697876125574112,
1.4317081272602081,
1.4674253277480602,
1.423119131475687,
1.409830268472433,
1.4705512672662735,
1.4304680824279785,
1.4666381552815437,
1.4366301782429218,
1.467168401926756,
1.4340135417878628,
1.4701542630791664,
1.4268802665174007,
1.468014683574438,
1.4302533492445946,
1.4716646037995815,
3.4407747872173786,
1.4562487825751305,
1.5330546535551548,
1.4706882983446121,
1.428062915802002,
1.4668530523777008,
1.4319939278066158,
1.529294889420271,
1.5111301951110363,
1.4708303660154343,
1.4178302213549614,
1.4096245132386684,
1.4697333239018917,
1.48112278804183,
1.4199819527566433,
1.4294500797986984,
1.7169660702347755,
1.5820492394268513,
1.5101014636456966,
1.7897575870156288,
1.4517071843147278,
1.4105923362076283,
1.4401911534368992,
1.464747030287981,
1.4333813078701496,
1.468441180884838,
1.399736039340496,
1.5200213603675365,
1.4172282554209232,
1.4615039676427841,
1.4375051446259022,
1.4635396413505077,
1.424740869551897,
1.4582512192428112,
1.4166014529764652,
1.4317531250417233,
1.4724761247634888,
1.4295803979039192,
1.4657687619328499,
1.42853232473135,
1.4724901355803013,
1.426195602864027,
1.4717541746795177,
1.4288433454930782,
1.4715972393751144,
1.4293026141822338,
1.8215524479746819,
3.227171815931797,
1.440565425902605,
1.408451296389103,
1.4700793586671352,
1.4310657270252705,
1.4687310978770256,
1.4323204793035984,
1.4678363390266895,
1.430955681949854,
1.4694240540266037,
1.4306833483278751,
1.4684094078838825,
1.4312798827886581,
1.4700833931565285,
1.6013607122004032,
1.4290366619825363,
1.4716910608112812,
1.4340159222483635,
1.4633553586900234,
1.4303532429039478,
1.7709635347127914,
1.434176791459322
],
"count": 310,
"total": 513.8579590767622,
"mean": 1.6576063196024586,
"p50": 1.4693723917007446,
"p90": 2.052612045034767,
"p95": 2.3701554970815777,
"p99": 3.8012173996493317,
"stdev": 0.4835444308274939,
"stdev_": 29.171246821951165
},
"throughput": {
"unit": "tokens/s",
"value": 1.2065591065553232
},
"energy": null,
"efficiency": null
} |
No dataset card yet
New: Create and edit this dataset card directly on the website!
Contribute a Dataset Card- Downloads last month
- 3