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 'processor_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 'processor_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 'processor_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": "openvino-gpt2-float16", "backend": { "name": "openvino", "version": "2024.4.0", "_target_": "optimum_benchmark.backends.openvino.backend.OVBackend", "task": "text-generation", "library": "transformers", "model_type": "gpt2", "model": "gpt2", "processor": "gpt2", "device": "cpu", "device_ids": "0", "seed": 42, "inter_op_num_threads": null, "intra_op_num_threads": null, "model_kwargs": { "trust_remote_code": true }, "processor_kwargs": {}, "no_weights": true, "export": true, "use_cache": true, "use_merged": false, "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": 1, "num_choices": 2, "sequence_length": 128 }, "new_tokens": null, "memory": true, "latency": true, "energy": true, "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": false, "numactl_kwargs": {}, "start_method": "spawn" }, "environment": { "cpu": " Intel(R) Xeon(R) Platinum 8488C", "cpu_count": 32, "cpu_ram_mb": 66327.134208, "system": "Linux", "machine": "x86_64", "platform": "Linux-5.15.0-1066-aws-x86_64-with-glibc2.31", "processor": "x86_64", "python_version": "3.10.14", "optimum_benchmark_version": "0.5.0.dev0", "optimum_benchmark_commit": "0faf284ddcd8d7fa75fa6bdb54c80ca3dd368207", "transformers_version": "4.44.2", "transformers_commit": "0faf284ddcd8d7fa75fa6bdb54c80ca3dd368207", "accelerate_version": "1.0.1", "accelerate_commit": "0faf284ddcd8d7fa75fa6bdb54c80ca3dd368207", "diffusers_version": null, "diffusers_commit": null, "optimum_version": "1.23.1", "optimum_commit": null, "timm_version": null, "timm_commit": null, "peft_version": null, "peft_commit": null }, "print_report": true, "log_report": true }
{ "load": { "memory": { "unit": "MB", "max_ram": 1763.106816, "max_global_vram": null, "max_process_vram": null, "max_reserved": null, "max_allocated": null }, "latency": { "unit": "s", "values": [ 4.595200118958019 ], "count": 1, "total": 4.595200118958019, "mean": 4.595200118958019, "p50": 4.595200118958019, "p90": 4.595200118958019, "p95": 4.595200118958019, "p99": 4.595200118958019, "stdev": 0, "stdev_": 0 }, "throughput": null, "energy": null, "efficiency": null }, "prefill": { "memory": { "unit": "MB", "max_ram": 2102.796288, "max_global_vram": null, "max_process_vram": null, "max_reserved": null, "max_allocated": null }, "latency": { "unit": "s", "values": [ 0.013465870055370033, 0.014627453056164086, 0.014516751980409026, 0.014414055971428752, 0.014285110053606331, 0.014591695042327046, 0.014312786981463432, 0.014537282986566424, 0.014416615013033152, 0.014222537050954998, 0.014614264946430922, 0.014537365990690887, 0.014413318014703691, 0.014098737039603293, 0.014596919994801283, 0.014342201058752835, 0.014586159028112888, 0.014596554916352034, 0.014896689914166927, 0.014420390943996608, 0.016116294893436134, 0.01471326791215688, 0.0144191860454157, 0.01456045696977526, 0.01477001397870481, 0.014059250941500068, 0.014107633964158595, 0.01397496904246509, 0.014338685083203018, 0.013997554895468056, 0.014266130980104208, 0.014096227008849382, 0.01425969006959349, 0.014538940973579884, 0.014399984967894852, 0.014978551072999835, 0.014366645948030055, 0.014574475004337728, 0.014242368983104825, 0.014304233016446233, 0.014296158100478351, 0.014460862963460386 ], "count": 42, "total": 0.6063343428540975, "mean": 0.014436531972716608, "p50": 0.014415335492230952, "p90": 0.0147046864265576, "p95": 0.01489035611739382, "p99": 0.015649819927057246, "stdev": 0.00037248459135060343, "stdev_": 2.580152851492011 }, "throughput": { "unit": "tokens/s", "value": 8866.395353254185 }, "energy": { "unit": "kWh", "cpu": 1.539156841278942e-7, "ram": 8.388888487286931e-8, "gpu": 0, "total": 2.378045690007635e-7 }, "efficiency": { "unit": "tokens/kWh", "value": 538257109.7681015 } }, "decode": { "memory": { "unit": "MB", "max_ram": 2102.796288, "max_global_vram": null, "max_process_vram": null, "max_reserved": null, "max_allocated": null }, "latency": { "unit": "s", "values": [ 0.22927229991182685, 0.22587141499388963, 0.2268913050647825, 0.22671782108955085, 0.22612088196910918, 0.2260231679538265, 0.2257199449231848, 0.2266038570087403, 0.22773313790094107, 0.22586702601984143, 0.2260837199864909, 0.2259418839821592, 0.22611092298757285, 0.22793313197325915, 0.22704235406126827, 0.233891038922593, 0.22564459091518074, 0.2335634910268709, 0.2264267320279032, 0.22576549008954316, 0.22666747902985662, 0.22645854903385043, 0.22684049396775663, 0.22628479602281004, 0.22345129493623972, 0.2212737170048058, 0.22019799996633083, 0.2198760019382462, 0.22180680593010038, 0.22052831400651485, 0.21951090497896075, 0.21927826304454356, 0.22039542195852846, 0.22015037399251014, 0.2407590860966593, 0.226540696923621, 0.22591348900459707, 0.22527204302605242, 0.2258987199747935, 0.22729413700290024, 0.2250657118856907, 0.22609153506346047 ], "count": 42, "total": 9.480780047597364, "mean": 0.2257328582761277, "p50": 0.2260534439701587, "p90": 0.22791313256602735, "p95": 0.23334893147111868, "p99": 0.23794318675529208, "stdev": 0.003965064729438519, "stdev_": 1.756529713803674 }, "throughput": { "unit": "tokens/s", "value": 137.33047211974454 }, "energy": { "unit": "kWh", "cpu": 0.000002679106894945716, "ram": 0.0000014602043347467096, "gpu": 0, "total": 0.000004139311229692426 }, "efficiency": { "unit": "tokens/kWh", "value": 7489168.675606805 } }, "per_token": { "memory": null, "latency": { "unit": "s", "values": [ 0.008379356004297733, 0.007296052994206548, 0.007307766936719418, 0.007232584059238434, 0.007212257944047451, 0.007266776985488832, 0.007253693067468703, 0.007160298991948366, 0.0073894120287150145, 0.007240370963700116, 0.007381486939266324, 0.007316364091821015, 0.007287563988938928, 0.0075016230111941695, 0.007372192922048271, 0.0073585109785199165, 0.007398927002213895, 0.007381881005130708, 0.00726486009079963, 0.0074414199916645885, 0.007382430951111019, 0.007714765961281955, 0.007313676062040031, 0.007340022944845259, 0.00734899309463799, 0.007348566898144782, 0.007343625999055803, 0.007361508090980351, 0.007345782942138612, 0.007396921049803495, 0.007508600945584476, 0.008667576010338962, 0.0073798379162326455, 0.007341673015616834, 0.007214155048131943, 0.0072465159464627504, 0.007133887032978237, 0.007199194980785251, 0.0071983980014920235, 0.007186779985204339, 0.007270798087120056, 0.007081729010678828, 0.007090143975801766, 0.007109605008736253, 0.007122156908735633, 0.007109216065146029, 0.0071466009831056, 0.007136514061130583, 0.007237708894535899, 0.007178690051659942, 0.007209663977846503, 0.007326624006964266, 0.007282020058482885, 0.007520221988670528, 0.007239474914968014, 0.007319798110984266, 0.007291030953638256, 0.007219519931823015, 0.00718240300193429, 0.007324893027544022, 0.007280837977305055, 0.007219711085781455, 0.008549266029149294, 0.007295995019376278, 0.007204405963420868, 0.007196624996140599, 0.007136485073715448, 0.007211318938061595, 0.007185077993199229, 0.007240956067107618, 0.007238395977765322, 0.007149913930334151, 0.007123594055883586, 0.007254349999129772, 0.007226840010844171, 0.007243191939778626, 0.007243021042086184, 0.0072937499498948455, 0.007276440039277077, 0.007236910052597523, 0.007251277915202081, 0.007333792978897691, 0.007314704009331763, 0.007283493992872536, 0.007372122025117278, 0.0073745379922911525, 0.007278084987774491, 0.007269839057698846, 0.0073297040071338415, 0.007255638018250465, 0.007391658960841596, 0.007324444013647735, 0.007369439001195133, 0.008723394013941288, 0.007300729979760945, 0.007327317027375102, 0.0074011520482599735, 0.007196191931143403, 0.007239928003400564, 0.007170253084041178, 0.007237792946398258, 0.007266078027896583, 0.007270741974934936, 0.007171815959736705, 0.007217017002403736, 0.0072021030355244875, 0.007173200021497905, 0.007208728929981589, 0.007217184058390558, 0.007291169022209942, 0.007189163006842136, 0.007260966929607093, 0.007252409006468952, 0.007322730030864477, 0.007257969002239406, 0.007244528969749808, 0.007347536040470004, 0.007319811964407563, 0.007271404028870165, 0.007257396006025374, 0.0072307930095121264, 0.007241301937028766, 0.007248947047628462, 0.007244728971272707, 0.008517818991094828, 0.007277586963027716, 0.00722972908988595, 0.007162220892496407, 0.007171679055318236, 0.007172803045250475, 0.007172530982643366, 0.007188729010522366, 0.007142763934098184, 0.007263125036843121, 0.007132041035220027, 0.0072225709445774555, 0.007240836042910814, 0.0072280989261344075, 0.007324789999984205, 0.007235668017528951, 0.00733548600692302, 0.007265198975801468, 0.007208690047264099, 0.007218376966193318, 0.007202650071121752, 0.0072418960044160485, 0.007278042961843312, 0.007325866958126426, 0.007257536984980106, 0.007339865085668862, 0.007214357960037887, 0.007295164046809077, 0.007320444914512336, 0.007225617999210954, 0.007294647046364844, 0.008603932918049395, 0.007315598079003394, 0.007246277993544936, 0.007209650939330459, 0.007185806054621935, 0.00725059793330729, 0.007286992040462792, 0.007266792003065348, 0.0071795020485296845, 0.007182039902545512, 0.007134614046663046, 0.007137684035114944, 0.0073416579980403185, 0.007223602966405451, 0.007275886950083077, 0.007318183081224561, 0.007297431002371013, 0.007180068991146982, 0.007290237001143396, 0.007228187983855605, 0.00720065797213465, 0.007211691001430154, 0.007216155994683504, 0.0072837830521166325, 0.007170003955252469, 0.007252187002450228, 0.007273392053321004, 0.007167211966589093, 0.007200808962807059, 0.007287534070201218, 0.007202484994195402, 0.008462558966130018, 0.007171886041760445, 0.007249364978633821, 0.0071579719660803676, 0.007250698981806636, 0.007197531056590378, 0.007184543996118009, 0.0072821410140022635, 0.0072086569853127, 0.007192699937149882, 0.007194369100034237, 0.007206402951851487, 0.007231510942801833, 0.007247989997267723, 0.007282295031473041, 0.007233793963678181, 0.007227698108181357, 0.007208333001472056, 0.007234490942209959, 0.007196714053861797, 0.007181741995736957, 0.007258308003656566, 0.0073093019891530275, 0.007231200928799808, 0.0072239290457218885, 0.007304457947611809, 0.007201927015557885, 0.007276547024957836, 0.007153728045523167, 0.00722309690900147, 0.007327233091928065, 0.008542457013390958, 0.007233749958686531, 0.007223019958473742, 0.0072253410471603274, 0.007146292948164046, 0.007152660051360726, 0.007145556970499456, 0.007259928970597684, 0.007211004034616053, 0.007157500949688256, 0.007147592026740313, 0.007188188028521836, 0.0071812409441918135, 0.007156573003157973, 0.007258718018420041, 0.007723569986410439, 0.007318398100323975, 0.007285212981514633, 0.007332523004151881, 0.007324119913391769, 0.0072911480674520135, 0.007354549947194755, 0.0072939840611070395, 0.007290335954166949, 0.007320099044591188, 0.007252744981087744, 0.007272735936567187, 0.007247329107485712, 0.007309773005545139, 0.007153378915973008, 0.007199762971140444, 0.008641951950266957, 0.007344585028477013, 0.007192519027739763, 0.007204938912764192, 0.007183691021054983, 0.007265376043505967, 0.007188522955402732, 0.0072660360019654036, 0.007225812063552439, 0.007303139893338084, 0.007288919063284993, 0.007287675980478525, 0.007430052966810763, 0.007351503008976579, 0.007345456979237497, 0.007297158008441329, 0.007363593089394271, 0.007284383988007903, 0.007401205948553979, 0.007272365968674421, 0.007270504022017121, 0.007296325056813657, 0.007348682964220643, 0.007262947037816048, 0.007265265914611518, 0.00741518207360059, 0.007294330978766084, 0.007264659041538835, 0.0072641909355297685, 0.007269516005180776, 0.00724640698172152, 0.008460490964353085, 0.007296093972399831, 0.007175153004936874, 0.007230618968605995, 0.007191052078269422, 0.007207175949588418, 0.00720864802133292, 0.007179543958045542, 0.00717233307659626, 0.007273025927133858, 0.0073272810550406575, 0.007257121964357793, 0.007280101999640465, 0.007213616045191884, 0.0072061310056596994, 0.007152023026719689, 0.007165408926084638, 0.007351579028181732, 0.007295139948837459, 0.007267832988873124, 0.0072632330702617764, 0.0072378539480268955, 0.007186311995610595, 0.007239343016408384, 0.007152901031076908, 0.007179319974966347, 0.007254637079313397, 0.007224019966088235, 0.007242508931085467, 0.007301200996153057, 0.007255072006955743, 0.008687802008353174, 0.007411864004097879, 0.007276623975485563, 0.007224813103675842, 0.0071636129869148135, 0.007213103002868593, 0.007272045942954719, 0.007235147058963776, 0.007329882006160915, 0.007219421910122037, 0.007196677033789456, 0.007268088054843247, 0.007252562907524407, 0.007217231090180576, 0.007259098929353058, 0.00717436196282506, 0.007150997058488429, 0.00721606204751879, 0.00734569993801415, 0.007211890071630478, 0.007262229919433594, 0.007278678007423878, 0.007149012992158532, 0.007123315008357167, 0.007235766970552504, 0.007281347061507404, 0.007171273929998279, 0.007219432038255036, 0.007210831041447818, 0.007176426937803626, 0.007243460044264793, 0.008568989927880466, 0.007352161104790866, 0.007246370892971754, 0.00723847805056721, 0.007132558966986835, 0.0072366270469501615, 0.007192458026111126, 0.007241462008096278, 0.00715652690269053, 0.007212702999822795, 0.007175742997787893, 0.007160742999985814, 0.007244423031806946, 0.007272185990586877, 0.007169780088588595, 0.007291784975677729, 0.007267958018928766, 0.007272703922353685, 0.007248069043271244, 0.007221610983833671, 0.007272367947734892, 0.007225838024169207, 0.007192803081125021, 0.007255620905198157, 0.007230936083942652, 0.007212300901301205, 0.007225083070807159, 0.00720918201841414, 0.007189036929048598, 0.0072411110159009695, 0.007258641999214888, 0.008506440091878176, 0.007230813964270055, 0.007244367967359722, 0.007184815010987222, 0.00713319203350693, 0.007271028007380664, 0.007257268996909261, 0.007240261998958886, 0.0071823259349912405, 0.00716522999573499, 0.007174831000156701, 0.0072542179841548204, 0.007197741069830954, 0.007243862957693636, 0.007178939995355904, 0.007335957023315132, 0.007233437965624034, 0.0072520950343459845, 0.007205027970485389, 0.0073151970282197, 0.007320406963117421, 0.007367377984337509, 0.007240439997985959, 0.007242949097417295, 0.007298675016500056, 0.007217097911052406, 0.007179923006333411, 0.007226529065519571, 0.007229365990497172, 0.007400593953207135, 0.0071746050380170345, 0.008530237944796681, 0.007254085969179869, 0.007384145981632173, 0.007351729087531567, 0.007354595931246877, 0.0072350900154560804, 0.007254477008245885, 0.007400567061267793, 0.007242191000841558, 0.007274984964169562, 0.007255928008817136, 0.00724573596380651, 0.007471236051060259, 0.00724829500541091, 0.00724430289119482, 0.007226040004752576, 0.0072520950343459845, 0.007229160983115435, 0.007354145986028016, 0.007352665066719055, 0.007281064987182617, 0.007275213021785021, 0.007280475925654173, 0.007446864037774503, 0.007297883974388242, 0.007352325017563999, 0.0073028820334002376, 0.007271902984939516, 0.007284409017302096, 0.007253933930769563, 0.007325505022890866, 0.008648711023852229, 0.007361892960034311, 0.007282098988071084, 0.0073086260817945, 0.007163667003624141, 0.007154477993026376, 0.007318996940739453, 0.007129773963242769, 0.007181007065810263, 0.007374965003691614, 0.007345605990849435, 0.007360653951764107, 0.007370538078248501, 0.00728529691696167, 0.007299249060451984, 0.007285560015588999, 0.007189549971371889, 0.007163412985391915, 0.007227277033962309, 0.0071304249577224255, 0.007247655070386827, 0.007114750915206969, 0.007202556007541716, 0.0074279800755903125, 0.0074586449190974236, 0.0071860430762171745, 0.007288186927326024, 0.007302277022972703, 0.0072983590653166175, 0.007277309894561768, 0.007214636076241732, 0.008587040938436985, 0.007205879082903266, 0.007290009991265833, 0.0071771289221942425, 0.007545683067291975, 0.007209896924905479, 0.0073012050706893206, 0.007281587924808264, 0.007262075087055564, 0.007251763949170709, 0.007240131963044405, 0.007294269045814872, 0.007448856020346284, 0.007263749022968113, 0.007331556989811361, 0.007223589927889407, 0.007411366095766425, 0.007405209937132895, 0.00725901301484555, 0.007287279004231095, 0.007253187941387296, 0.0072387270629405975, 0.007204558001831174, 0.008875289931893349, 0.009191512013785541, 0.008918758016079664, 0.00835174205712974, 0.007447305950336158, 0.00727676204405725, 0.007210048963315785, 0.0072366680251434445, 0.008520056959241629, 0.007321911980397999, 0.007184792077168822, 0.007174963946454227, 0.007212062017060816, 0.0072212249506264925, 0.00722191808745265, 0.007277651922777295, 0.0072024110704660416, 0.0071637670043855906, 0.007155625964514911, 0.007248267997056246, 0.007134955027140677, 0.007166654919274151, 0.007222938002087176, 0.007286689011380076, 0.00730384502094239, 0.0072426419937983155, 0.0072820630157366395, 0.007287236978299916, 0.007225317065604031, 0.007196145947091281, 0.007272029062733054, 0.00723675696644932, 0.007225000998005271, 0.007215254940092564, 0.007185840047895908, 0.007189532043412328, 0.0072901370003819466, 0.007211680989712477, 0.007157637970522046, 0.008591567049734294, 0.007249579997733235, 0.007131544989533722, 0.00715485296677798, 0.00726982404012233, 0.007182618021033704, 0.00711846596095711, 0.007257908000610769, 0.0071698230458423495, 0.0073155349818989635, 0.007314441027119756, 0.007294151000678539, 0.0072992140194401145, 0.007382084964774549, 0.007298587937839329, 0.007268141023814678, 0.00716740102507174, 0.007189498981460929, 0.007211748044937849, 0.0072862389497458935, 0.007207473972812295, 0.00717589701525867, 0.007187991053797305, 0.008180757984519005, 0.008726036990992725, 0.009791819960810244, 0.009417783003300428, 0.007434881990775466, 0.007325132028199732, 0.007323394995182753, 0.007221922976896167, 0.0086255450733006, 0.007290145964361727, 0.007166496943682432, 0.007442369009368122, 0.007283052080310881, 0.007307369960471988, 0.007449990953318775, 0.007211313000880182, 0.007174228085204959, 0.007301362929865718, 0.007171784061938524, 0.0072775669395923615, 0.007181975990533829, 0.007184923044405878, 0.007151791942305863, 0.007259233039803803, 0.007266764063388109, 0.007185067981481552, 0.007213989971205592, 0.007336006034165621, 0.0071732159703969955, 0.007201808970421553, 0.007250262075103819, 0.007208038936369121, 0.007180097978562117, 0.007201379048638046, 0.0072914790362119675, 0.007303185993805528, 0.007213089964352548, 0.0073067209450528026, 0.007202426088042557, 0.008723756996914744, 0.007372201071120799, 0.007194563979282975, 0.007126449956558645, 0.007173906080424786, 0.007201064960099757, 0.007286948035471141, 0.00728136592078954, 0.00717431609518826, 0.007216544938273728, 0.007202818989753723, 0.007215430028736591, 0.007144136005081236, 0.007179443957284093, 0.007204159046523273, 0.0072452499298378825, 0.007186809089034796, 0.007194417994469404, 0.007145038922317326, 0.007230052025988698, 0.0072624890599399805, 0.007221567910164595, 0.007175164995715022, 0.007147276075556874, 0.007262520957738161, 0.0072329320246353745, 0.007262996979989111, 0.00732506497297436, 0.007215859019197524, 0.007289636065252125, 0.0072516018990427256, 0.008594835991971195, 0.007232027011923492, 0.007153626997023821, 0.0071987800765782595, 0.007218120968900621, 0.007184693007729948, 0.007208399940282106, 0.007232791045680642, 0.007170071010477841, 0.0071870629908517, 0.007167048053815961, 0.0071781359147280455, 0.007213691016659141, 0.0071596960769966245, 0.0072069569723680615, 0.007310688029974699, 0.00728181388694793, 0.007207162096165121, 0.0071469119284302, 0.007306389976292849, 0.007208924042060971, 0.007365009980276227, 0.007297110976651311, 0.007348285056650639, 0.007364457007497549, 0.007344268029555678, 0.007340727956034243, 0.0073510450311005116, 0.0073028289480134845, 0.007372437976300716, 0.007373423082754016, 0.00863337202463299, 0.007256077020429075, 0.007324603968299925, 0.0071791320806369185, 0.007183316978625953, 0.007148380973376334, 0.007078401045873761, 0.0072030359879136086, 0.007273850962519646, 0.00734955002553761, 0.0072153599467128515, 0.007328410050831735, 0.007156490930356085, 0.007243053056299686, 0.007366196019575, 0.007192631019279361, 0.007429358898662031, 0.007194156059995294, 0.007199067040346563, 0.007191965007223189, 0.007228016969747841, 0.007231871015392244, 0.007195128942839801, 0.007227747002616525, 0.007251798058860004, 0.007278652978129685, 0.0073979629669338465, 0.007347873062826693, 0.007236709003336728, 0.0072525679133832455, 0.007254773983731866, 0.008555128006264567, 0.007170912926085293, 0.007148441975004971, 0.007201165077276528, 0.0072010449366644025, 0.007258050027303398, 0.007194365025497973, 0.007125423988327384, 0.007227897993288934, 0.007231991039589047, 0.0072285180212929845, 0.007272822898812592, 0.007163565023802221, 0.007175817037932575, 0.007345968042500317, 0.0072923669358715415, 0.008037311024963856, 0.007872364949434996, 0.007166465977206826, 0.007237715064547956, 0.0071770730428397655, 0.0071943108923733234, 0.007257535005919635, 0.0072264320915564895, 0.007167649921029806, 0.007160734036006033, 0.0073564499616622925, 0.007227833033539355, 0.0071492360439151525, 0.007208958966657519, 0.00719924399163574, 0.008559474954381585, 0.007200550986453891, 0.007176793063990772, 0.007217656937427819, 0.0071675460785627365, 0.007221178966574371, 0.007206554990261793, 0.0071970539866015315, 0.007209939998574555, 0.007325356011278927, 0.0071518030017614365, 0.007210865966044366, 0.007198653067462146, 0.007257002987898886, 0.0072058719815686345, 0.0072303080232813954, 0.007194972946308553, 0.00725035707000643, 0.00717576895840466, 0.00717828597407788, 0.007211185991764069, 0.007292213034816086, 0.007248347974382341, 0.0073026580503210425, 0.0072986510349437594, 0.007308846921660006, 0.007254768977873027, 0.0073255590396001935, 0.0073710320284590125, 0.0073858569376170635, 0.007327510043978691, 0.008746835985220969, 0.0075175800593569875, 0.00727170892059803, 0.007197841070592403, 0.007228635950013995, 0.0072329629911109805, 0.00718486204277724, 0.0071543349185958505, 0.007220085011795163, 0.0071484450018033385, 0.007163416012190282, 0.0071126960683614016, 0.007134185987524688, 0.0072029560105875134, 0.007180893910117447, 0.007189126103185117, 0.007270371890626848, 0.007214095094241202, 0.007173682912252843, 0.0070767110446467996, 0.007092035026289523, 0.006917373975738883, 0.007085109013132751, 0.007020225981250405, 0.007026528008282185, 0.007011953974142671, 0.0070725149707868695, 0.007015440030954778, 0.007081510033458471, 0.007083849981427193, 0.007054205983877182, 0.008359612082131207, 0.0070965070044621825, 0.007038803887553513, 0.007121704053133726, 0.007067388040013611, 0.00698298797942698, 0.0070559559389948845, 0.007170218043029308, 0.007233212003484368, 0.007370369974523783, 0.00738478999119252, 0.007085714023560286, 0.007041102973744273, 0.006988968001678586, 0.007031054003164172, 0.007023322046734393, 0.007059335010126233, 0.006981889018788934, 0.00708929798565805, 0.007066431920975447, 0.007031504064798355, 0.007041485980153084, 0.0069494349882006645, 0.007015650975517929, 0.00699834106490016, 0.007040088996291161, 0.007042345008812845, 0.00704426399897784, 0.006987700937315822, 0.007423128001391888, 0.007072414038702846, 0.008469611057080328, 0.007115114014595747, 0.007137980894185603, 0.007063946104608476, 0.007002968923188746, 0.007016971008852124, 0.006996389012783766, 0.006999743985943496, 0.007107970071956515, 0.00710216595325619, 0.007053036941215396, 0.007072017062455416, 0.007031237008050084, 0.007087965030223131, 0.007016038987785578, 0.0070677020121365786, 0.007100133923813701, 0.007050529005937278, 0.007027448038570583, 0.007054319023154676, 0.0070229750126600266, 0.007019902928732336, 0.007020240067504346, 0.006963409949094057, 0.007069500046782196, 0.0069918339140713215, 0.007081894087605178, 0.007014726987108588, 0.00702107697725296, 0.007022263947874308, 0.007031470071524382, 0.008348750998266041, 0.007100868970155716, 0.007039072923362255, 0.006976979086175561, 0.006952026975341141, 0.007088816026225686, 0.00704385491553694, 0.006985750049352646, 0.006957437959499657, 0.006926361005753279, 0.007001240039244294, 0.006979419966228306, 0.007107765995897353, 0.007046935032121837, 0.007072504959069192, 0.007166394032537937, 0.006992912967689335, 0.007082575000822544, 0.007059194031171501, 0.007151419064030051, 0.0070726979756727815, 0.007026879000477493, 0.007104933960363269, 0.007017540046945214, 0.007050935993902385, 0.007020947989076376, 0.0069997189566493034, 0.006983941071666777, 0.006986710941419005, 0.007114771055057645, 0.007031493936665356, 0.008503568940795958, 0.007078818045556545, 0.00704771897289902, 0.007062820950523019, 0.007166804978623986, 0.0070819060783833265, 0.007178982952609658, 0.007230943068861961, 0.007323874975554645, 0.007142195012420416, 0.007103040930815041, 0.007078263093717396, 0.007141314912587404, 0.007032706052996218, 0.007016357965767384, 0.006957676960155368, 0.007049321080558002, 0.007101131021045148, 0.007101914961822331, 0.007126778946258128, 0.007192236022092402, 0.007042987970635295, 0.0071263720747083426, 0.007067946949973702, 0.006976212025620043, 0.007086936035193503, 0.007046364014968276, 0.007177756982855499, 0.007090881932526827, 0.007052512024529278, 0.0070614899741485715, 0.008399001089856029, 0.007188073941506445, 0.006999382050707936, 0.007031935965642333, 0.0069465270498767495, 0.007009711931459606, 0.007035739021375775, 0.006986630032770336, 0.00707862398121506, 0.007137303939089179, 0.00701866508461535, 0.007092461921274662, 0.007034753100015223, 0.007033819914795458, 0.007005451014265418, 0.007092826068401337, 0.007035609916783869, 0.007144568022340536, 0.007105880999006331, 0.00707745598629117, 0.007084308075718582, 0.0070465789176523685, 0.007088277023285627, 0.00701320799998939, 0.007076789042912424, 0.007014796952717006, 0.007102751987986267, 0.0071474299766123295, 0.007099911104887724, 0.0070842079585418105, 0.006934773991815746, 0.008482470060698688, 0.007095063920132816, 0.006996206007897854, 0.006958567071706057, 0.006976719945669174, 0.006947210989892483, 0.007062484044581652, 0.0070205050287768245, 0.007027155952528119, 0.006935223005712032, 0.006971364025957882, 0.007012312998995185, 0.007014198927208781, 0.007042240002192557, 0.006990013993345201, 0.007036214112304151, 0.007057285984046757, 0.007070065941661596, 0.006996877025812864, 0.007092013023793697, 0.006983045022934675, 0.00695842900313437, 0.007050363929010928, 0.007056273054331541, 0.007082458934746683, 0.007042423007078469, 0.00698599498718977, 0.0070348529843613505, 0.007002667989581823, 0.006967178080230951, 0.007194179925136268, 0.008400419959798455, 0.007011944078840315, 0.006987061933614314, 0.006926745059899986, 0.007018644013442099, 0.007085855002515018, 0.007030590903013945, 0.006943351007066667, 0.0069783610524609685, 0.006981375045143068, 0.006973624927923083, 0.006942818989045918, 0.006924352026544511, 0.00707153498660773, 0.007118434994481504, 0.007019491051323712, 0.007045504986308515, 0.007136050960980356, 0.007001506048254669, 0.007032056921161711, 0.007042162003926933, 0.007055296096950769, 0.007039240910671651, 0.006985031068325043, 0.0070258729392662644, 0.00704843201674521, 0.007013262016698718, 0.0070346599677577615, 0.007054229034110904, 0.006955584045499563, 0.006992145907133818, 0.008472477900795639, 0.007085876073688269, 0.007069949992001057, 0.006992275011725724, 0.006967004970647395, 0.006977385957725346, 0.006977080018259585, 0.00709879701025784, 0.0070041329599916935, 0.006978443008847535, 0.007018762989901006, 0.007023446029052138, 0.0070398260140791535, 0.007014587987214327, 0.006983831990510225, 0.007041911012493074, 0.007002005004324019, 0.0070219580084085464, 0.0070310450391843915, 0.0070846909657120705, 0.006987934000790119, 0.007021497003734112, 0.007048403960652649, 0.00706153002101928, 0.007093240972608328, 0.00713858800008893, 0.007119893096387386, 0.007259626989252865, 0.007151327910833061, 0.007170933997258544, 0.00708693009801209, 0.008500069030560553, 0.007134038954973221, 0.00706165807787329, 0.007053921930491924, 0.007091596024110913, 0.00700396194588393, 0.0070142310578376055, 0.006992448004893959, 0.007152114994823933, 0.007174180005677044, 0.007070549996569753, 0.007015338982455432, 0.006988269975408912, 0.0069666140479967, 0.007000377983786166, 0.006975578027777374, 0.006999206962063909, 0.0070303770480677485, 0.007032228983007371, 0.007013202994130552, 0.007028514984995127, 0.007084229029715061, 0.007049222011119127, 0.007074330002069473, 0.00701656995806843, 0.0070752809988334775, 0.0070600369945168495, 0.007089696009643376, 0.00703655497636646, 0.006962097017094493, 0.007012231973931193, 0.008440448087640107, 0.007157524931244552, 0.007091260049492121, 0.007025277009233832, 0.006947656976990402, 0.006968421977944672, 0.0070178849855437875, 0.007007780019193888, 0.007073331042192876, 0.007029892993159592, 0.016793916933238506, 0.008788279024884105, 0.008242290001362562, 0.008677317993715405, 0.007867690059356391, 0.007478118990547955, 0.007381576928310096, 0.007293518981896341, 0.007236519013531506, 0.007290904060937464, 0.0075855799950659275, 0.0072543800342828035, 0.007259161910042167, 0.007543312036432326, 0.007362450007349253, 0.007534548989497125, 0.007391475955955684, 0.007313108071684837, 0.007403963012620807, 0.00753633095882833, 0.007348270039074123, 0.008579742978326976, 0.007231849944218993, 0.00737616908736527, 0.007274322910234332, 0.007563102059066296, 0.0072252689860761166, 0.007152972975745797, 0.007170928991399705, 0.0071339200949296355, 0.007161489920690656, 0.007124472060240805, 0.007160563953220844, 0.0072775359731167555, 0.007393602980300784, 0.00725319201592356, 0.007177805062383413, 0.007225882960483432, 0.007205635076388717, 0.007161190966144204, 0.007447690004482865, 0.007241077953949571, 0.007309322012588382, 0.007347568986006081, 0.007225801004096866, 0.0072606540052220225, 0.0072083770064637065, 0.007196696009486914, 0.007243347936309874, 0.007400885107927024, 0.0071937249740585685, 0.007202191976830363, 0.008822425035759807, 0.007191307027824223, 0.007294420967809856, 0.007288397056981921, 0.0072082189144566655, 0.00734833104070276, 0.0071390640223398805, 0.007207429967820644, 0.007216637954115868, 0.007164872018620372, 0.0071715740486979485, 0.007319787982851267, 0.0071895009605214, 0.0071272620698437095, 0.0072230160003528, 0.007184359012171626, 0.007201217929832637, 0.007428318029269576, 0.00733869697432965, 0.007248925976455212, 0.007224319037050009, 0.007129571051336825, 0.007246103952638805, 0.007202152977697551, 0.007202125038020313, 0.007182953995652497, 0.007210516952909529, 0.007213336997665465, 0.00719718006439507, 0.007242806954309344, 0.007142990012653172, 0.008535444037988782, 0.0071803099708631635, 0.007228499976918101, 0.007195533020421863, 0.007136626983992755, 0.007184159010648727, 0.007155656930990517, 0.007151352008804679, 0.007132334052585065, 0.007098805974237621, 0.007125344011001289, 0.007234210032038391, 0.007189656957052648, 0.007420637062750757, 0.007176265004090965, 0.007291419897228479, 0.007191307027824223, 0.00718910398427397, 0.007161426008678973, 0.007190890028141439, 0.007271658978424966, 0.007198212086223066, 0.007178675965406001, 0.007250722032040358, 0.007182922912761569, 0.007256077020429075, 0.007174200029112399, 0.007240445935167372, 0.007417300017550588, 0.007203752989880741, 0.007307043997570872, 0.008494687965139747, 0.0072878909995779395, 0.0071500970516353846, 0.007232063915580511, 0.007186075090430677, 0.007216562982648611, 0.007299121003597975, 0.007303694961592555, 0.007228231057524681, 0.007188997929915786, 0.007138628978282213, 0.007196090999059379, 0.0071712679928168654, 0.007233693031594157, 0.007213926059193909, 0.007226755958981812, 0.007349935011006892, 0.007278749952092767, 0.007190709002315998, 0.007239377009682357, 0.0072931270115077496, 0.007227085065096617, 0.007303848979063332, 0.00724748196080327, 0.007247255998663604, 0.007210365030914545, 0.007205327041447163, 0.007218958926387131, 0.007231413968838751, 0.007285043015144765, 0.007198342005722225, 0.008494308916851878, 0.007310439017601311, 0.007187627023085952, 0.0071006829384714365, 0.007231149007566273, 0.007403975003398955, 0.007330431020818651, 0.007374139036983252, 0.007336849928833544, 0.007342446013353765, 0.00728233705740422, 0.007318104966543615, 0.007262906059622765, 0.007311795954592526, 0.007243977976031601, 0.007336482987739146, 0.007330451044254005, 0.00733219797257334, 0.007314500981010497, 0.0073010800406336784, 0.007308240048587322, 0.007285172934643924, 0.00719233404379338, 0.007248479989357293, 0.007244869018904865, 0.00731707492377609, 0.007329446030780673, 0.007299578981474042, 0.007149240002036095, 0.007173147983849049, 0.00716269901022315, 0.008405613945797086, 0.0071751270443201065, 0.007132903905585408, 0.007131056045182049, 0.0071170099545270205, 0.007163088070228696, 0.007173910969868302, 0.007189166033640504, 0.007445878931321204, 0.007190607022494078, 0.007205903995782137, 0.007396155968308449, 0.007192692020907998, 0.007272548042237759, 0.007199659012258053, 0.007151914993301034, 0.007176015991717577, 0.007243933971039951, 0.007259372971020639, 0.0072755730943754315, 0.007155815954320133, 0.0072239680448547006, 0.0071714529767632484, 0.007198223960585892, 0.007193576078861952, 0.007262154947966337, 0.007222948945127428, 0.007245048065669835, 0.007155849016271532, 0.007155533996410668, 0.0071789349894970655, 0.00847985502332449, 0.00726116297300905, 0.007151746074669063, 0.00728260597679764, 0.0071759059792384505, 0.007178538013249636, 0.0071774800308048725, 0.007179238949902356, 0.0072836370673030615, 0.007175162900239229, 0.007310544024221599, 0.00721340102609247, 0.007226119050756097, 0.00728617690037936, 0.007334149093367159, 0.007257361896336079, 0.007172467070631683, 0.007169376011006534, 0.0072630420327186584, 0.007281099911779165, 0.007257092045620084, 0.007222641026601195, 0.007288081920705736, 0.007290326990187168, 0.007243906031362712, 0.007264010026119649, 0.007316675968468189, 0.007205805042758584, 0.007272128015756607, 0.007226821966469288, 0.007212257012724876 ], "count": 1302, "total": 9.46362575457897, "mean": 0.007268529765421636, "p50": 0.007215960533358157, "p90": 0.007366077415645123, "p95": 0.007520089892204851, "p99": 0.008677220573881641, "stdev": 0.0004033540007598687, "stdev_": 5.549320340940652 }, "throughput": { "unit": "tokens/s", "value": 137.57940495164107 }, "energy": null, "efficiency": null } }
{ "name": "openvino-gpt2-float32", "backend": { "name": "openvino", "version": "2024.4.0", "_target_": "optimum_benchmark.backends.openvino.backend.OVBackend", "task": "text-generation", "library": "transformers", "model_type": "gpt2", "model": "gpt2", "processor": "gpt2", "device": "cpu", "device_ids": "0", "seed": 42, "inter_op_num_threads": null, "intra_op_num_threads": null, "model_kwargs": { "trust_remote_code": true }, "processor_kwargs": {}, "no_weights": true, "export": true, "use_cache": true, "use_merged": false, "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": 1, "num_choices": 2, "sequence_length": 128 }, "new_tokens": null, "memory": true, "latency": true, "energy": true, "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": false, "numactl_kwargs": {}, "start_method": "spawn" }, "environment": { "cpu": " Intel(R) Xeon(R) Platinum 8488C", "cpu_count": 32, "cpu_ram_mb": 66327.134208, "system": "Linux", "machine": "x86_64", "platform": "Linux-5.15.0-1066-aws-x86_64-with-glibc2.31", "processor": "x86_64", "python_version": "3.10.14", "optimum_benchmark_version": "0.5.0.dev0", "optimum_benchmark_commit": "0faf284ddcd8d7fa75fa6bdb54c80ca3dd368207", "transformers_version": "4.44.2", "transformers_commit": "0faf284ddcd8d7fa75fa6bdb54c80ca3dd368207", "accelerate_version": "1.0.1", "accelerate_commit": "0faf284ddcd8d7fa75fa6bdb54c80ca3dd368207", "diffusers_version": null, "diffusers_commit": null, "optimum_version": "1.23.1", "optimum_commit": null, "timm_version": null, "timm_commit": null, "peft_version": null, "peft_commit": null }, "print_report": true, "log_report": true }
{ "load": { "memory": { "unit": "MB", "max_ram": 1757.24544, "max_global_vram": null, "max_process_vram": null, "max_reserved": null, "max_allocated": null }, "latency": { "unit": "s", "values": [ 4.533738808939233 ], "count": 1, "total": 4.533738808939233, "mean": 4.533738808939233, "p50": 4.533738808939233, "p90": 4.533738808939233, "p95": 4.533738808939233, "p99": 4.533738808939233, "stdev": 0, "stdev_": 0 }, "throughput": null, "energy": null, "efficiency": null }, "prefill": { "memory": { "unit": "MB", "max_ram": 2085.474304, "max_global_vram": null, "max_process_vram": null, "max_reserved": null, "max_allocated": null }, "latency": { "unit": "s", "values": [ 0.015580240986309946, 0.01608004909940064, 0.014618248911574483, 0.014200446079485118, 0.014025163953192532, 0.01423795206937939, 0.015406075050123036, 0.014422271982766688, 0.01440560701303184, 0.014369482989422977, 0.014756678021512926, 0.014450051938183606, 0.014602013980038464, 0.01465930906124413, 0.014642716036178172, 0.014392151962965727, 0.014152268064208329, 0.015719117945991457, 0.014308857033029199, 0.014832507004030049, 0.014483115985058248, 0.014392613084055483, 0.014918820932507515, 0.014679581974633038, 0.014728151960298419, 0.015318202902562916, 0.014878591988235712, 0.014572441927157342, 0.014644967042841017, 0.01479022903367877, 0.01447677903342992, 0.014857404981739819, 0.014216662966646254, 0.014457450015470386, 0.014458421966992319, 0.014576462912373245, 0.014567352016456425, 0.014413255034014583, 0.014467861969023943, 0.014450447983108461, 0.014107250957749784 ], "count": 41, "total": 0.6003172758501023, "mean": 0.014641884776831763, "p50": 0.014567352016456425, "p90": 0.015318202902562916, "p95": 0.015580240986309946, "p99": 0.015935676638036966, "stdev": 0.00042946054095754433, "stdev_": 2.933096028983174 }, "throughput": { "unit": "tokens/s", "value": 8742.043934298523 }, "energy": { "unit": "kWh", "cpu": 1.5382840428809756e-7, "ram": 8.38413126312297e-8, "gpu": 0, "total": 2.3766971691932725e-7 }, "efficiency": { "unit": "tokens/kWh", "value": 538562512.966039 } }, "decode": { "memory": { "unit": "MB", "max_ram": 2085.474304, "max_global_vram": null, "max_process_vram": null, "max_reserved": null, "max_allocated": null }, "latency": { "unit": "s", "values": [ 0.2948322129668668, 0.23306520096957684, 0.2221374490763992, 0.2200544310035184, 0.22153402003459632, 0.2315423300024122, 0.22765137697570026, 0.22585591697134078, 0.2259940740186721, 0.2275593150407076, 0.22644152399152517, 0.2276141019538045, 0.2279360149987042, 0.22633375995792449, 0.22747585899196565, 0.22460874705575407, 0.221186893992126, 0.22285636502783746, 0.22345622791908681, 0.22354524896945804, 0.2283500349149108, 0.22872251295484602, 0.2306445570429787, 0.23149522405583411, 0.23142002895474434, 0.23006680700927973, 0.2338453650008887, 0.23133464204147458, 0.23405847500544041, 0.22715989302378148, 0.2748295139754191, 0.2263897459488362, 0.23090749303810298, 0.22806150000542402, 0.22695019200909883, 0.22607371804770082, 0.2264030089136213, 0.22518470895010978, 0.225731513928622, 0.2246306739980355, 0.22597105603199452 ], "count": 41, "total": 9.42991173476912, "mean": 0.22999784718949076, "p50": 0.22715989302378148, "p90": 0.23306520096957684, "p95": 0.23405847500544041, "p99": 0.28683113337028776, "stdev": 0.013046192046067702, "stdev_": 5.672310504419286 }, "throughput": { "unit": "tokens/s", "value": 134.7838702788366 }, "energy": { "unit": "kWh", "cpu": 0.000002691018153179914, "ram": 0.0000014666932722089728, "gpu": 0, "total": 0.0000041577114253888875 }, "efficiency": { "unit": "tokens/kWh", "value": 7456024.920512718 } }, "per_token": { "memory": null, "latency": { "unit": "s", "values": [ 0.010515422909520566, 0.00917019008193165, 0.00904496293514967, 0.009234174038283527, 0.009166077943518758, 0.009034218033775687, 0.010895446059294045, 0.010833267006091774, 0.011255646008066833, 0.009530207957141101, 0.00952320999931544, 0.009274226031266153, 0.009849180933088064, 0.00918144197203219, 0.009518360020592809, 0.009314005030319095, 0.009099420043639839, 0.009332909947261214, 0.009172071004286408, 0.009306202060543, 0.00929004792124033, 0.009196468978188932, 0.009225360001437366, 0.009248730028048158, 0.009313308051787317, 0.009386045974679291, 0.00929532095324248, 0.009307141997851431, 0.009296934003941715, 0.009241041028872132, 0.009367201011627913, 0.010812672902829945, 0.009268752997741103, 0.009327187086455524, 0.009271292947232723, 0.009861915023066103, 0.007216837024316192, 0.007026807987131178, 0.007270787958987057, 0.007104784017428756, 0.007038805983029306, 0.00701251404825598, 0.007185332011431456, 0.007052338914945722, 0.00718762306496501, 0.0071372389793396, 0.007084078039042652, 0.007079100934788585, 0.007039261050522327, 0.007138973916880786, 0.007019771030172706, 0.006974525051191449, 0.007025026949122548, 0.007053893059492111, 0.007007848005741835, 0.007006228901445866, 0.007090499042533338, 0.006978460005484521, 0.007012094953097403, 0.007104272022843361, 0.007146227988414466, 0.007138321059755981, 0.00841527502052486, 0.007147904019802809, 0.007013082969933748, 0.007083193049766123, 0.0070688240230083466, 0.007125213975086808, 0.0070792370242998, 0.007186164963059127, 0.0070643320214003325, 0.007065758923999965, 0.0070933320093899965, 0.007102845003828406, 0.007160349050536752, 0.007194704958237708, 0.00711928098462522, 0.007070432067848742, 0.00710777600761503, 0.0070819619577378035, 0.007039490039460361, 0.007143117021769285, 0.007081663003191352, 0.007081766962073743, 0.00722434394992888, 0.007131747086532414, 0.007110691978596151, 0.007218753919005394, 0.007179790060035884, 0.007136167027056217, 0.007227711961604655, 0.007019498967565596, 0.0069976880913600326, 0.008585253963246942, 0.007078098016791046, 0.007044386933557689, 0.006994631025008857, 0.00703665497712791, 0.007008504006080329, 0.007011958048678935, 0.007039836025796831, 0.007036898983642459, 0.007011026027612388, 0.00700143096037209, 0.007064030971378088, 0.007031121989712119, 0.007001538062468171, 0.007081190007738769, 0.007058713934384286, 0.007109893020242453, 0.007071939995512366, 0.006999443052336574, 0.007055956986732781, 0.007025321014225483, 0.007069521932862699, 0.006971293012611568, 0.006985891959629953, 0.007074959110468626, 0.006995239993557334, 0.007114709937013686, 0.007026122999377549, 0.007028482970781624, 0.007025261060334742, 0.007020308985374868, 0.008417887962423265, 0.007163346046581864, 0.0070278269704431295, 0.006960177095606923, 0.006966387969441712, 0.007074469001963735, 0.0070756529457867146, 0.007019747979938984, 0.006966040004044771, 0.008820580085739493, 0.007143856957554817, 0.0070064610335975885, 0.006931519019417465, 0.0070195558946579695, 0.007076494046486914, 0.00708691799081862, 0.006994478055275977, 0.007012762012891471, 0.006941528990864754, 0.006937510916031897, 0.007055118097923696, 0.007078285911120474, 0.0071545330574736, 0.007022700970992446, 0.007104836986400187, 0.0069913959596306086, 0.007039535092189908, 0.0070007279282435775, 0.006967441062442958, 0.007048788946121931, 0.0070558900479227304, 0.008283408009447157, 0.007075593923218548, 0.0069896100321784616, 0.00697068206500262, 0.006953899981454015, 0.006950346985831857, 0.006925557041540742, 0.007046338985674083, 0.00695149099919945, 0.007050780928693712, 0.007039042073301971, 0.006994604016654193, 0.0070068310014903545, 0.006945925997570157, 0.007061651907861233, 0.007185401045717299, 0.012254928005859256, 0.009543149033561349, 0.008613510988652706, 0.0073241390055045485, 0.0072124009020626545, 0.007407240103930235, 0.007103874930180609, 0.007328961975872517, 0.007120372029021382, 0.007181296008639038, 0.007212838041596115, 0.007303484017029405, 0.007284649997018278, 0.0071454409044235945, 0.0076618531020358205, 0.009301583981141448, 0.007839611964300275, 0.007215332007035613, 0.007157443091273308, 0.0072044479893520474, 0.0071582229575142264, 0.007253497955389321, 0.007181153050623834, 0.007212847005575895, 0.007215742953121662, 0.00735912099480629, 0.007156163104809821, 0.007155333994887769, 0.007154562976211309, 0.007198701961897314, 0.007277106051333249, 0.007272858987562358, 0.007286979933269322, 0.007301395060494542, 0.007212160038761795, 0.007330395979806781, 0.007185642956756055, 0.007259772974066436, 0.0073354990454390645, 0.0072341240011155605, 0.007524254033342004, 0.007312853937037289, 0.007213209988549352, 0.007221107021905482, 0.00722035497892648, 0.007269958034157753, 0.008507958962582052, 0.0072677150601521134, 0.007186830975115299, 0.0071353239472955465, 0.007260589976795018, 0.007285549072548747, 0.0072286579525098205, 0.00723146996460855, 0.007216060999780893, 0.007154180086217821, 0.007159482920542359, 0.00728044705465436, 0.007200235966593027, 0.007259297068230808, 0.007209067000076175, 0.007251536939293146, 0.00717929401434958, 0.007272470975294709, 0.007215649005956948, 0.007294233073480427, 0.007194565958343446, 0.007255192031152546, 0.007186866947449744, 0.007276130025275052, 0.007153282989747822, 0.007176982006058097, 0.007318519987165928, 0.007228986010886729, 0.007240316946990788, 0.007249847054481506, 0.007352167973294854, 0.008598815998993814, 0.007340983022004366, 0.007210607989691198, 0.007220334024168551, 0.007204695953987539, 0.007135389023460448, 0.007237705052830279, 0.007223653024993837, 0.007198803941719234, 0.007156696054153144, 0.007392589934170246, 0.007295727031305432, 0.007181121036410332, 0.007213101955130696, 0.007201349944807589, 0.0072328849928453565, 0.007319777039811015, 0.007217098027467728, 0.007208885974250734, 0.007159115048125386, 0.007152769016101956, 0.007296088966540992, 0.0072976090013980865, 0.007312432979233563, 0.007298049051314592, 0.007210746989585459, 0.007302102982066572, 0.007213184959255159, 0.00722100306302309, 0.007158172898925841, 0.007163449074141681, 0.008627807023003697, 0.00731444195844233, 0.007208312978036702, 0.007109222002327442, 0.007125527015887201, 0.007141627022065222, 0.007172517012804747, 0.007177877007052302, 0.007247727946378291, 0.007216506986878812, 0.007305426057428122, 0.007289026980288327, 0.007278749952092767, 0.007168781012296677, 0.007305804057978094, 0.007229476002976298, 0.007276920019648969, 0.0072523129638284445, 0.007309200940653682, 0.007390965009108186, 0.007310940069146454, 0.007340862997807562, 0.0073947429191321135, 0.007322303019464016, 0.007251539034768939, 0.007373814936727285, 0.0073538870783522725, 0.007333913934417069, 0.007362973992712796, 0.007400919101200998, 0.0074162069940939546, 0.008668891969136894, 0.00737534707877785, 0.007185449008829892, 0.007182899978943169, 0.007201852975413203, 0.007175168953835964, 0.007301317062228918, 0.007261308026500046, 0.007238675025291741, 0.007220050902105868, 0.007246296037919819, 0.007202062988653779, 0.007155372062698007, 0.0071813929826021194, 0.007165487972088158, 0.007225723005831242, 0.007245008018799126, 0.007222317974083126, 0.0073081329464912415, 0.007426472031511366, 0.00735562399495393, 0.007288926979526877, 0.007240281091071665, 0.00727338099386543, 0.007184949005022645, 0.007255584932863712, 0.007409211015328765, 0.0072718310402706265, 0.007188929012045264, 0.007210504962131381, 0.007139664958231151, 0.008690956048667431, 0.007408746983855963, 0.007322654942981899, 0.007228286005556583, 0.007184714078903198, 0.007283728918991983, 0.007281325990334153, 0.007153699058108032, 0.00727180193644017, 0.007215102086775005, 0.007224972010590136, 0.007195801939815283, 0.007236381061375141, 0.007287069922313094, 0.007235073018819094, 0.00727807404473424, 0.0071956689935177565, 0.007264339947141707, 0.007272923015989363, 0.00741283199749887, 0.0073538749711588025, 0.007313715992495418, 0.0073007140308618546, 0.0071998280473053455, 0.007271056994795799, 0.007251222967170179, 0.007376800989732146, 0.007333982968702912, 0.007350880070589483, 0.007373536005616188, 0.00742520100902766, 0.00854426296427846, 0.007238393067382276, 0.007178939995355904, 0.007239151978865266, 0.007213287986814976, 0.007223632070235908, 0.00724545493721962, 0.007326095015741885, 0.007234980002976954, 0.00720080197788775, 0.007247291970998049, 0.007216136087663472, 0.007270000991411507, 0.007292398950085044, 0.007215094985440373, 0.007277960074134171, 0.007217595004476607, 0.007197672966867685, 0.007265690015628934, 0.007242099964059889, 0.007303302991203964, 0.007322360994294286, 0.00753229099791497, 0.007499844999983907, 0.007343749050050974, 0.007381367031484842, 0.007287281914614141, 0.0073971099918708205, 0.0075695260893553495, 0.007458327920176089, 0.007341037038713694, 0.0084877839544788, 0.007254095049574971, 0.007263576029799879, 0.007253526011481881, 0.007223604945465922, 0.007208578987047076, 0.007321011042222381, 0.00715912994928658, 0.007224722066894174, 0.00719834491610527, 0.007332668988965452, 0.007257789024151862, 0.007303136051632464, 0.007199452957138419, 0.0071813639951869845, 0.007215835968963802, 0.007304083090275526, 0.007236381992697716, 0.007286345935426652, 0.007322082994505763, 0.0072592750657349825, 0.0073176040314137936, 0.007278594886884093, 0.007300725090317428, 0.007250204915180802, 0.007191408076323569, 0.007226594956591725, 0.00717433902900666, 0.007253475021570921, 0.007167140021920204, 0.007264973944984376, 0.008940921979956329, 0.007719077984802425, 0.0076305720722302794, 0.007446689996868372, 0.00733757799025625, 0.007279174984432757, 0.007123864954337478, 0.007178499014116824, 0.007156788022257388, 0.007152986014261842, 0.007117255008779466, 0.007229432929307222, 0.007241534069180489, 0.007319928961805999, 0.0072297470178455114, 0.007314553018659353, 0.007124176947399974, 0.007255561999045312, 0.007301087025552988, 0.007237509940750897, 0.007250634022057056, 0.007185555063188076, 0.007258920930325985, 0.007183724083006382, 0.007196305901743472, 0.0071815220871940255, 0.0072027979185804725, 0.007294282084330916, 0.0073631469858810306, 0.007284722989425063, 0.007304321974515915, 0.008517793961800635, 0.007174608996137977, 0.007197166094556451, 0.007219737977720797, 0.007212250959128141, 0.007216084050014615, 0.007165747927501798, 0.007267888984642923, 0.00723327707964927, 0.007938309921883047, 0.007877673022449017, 0.0082440230762586, 0.007140369969420135, 0.007154488004744053, 0.006981579004786909, 0.006970147951506078, 0.006989983026869595, 0.0069637439446523786, 0.007007732056081295, 0.007094120956026018, 0.0070705070393159986, 0.007146039977669716, 0.007107137003913522, 0.007002710015513003, 0.007066388032399118, 0.0071058799512684345, 0.007012577960267663, 0.0069831350119784474, 0.00705859309528023, 0.007004507933743298, 0.007053990033455193, 0.008305975003167987, 0.007110484992153943, 0.007051338907331228, 0.007034245994873345, 0.0069482470862567425, 0.007040482014417648, 0.006960855913348496, 0.00696922407951206, 0.007029097992926836, 0.00693824898917228, 0.007024694932624698, 0.0069879310904070735, 0.007000680896453559, 0.006970885093323886, 0.006953121977858245, 0.006974520976655185, 0.006969206966459751, 0.007015924085862935, 0.007035590009763837, 0.007069521932862699, 0.007045221049338579, 0.0071989999851211905, 0.0072254439583048224, 0.007086724974215031, 0.007148385047912598, 0.00708532496355474, 0.007070269086398184, 0.007227405905723572, 0.007306581013835967, 0.007402161019854248, 0.007594336057081819, 0.009192640078254044, 0.007454092963598669, 0.007135014981031418, 0.007053059060126543, 0.007210706942714751, 0.007016108022071421, 0.006927671027369797, 0.007034243899397552, 0.006963924039155245, 0.007146302959881723, 0.007235388038679957, 0.007106469012796879, 0.006956325029022992, 0.007011162932030857, 0.007043912075459957, 0.006982908002100885, 0.00695780199021101, 0.0073510350193828344, 0.006973203970119357, 0.006986144930124283, 0.0072668620850890875, 0.0069984899600967765, 0.007006568950600922, 0.007089797058142722, 0.007360782008618116, 0.007202905020676553, 0.0072042669635266066, 0.007193539058789611, 0.007127497927285731, 0.007199765997938812, 0.007089438033290207, 0.008662508917041123, 0.007179373991675675, 0.0070539170410484076, 0.007050552987493575, 0.00717824196908623, 0.0071197160286828876, 0.007083146017976105, 0.007092472049407661, 0.007011216948740184, 0.007174807018600404, 0.007097995956428349, 0.007104257005266845, 0.007155948085710406, 0.007111129933036864, 0.007189624011516571, 0.007139710942283273, 0.007224369095638394, 0.007187183015048504, 0.007297815987840295, 0.00724014500156045, 0.007171320961788297, 0.00712432200089097, 0.007149036042392254, 0.007116813911125064, 0.007157820044085383, 0.007149814977310598, 0.007183748995885253, 0.0071095520397648215, 0.007141101988963783, 0.007223382010124624, 0.007181948982179165, 0.00862198497634381, 0.007261145976372063, 0.0071105839451774955, 0.007324267993681133, 0.007056614034809172, 0.007058794028125703, 0.0073097399435937405, 0.007233691052533686, 0.0070792599581182, 0.007009621011093259, 0.0069193190429359674, 0.0070003189612179995, 0.0070205420488491654, 0.007423023926094174, 0.007270444999448955, 0.0071140730287879705, 0.007207197020761669, 0.007292613037861884, 0.00721864600200206, 0.007146604009903967, 0.0070896579418331385, 0.007143503054976463, 0.007097187917679548, 0.0071655199863016605, 0.007279956014826894, 0.007153243059292436, 0.007207414950244129, 0.007198116043582559, 0.007081786985509098, 0.007073736051097512, 0.0070269209099933505, 0.00836137100122869, 0.006982908002100885, 0.006947115994989872, 0.006941507919691503, 0.007241842104122043, 0.007040913915261626, 0.006995750009082258, 0.007038481067866087, 0.007167320000007749, 0.007081660907715559, 0.00702878599986434, 0.007083402015268803, 0.007109962054528296, 0.007022946025244892, 0.006995373987592757, 0.007044719997793436, 0.006963218911550939, 0.007001452031545341, 0.006985228043049574, 0.007093974971212447, 0.007127854041755199, 0.007127079996280372, 0.007071265019476414, 0.007080098963342607, 0.0070992669789120555, 0.00722307397518307, 0.009120809030719101, 0.008993335999548435, 0.009397743036970496, 0.00834349193610251, 0.007216772995889187, 0.008787258993834257, 0.007760912994854152, 0.007111830986104906, 0.007193058962002397, 0.007173630059696734, 0.007264887914061546, 0.0071541010402143, 0.0071699999971315265, 0.007203435990959406, 0.007163478061556816, 0.007537893019616604, 0.00725426699500531, 0.007332318928092718, 0.007448176038451493, 0.007229660986922681, 0.007270782021805644, 0.00735423993319273, 0.007251117029227316, 0.007797282072715461, 0.007368765887804329, 0.007244915002956986, 0.007140911067835987, 0.007408545934595168, 0.00730662199202925, 0.007298456039279699, 0.0073241370264440775, 0.00728644197806716, 0.00732795603107661, 0.007336808950640261, 0.007384650991298258, 0.007380850031040609, 0.008705179090611637, 0.007339639938436449, 0.0072670490480959415, 0.007994454936124384, 0.007371313986368477, 0.007301414036192, 0.007458028965629637, 0.007311761029995978, 0.007306031999178231, 0.0073520870646461844, 0.007587353931739926, 0.00730754598043859, 0.00732725509442389, 0.007335165981203318, 0.007400874979794025, 0.007401939015835524, 0.007408746983855963, 0.0074063430074602365, 0.007270021946169436, 0.007350953994318843, 0.007422429043799639, 0.007388271973468363, 0.007352355984039605, 0.007388485013507307, 0.007320416974835098, 0.007437434047460556, 0.007358532981015742, 0.007276896038092673, 0.007324154954403639, 0.007324121077544987, 0.007433235994540155, 0.008944630972109735, 0.007388694095425308, 0.007325358921661973, 0.007248286041431129, 0.007320853997953236, 0.007338649942539632, 0.007395624998025596, 0.007347277016378939, 0.007386928074993193, 0.007326297927647829, 0.00731282401829958, 0.007397067034617066, 0.007455179002135992, 0.007574466988444328, 0.007535977987572551, 0.00750195502769202, 0.007477188017219305, 0.007556002005003393, 0.0074325979221612215, 0.007337128976359963, 0.007649162085726857, 0.007356534944847226, 0.007306476007215679, 0.007244306965731084, 0.0072682040045037866, 0.007248434005305171, 0.007441375986672938, 0.007423183065839112, 0.007676549023017287, 0.007388165919110179, 0.007437808089889586, 0.008968399954028428, 0.007715566083788872, 0.007360499002970755, 0.0076582059264183044, 0.007437342079356313, 0.007348845945671201, 0.007348404033109546, 0.0072793299332261086, 0.007461720029823482, 0.00735645997337997, 0.007387765101157129, 0.0073567189974710345, 0.007328794919885695, 0.007503826986066997, 0.007381487055681646, 0.007406046031974256, 0.007367673912085593, 0.007404086063615978, 0.0074939129408448935, 0.007324945065192878, 0.007438556989654899, 0.0074577940395101905, 0.007439822889864445, 0.007351072039455175, 0.007371902000159025, 0.007345207966864109, 0.007280439021997154, 0.007292584981769323, 0.007405541022308171, 0.00733876705635339, 0.007392716011963785, 0.008958082995377481, 0.007547046057879925, 0.0076417080126702785, 0.007262676954269409, 0.007299807039089501, 0.00725374894682318, 0.007290546083822846, 0.007255290984176099, 0.007236276986077428, 0.007278671022504568, 0.007570120971649885, 0.00724583794362843, 0.007275099051184952, 0.007294737035408616, 0.007398157962597907, 0.007456797990016639, 0.007465239032171667, 0.0073793280171230435, 0.007390594924800098, 0.0074443110497668386, 0.007355467998422682, 0.007340930984355509, 0.007357819005846977, 0.007372766966000199, 0.00732263398822397, 0.007351501029916108, 0.007269051042385399, 0.007323346915654838, 0.007415413041599095, 0.007257038960233331, 0.007352953078225255, 0.008644996909424663, 0.0072867730632424355, 0.007435995968990028, 0.007342912023887038, 0.007398652960546315, 0.007262509083375335, 0.007331047905609012, 0.0073662420036271214, 0.007286234991624951, 0.007294701994396746, 0.007318774005398154, 0.007335578091442585, 0.0072590099880471826, 0.007324306992813945, 0.007356549962423742, 0.008399432990700006, 0.008829033002257347, 0.00892776099499315, 0.007698963978327811, 0.007302070036530495, 0.007332409964874387, 0.007275876007042825, 0.007264562998898327, 0.007280304096639156, 0.007309206994250417, 0.007417924934998155, 0.007438873988576233, 0.007406010990962386, 0.007407973054796457, 0.007395850028842688, 0.007495351950637996, 0.00862615101505071, 0.007431723992340267, 0.00731389201246202, 0.007270507048815489, 0.007329275947995484, 0.008467453066259623, 0.007520554936490953, 0.00772501400206238, 0.007275923970155418, 0.007282101083546877, 0.00731244997587055, 0.0073097459971904755, 0.007216306054033339, 0.007381647941656411, 0.007182335946708918, 0.007613052031956613, 0.007326908060349524, 0.007312777917832136, 0.007500681094825268, 0.007354779983870685, 0.007312492933124304, 0.00735433807130903, 0.007208323921076953, 0.007319033029489219, 0.007188829011283815, 0.007347560953348875, 0.007308981032110751, 0.007300205063074827, 0.0072581389686092734, 0.008236489025875926, 0.00732342794071883, 0.008706163964234293, 0.007343356031924486, 0.00737023598048836, 0.008180584060028195, 0.008951239986345172, 0.00962595094460994, 0.009236682089976966, 0.007733159000054002, 0.007346172002144158, 0.007069776998832822, 0.0071278889663517475, 0.007285906933248043, 0.007435425999574363, 0.007242037099786103, 0.007253811927512288, 0.007168554002419114, 0.007225585053674877, 0.007173856953158975, 0.00750415597576648, 0.007269333000294864, 0.007212216034531593, 0.007183464942499995, 0.007163850008510053, 0.007148363045416772, 0.007128178956918418, 0.007158750086091459, 0.007543892948888242, 0.007127369055524468, 0.007161305984482169, 0.007169308024458587, 0.007381231989711523, 0.008547832956537604, 0.0073600070318207145, 0.007052191998809576, 0.007177215069532394, 0.007303794962354004, 0.007320976932533085, 0.007310934015549719, 0.007447820040397346, 0.0073369520250707865, 0.007400751928798854, 0.007279187091626227, 0.0073453549994155765, 0.007241585990414023, 0.007421850925311446, 0.007301422068849206, 0.007197667029686272, 0.00729539489839226, 0.007319570053368807, 0.007303687976673245, 0.007246955065056682, 0.007220440893433988, 0.007168069016188383, 0.007149898097850382, 0.007225505891256034, 0.00726452108938247, 0.007227816968224943, 0.007324210950173438, 0.007281658006832004, 0.007201298023574054, 0.0072160790441557765, 0.007254024967551231, 0.05725476599764079, 0.007335950969718397, 0.007359909010119736, 0.0072551630437374115, 0.007112619001418352, 0.007104035001248121, 0.00724385492503643, 0.007097159046679735, 0.007129995967261493, 0.007169906049966812, 0.007283660932444036, 0.007572018075734377, 0.007114679901860654, 0.0071860660100355744, 0.007136714993976057, 0.007296001072973013, 0.007287535932846367, 0.007413019076921046, 0.007301918929442763, 0.007160039036534727, 0.007289872970432043, 0.007182328030467033, 0.007142596994526684, 0.007145173964090645, 0.007210094016045332, 0.007341691991314292, 0.007459038984961808, 0.007210300071164966, 0.007176653016358614, 0.007241865969263017, 0.007211238029412925, 0.008550149970687926, 0.0072441779775545, 0.007232097093947232, 0.007081179996021092, 0.007103021955117583, 0.007197675993666053, 0.007309498032554984, 0.007244549924507737, 0.0073389740427955985, 0.007368343998678029, 0.007205356960184872, 0.007214640034362674, 0.007282978971488774, 0.007310292101465166, 0.007289693923667073, 0.007222715066745877, 0.00723664800170809, 0.007142897928133607, 0.007184357033111155, 0.0071946620009839535, 0.007266907021403313, 0.00726939202286303, 0.007411460974253714, 0.007335080998018384, 0.007265786989592016, 0.00723645999096334, 0.007334623020142317, 0.007184859015978873, 0.007127868942916393, 0.007393678999505937, 0.007211870048195124, 0.008525566081516445, 0.007189854979515076, 0.0071822189493104815, 0.007201606058515608, 0.007111144019290805, 0.007145143928937614, 0.0072405480314046144, 0.007146387011744082, 0.007356781978160143, 0.00716056302189827, 0.007143142982386053, 0.007294647046364844, 0.007205583970062435, 0.00736339099239558, 0.007175478036515415, 0.007166561903432012, 0.007180755026638508, 0.0072288439841941, 0.007246467052027583, 0.007141684996895492, 0.007165443035773933, 0.007157159969210625, 0.007264486979693174, 0.007192655000835657, 0.007211355026811361, 0.008240530965849757, 0.008354105986654758, 0.009828770067542791, 0.008052296005189419, 0.007325093960389495, 0.007304128026589751, 0.008630805998109281, 0.007210989948362112, 0.0071768800262361765, 0.007172735990025103, 0.007230213959701359, 0.007204888039268553, 0.007184643996879458, 0.00712441501673311, 0.007133951992727816, 0.00743887503631413, 0.007124339928850532, 0.007446761010214686, 0.0071799170691519976, 0.007164357928559184, 0.007245730957947671, 0.0072737380396574736, 0.00713615701533854, 0.007178475963883102, 0.0071962070651352406, 0.007221253006719053, 0.007227754918858409, 0.0071866330690681934, 0.007165716029703617, 0.007729545934125781, 0.008281355956569314, 0.007964525022543967, 0.007296620053239167, 0.007277452968992293, 0.007288177963346243, 0.007202550070360303, 0.0073624689830467105, 0.008535622037015855, 0.007283229031600058, 0.007238882943056524, 0.007077536080032587, 0.0071965999668464065, 0.007192131946794689, 0.007170935976319015, 0.007194659090600908, 0.00718938501086086, 0.007230954011902213, 0.007183451903983951, 0.007883056066930294, 0.007400488015264273, 0.0071582309901714325, 0.0073845499427989125, 0.007363265031017363, 0.007330539985559881, 0.007362017058767378, 0.007278143893927336, 0.007316689006984234, 0.007241799030452967, 0.0071374260587617755, 0.007192966993898153, 0.0072147659957408905, 0.007290308945812285, 0.007253756048157811, 0.0072002289816737175, 0.007226884947158396, 0.007410267018713057, 0.007201404077932239, 0.007206398993730545, 0.008521126001141965, 0.007274309988133609, 0.007211203104816377, 0.007285908912308514, 0.007255719043314457, 0.0072076390497386456, 0.007240185979753733, 0.007164528942666948, 0.007156486040912569, 0.007219327031634748, 0.007256641983985901, 0.00722058501560241, 0.00724594690836966, 0.007248145993798971, 0.007287679007276893, 0.007296184077858925, 0.00723922299221158, 0.007253516931086779, 0.007200197083875537, 0.007261827006004751, 0.00741617800667882, 0.0072516449727118015, 0.007181928027421236, 0.007150776917114854, 0.0072727600345388055, 0.007191458018496633, 0.007199715939350426, 0.007190868025645614, 0.00733286899048835, 0.007179273990914226, 0.007219973020255566, 0.008517825976014137, 0.007212631986476481, 0.007200299995020032, 0.007220880012027919, 0.007167908945120871, 0.007196889026090503, 0.007141173002310097, 0.007180970045737922, 0.007125756936147809, 0.0071708750911056995, 0.007203853921964765, 0.007150175981223583, 0.007174957077950239, 0.007214462966658175, 0.007338467985391617, 0.007327241008169949, 0.007362434058450162, 0.007278218981809914, 0.007282468024641275, 0.00735850993078202, 0.007414733059704304, 0.007384273922070861, 0.007344503072090447, 0.007273335941135883, 0.007276691030710936, 0.00723034399561584, 0.007264827028848231, 0.007230225019156933, 0.007251875940710306, 0.007297264062799513, 0.007205727975815535, 0.008514795918017626, 0.007269000052474439, 0.007171596982516348, 0.007209785981103778, 0.007136028027161956, 0.007120143971405923, 0.0072220159927383065, 0.007181536057032645, 0.0071593489265069366, 0.0071790460497140884, 0.007178858038969338, 0.007274710922501981, 0.007143676979467273, 0.007145220064558089, 0.0072855709586292505, 0.007244767970405519, 0.007259214064106345, 0.007246566005051136, 0.007283429964445531, 0.0072147350292652845, 0.007190734031610191, 0.0072006359696388245, 0.007225872948765755, 0.007245465996675193, 0.00721234199590981, 0.00724990910384804, 0.007240647915750742, 0.007263395003974438, 0.007160495966672897, 0.007181494031101465, 0.007166599039919674, 0.008680067025125027, 0.007292093941941857, 0.007284400053322315, 0.007305830018594861, 0.007295099901966751, 0.00724542501848191, 0.00723275903146714, 0.007210170035250485, 0.007179924985393882, 0.007185708964243531, 0.007131034042686224, 0.007141907932236791, 0.0071367049822583795, 0.0071627500001341105, 0.007297651027329266, 0.007235169061459601, 0.007216055993922055, 0.0072508229641243815, 0.007236598990857601, 0.007269317051395774, 0.007255186908878386, 0.007279328070580959, 0.0072255609557032585, 0.007205269066616893, 0.0071712390054017305, 0.00715033698361367, 0.007191748940385878, 0.007235229015350342, 0.007167389965616167, 0.0071785710752010345, 0.0072653399547562, 0.008469986030831933, 0.00729767105076462, 0.007107003941200674, 0.007158390013501048, 0.007096571964211762, 0.007160297012887895, 0.007129983976483345, 0.007139032008126378, 0.007197650033049285, 0.007161012967117131, 0.0071646340657025576, 0.00712360895704478, 0.007194845005869865, 0.007188120041973889, 0.007241109968163073, 0.007257921970449388, 0.007267208071425557, 0.007188265910372138, 0.007195471087470651, 0.0071887189988046885, 0.007208956987597048, 0.007190053933300078, 0.0071960920467972755, 0.007210184936411679, 0.007244611042551696, 0.007225846056826413, 0.00721952598541975, 0.007163109956309199, 0.00717735500074923, 0.007194024045020342, 0.007239996921271086, 0.008563661947846413, 0.007297331001609564, 0.007225738023407757, 0.007186600007116795, 0.007196326041594148, 0.00722552090883255, 0.007232352043502033, 0.007171113975346088, 0.0071812940295785666, 0.007103087962605059, 0.007190473028458655, 0.007203274988569319, 0.00720969308167696, 0.00721701595466584, 0.007241473998874426, 0.0072626740438863635, 0.0072993619833141565, 0.007257645949721336, 0.00718202895950526, 0.007216287078335881, 0.007312561967410147, 0.007286180974915624, 0.007344574085436761, 0.007198645966127515, 0.007235368946567178, 0.007286161999218166, 0.007257185992784798, 0.0072316620498895645, 0.007225960958749056, 0.007238588994368911, 0.0072551610646769404 ], "count": 1271, "total": 9.412862456403673, "mean": 0.007405871326832158, "p50": 0.007235229015350342, "p90": 0.007543892948888242, "p95": 0.00862930651055649, "p99": 0.009525309386663138, "stdev": 0.0014968002434896934, "stdev_": 20.21099445877013 }, "throughput": { "unit": "tokens/s", "value": 135.02800087504994 }, "energy": null, "efficiency": null } }