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 1870, in _prepare_split_single writer.write_table(table) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 620, 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 441, 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 1886, 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 639, in finalize self._build_writer(self.schema) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 441, 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 1417, 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 1049, 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 1000, 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 1741, 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 1897, 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.
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 |
---|---|---|---|---|---|---|---|---|---|---|
IlyasMoutawwakil/2024-11-19-13-49-41/openvino | {
"name": "openvino",
"version": "2024.4.1.dev20240926",
"_target_": "optimum_benchmark.backends.openvino.backend.OVBackend",
"task": "text-generation",
"library": "transformers",
"model_type": "llama",
"model": "trl-internal-testing/tiny-random-LlamaForCausalLM",
"processor": "trl-internal-testing/tiny-random-LlamaForCausalLM",
"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.02272,
"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.dev0",
"optimum_benchmark_commit": null,
"transformers_version": "4.46.3",
"transformers_commit": null,
"accelerate_version": "1.1.1",
"accelerate_commit": null,
"diffusers_version": null,
"diffusers_commit": null,
"optimum_version": "1.23.3",
"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 | {
"memory": {
"unit": "MB",
"max_ram": 960.589824,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
2.9781770296394825
],
"count": 1,
"total": 2.9781770296394825,
"mean": 2.9781770296394825,
"p50": 2.9781770296394825,
"p90": 2.9781770296394825,
"p95": 2.9781770296394825,
"p99": 2.9781770296394825,
"stdev": 0,
"stdev_": 0
},
"throughput": null,
"energy": null,
"efficiency": null
} | {
"memory": {
"unit": "MB",
"max_ram": 985.403392,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
0.004796821624040604,
0.004813913255929947,
0.004652008414268494,
0.004884980618953705,
0.056500762701034546,
0.004649311304092407,
0.00819346308708191,
0.05841105431318283,
0.0046674273908138275,
0.004680272191762924,
0.0046446844935417175,
0.004725191742181778,
0.007833540439605713,
0.0047346316277980804,
0.05633223056793213,
0.0046889930963516235,
0.0046456120908260345,
0.062317728996276855,
0.004881333559751511,
0.004728477448225021,
0.07317119464278221,
0.004640981554985046,
0.0048096925020217896,
0.004775911569595337,
0.004752945154905319,
0.004621680825948715,
0.004667390137910843,
0.004682164639234543,
0.004793774336576462,
0.004806231707334518,
0.004716403782367706,
0.004913464188575745,
0.004680182784795761,
0.00475083664059639,
0.004586812108755112,
0.004780825227499008,
0.00470801442861557,
0.056658368557691574,
0.004792813211679459
],
"count": 39,
"total": 0.5260921269655228,
"mean": 0.013489541717064686,
"p50": 0.004752945154905319,
"p90": 0.05653228387236595,
"p95": 0.05880172178149224,
"p99": 0.06904687769711015,
"stdev": 0.020223833101356555,
"stdev_": 149.92231408256652
},
"throughput": {
"unit": "tokens/s",
"value": 2372.2080906217157
},
"energy": null,
"efficiency": null
} | {
"memory": {
"unit": "MB",
"max_ram": 985.403392,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
0.26592930033802986,
0.21516337618231773,
0.286930613219738,
0.21556589379906654,
0.2070387899875641,
0.2093116119503975,
0.21275963634252548,
0.20973585546016693,
0.21489622071385384,
0.2778015397489071,
0.20707297697663307,
0.2809239737689495,
0.40571077167987823,
0.21633761376142502,
0.21322113648056984,
0.2093835026025772,
0.21101843938231468,
0.4294917434453964,
0.2699609026312828,
0.2301780991256237,
0.21109439060091972,
0.26969505846500397,
0.21923928707838058,
0.27318545430898666,
0.20641374215483665,
0.20867283642292023,
0.2715306468307972,
0.21664238721132278,
0.27505922317504883,
0.21407104656100273,
0.2759604975581169,
0.2139219529926777,
0.2684822492301464,
0.21580934152007103,
0.27795660123229027,
0.21569675207138062,
0.214339978992939,
0.31829220429062843,
0.21248847991228104
],
"count": 39,
"total": 9.566984128206968,
"mean": 0.2453072853386402,
"p50": 0.21580934152007103,
"p90": 0.2821253016591072,
"p95": 0.3270340610295535,
"p99": 0.42045497417449945,
"stdev": 0.0508028703642843,
"stdev_": 20.70989057424539
},
"throughput": {
"unit": "tokens/s",
"value": 252.7442261423693
},
"energy": null,
"efficiency": null
} | {
"memory": null,
"latency": {
"unit": "s",
"values": [
0.05514369532465935,
0.003424912691116333,
0.0033999942243099213,
0.0033775679767131805,
0.0033853426575660706,
0.0034077316522598267,
0.003385361284017563,
0.003343939781188965,
0.0033727511763572693,
0.0033577121794223785,
0.003351345658302307,
0.0033577904105186462,
0.0033453702926635742,
0.00335090234875679,
0.057133015245199203,
0.003430679440498352,
0.00339324027299881,
0.0033337995409965515,
0.0033616870641708374,
0.0033929385244846344,
0.0033417530357837677,
0.005559086799621582,
0.003252960741519928,
0.00324905663728714,
0.0032411888241767883,
0.0032419897615909576,
0.0032436922192573547,
0.05729926377534866,
0.0034701749682426453,
0.0033625923097133636,
0.0033561401069164276,
0.0035227909684181213,
0.003865320235490799,
0.003354351967573166,
0.0033362917602062225,
0.0033612512052059174,
0.0032974407076835632,
0.003358360379934311,
0.0034163855016231537,
0.05606318637728691,
0.003438420593738556,
0.0033864304423332214,
0.003363031893968582,
0.0033572539687156677,
0.003330618143081665,
0.003344353288412094,
0.0033416040241718292,
0.0041722506284713745,
0.0033643916249275208,
0.0032336823642253876,
0.007638793438673019,
0.0033039413392543793,
0.056777872145175934,
0.0033148080110549927,
0.003247581422328949,
0.003225959837436676,
0.003270059823989868,
0.003233660012483597,
0.0032535679638385773,
0.00324133038520813,
0.003251306712627411,
0.003236234188079834,
0.0034341812133789062,
0.0032679811120033264,
0.06372342631220818,
0.003460034728050232,
0.0033615119755268097,
0.003350391983985901,
0.003344368189573288,
0.0035418421030044556,
0.0033826231956481934,
0.0033504553139209747,
0.003380659967660904,
0.0033586695790290833,
0.0033247210085392,
0.059641722589731216,
0.003454945981502533,
0.003251008689403534,
0.003230039030313492,
0.0032411813735961914,
0.0033661797642707825,
0.003365691751241684,
0.0033522024750709534,
0.0033856667578220367,
0.0033473409712314606,
0.0033193640410900116,
0.0033432990312576294,
0.06916316226124763,
0.003432750701904297,
0.0034264251589775085,
0.003347020596265793,
0.00336432084441185,
0.0033649615943431854,
0.00361623615026474,
0.0034403465688228607,
0.003345020115375519,
0.003349199891090393,
0.0033733509480953217,
0.055410780012607574,
0.003428984433412552,
0.0033980682492256165,
0.0034238770604133606,
0.003379378467798233,
0.0033476389944553375,
0.0033930055797100067,
0.003340400755405426,
0.0034077316522598267,
0.0033922716975212097,
0.003318849951028824,
0.003384634852409363,
0.0033691301941871643,
0.003332439810037613,
0.05720062926411629,
0.0034008994698524475,
0.003363490104675293,
0.003351151943206787,
0.0033584721386432648,
0.0033747032284736633,
0.0033650286495685577,
0.0033347345888614655,
0.0033713802695274353,
0.0033845417201519012,
0.00370049849152565,
0.007648061960935593,
0.0034747906029224396,
0.0032523609697818756,
0.0032281093299388885,
0.003239598125219345,
0.0032100602984428406,
0.003230009227991104,
0.003244299441576004,
0.0032159388065338135,
0.003226950764656067,
0.003203257918357849,
0.003233082592487335,
0.0034018903970718384,
0.0032429397106170654,
0.058201923966407776,
0.0032757483422756195,
0.0032410919666290283,
0.003263227641582489,
0.0032403282821178436,
0.0032281726598739624,
0.003210846334695816,
0.0033104419708251953,
0.0032425373792648315,
0.0032399222254753113,
0.003230765461921692,
0.0032887347042560577,
0.0032410472631454468,
0.00324215367436409,
0.003239694982767105,
0.0541553795337677,
0.0032732784748077393,
0.003261573612689972,
0.0034416206181049347,
0.0032488666474819183,
0.0032536648213863373,
0.0032532215118408203,
0.0032823272049427032,
0.0032725781202316284,
0.003260992467403412,
0.0032368823885917664,
0.003234654664993286,
0.003208879381418228,
0.0558086633682251,
0.0033203326165676117,
0.003234308212995529,
0.003253612667322159,
0.0032606609165668488,
0.0032513104379177094,
0.0032301954925060272,
0.0032669194042682648,
0.0032078810036182404,
0.0032476671040058136,
0.003248993307352066,
0.0032282881438732147,
0.003250259906053543,
0.0032755397260189056,
0.058236584067344666,
0.003335200250148773,
0.0032931193709373474,
0.0032785609364509583,
0.0036410242319107056,
0.003260519355535507,
0.0032432302832603455,
0.00344245508313179,
0.003299631178379059,
0.0032879672944545746,
0.003286510705947876,
0.0032183118164539337,
0.057789791375398636,
0.0032803229987621307,
0.003228750079870224,
0.003260161727666855,
0.0032313168048858643,
0.003243550658226013,
0.00346982479095459,
0.003254018723964691,
0.0032221265137195587,
0.0032589025795459747,
0.0033265501260757446,
0.003250420093536377,
0.05902339890599251,
0.004181336611509323,
0.003262430429458618,
0.0032679401338100433,
0.00322037935256958,
0.0032134205102920532,
0.0032904483377933502,
0.0032275766134262085,
0.003248542547225952,
0.0032479800283908844,
0.0032307393848896027,
0.0032403580844402313,
0.0032746419310569763,
0.0032352320849895477,
0.003480255603790283,
0.003270566463470459,
0.0032776519656181335,
0.0032496005296707153,
0.003268059343099594,
0.0032318495213985443,
0.0032733790576457977,
0.00323331356048584,
0.0032311156392097473,
0.0032272711396217346,
0.0032121874392032623,
0.003213241696357727,
0.060179829597473145,
0.003391321748495102,
0.003263760358095169,
0.003231652081012726,
0.0032578669488430023,
0.00402522087097168,
0.0032693296670913696,
0.0032620131969451904,
0.0032261088490486145,
0.003249887377023697,
0.0032369382679462433,
0.0032485798001289368,
0.0032410621643066406,
0.00324195995926857,
0.003230620175600052,
0.05389547348022461,
0.0032977014780044556,
0.0033547207713127136,
0.0032187290489673615,
0.0035127252340316772,
0.0032669194042682648,
0.0032349303364753723,
0.0032324902713298798,
0.0032874606549739838,
0.003239799290895462,
0.0032225102186203003,
0.003237977623939514,
0.003239840269088745,
0.06204317882657051,
0.0033011212944984436,
0.0032425187528133392,
0.0032514631748199463,
0.0032657496631145477,
0.0032782889902591705,
0.003224886953830719,
0.0032427310943603516,
0.003311261534690857,
0.004401989281177521,
0.003244105726480484,
0.0033510923385620117,
0.056524310261011124,
0.0033180788159370422,
0.0034021735191345215,
0.0032653771340847015,
0.003271140158176422,
0.0032356008887290955,
0.0032767467200756073,
0.003234032541513443,
0.003236718475818634,
0.0032518506050109863,
0.003459133207798004,
0.003269396722316742,
0.003225240856409073,
0.06198924779891968,
0.0035212524235248566,
0.0033645741641521454,
0.003370143473148346,
0.003374338150024414,
0.003374006599187851,
0.004234343767166138,
0.003395557403564453,
0.007619850337505341,
0.0032642483711242676,
0.0032311193645000458,
0.05850646644830704,
0.003308180719614029,
0.003268670290708542,
0.003262590616941452,
0.0032609067857265472,
0.003222920000553131,
0.0032732002437114716,
0.003260500729084015,
0.0032499395310878754,
0.0032368414103984833,
0.0032250583171844482,
0.0032312795519828796,
0.05922584980726242,
0.0035281218588352203,
0.003303680568933487,
0.0032536685466766357,
0.003244612365961075,
0.0034531094133853912,
0.003242131322622299,
0.0032460764050483704,
0.003235001116991043,
0.003266565501689911,
0.0032143928110599518,
0.0032441318035125732,
0.003234289586544037,
0.0032225362956523895,
0.056051105260849,
0.0032499656081199646,
0.0032554417848587036,
0.0032502785325050354,
0.0032759197056293488,
0.003306649625301361,
0.003239031881093979,
0.003255140036344528,
0.0032869093120098114,
0.003232758492231369,
0.003252848982810974,
0.0032258369028568268,
0.0032592006027698517,
0.003237452358007431,
0.05572432652115822,
0.003566063940525055,
0.0034154169261455536,
0.0033142007887363434,
0.0032488591969013214,
0.0033046118915081024,
0.0032473616302013397,
0.003257058560848236,
0.003482125699520111,
0.0032553374767303467,
0.0032531321048736572,
0.0032471157610416412,
0.05836803838610649,
0.0034220702946186066,
0.0034288130700588226,
0.0034226328134536743,
0.0033470094203948975,
0.0033727623522281647,
0.0033683106303215027,
0.0034012384712696075,
0.0033616870641708374,
0.004182435572147369,
0.0034287571907043457,
0.007635168731212616,
0.0032712072134017944,
0.0577949695289135,
0.003394879400730133,
0.003353152424097061,
0.003356020897626877,
0.003332562744617462,
0.00649619847536087,
0.0034178607165813446,
0.0033761002123355865,
0.0033341236412525177,
0.003369241952896118,
0.0033397190272808075,
0.0033558718860149384,
0.062080033123493195,
0.003419701009988785,
0.0034599527716636658,
0.003237541764974594,
0.0033095814287662506,
0.0032310187816619873,
0.003230668604373932,
0.0032151415944099426,
0.0032470785081386566,
0.003234129399061203,
0.06314577534794807,
0.11603695526719093,
0.08027523010969162,
0.0033570900559425354,
0.0032996200025081635,
0.003254912793636322,
0.0032501518726348877,
0.0032620877027511597,
0.0032381266355514526,
0.003233153373003006,
0.0032481588423252106,
0.003223128616809845,
0.0032413415610790253,
0.003268066793680191,
0.003212481737136841,
0.05792173370718956,
0.0033546239137649536,
0.003297429531812668,
0.0032529979944229126,
0.0032695122063159943,
0.003220740705728531,
0.003199927508831024,
0.0032277069985866547,
0.003532472997903824,
0.003246024250984192,
0.003202497959136963,
0.003237266093492508,
0.0032133013010025024,
0.056412335485219955,
0.003459770232439041,
0.003375992178916931,
0.0033901333808898926,
0.003332812339067459,
0.0033798925578594208,
0.0033332183957099915,
0.003343600779771805,
0.003404419869184494,
0.003331463783979416,
0.0033533982932567596,
0.005126871168613434,
0.0033723637461662292,
0.05715649202466011,
0.003582913428544998,
0.003380879759788513,
0.007616400718688965,
0.0032762810587882996,
0.0032543689012527466,
0.003243178129196167,
0.0032500922679901123,
0.0033136866986751556,
0.003224700689315796,
0.003269292414188385,
0.0032376162707805634,
0.0032364800572395325,
0.003435097634792328,
0.0032675862312316895,
0.003230821341276169,
0.00322616845369339,
0.0032346323132514954,
0.003239106386899948,
0.0032681524753570557,
0.0032207071781158447,
0.0032087601721286774,
0.0032035186886787415,
0.003214329481124878,
0.003229741007089615,
0.0032269880175590515,
0.003214459866285324,
0.059743981808423996,
0.003436766564846039,
0.00342009961605072,
0.0033633820712566376,
0.003381401300430298,
0.0034067854285240173,
0.003337256610393524,
0.0033680610358715057,
0.003360491245985031,
0.0033632516860961914,
0.003372594714164734,
0.0033887773752212524,
0.05756063386797905,
0.0032805390655994415,
0.0032512731850147247,
0.0032648667693138123,
0.0032536424696445465,
0.0034577101469039917,
0.0032383613288402557,
0.0032266154885292053,
0.0032614395022392273,
0.003240160644054413,
0.003233291208744049,
0.0032462812960147858,
0.05862468481063843,
0.0033095628023147583,
0.0032874681055545807,
0.0032605938613414764,
0.0032401680946350098,
0.0032279901206493378,
0.0032357200980186462,
0.003233235329389572,
0.0031959600746631622,
0.003256574273109436,
0.003221508115530014,
0.00323442742228508,
0.00325934961438179,
0.003239307552576065,
0.003266621381044388,
0.056044988334178925,
0.003336619585752487,
0.0032435059547424316,
0.0032860077917575836,
0.0032298676669597626,
0.0032750703394412994,
0.003240469843149185,
0.003231871873140335,
0.0032508373260498047,
0.003397557884454727,
0.003272060304880142,
0.05936630070209503,
0.0036668553948402405,
0.0033164918422698975,
0.003235049545764923,
0.003252532333135605,
0.0032577477395534515,
0.003262639045715332,
0.003228966146707535,
0.0032322630286216736,
0.0032815299928188324,
0.0032290667295455933,
0.0032528117299079895,
0.0032142288982868195,
0.0032161809504032135,
0.0032093673944473267,
0.055940527468919754,
0.003323841840028763,
0.0033056922256946564,
0.003927148878574371,
0.0032256469130516052,
0.0032440125942230225,
0.0032544992864131927,
0.0032673589885234833,
0.00324833020567894,
0.003253411501646042,
0.003222595900297165,
0.003217749297618866,
0.0032101012766361237,
0.0032292604446411133,
0.0036490075290203094,
0.0033733919262886047,
0.003369070589542389,
0.0033226124942302704,
0.0033374689519405365,
0.00472637265920639,
0.0034171342849731445,
0.003334149718284607,
0.0033323541283607483,
0.0033308789134025574,
0.0034176111221313477,
0.05563909187912941,
0.003461584448814392,
0.0033736415207386017,
0.0033504702150821686,
0.005285780876874924,
0.09491421282291412,
0.024474535137414932,
0.0034100785851478577,
0.09617669880390167,
0.06682845205068588,
0.0034756213426589966,
0.0034047625958919525,
0.0033304840326309204,
0.003365427255630493,
0.0033337026834487915,
0.003380820155143738,
0.0033501610159873962,
0.0033646710216999054,
0.0033342912793159485,
0.0033625327050685883,
0.003602735698223114,
0.06224840506911278,
0.0034430623054504395,
0.0033493638038635254,
0.0033591873943805695,
0.003319602459669113,
0.003367561846971512,
0.00330498069524765,
0.003368530422449112,
0.0033660419285297394,
0.0033697187900543213,
0.003317546099424362,
0.0033396370708942413,
0.05703773349523544,
0.0032900311052799225,
0.003307681530714035,
0.0032675527036190033,
0.00323660671710968,
0.0033252276480197906,
0.003232482820749283,
0.0032581277191638947,
0.003246653825044632,
0.003247436136007309,
0.003283359110355377,
0.0032388120889663696,
0.003288671374320984,
0.0032546184957027435,
0.057620782405138016,
0.0032939277589321136,
0.003306470811367035,
0.003222063183784485,
0.0034291110932826996,
0.003305811434984207,
0.004783991724252701,
0.0032653994858264923,
0.003263268619775772,
0.0032391510903835297,
0.0032279416918754578,
0.0032313689589500427,
0.0032437853515148163,
0.07756266742944717,
0.0032782219350337982,
0.003239210695028305,
0.0032555200159549713,
0.0031989961862564087,
0.0032360590994358063,
0.003230493515729904,
0.0032229870557785034,
0.05589183792471886,
0.003803219646215439,
0.0032279081642627716,
0.0032540075480937958,
0.00324803963303566,
0.0033124908804893494,
0.003219950944185257,
0.0032809972763061523,
0.0032440535724163055,
0.003239307552576065,
0.003241080790758133,
0.0032693669199943542,
0.0032477714121341705,
0.0032369084656238556,
0.0036915652453899384,
0.0034402646124362946,
0.0033671073615550995,
0.0034389644861221313,
0.003367234021425247,
0.00336650013923645,
0.0034066513180732727,
0.05755261331796646,
0.0032949894666671753,
0.003293979912996292,
0.0032571107149124146,
0.0032409504055976868,
0.0032302066683769226,
0.003225453197956085,
0.00323665514588356,
0.0032324939966201782,
0.003238379955291748,
0.0032118558883666992,
0.003290720283985138,
0.0032475441694259644,
0.0032140277326107025,
0.05772292986512184,
0.003284219652414322,
0.003288254141807556,
0.003240387886762619,
0.0032841116189956665,
0.003227580338716507,
0.003241494297981262,
0.003247532993555069,
0.0032420270144939423,
0.003225572407245636,
0.003455754369497299,
0.003245934844017029,
0.003228750079870224,
0.056131761521101,
0.0033199191093444824,
0.003248967230319977,
0.0032228007912635803,
0.003232911229133606,
0.00324103981256485,
0.003264550119638443,
0.0032379478216171265,
0.0032414980232715607,
0.0032356828451156616,
0.0032482296228408813,
0.003218758851289749,
0.0032501965761184692,
0.0032240524888038635,
0.063261728733778,
0.0034423023462295532,
0.0033777840435504913,
0.003353748470544815,
0.0033881328999996185,
0.004463899880647659,
0.0033818818628787994,
0.0033274926245212555,
0.0034226886928081512,
0.0033292509615421295,
0.006499629467725754,
0.003411434590816498,
0.0530821718275547,
0.003453083336353302,
0.003598935902118683,
0.0033967941999435425,
0.003342077136039734,
0.003355812281370163,
0.0033547133207321167,
0.003353700041770935,
0.006577722728252411,
0.0033554285764694214,
0.0033176131546497345,
0.0033636726438999176,
0.054581161588430405,
0.0034461840987205505,
0.0033865533769130707,
0.0033660531044006348,
0.0034025199711322784,
0.003363262861967087,
0.0033359192311763763,
0.003338705748319626,
0.003386177122592926,
0.0033831335604190826,
0.0033408887684345245,
0.003339141607284546,
0.0033968202769756317,
0.05929464101791382,
0.003449920564889908,
0.00338580459356308,
0.00334027037024498,
0.003336820751428604,
0.004110291600227356,
0.003356393426656723,
0.006630919873714447,
0.003594588488340378,
0.0033636465668678284,
0.0033669844269752502,
0.057494502514600754,
0.003474101424217224,
0.0033750683069229126,
0.0034139640629291534,
0.0033652037382125854,
0.003415968269109726,
0.0034632831811904907,
0.0033563263714313507,
0.00334341824054718,
0.003932829946279526,
0.0033750422298908234,
0.007627684623003006,
0.003247760236263275,
0.05764423683285713,
0.0033601298928260803,
0.0032924674451351166,
0.0032557323575019836,
0.003237348049879074,
0.0032359883189201355,
0.003266911953687668,
0.0032335296273231506,
0.003284633159637451,
0.00329623743891716,
0.0032598674297332764,
0.00328730046749115,
0.059071335941553116,
0.0036909691989421844,
0.0033120885491371155,
0.003437872976064682,
0.003258727490901947,
0.003217224031686783,
0.0032489262521266937,
0.0032363012433052063,
0.003233969211578369,
0.003221619874238968,
0.003279559314250946,
0.0032400190830230713,
0.003258250653743744,
0.05534619837999344,
0.0033967234194278717,
0.0032712481915950775,
0.00326426699757576,
0.0032470114529132843,
0.003252629190683365,
0.0032551512122154236,
0.003246515989303589,
0.0032240524888038635,
0.0032236091792583466,
0.003286939114332199,
0.0032374821603298187,
0.003211870789527893,
0.003227557986974716,
0.003229711204767227,
0.05637913942337036,
0.003266889601945877,
0.003290962427854538,
0.003214038908481598,
0.0032446011900901794,
0.00322037935256958,
0.0034275315701961517,
0.003228258341550827,
0.003236733376979828,
0.0032350271940231323,
0.0032394826412200928,
0.003259524703025818,
0.0032163597643375397,
0.055448614060878754,
0.003279026597738266,
0.0033048316836357117,
0.0032482482492923737,
0.003241349011659622,
0.0032236389815807343,
0.0032496005296707153,
0.0032581910490989685,
0.003251582384109497,
0.0032639987766742706,
0.0032439492642879486,
0.0032062381505966187,
0.0032784007489681244,
0.0032262392342090607,
0.05837415158748627,
0.003275420516729355,
0.0032586604356765747,
0.00352521613240242,
0.00322650745511055,
0.003223974257707596,
0.0032363533973693848,
0.0032311491668224335,
0.0032603852450847626,
0.0032510384917259216,
0.003442913293838501,
0.0032495632767677307,
0.0032215863466262817,
0.0032459087669849396,
0.05770918354392052,
0.0034021101891994476,
0.0033424198627471924,
0.0033974386751651764,
0.0033673271536827087,
0.0033619441092014313,
0.00487668439745903,
0.00335615873336792,
0.003333602100610733,
0.0033650286495685577,
0.003362465649843216,
0.058887410908937454,
0.0033870935440063477,
0.0033764801919460297,
0.0033740438520908356,
0.0034233108162879944,
0.003376021981239319,
0.0033202990889549255,
0.0033649206161499023,
0.004065856337547302,
0.007627643644809723,
0.0032823793590068817,
0.0032590925693511963,
0.0032379180192947388,
0.05468064546585083,
0.00332685187458992,
0.003234241157770157,
0.0034317821264266968,
0.0032381676137447357,
0.003250494599342346,
0.003236088901758194,
0.003237605094909668,
0.003220580518245697,
0.0032529011368751526,
0.003252170979976654,
0.003222089260816574,
0.0032516904175281525,
0.056838709861040115,
0.0032643191516399384,
0.00334274023771286,
0.0032741203904151917,
0.0032463781535625458,
0.003237582743167877,
0.0032299645245075226,
0.003237612545490265,
0.0036766044795513153,
0.0032208599150180817,
0.0032472126185894012,
0.005310032516717911,
0.003215346485376358,
0.0032346397638320923,
0.06154273450374603,
0.0034180618822574615,
0.0033752508461475372,
0.003348208963871002,
0.003349941223859787,
0.0033341310918331146,
0.0038534291088581085,
0.008836407214403152,
0.05876493453979492,
0.003400258719921112,
0.0034008994698524475,
0.0034742727875709534,
0.0034193508327007294,
0.0034138746559619904,
0.0033958330750465393,
0.0034249387681484222,
0.003380071371793747,
0.004040166735649109,
0.003383379429578781,
0.0033568106591701508,
0.003378160297870636,
0.003386612981557846,
0.054888252168893814,
0.003497593104839325,
0.0034534409642219543,
0.0034117549657821655,
0.003400750458240509,
0.0034108906984329224,
0.006474331021308899,
0.003399670124053955,
0.003363572061061859,
0.003425583243370056,
0.0034297145903110504,
0.003354288637638092,
0.0033514797687530518,
0.05662787705659866,
0.0034697651863098145,
0.003395441919565201,
0.0035565122961997986,
0.003421202301979065,
0.0033366866409778595,
0.003322277218103409,
0.007690828293561935,
0.0033118613064289093,
0.0032939016819000244,
0.003296010196208954,
0.05577191337943077,
0.0033663325011730194,
0.003299728035926819,
0.003301657736301422,
0.003301873803138733,
0.0037419982254505157,
0.0033169016242027283,
0.0033165477216243744,
0.004191741347312927,
0.003322027623653412,
0.0033060982823371887,
0.003346391022205353,
0.0032841600477695465,
0.0032842494547367096,
0.05621372163295746,
0.0033538751304149628,
0.0033277571201324463,
0.0032394900918006897,
0.0032800398766994476,
0.0032289810478687286,
0.0032468661665916443,
0.0032650791108608246,
0.0032547935843467712,
0.0034717917442321777,
0.0032154619693756104,
0.003237500786781311,
0.003192715346813202,
0.06152213364839554,
0.003488641232252121,
0.0034788958728313446,
0.0034186728298664093,
0.003395218402147293,
0.0034282244741916656,
0.0035182349383831024,
0.0034349001944065094,
0.003425445407629013,
0.0034509412944316864,
0.006690036505460739,
0.055838581174612045,
0.0035396069288253784,
0.003442976623773575,
0.0034300051629543304,
0.0034145228564739227,
0.0034601055085659027,
0.0034000277519226074,
0.0034550055861473083,
0.003430202603340149,
0.004554688930511475,
0.0035171322524547577,
0.0034423135221004486,
0.003485344350337982,
0.057916246354579926,
0.003518134355545044,
0.003466624766588211,
0.0036229416728019714,
0.0035112984478473663,
0.004306163638830185,
0.004034023731946945,
0.007642835378646851,
0.003335312008857727,
0.003210466355085373,
0.003227967768907547,
0.05438770726323128,
0.003339271992444992,
0.003261379897594452,
0.0032502003014087677,
0.0032287053763866425,
0.003226708620786667,
0.0032452642917633057,
0.003230549395084381,
0.00324239581823349,
0.0032430291175842285,
0.0032088831067085266,
0.0032558999955654144,
0.0035827308893203735,
0.003208022564649582,
0.057907551527023315,
0.0032821036875247955,
0.0032804682850837708,
0.00323273241519928,
0.003239557147026062,
0.003236427903175354,
0.0032251738011837006,
0.0032389461994171143,
0.003231573849916458,
0.00338011234998703,
0.0032788291573524475,
0.0032420381903648376,
0.0032416991889476776,
0.056135863065719604,
0.0034405775368213654,
0.003395065665245056,
0.0033688098192214966,
0.0033530332148075104,
0.0033320672810077667,
0.0033405832946300507,
0.003332328051328659,
0.0033686868846416473,
0.0033282600343227386,
0.003328181803226471,
0.0033601894974708557,
0.003334503620862961,
0.06327672675251961,
0.003920260816812515,
0.0032662414014339447,
0.0032482370734214783,
0.003226619213819504,
0.0032338909804821014,
0.0032434090971946716,
0.0032554976642131805,
0.0032200105488300323,
0.0032901503145694733,
0.003227248787879944,
0.0032225921750068665,
0.0032388195395469666,
0.05559786036610603,
0.00348789244890213,
0.0032652392983436584,
0.003247637301683426,
0.00392657145857811,
0.0038241706788539886,
0.0032173767685890198,
0.003234870731830597,
0.003220878541469574,
0.0032960809767246246,
0.0032225102186203003,
0.003225225955247879,
0.0032109804451465607,
0.05917384475469589,
0.0034352540969848633,
0.003346901386976242,
0.003323271870613098,
0.003350730985403061,
0.0033222027122974396,
0.00733465701341629,
0.003493756055831909,
0.003465864807367325,
0.003425847738981247,
0.0034015849232673645,
0.003404010087251663,
0.055168356746435165,
0.0033090896904468536,
0.003277823328971863,
0.003285769373178482,
0.0032238848507404327,
0.0032097212970256805,
0.0032316409051418304,
0.0038231275975704193,
0.003236595541238785,
0.003251064568758011,
0.003221217542886734,
0.003260556608438492,
0.0032662637531757355,
0.05566921457648277,
0.0032879263162612915,
0.003252040594816208,
0.0032630600035190582,
0.0032699257135391235,
0.003235872834920883,
0.0032444000244140625,
0.003227401524782181,
0.003226935863494873,
0.003224499523639679,
0.0032567381858825684,
0.0032316818833351135,
0.003246370702981949,
0.003326214849948883,
0.07272839173674583,
0.0034036189317703247,
0.0033369511365890503,
0.003345813602209091,
0.0033195577561855316,
0.004212286323308945,
0.0033771321177482605,
0.0033436715602874756,
0.0034587495028972626,
0.003357931971549988,
0.05576789379119873,
0.0035601742565631866,
0.0034046731889247894,
0.004243630915880203,
0.0033415518701076508,
0.0033399127423763275,
0.0033424347639083862,
0.003350764513015747,
0.0033620446920394897,
0.0033704526722431183,
0.0033477135002613068,
0.003315407782793045,
0.056561294943094254,
0.004876215010881424,
0.0032904595136642456,
0.0032972916960716248,
0.0032739900052547455,
0.0032904185354709625,
0.003289792686700821,
0.003286600112915039,
0.003303792327642441,
0.003308180719614029,
0.003319147974252701,
0.0033277124166488647,
0.0597912035882473,
0.0033693164587020874,
0.0033097676932811737,
0.003278251737356186,
0.0033194981515407562,
0.0032894201576709747,
0.0033382736146450043,
0.003322400152683258,
0.0035251304507255554,
0.0033355988562107086,
0.0033321529626846313,
0.0033001601696014404,
0.003276761621236801,
0.05579875409603119,
0.0032669417560100555,
0.003239687532186508,
0.003254227340221405,
0.0032514631748199463,
0.003251347690820694,
0.0032378211617469788,
0.0032979100942611694,
0.0032221972942352295,
0.0032557137310504913,
0.0032229386270046234,
0.0032367371022701263,
0.0032534636557102203,
0.00322168692946434,
0.058124180883169174,
0.003412291407585144,
0.0033732205629348755,
0.0033546648919582367,
0.0033686310052871704,
0.0033380091190338135,
0.0033151209354400635,
0.003297921270132065,
0.0036109425127506256,
0.007613610476255417,
0.0032631680369377136,
0.0032434724271297455,
0.0038348399102687836,
0.003312300890684128,
0.0032806769013404846,
0.0032298602163791656,
0.003227017819881439,
0.003246113657951355,
0.0032292604446411133,
0.0032099150121212006,
0.003243010491132736,
0.003219589591026306,
0.003265630453824997,
0.0032259225845336914,
0.003243695944547653,
0.003188490867614746,
0.1540529876947403,
0.015075359493494034,
0.0033627524971961975,
0.003332361578941345,
0.0033746808767318726,
0.00334206223487854,
0.0033570528030395508,
0.0034118182957172394,
0.003311172127723694,
0.003313593566417694,
0.0033738985657691956,
0.055921949446201324,
0.0034150108695030212,
0.003409411758184433,
0.0033262111246585846,
0.0033473894000053406,
0.0033612102270126343,
0.0035714656114578247,
0.003327280282974243,
0.0033415593206882477,
0.003364812582731247,
0.0033860430121421814,
0.003339126706123352,
0.0033325999975204468,
0.056315384805202484,
0.0033593326807022095,
0.0033490508794784546,
0.0033401809632778168,
0.00340329110622406,
0.003345523029565811,
0.0032972395420074463,
0.0033402293920516968,
0.003316223621368408,
0.003339529037475586,
0.0033335834741592407,
0.0033680498600006104,
0.0033323243260383606,
0.058494970202445984,
0.0033974982798099518,
0.003403119742870331,
0.003363572061061859,
0.0033510997891426086,
0.0033401325345039368,
0.0033434294164180756,
0.0033349208533763885,
0.003393564373254776,
0.0033650733530521393,
0.0033544600009918213
],
"count": 1209,
"total": 9.55689512565732,
"mean": 0.007904793321470075,
"p50": 0.0033165477216243744,
"p90": 0.004737896472215655,
"p95": 0.056479520350694645,
"p99": 0.06307398572564131,
"stdev": 0.01584620557518468,
"stdev_": 200.46324971135004
},
"throughput": {
"unit": "tokens/s",
"value": 253.01104262496452
},
"energy": null,
"efficiency": null
} |
IlyasMoutawwakil/2024-11-19-13-49-41/pytorch | {
"name": "pytorch",
"version": "2.5.1",
"_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
"task": "text-generation",
"library": "transformers",
"model_type": "llama",
"model": "trl-internal-testing/tiny-random-LlamaForCausalLM",
"processor": "trl-internal-testing/tiny-random-LlamaForCausalLM",
"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.02272,
"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.dev0",
"optimum_benchmark_commit": null,
"transformers_version": "4.46.3",
"transformers_commit": null,
"accelerate_version": "1.1.1",
"accelerate_commit": null,
"diffusers_version": null,
"diffusers_commit": null,
"optimum_version": "1.23.3",
"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 | {
"memory": {
"unit": "MB",
"max_ram": 680.423424,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
0.5420646332204342
],
"count": 1,
"total": 0.5420646332204342,
"mean": 0.5420646332204342,
"p50": 0.5420646332204342,
"p90": 0.5420646332204342,
"p95": 0.5420646332204342,
"p99": 0.5420646332204342,
"stdev": 0,
"stdev_": 0
},
"throughput": null,
"energy": null,
"efficiency": null
} | {
"memory": {
"unit": "MB",
"max_ram": 750.657536,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
0.0036486349999904633,
0.003653191030025482,
0.0038738586008548737,
0.003484010696411133,
0.003498166799545288,
0.0035026706755161285,
0.003496859222650528,
0.004464637488126755,
0.0034982264041900635,
0.003522004932165146,
0.004372313618659973,
0.0035172589123249054,
0.0035060644149780273,
0.003523755818605423,
0.0038893818855285645,
0.003496158868074417,
0.0035231374204158783,
0.003473188728094101,
0.0034906044602394104,
0.0034863650798797607,
0.00347350537776947,
0.003501374274492264,
0.0034681931138038635,
0.003501690924167633,
0.003544304519891739,
0.003489043563604355,
0.0035107098519802094,
0.003508463501930237,
0.003536336123943329,
0.003478102385997772,
0.003518763929605484,
0.051729992032051086,
0.05574336275458336,
0.0034933052957057953,
0.0034945644438266754,
0.0035312846302986145,
0.003501366823911667,
0.0035908780992031097,
0.0035749152302742004,
0.0035512037575244904,
0.05986778810620308,
0.0035301819443702698,
0.0035246051847934723,
0.003516159951686859,
0.0035481825470924377,
0.0035324357450008392,
0.003513950854539871,
0.003559216856956482,
0.0035367757081985474,
0.003549087792634964,
0.052159421145915985,
0.0035332925617694855,
0.003538556396961212
],
"count": 53,
"total": 0.3945715054869652,
"mean": 0.007444745386546513,
"p50": 0.0035231374204158783,
"p90": 0.004275727272033693,
"p95": 0.051901763677597045,
"p99": 0.05772308692336081,
"stdev": 0.013582664128694334,
"stdev_": 182.4463218478865
},
"throughput": {
"unit": "tokens/s",
"value": 4298.333702295256
},
"energy": null,
"efficiency": null
} | {
"memory": {
"unit": "MB",
"max_ram": 750.657536,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
0.19491316378116608,
0.26256950572133064,
0.1404482163488865,
0.1892809495329857,
0.1940768137574196,
0.1932867355644703,
0.192255437374115,
0.1946813315153122,
0.19248893484473228,
0.1923602633178234,
0.1920803301036358,
0.18760237470269203,
0.1923581399023533,
0.19473004713654518,
0.13465458527207375,
0.19142090529203415,
0.1913965865969658,
0.19129399955272675,
0.19159915298223495,
0.19761720299720764,
0.1940046176314354,
0.1910053789615631,
0.19130680710077286,
0.19114097207784653,
0.13133054599165916,
0.1919580176472664,
0.18819353729486465,
0.19353347271680832,
0.19189370423555374,
0.1890854611992836,
0.13940124213695526,
0.14120254665613174,
0.14070182293653488,
0.18764659762382507,
0.1908523514866829,
0.191291656345129,
0.18871284648776054,
0.1981143355369568,
0.1887827105820179,
0.13213545083999634,
0.13990439474582672,
0.1883872225880623,
0.1882663518190384,
0.19333337992429733,
0.18870461732149124,
0.19186336919665337,
0.3011910952627659,
0.19185179099440575,
0.1886439509689808,
0.1439356617629528,
0.1398838497698307,
0.1885037161409855,
0.1882161721587181
],
"count": 53,
"total": 9.796094324439764,
"mean": 0.18483196838565594,
"p50": 0.191291656345129,
"p90": 0.1947203040122986,
"p95": 0.1978160560131073,
"p99": 0.28110786870121945,
"stdev": 0.02861145575911717,
"stdev_": 15.479711658655685
},
"throughput": {
"unit": "tokens/s",
"value": 335.43980806737744
},
"energy": null,
"efficiency": null
} | {
"memory": null,
"latency": {
"unit": "s",
"values": [
0.0027195103466510773,
0.0026734620332717896,
0.0026944316923618317,
0.05536804720759392,
0.002692975103855133,
0.002664342522621155,
0.0027603507041931152,
0.0026793070137500763,
0.0026681944727897644,
0.0026419125497341156,
0.002759631723165512,
0.0028162114322185516,
0.0027281157672405243,
0.002706129103899002,
0.0026550590991973877,
0.002643737941980362,
0.0026639625430107117,
0.0026533417403697968,
0.002644851803779602,
0.05904361233115196,
0.0026779137551784515,
0.002638470381498337,
0.0026611797511577606,
0.0026684924960136414,
0.002732943743467331,
0.0026676878333091736,
0.002643212676048279,
0.002661101520061493,
0.0027528218924999237,
0.002657949924468994,
0.005060166120529175,
0.0028841160237789154,
0.002649262547492981,
0.0027007125318050385,
0.05510367453098297,
0.002960827201604843,
0.002696886658668518,
0.0026648007333278656,
0.002685546875,
0.0026677511632442474,
0.0026707276701927185,
0.002663183957338333,
0.0026775598526000977,
0.002893403172492981,
0.002661861479282379,
0.0026975907385349274,
0.0026890523731708527,
0.0026886984705924988,
0.0026600994169712067,
0.0026645921170711517,
0.07635103538632393,
0.0027673207223415375,
0.002685822546482086,
0.0026790574193000793,
0.00269254669547081,
0.0026690997183322906,
0.0027431175112724304,
0.002669084817171097,
0.002637602388858795,
0.002665039151906967,
0.0027134306728839874,
0.002731259912252426,
0.0026600323617458344,
0.003002941608428955,
0.0028068460524082184,
0.0026373863220214844,
0.0026818960905075073,
0.0026722103357315063,
0.0026105381548404694,
0.002667579799890518,
0.002920970320701599,
0.0026419125497341156,
0.0026636645197868347,
0.0026601627469062805,
0.002605389803647995,
0.002667602151632309,
0.05934327840805054,
0.0027236193418502808,
0.002924840897321701,
0.0026661381125450134,
0.0026582106947898865,
0.002674311399459839,
0.0026474706828594208,
0.0026830732822418213,
0.0026234276592731476,
0.0026631616055965424,
0.002633262425661087,
0.002660561352968216,
0.0026477500796318054,
0.002804487943649292,
0.002631373703479767,
0.0026937127113342285,
0.002646457403898239,
0.0026568621397018433,
0.05163189396262169,
0.002682417631149292,
0.0026771612465381622,
0.0026335902512073517,
0.0026687495410442352,
0.0026613548398017883,
0.002642367035150528,
0.002652965486049652,
0.00300748273730278,
0.002630971372127533,
0.002676159143447876,
0.0026510395109653473,
0.0026502348482608795,
0.002651229500770569,
0.0034053102135658264,
0.0026169046759605408,
0.05921436473727226,
0.002696692943572998,
0.0026663877069950104,
0.002637423574924469,
0.0027395598590373993,
0.0026323534548282623,
0.0026424676179885864,
0.0026562437415122986,
0.0026600807905197144,
0.0026310496032238007,
0.0026727914810180664,
0.0026520974934101105,
0.002673126757144928,
0.0026980452239513397,
0.0026336871087551117,
0.0026729032397270203,
0.05514078214764595,
0.0027229152619838715,
0.0026478618383407593,
0.0026973001658916473,
0.0034175999462604523,
0.0026421397924423218,
0.0026711225509643555,
0.0026803910732269287,
0.0026130378246307373,
0.002676725387573242,
0.0026437491178512573,
0.0026325583457946777,
0.002662505954504013,
0.0026602186262607574,
0.002612840384244919,
0.0026669390499591827,
0.059059567749500275,
0.0027332529425621033,
0.0026457495987415314,
0.0026759207248687744,
0.002637721598148346,
0.0037866272032260895,
0.0033014602959156036,
0.002671942114830017,
0.0026407167315483093,
0.002665892243385315,
0.0026540346443653107,
0.0026753582060337067,
0.0026229731738567352,
0.0027320124208927155,
0.0026583336293697357,
0.002628147602081299,
0.05546405911445618,
0.002681650221347809,
0.002630792558193207,
0.0026472993195056915,
0.0026636123657226562,
0.0026972703635692596,
0.0026652291417121887,
0.00262543186545372,
0.002637382596731186,
0.0026538781821727753,
0.002986907958984375,
0.0026129409670829773,
0.0026681311428546906,
0.002643175423145294,
0.0026275068521499634,
0.00267845019698143,
0.06018289923667908,
0.002664506435394287,
0.002628859132528305,
0.002642560750246048,
0.0026713386178016663,
0.002663705497980118,
0.0027161575853824615,
0.002636633813381195,
0.0026536881923675537,
0.0026738718152046204,
0.002655457705259323,
0.0026622526347637177,
0.0027612783014774323,
0.0026828236877918243,
0.0026211701333522797,
0.002681110054254532,
0.05504683777689934,
0.0027274787425994873,
0.0026620663702487946,
0.0026878565549850464,
0.002634190022945404,
0.0026723407208919525,
0.0026891417801380157,
0.0029882825911045074,
0.002626340836286545,
0.002670280635356903,
0.002636391669511795,
0.0026527531445026398,
0.0026682987809181213,
0.002658560872077942,
0.0026324130594730377,
0.002692580223083496,
0.05914880707859993,
0.002820804715156555,
0.0026695281267166138,
0.0026655010879039764,
0.002679683268070221,
0.0026704706251621246,
0.002656891942024231,
0.002653319388628006,
0.002694740891456604,
0.002667609602212906,
0.0026105083525180817,
0.002656102180480957,
0.0026790425181388855,
0.002627607434988022,
0.0026450008153915405,
0.0026427023112773895,
0.05471067875623703,
0.006524071097373962,
0.0026669390499591827,
0.0026568807661533356,
0.002662152051925659,
0.002640221267938614,
0.002656858414411545,
0.002637602388858795,
0.0026641041040420532,
0.0026282556354999542,
0.002643592655658722,
0.002643320709466934,
0.002660762518644333,
0.0026804208755493164,
0.0026592984795570374,
0.0026063211262226105,
0.05860961973667145,
0.0026890113949775696,
0.0026279911398887634,
0.0026683397591114044,
0.0026708468794822693,
0.002657320350408554,
0.002833336591720581,
0.0028452835977077484,
0.0026540346443653107,
0.0026237070560455322,
0.002697151154279709,
0.0026277080178260803,
0.0026543624699115753,
0.0026534870266914368,
0.0026096925139427185,
0.0026716142892837524,
0.05542729049921036,
0.0028331130743026733,
0.0026602260768413544,
0.002676531672477722,
0.0026320405304431915,
0.0026961714029312134,
0.0026566684246063232,
0.002668246626853943,
0.0026628971099853516,
0.0026963427662849426,
0.0026680901646614075,
0.002650786191225052,
0.002653084695339203,
0.002657812088727951,
0.002642422914505005,
0.0026744119822978973,
0.0595589317381382,
0.0027050524950027466,
0.0026409700512886047,
0.002693813294172287,
0.002641599625349045,
0.00264594703912735,
0.002651512622833252,
0.0026452206075191498,
0.002626430243253708,
0.0026690512895584106,
0.0026436224579811096,
0.0026461705565452576,
0.0026603713631629944,
0.002612818032503128,
0.0026719309389591217,
0.002643860876560211,
0.002627141773700714,
0.05471186712384224,
0.002690054476261139,
0.002623286098241806,
0.00267023965716362,
0.002977978438138962,
0.00285126268863678,
0.0026267506182193756,
0.002673313021659851,
0.002629946917295456,
0.0026560239493846893,
0.0026565417647361755,
0.002645641565322876,
0.002646390348672867,
0.0026955120265483856,
0.00263315811753273,
0.002648923546075821,
0.05930383875966072,
0.0033321380615234375,
0.0026510320603847504,
0.0026678889989852905,
0.002651643007993698,
0.0026771537959575653,
0.002654377371072769,
0.002680990844964981,
0.002650521695613861,
0.0026253685355186462,
0.0026635117828845978,
0.0026311837136745453,
0.002659998834133148,
0.00268729031085968,
0.0026453211903572083,
0.002613760530948639,
0.055059611797332764,
0.0027059130370616913,
0.00294378399848938,
0.002687264233827591,
0.00269901379942894,
0.0026384107768535614,
0.002666827291250229,
0.0026813335716724396,
0.002630431205034256,
0.002659279853105545,
0.002659488469362259,
0.0026000216603279114,
0.0026843808591365814,
0.002630367875099182,
0.002643931657075882,
0.0026515424251556396,
0.05950932204723358,
0.0026772022247314453,
0.0026517435908317566,
0.002648737281560898,
0.0026513226330280304,
0.0026302598416805267,
0.002742558717727661,
0.0026994645595550537,
0.0026273801922798157,
0.0026693195104599,
0.002638973295688629,
0.0026444457471370697,
0.0026536136865615845,
0.0026501528918743134,
0.002636287361383438,
0.0026670843362808228,
0.0026348792016506195,
0.0026477202773094177,
0.05115301534533501,
0.0026857666671276093,
0.002635311335325241,
0.002666361629962921,
0.0026372410356998444,
0.002655439078807831,
0.002642013132572174,
0.0026482418179512024,
0.0026270002126693726,
0.0026725754141807556,
0.0026533342897892,
0.00264701247215271,
0.0026630088686943054,
0.0026837289333343506,
0.002620633691549301,
0.0026632994413375854,
0.05907116085290909,
0.0027719996869564056,
0.002681199461221695,
0.0026706308126449585,
0.0026407092809677124,
0.0026445388793945312,
0.002651311457157135,
0.0026613548398017883,
0.0026954784989356995,
0.0026640482246875763,
0.002645190805196762,
0.0026762746274471283,
0.002646777778863907,
0.002621341496706009,
0.002663102000951767,
0.0026378482580184937,
0.00265643373131752,
0.05558961257338524,
0.002692990005016327,
0.0026386938989162445,
0.0026388168334960938,
0.0027002952992916107,
0.0026539191603660583,
0.002632986754179001,
0.002703685313463211,
0.0026333406567573547,
0.002647586166858673,
0.0026535317301750183,
0.0026545412838459015,
0.002655431628227234,
0.0026758797466754913,
0.0026537850499153137,
0.0026547200977802277,
0.05948752909898758,
0.0026644207537174225,
0.0026750601828098297,
0.002688102424144745,
0.0026605799794197083,
0.002630360424518585,
0.0026723146438598633,
0.0026330873370170593,
0.0026407092809677124,
0.002650175243616104,
0.002639077603816986,
0.002621222287416458,
0.0026733577251434326,
0.002631351351737976,
0.0026501603424549103,
0.0026529207825660706,
0.054508935660123825,
0.006475068628787994,
0.0026901252567768097,
0.00263286754488945,
0.002658642828464508,
0.002645328640937805,
0.0026269108057022095,
0.002664860337972641,
0.002686239778995514,
0.0026145316660404205,
0.002680353820323944,
0.002658732235431671,
0.002634238451719284,
0.0026522018015384674,
0.002748049795627594,
0.002624642103910446,
0.002658206969499588,
0.0026822425425052643,
0.002638060599565506,
0.0026342421770095825,
0.0026451684534549713,
0.002642989158630371,
0.002640761435031891,
0.0026614107191562653,
0.0026290901005268097,
0.0026464127004146576,
0.0026700906455516815,
0.0026595517992973328,
0.0026217475533485413,
0.0026714131236076355,
0.0026456601917743683,
0.002642352133989334,
0.05493305251002312,
0.002673279494047165,
0.0026382319629192352,
0.0026672109961509705,
0.002626478672027588,
0.002633068710565567,
0.002698443830013275,
0.0026719942688941956,
0.0026257075369358063,
0.002680692821741104,
0.002629470080137253,
0.002645988017320633,
0.002646513283252716,
0.0026506073772907257,
0.0026350505650043488,
0.05913405492901802,
0.0026771612465381622,
0.0026296712458133698,
0.0026889927685260773,
0.0026298463344573975,
0.002640124410390854,
0.0026484206318855286,
0.002653971314430237,
0.0026516057550907135,
0.0026822276413440704,
0.00263296440243721,
0.0026520229876041412,
0.0026427321135997772,
0.002664618194103241,
0.0026259422302246094,
0.002659738063812256,
0.002622898668050766,
0.002636794000864029,
0.05515670403838158,
0.002678763121366501,
0.002632029354572296,
0.002667892724275589,
0.002721138298511505,
0.0026376433670520782,
0.002693694084882736,
0.0026537589728832245,
0.0026205070316791534,
0.0026629120111465454,
0.0026271790266036987,
0.002633441239595413,
0.0026496313512325287,
0.002721071243286133,
0.002645820379257202,
0.05916992574930191,
0.0026765204966068268,
0.0026246309280395508,
0.0026558004319667816,
0.002627462148666382,
0.002629391849040985,
0.002630908042192459,
0.002642892301082611,
0.002641957253217697,
0.0026581399142742157,
0.0026313550770282745,
0.0026613660156726837,
0.0026421435177326202,
0.0026422813534736633,
0.0026168935000896454,
0.0026651471853256226,
0.002629239112138748,
0.002635341137647629,
0.055194199085235596,
0.00268666073679924,
0.0026134997606277466,
0.0026803314685821533,
0.002635139971971512,
0.00266328826546669,
0.0026660114526748657,
0.0026543140411376953,
0.0026218369603157043,
0.00265716016292572,
0.0026527531445026398,
0.0026526600122451782,
0.002663973718881607,
0.0026195012032985687,
0.0026328973472118378,
0.05956972390413284,
0.0026873350143432617,
0.002632271498441696,
0.002653270959854126,
0.002652328461408615,
0.0026279501616954803,
0.0026488713920116425,
0.002663537859916687,
0.00261504203081131,
0.0026580095291137695,
0.002665691077709198,
0.002633381634950638,
0.002681061625480652,
0.002662263810634613,
0.0026077590882778168,
0.002664007246494293,
0.002654232084751129,
0.0026270784437656403,
0.05477282032370567,
0.0026725418865680695,
0.002619639039039612,
0.002666223794221878,
0.0026413537561893463,
0.0026221275329589844,
0.002647317945957184,
0.002660755068063736,
0.0026080049574375153,
0.0026960596442222595,
0.002644028514623642,
0.002622585743665695,
0.0026661381125450134,
0.0026265718042850494,
0.0026358552277088165,
0.05924401432275772,
0.0026731491088867188,
0.002618808299303055,
0.002663102000951767,
0.002650804817676544,
0.002621598541736603,
0.0026375465095043182,
0.002670474350452423,
0.002608831971883774,
0.002670537680387497,
0.002640470862388611,
0.0026397444307804108,
0.002646278589963913,
0.002661958336830139,
0.002616342157125473,
0.0026573985815048218,
0.0026446133852005005,
0.0026445798575878143,
0.05531273037195206,
0.0026957355439662933,
0.002634786069393158,
0.002645738422870636,
0.002651374787092209,
0.0026468075811862946,
0.002700701355934143,
0.002670787274837494,
0.0026250258088111877,
0.002654127776622772,
0.0026567988097667694,
0.002653650939464569,
0.002667102962732315,
0.0026371516287326813,
0.002632126212120056,
0.0648152157664299,
0.0026619993150234222,
0.0026546157896518707,
0.002650868147611618,
0.0026208199560642242,
0.002660192549228668,
0.002619408071041107,
0.002642512321472168,
0.002641834318637848,
0.002643626183271408,
0.0026262402534484863,
0.0026578009128570557,
0.0026560313999652863,
0.0034933052957057953,
0.002640876919031143,
0.054838452488183975,
0.0026963911950588226,
0.002690281718969345,
0.0026400387287139893,
0.0026449598371982574,
0.0026845335960388184,
0.002686772495508194,
0.002617448568344116,
0.002676989883184433,
0.0026541203260421753,
0.002617139369249344,
0.003442518413066864,
0.0026511400938034058,
0.0026462897658348083,
0.002624180167913437,
0.004642728716135025,
0.054994694888591766,
0.00267777219414711,
0.0026129409670829773,
0.002672538161277771,
0.002635899931192398,
0.002620302140712738,
0.0026327595114707947,
0.0026574507355690002,
0.0026110224425792694,
0.0026629790663719177,
0.002626091241836548,
0.0026320405304431915,
0.0026528015732765198,
0.002643819898366928,
0.002737540751695633,
0.0026867687702178955,
0.059132810682058334,
0.0027161240577697754,
0.0026310794055461884,
0.0026888996362686157,
0.0026285387575626373,
0.0026402510702610016,
0.00264185294508934,
0.002687830477952957,
0.002670988440513611,
0.0026411302387714386,
0.0026327483355998993,
0.0026454590260982513,
0.00266917422413826,
0.0026150010526180267,
0.0026643499732017517,
0.0026352405548095703,
0.002640720456838608,
0.054874222725629807,
0.002677232027053833,
0.002609219402074814,
0.0026677101850509644,
0.002642884850502014,
0.0026242099702358246,
0.0026384294033050537,
0.002666730433702469,
0.0026034079492092133,
0.0026770420372486115,
0.0026354826986789703,
0.0026440992951393127,
0.002655528485774994,
0.0026515722274780273,
0.0026237107813358307,
0.002863224595785141,
0.05883249267935753,
0.0027267783880233765,
0.0026766955852508545,
0.002664618194103241,
0.0026114806532859802,
0.0027110911905765533,
0.002671539783477783,
0.0026514120399951935,
0.002663973718881607,
0.0026312805712223053,
0.0026379376649856567,
0.0026584528386592865,
0.002658940851688385,
0.0026233382523059845,
0.0026682130992412567,
0.0026425495743751526,
0.0027792006731033325,
0.054926466196775436,
0.002664659172296524,
0.002622421830892563,
0.002666659653186798,
0.0026429183781147003,
0.0026266910135746002,
0.0026555322110652924,
0.002656940370798111,
0.0026085078716278076,
0.0026521869003772736,
0.00262562558054924,
0.0026573017239570618,
0.0026391297578811646,
0.0026479139924049377,
0.0026219673454761505,
0.0026633702218532562,
0.059154730290174484,
0.0026835985481739044,
0.002681393176317215,
0.002675402909517288,
0.002624616026878357,
0.002652924507856369,
0.0026829317212104797,
0.0026100091636180878,
0.002666950225830078,
0.002636723220348358,
0.0026368461549282074,
0.0026494115591049194,
0.002652093768119812,
0.002618350088596344,
0.002652600407600403,
0.002638287842273712,
0.0026423856616020203,
0.05491960793733597,
0.002699442207813263,
0.002620268613100052,
0.002674531191587448,
0.0026616714894771576,
0.002642441540956497,
0.002648778259754181,
0.002652723342180252,
0.0026260092854499817,
0.0026902146637439728,
0.0026546716690063477,
0.002635788172483444,
0.002644818276166916,
0.002647183835506439,
0.0026321187615394592,
0.0026862695813179016,
0.05914410203695297,
0.0026812590658664703,
0.002690304070711136,
0.002658061683177948,
0.0026465393602848053,
0.0026567913591861725,
0.0026789307594299316,
0.0026164986193180084,
0.0026792585849761963,
0.0026529915630817413,
0.002641793340444565,
0.0026580393314361572,
0.002679392695426941,
0.0026234090328216553,
0.0026767030358314514,
0.002659641206264496,
0.002653200179338455,
0.0026778802275657654,
0.05113758146762848,
0.0027071386575698853,
0.002683158963918686,
0.0026529282331466675,
0.002674683928489685,
0.0026364177465438843,
0.0026901140809059143,
0.002639859914779663,
0.0026879198849201202,
0.0026639513671398163,
0.002741340547800064,
0.002640344202518463,
0.0026825666427612305,
0.0026481933891773224,
0.0026937201619148254,
0.05937069281935692,
0.0026855990290641785,
0.0026610642671585083,
0.0026693306863307953,
0.0026783905923366547,
0.0026321187615394592,
0.0026870332658290863,
0.002659440040588379,
0.0026631131768226624,
0.002666287124156952,
0.0026701726019382477,
0.0026389770209789276,
0.002687007188796997,
0.0026388391852378845,
0.0026580654084682465,
0.0026601552963256836,
0.0026581697165966034,
0.0026322826743125916,
0.05524372681975365,
0.0026790201663970947,
0.002637270838022232,
0.0026704072952270508,
0.002670593559741974,
0.0026248320937156677,
0.0026754066348075867,
0.0026485733687877655,
0.0026476718485355377,
0.002658732235431671,
0.0026703178882598877,
0.002612791955471039,
0.00276777520775795,
0.0026745200157165527,
0.002640519291162491,
0.059491124004125595,
0.0026870183646678925,
0.002670351415872574,
0.0026239827275276184,
0.002712838351726532,
0.0026419833302497864,
0.002645261585712433,
0.0026651062071323395,
0.002654213458299637,
0.0026335231959819794,
0.002663608640432358,
0.00263005867600441,
0.00264546275138855,
0.002647809684276581,
0.00267709419131279,
0.002634897828102112,
0.002687845379114151,
0.0026367604732513428,
0.002644836902618408,
0.05110316723585129,
0.002701330929994583,
0.002641439437866211,
0.0027769915759563446,
0.002676539123058319,
0.0026833415031433105,
0.002683151513338089,
0.0026827454566955566,
0.0026568546891212463,
0.002718403935432434,
0.0026789531111717224,
0.002632029354572296,
0.0026889443397521973,
0.002659805119037628,
0.002661135047674179,
0.05917780473828316,
0.0027041658759117126,
0.0026182495057582855,
0.0026889368891716003,
0.0026411935687065125,
0.0026688389480113983,
0.002658981829881668,
0.0027811340987682343,
0.002626698464155197,
0.002669721841812134,
0.002649359405040741,
0.0026549026370048523,
0.002653304487466812,
0.002676039934158325,
0.0041036903858184814,
0.0026489384472370148,
0.0026631541550159454,
0.054617587476968765,
0.0026664212346076965,
0.002697892487049103,
0.002695199102163315,
0.0026551373302936554,
0.0026657842099666595,
0.0033379346132278442,
0.0026587583124637604,
0.0026562176644802094,
0.0026852600276470184,
0.002653844654560089,
0.0026511214673519135,
0.0026650577783584595,
0.002666030079126358,
0.0026430897414684296,
0.05953443795442581,
0.002711839973926544,
0.002664458006620407,
0.00267927348613739,
0.002689078450202942,
0.0026261024177074432,
0.0026853904128074646,
0.00266415998339653,
0.002649843692779541,
0.0026581883430480957,
0.0026863329112529755,
0.002636980265378952,
0.0026845112442970276,
0.0026564821600914,
0.0026449300348758698,
0.002660401165485382,
0.0026779398322105408,
0.002623271197080612,
0.05490727350115776,
0.002673741430044174,
0.002655521035194397,
0.002661488950252533,
0.0026895999908447266,
0.0026223696768283844,
0.002689909189939499,
0.0026676729321479797,
0.002641737461090088,
0.0036355704069137573,
0.0026748180389404297,
0.0026759207248687744,
0.0026335716247558594,
0.002688448876142502,
0.059158239513635635,
0.0027146339416503906,
0.0026983171701431274,
0.002695344388484955,
0.002630002796649933,
0.002689659595489502,
0.0026680417358875275,
0.00264141708612442,
0.002675425261259079,
0.002679247409105301,
0.0026211999356746674,
0.0027149319648742676,
0.002658642828464508,
0.002652794122695923,
0.002667386084794998,
0.002675391733646393,
0.0026237890124320984,
0.0027008168399333954,
0.0026546940207481384,
0.002661794424057007,
0.05132509768009186,
0.0027039609849452972,
0.002653818577528,
0.002659771591424942,
0.002681601792573929,
0.0026650913059711456,
0.0026646405458450317,
0.0026670992374420166,
0.002717103809118271,
0.0026527531445026398,
0.0026878267526626587,
0.0026475004851818085,
0.002674724906682968,
0.002687491476535797,
0.05915559455752373,
0.002695281058549881,
0.002689659595489502,
0.0026543326675891876,
0.0026676133275032043,
0.002655930817127228,
0.002675279974937439,
0.0026516206562519073,
0.0027259700000286102,
0.002643842250108719,
0.002651657909154892,
0.0026550740003585815,
0.002659577876329422,
0.0026384927332401276,
0.0026831403374671936,
0.0026425234973430634,
0.002661328762769699,
0.0026709921658039093,
0.002670779824256897,
0.0026365816593170166,
0.0027416646480560303,
0.002677708864212036,
0.0026392564177513123,
0.0026838555932044983,
0.0026473701000213623,
0.0026580803096294403,
0.002673119306564331,
0.0026604942977428436,
0.0026254989206790924,
0.0026634633541107178,
0.0026473477482795715,
0.002664700150489807,
0.002657640725374222,
0.002654731273651123,
0.0026287920773029327,
0.05920976772904396,
0.0026840120553970337,
0.0026498474180698395,
0.0026616938412189484,
0.0026670098304748535,
0.0026134029030799866,
0.002679377794265747,
0.0027186311781406403,
0.002691086381673813,
0.0026681460440158844,
0.004454482346773148,
0.0026670657098293304,
0.002667512744665146,
0.002688303589820862,
0.0026972591876983643,
0.0026475004851818085,
0.0029110461473464966,
0.0027053430676460266,
0.0026423968374729156,
0.0026559941470623016,
0.0026557594537734985,
0.0026614107191562653,
0.002626650035381317,
0.002691183239221573,
0.0026452168822288513,
0.0026531293988227844,
0.0026710927486419678,
0.00343114510178566,
0.0026249662041664124,
0.002681475132703781,
0.0026762299239635468,
0.002641472965478897,
0.059552062302827835,
0.0027016401290893555,
0.002648182213306427,
0.0026618987321853638,
0.0026607587933540344,
0.0026742666959762573,
0.002638448029756546,
0.0027666129171848297,
0.002638440579175949,
0.0026569217443466187,
0.0026552192866802216,
0.0026739388704299927,
0.002636503428220749,
0.0026884302496910095,
0.002661779522895813,
0.0027963630855083466,
0.002700190991163254,
0.0511154867708683,
0.0026840120553970337,
0.002681225538253784,
0.0026803426444530487,
0.0026217103004455566,
0.002691790461540222,
0.002647019922733307,
0.0026390552520751953,
0.002649899572134018,
0.0026771575212478638,
0.00261881947517395,
0.0026890821754932404,
0.002658512443304062,
0.0026439502835273743,
0.0026613138616085052,
0.002703007310628891,
0.002624332904815674,
0.058969203382730484,
0.002675119787454605,
0.0026451125741004944,
0.0026580803096294403,
0.0026692822575569153,
0.002629779279232025,
0.002692282199859619,
0.0026930905878543854,
0.00264010950922966,
0.002657078206539154,
0.002686113119125366,
0.0026147589087486267,
0.0026916898787021637,
0.0026743337512016296,
0.0026183053851127625,
0.0590067096054554,
0.0026663318276405334,
0.0026389211416244507,
0.002657189965248108,
0.0026716291904449463,
0.002770550549030304,
0.0026634931564331055,
0.002679821103811264,
0.0026655644178390503,
0.002634737640619278,
0.002672862261533737,
0.0026200860738754272,
0.0026617534458637238,
0.0026647821068763733,
0.0026415884494781494,
0.003575645387172699,
0.002671431750059128,
0.00263340026140213,
0.052313752472400665,
0.002671811729669571,
0.0028054043650627136,
0.0036420226097106934,
0.002697564661502838,
0.002635188400745392,
0.00268598273396492,
0.0026894398033618927,
0.0026590339839458466,
0.00266120582818985,
0.002667948603630066,
0.00266985222697258,
0.0026643723249435425,
0.002661891281604767,
0.00263097882270813,
0.05891740694642067,
0.0026696249842643738,
0.00266280397772789,
0.0026728808879852295,
0.0026708804070949554,
0.0026316605508327484,
0.0026735328137874603,
0.0026499517261981964,
0.002654697746038437,
0.002648495137691498,
0.0026796385645866394,
0.002633761614561081,
0.002676483243703842,
0.0026448778808116913,
0.0026540607213974,
0.0026502087712287903,
0.002663571387529373,
0.002634473145008087,
0.05510951578617096,
0.002670690417289734,
0.0026586800813674927,
0.0026664696633815765,
0.0026718638837337494,
0.00260905921459198,
0.002663560211658478,
0.0026450008153915405,
0.002700362354516983,
0.0026879683136940002,
0.002646062523126602,
0.0026604607701301575,
0.0026469826698303223,
0.002705678343772888,
0.0026314109563827515,
0.059457194060087204,
0.002812892198562622,
0.0027062110602855682,
0.0026419907808303833,
0.002693813294172287,
0.0026540718972682953,
0.002670280635356903,
0.0026993267238140106,
0.0026698224246501923,
0.0026452913880348206,
0.002696041017770767,
0.002638094127178192,
0.002660665661096573,
0.0026760920882225037,
0.002669241279363632,
0.002633560448884964,
0.0027041099965572357,
0.002660442143678665,
0.0026715435087680817,
0.05141885578632355,
0.0027032047510147095,
0.0026826411485671997,
0.0026882104575634003,
0.0026605986058712006,
0.002638697624206543,
0.002715829759836197,
0.002662312239408493,
0.002645280212163925,
0.002685811370611191,
0.0026842616498470306,
0.0026345588266849518,
0.0026915036141872406,
0.002649780362844467,
0.0026495009660720825,
0.05863623321056366,
0.002712000161409378,
0.002623237669467926,
0.0026969052851200104,
0.0026556402444839478,
0.002645425498485565,
0.003263954073190689,
0.0026874132454395294,
0.002643037587404251,
0.002644527703523636,
0.002741646021604538,
0.0026742257177829742,
0.0026334524154663086,
0.0026855021715164185,
0.0026462040841579437,
0.003014303743839264,
0.059304121881723404,
0.0027127303183078766,
0.004304025322198868,
0.002671312540769577,
0.002649020403623581,
0.002712160348892212,
0.002667933702468872,
0.0026409924030303955,
0.0026847198605537415,
0.002648819237947464,
0.002665318548679352,
0.0026582255959510803,
0.0026819296181201935,
0.002639051526784897,
0.002689529210329056,
0.0026348307728767395,
0.0026622042059898376,
0.05118262395262718,
0.002693209797143936,
0.002635560929775238,
0.0032463595271110535,
0.002658933401107788,
0.002640720456838608,
0.002669084817171097,
0.0026731155812740326,
0.002621769905090332,
0.0026938803493976593,
0.0026607923209667206,
0.0026528388261795044,
0.0026789195835590363,
0.0026763640344142914,
0.0026418492197990417,
0.002676039934158325,
0.059516794979572296,
0.0027202218770980835,
0.002645689994096756,
0.002695474773645401,
0.002671990543603897,
0.002631593495607376,
0.002687498927116394,
0.0026580505073070526,
0.002673529088497162,
0.0026715919375419617,
0.0026649609208106995,
0.002631731331348419,
0.0026838816702365875,
0.002649351954460144,
0.002649150788784027,
0.00267782062292099,
0.002667151391506195,
0.002631247043609619,
0.051536642014980316,
0.0026907697319984436,
0.0026674456894397736,
0.0026300810277462006,
0.002667270600795746,
0.0026361756026744843,
0.002705112099647522,
0.0026537925004959106,
0.003200039267539978,
0.0026377998292446136,
0.002706620842218399,
0.0026417411863803864,
0.002649109810590744,
0.0026615113019943237,
0.0026621930301189423,
0.002634737640619278,
0.0027032457292079926,
0.0032587572932243347,
0.002620890736579895,
0.0026685521006584167,
0.0026449598371982574,
0.0026498325169086456,
0.002658125013113022,
0.0026754550635814667,
0.0026186518371105194,
0.002687077969312668,
0.0026516802608966827,
0.002641599625349045,
0.0026785507798194885,
0.002686344087123871,
0.0026208311319351196,
0.05935373157262802,
0.0026976391673088074,
0.002675998955965042,
0.002637762576341629,
0.0026718825101852417,
0.0026363879442214966,
0.002661239355802536,
0.0026558637619018555,
0.002672553062438965,
0.002639681100845337,
0.002680998295545578,
0.0026437267661094666,
0.002662625163793564,
0.002663400024175644,
0.002658851444721222,
0.002617061138153076,
0.002756204456090927,
0.051003821194171906,
0.0031133070588111877,
0.0026856400072574615,
0.002667345106601715,
0.0026553720235824585,
0.0026559457182884216,
0.002656392753124237,
0.0026353932917118073,
0.0026825517416000366,
0.002722620964050293,
0.0026566125452518463,
0.0026648789644241333,
0.0026736781001091003,
0.0026398934423923492,
0.0026838183403015137,
0.002649012953042984,
0.002663861960172653,
0.059325966984033585,
0.0026925504207611084,
0.002647731453180313,
0.0026760809123516083,
0.002668723464012146,
0.0026676803827285767,
0.0026600733399391174,
0.002673458307981491,
0.002641882747411728,
0.0026641711592674255,
0.0026669390499591827,
0.0026772134006023407,
0.002647746354341507,
0.0026704929769039154,
0.0026423782110214233,
0.002670940011739731,
0.0026746615767478943,
0.002631131559610367,
0.05143221095204353,
0.002676386386156082,
0.0026707611978054047,
0.0026255249977111816,
0.002664506435394287,
0.0026404932141304016,
0.0026592202484607697,
0.002664458006620407,
0.0027315840125083923,
0.002633720636367798,
0.0026817135512828827,
0.0026426278054714203,
0.0026530027389526367,
0.002680160105228424,
0.002666093409061432,
0.002628140151500702,
0.0592944473028183,
0.0026798732578754425,
0.0026595108211040497,
0.002666208893060684,
0.0026789717376232147,
0.0026236698031425476,
0.0026846006512641907,
0.002828594297170639,
0.002639409154653549,
0.0026592016220092773,
0.002679072320461273,
0.002640221267938614,
0.0026577897369861603,
0.005019806325435638,
0.002661321312189102,
0.0026652514934539795,
0.0026239603757858276,
0.05163378268480301,
0.0026959292590618134,
0.0027125850319862366,
0.00263034924864769,
0.002680491656064987,
0.002661328762769699,
0.0026585906744003296,
0.002657223492860794,
0.0031656548380851746,
0.0026519447565078735,
0.0026820003986358643,
0.0026511400938034058,
0.0026546306908130646,
0.0026684515178203583,
0.0026671886444091797,
0.0026429928839206696,
0.05952003598213196,
0.002696458250284195,
0.0026805810630321503,
0.0026436112821102142,
0.002702862024307251,
0.002641439437866211,
0.0045376308262348175,
0.002639681100845337,
0.0026847943663597107,
0.00265531986951828,
0.0026269108057022095,
0.002676934003829956,
0.002642277628183365,
0.002651948481798172,
0.0026734918355941772,
0.0026622340083122253,
0.002632319927215576,
0.05152616649866104,
0.0026770643889904022,
0.002680279314517975,
0.0026417598128318787,
0.0026845596730709076,
0.0026336126029491425,
0.002659253776073456,
0.0026785917580127716,
0.0026579685509204865,
0.0026497915387153625,
0.0026808492839336395,
0.002813979983329773,
0.0026700459420681,
0.002689249813556671,
0.0026653222739696503,
0.0026446394622325897,
0.05961408466100693,
0.002679571509361267,
0.0026594214141368866,
0.002665989100933075,
0.002679254859685898,
0.0026361271739006042,
0.0026954710483551025,
0.002668466418981552,
0.002620760351419449,
0.0026775039732456207,
0.002639520913362503,
0.002658046782016754,
0.002663165330886841,
0.002663787454366684,
0.002636745572090149,
0.002680685371160507,
0.05519864335656166,
0.0026781782507896423,
0.0026752129197120667,
0.00268758088350296,
0.002621598541736603,
0.002685379236936569,
0.0026516318321228027,
0.0026507824659347534,
0.002674110233783722,
0.0026982054114341736,
0.002623084932565689,
0.0026993826031684875,
0.0026741623878479004,
0.002651769667863846,
0.002668239176273346,
0.002693910151720047,
0.002632640302181244,
0.05917159467935562,
0.0026915892958641052,
0.002676829695701599,
0.0026429519057273865,
0.0029610954225063324,
0.0026806220412254333,
0.002635996788740158,
0.0027082934975624084,
0.0026928335428237915,
0.0026557520031929016,
0.002659417688846588,
0.0026666000485420227,
0.0026278942823410034,
0.0026955604553222656,
0.0026407390832901,
0.0026594921946525574,
0.05878110229969025,
0.002723541110754013,
0.0026422403752803802,
0.002682451158761978,
0.002756040543317795,
0.002650998532772064,
0.0026857852935791016,
0.09242178872227669,
0.029650483280420303,
0.0027026236057281494,
0.0026918016374111176,
0.002680208534002304,
0.00267840176820755,
0.0475015714764595,
0.0026961416006088257,
0.0026671774685382843,
0.002701394259929657,
0.0027208104729652405,
0.0026327744126319885,
0.0026918798685073853,
0.0026921406388282776,
0.00262543186545372,
0.00267907977104187,
0.0026732608675956726,
0.0026579201221466064,
0.0026680007576942444,
0.0026997439563274384,
0.0026306919753551483,
0.05905834212899208,
0.0026941709220409393,
0.0026935450732707977,
0.002653729170560837,
0.0027017295360565186,
0.0026602409780025482,
0.0026643313467502594,
0.0026766322553157806,
0.0026727207005023956,
0.0026475414633750916,
0.0026917122304439545,
0.002644740045070648,
0.0026665814220905304,
0.002665281295776367,
0.0026754289865493774,
0.00264735147356987,
0.0026877596974372864,
0.05475492402911186,
0.003063034266233444,
0.0026767104864120483,
0.0026821494102478027,
0.0026446133852005005,
0.002701152116060257,
0.002676248550415039,
0.002629503607749939,
0.0026965104043483734,
0.0026698820292949677,
0.0026723891496658325,
0.002683870494365692,
0.002692949026823044,
0.0026405341923236847,
0.0026954002678394318,
0.05927671864628792,
0.002721533179283142,
0.0026876702904701233,
0.0027135945856571198,
0.0026287660002708435,
0.002698902040719986,
0.002665869891643524,
0.0026657842099666595,
0.00267757847905159,
0.002679254859685898,
0.00263320654630661,
0.0026923194527626038,
0.002669345587491989,
0.0026589110493659973,
0.002679109573364258,
0.0026769638061523438,
0.002628680318593979,
0.002691376954317093,
0.002660788595676422,
0.002670496702194214,
0.05159330740571022,
0.0027385391294956207,
0.0027106590569019318,
0.002643812447786331,
0.002695571631193161,
0.0026580393314361572,
0.0026662349700927734,
0.0026658326387405396,
0.0026862584054470062,
0.002645578235387802,
0.002690739929676056,
0.002654433250427246,
0.004514649510383606,
0.0026401393115520477,
0.059299711138010025,
0.0027554407715797424,
0.002725042402744293,
0.0026476718485355377,
0.003557506948709488,
0.002728331834077835,
0.0027640387415885925,
0.0026498250663280487,
0.002716459333896637,
0.0026494190096855164,
0.0027096718549728394,
0.002720613032579422,
0.0026814788579940796,
0.003640536218881607,
0.0027407407760620117,
0.002672344446182251,
0.0027841925621032715,
0.0026713982224464417,
0.002832964062690735,
0.002705838531255722,
0.0026492327451705933,
0.0026963502168655396,
0.002748727798461914,
0.0026524513959884644,
0.0026622526347637177,
0.0026858337223529816,
0.0026360005140304565,
0.002690739929676056,
0.002664513885974884,
0.0026550963521003723,
0.002668604254722595,
0.002705611288547516,
0.0026235878467559814,
0.059274330735206604,
0.0027018971741199493,
0.0026861056685447693,
0.0026627928018569946,
0.0026963576674461365,
0.0026526637375354767,
0.002675376832485199,
0.0026773661375045776,
0.0026952698826789856,
0.0026637129485607147,
0.0026968680322170258,
0.0026493631303310394,
0.002679571509361267,
0.0026696398854255676,
0.002674933522939682,
0.0026400014758110046,
0.002738863229751587,
0.0512792207300663,
0.002697885036468506,
0.002718321979045868,
0.0026569589972496033,
0.002671770751476288,
0.0026645921170711517,
0.0026794709265232086,
0.0026367008686065674,
0.0026964694261550903,
0.0026659145951271057,
0.0026703327894210815,
0.002667650580406189,
0.002687159925699234,
0.0026544705033302307,
0.0026848316192626953,
0.0026564933359622955,
0.002664633095264435,
0.0593668632209301,
0.0027199313044548035,
0.002658892422914505,
0.0026737116277217865,
0.002682279795408249,
0.0026778243482112885,
0.002644568681716919,
0.0026988573372364044,
0.002669375389814377,
0.0026775039732456207,
0.0026897303760051727,
0.002692021429538727,
0.002649690955877304,
0.0026974380016326904,
0.05890880525112152,
0.002822253853082657,
0.002715703099966049,
0.002672918140888214,
0.0026571936905384064,
0.002682778984308243,
0.002668924629688263,
0.0026697292923927307,
0.0027060844004154205,
0.0026902593672275543,
0.0027071014046669006,
0.0027057677507400513,
0.0026773326098918915,
0.0026392601430416107,
0.002689264714717865,
0.002681061625480652,
0.0026611387729644775,
0.002733096480369568,
0.002698458731174469,
0.0026336461305618286,
0.05125948786735535,
0.002678409218788147,
0.0026802346110343933,
0.0026511624455451965,
0.002690982073545456,
0.0026571713387966156,
0.0026663094758987427,
0.002665560692548752,
0.002692941576242447,
0.0026456117630004883
],
"count": 1643,
"total": 9.675788708031178,
"mean": 0.005889098422417028,
"p50": 0.0026643723249435425,
"p90": 0.0027676843106746673,
"p95": 0.051535594463348385,
"p99": 0.05936134792864323,
"stdev": 0.012846346315076786,
"stdev_": 218.13774186854795
},
"throughput": {
"unit": "tokens/s",
"value": 339.6105577700893
},
"energy": null,
"efficiency": null
} |
IlyasMoutawwakil/2024-11-19-18-54-41/openvino | {
"name": "openvino",
"version": "2024.4.1.dev20240926",
"_target_": "optimum_benchmark.backends.openvino.backend.OVBackend",
"task": "text-generation",
"library": "transformers",
"model_type": "qwen2",
"model": "Qwen/Qwen2.5-0.5B",
"processor": "Qwen/Qwen2.5-0.5B",
"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.02272,
"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.dev0",
"optimum_benchmark_commit": null,
"transformers_version": "4.46.3",
"transformers_commit": null,
"accelerate_version": "1.1.1",
"accelerate_commit": null,
"diffusers_version": null,
"diffusers_commit": null,
"optimum_version": "1.23.3",
"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 | {
"memory": {
"unit": "MB",
"max_ram": 2345.521152,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
14.333205286413431
],
"count": 1,
"total": 14.333205286413431,
"mean": 14.333205286413431,
"p50": 14.333205286413431,
"p90": 14.333205286413431,
"p95": 14.333205286413431,
"p99": 14.333205286413431,
"stdev": 0,
"stdev_": 0
},
"throughput": null,
"energy": null,
"efficiency": null
} | {
"memory": {
"unit": "MB",
"max_ram": 4010.528768,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
0.07800428941845894,
0.09981539472937584,
0.12276779487729073,
0.17401555553078651,
0.10036631673574448,
0.08128567039966583,
0.09610648825764656,
0.12480997666716576,
0.1628739796578884,
0.1200340986251831
],
"count": 10,
"total": 1.1600795648992062,
"mean": 0.11600795648992061,
"p50": 0.11020020768046379,
"p90": 0.16398813724517822,
"p95": 0.16900184638798235,
"p99": 0.17301281370222568,
"stdev": 0.030419616564586062,
"stdev_": 26.22200880439531
},
"throughput": {
"unit": "tokens/s",
"value": 275.8431487652343
},
"energy": null,
"efficiency": null
} | {
"memory": {
"unit": "MB",
"max_ram": 4010.528768,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
2.229134727269411,
1.748685896396637,
2.021323025226593,
2.3815603740513325,
2.1936309970915318,
1.731995053589344,
2.1007684022188187,
2.3228575251996517,
2.229078471660614,
2.3768470771610737
],
"count": 10,
"total": 21.335881549865007,
"mean": 2.1335881549865006,
"p50": 2.211354734376073,
"p90": 2.3773184068500997,
"p95": 2.379439390450716,
"p99": 2.381136177331209,
"stdev": 0.22393036269721134,
"stdev_": 10.495482090761241
},
"throughput": {
"unit": "tokens/s",
"value": 29.059028967280838
},
"energy": null,
"efficiency": null
} | {
"memory": null,
"latency": {
"unit": "s",
"values": [
0.03276033699512482,
0.04656617343425751,
0.03557034581899643,
0.10524672269821167,
0.07960516214370728,
0.21579066291451454,
0.07729018107056618,
0.09525733441114426,
0.028941500931978226,
0.2657908760011196,
0.10728999599814415,
0.03247331082820892,
0.08851530775427818,
0.06352876499295235,
0.02910720929503441,
0.03498033061623573,
0.07413382828235626,
0.06594063714146614,
0.1290266178548336,
0.07614566758275032,
0.028659217059612274,
0.08347293734550476,
0.08041674271225929,
0.032005418092012405,
0.07273131981492043,
0.030176054686307907,
0.06530263274908066,
0.028347216546535492,
0.032775308936834335,
0.05633654072880745,
0.03427707031369209,
0.055607546120882034,
0.028190527111291885,
0.06407081708312035,
0.033071644604206085,
0.09858817979693413,
0.07811188697814941,
0.02990391105413437,
0.029782786965370178,
0.07039697468280792,
0.07316873222589493,
0.027243908494710922,
0.0672592781484127,
0.09579585120081902,
0.025781549513339996,
0.10456508025527,
0.07022688910365105,
0.09552443027496338,
0.03131381422281265,
0.06906573101878166,
0.03898061439394951,
0.07034030184149742,
0.03608347475528717,
0.051725588738918304,
0.031174056231975555,
0.031033962965011597,
0.06698845699429512,
0.029922068119049072,
0.05996061488986015,
0.04484918713569641,
0.07510212808847427,
0.06419211253523827,
0.03447629138827324,
0.06946689262986183,
0.09577881544828415,
0.09704384207725525,
0.02905774489045143,
0.07646375149488449,
0.0381813608109951,
0.0760233961045742,
0.15581273660063744,
0.10034587234258652,
0.031830694526433945,
0.03196881711483002,
0.05857677012681961,
0.03375771641731262,
0.08647434040904045,
0.061002422124147415,
0.03249937295913696,
0.06440872326493263,
0.03937507048249245,
0.06055832654237747,
0.09956974908709526,
0.03176824748516083,
0.032013293355703354,
0.06000702455639839,
0.032002631574869156,
0.057579249143600464,
0.030694782733917236,
0.1945917308330536,
0.08098095282912254,
0.03565327078104019,
0.09257418662309647,
0.03219129517674446,
0.18553052470088005,
0.07995762676000595,
0.03972109779715538,
0.08343963325023651,
0.06778322160243988,
0.0997680053114891,
0.03405139595270157,
0.08616263791918755,
0.033884499222040176,
0.06752844527363777,
0.039021823555231094,
0.07577447220683098,
0.07238823547959328,
0.039768461138010025,
0.2545165494084358,
0.034470848739147186,
0.07814503461122513,
0.030465837568044662,
0.06047162413597107,
0.0333249531686306,
0.055947430431842804,
0.11218647286295891,
0.032751210033893585,
0.07658587768673897,
0.2025311291217804,
0.07758618518710136,
0.03987925499677658,
0.08171267807483673,
0.07309553027153015,
0.10023412108421326,
0.03580084815621376,
0.07501924782991409,
0.03706417232751846,
0.09981396794319153,
0.07141410559415817,
0.03606809303164482,
0.06963951885700226,
0.03849485144019127,
0.055650319904088974,
0.08080661296844482,
0.05216989293694496,
0.06949299573898315,
0.039232343435287476,
0.07121586799621582,
0.06367771700024605,
0.03731651231646538,
0.06318052858114243,
0.050698697566986084,
0.06596863642334938,
0.09857745841145515,
0.08453952893614769,
0.04534861817955971,
0.08192834630608559,
0.09970330074429512,
0.10041816532611847,
0.10459814593195915,
0.09161840006709099,
0.079971082508564,
0.04946538433432579,
0.08535290509462357,
0.10651442781090736,
0.05401138588786125,
0.07270823791623116,
0.03515540435910225,
0.06992592290043831,
0.03834599256515503,
0.1532488353550434,
0.035957373678684235,
0.06541945412755013,
0.05641433224081993,
0.06330441311001778,
0.039785027503967285,
0.06949774920940399,
0.07165710628032684,
0.03565383702516556,
0.06903250515460968,
0.03423493728041649,
0.061832495033741,
0.04408581554889679,
0.05865628644824028,
0.036170534789562225,
0.059799760580062866,
0.03906123340129852,
0.06377166509628296,
0.03133314475417137,
0.06138460710644722,
0.03533390536904335,
0.03325638920068741,
0.06015762686729431,
0.03581186756491661,
0.07528448477387428,
0.0709913969039917,
0.0361611470580101,
0.05609507113695145,
0.053094424307346344,
0.07951617613434792,
0.030700232833623886,
0.06380075216293335,
0.03321230039000511,
0.08722276240587234,
0.07864074036478996,
0.03370043262839317,
0.06406933814287186,
0.036439064890146255,
0.08241594210267067,
0.06896177679300308,
0.03132679685950279,
0.03277772665023804,
0.0778188444674015,
0.09208911284804344,
0.06970247998833656,
0.04617838189005852,
0.052473284304142,
0.0379362590610981,
0.16529900208115578,
0.03478311002254486,
0.07871067151427269,
0.10058854892849922,
0.07234855368733406,
0.22240984812378883,
0.0747317485511303,
0.03812321648001671,
0.06875496357679367,
0.07447218522429466,
0.048459917306900024,
0.07251329347491264,
0.035763930529356,
0.0982254110276699,
0.07697807624936104,
0.09218325838446617,
0.07217906787991524,
0.031621817499399185,
0.08745547384023666,
0.09636405482888222,
0.03460589423775673,
0.07543854415416718,
0.10936520993709564,
0.08519384637475014,
0.03754560276865959,
0.07467057183384895,
0.09570742025971413,
0.09633089229464531,
0.07825567945837975,
0.10299886018037796,
0.035550884902477264,
0.07464680075645447,
0.1959409900009632,
0.04094931483268738,
0.08419761061668396,
0.06791556254029274,
0.10611477121710777,
0.034808699041604996,
0.07460585609078407,
0.031089868396520615,
0.03273241966962814,
0.09960731863975525,
0.0649699941277504,
0.036940351128578186,
0.06622051820158958,
0.03666076809167862,
0.06373108923435211,
0.03830886632204056,
0.05402154475450516,
0.03146382421255112,
0.05515385791659355,
0.05268038809299469,
0.06824472546577454,
0.08269192278385162,
0.1004941500723362,
0.03430498391389847,
0.10175274312496185,
0.07436015456914902,
0.098038200289011,
0.18800119310617447,
0.044660985469818115,
0.18182635307312012,
0.029836580157279968,
0.07077986747026443,
0.07871225103735924,
0.046259600669145584,
0.10328545793890953,
0.07727184519171715,
0.09232445433735847,
0.07998698577284813,
0.043092623353004456,
0.0848996713757515,
0.07917285338044167,
0.03600013256072998,
0.06403151527047157,
0.07016626745462418,
0.054347846657037735,
0.17070895433425903,
0.20348185673356056,
0.07321556657552719,
0.029255568981170654,
0.06993697211146355,
0.036380089819431305,
0.088119737803936,
0.10015526413917542,
0.09933224320411682,
0.07652836292982101,
0.031794048845767975,
0.032826561480760574,
0.16283348575234413,
0.0967162735760212,
0.03582935035228729,
0.1380399614572525,
0.029890578240156174,
0.07660247758030891,
0.03689418360590935,
0.07634879276156425,
0.04028574749827385,
0.06312737613916397,
0.10127557441592216,
0.0851001888513565,
0.03287708759307861
],
"count": 310,
"total": 21.276764828711748,
"mean": 0.06863472525390886,
"p50": 0.06568004563450813,
"p90": 0.1005035899579525,
"p95": 0.14640484210103769,
"p99": 0.214682870358229,
"stdev": 0.03854903653010304,
"stdev_": 56.165499879971634
},
"throughput": {
"unit": "tokens/s",
"value": 29.13976842773326
},
"energy": null,
"efficiency": null
} |
IlyasMoutawwakil/2024-11-19-18-54-41/pytorch | {
"name": "pytorch",
"version": "2.5.1",
"_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
"task": "text-generation",
"library": "transformers",
"model_type": "qwen2",
"model": "Qwen/Qwen2.5-0.5B",
"processor": "Qwen/Qwen2.5-0.5B",
"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.02272,
"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.dev0",
"optimum_benchmark_commit": null,
"transformers_version": "4.46.3",
"transformers_commit": null,
"accelerate_version": "1.1.1",
"accelerate_commit": null,
"diffusers_version": null,
"diffusers_commit": null,
"optimum_version": "1.23.3",
"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 | {
"memory": {
"unit": "MB",
"max_ram": 3811.651584,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
2.590745247900486
],
"count": 1,
"total": 2.590745247900486,
"mean": 2.590745247900486,
"p50": 2.590745247900486,
"p90": 2.590745247900486,
"p95": 2.590745247900486,
"p99": 2.590745247900486,
"stdev": 0,
"stdev_": 0
},
"throughput": null,
"energy": null,
"efficiency": null
} | {
"memory": {
"unit": "MB",
"max_ram": 2910.732288,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
0.2925052121281624,
0.2933262325823307,
0.35271575674414635,
0.3059767261147499,
0.33111776039004326,
0.2944723777472973,
0.2980192266404629,
0.2906242311000824,
0.29374949261546135,
0.41952190548181534
],
"count": 10,
"total": 3.172028921544552,
"mean": 0.3172028921544552,
"p50": 0.2962458021938801,
"p90": 0.3593963716179132,
"p95": 0.38945913854986425,
"p99": 0.41350935209542516,
"stdev": 0.039206174454752635,
"stdev_": 12.359967523770882
},
"throughput": {
"unit": "tokens/s",
"value": 100.88180401715341
},
"energy": null,
"efficiency": null
} | {
"memory": {
"unit": "MB",
"max_ram": 2910.732288,
"max_global_vram": null,
"max_process_vram": null,
"max_reserved": null,
"max_allocated": null
},
"latency": {
"unit": "s",
"values": [
4.911485932767391,
5.723713513463736,
10.444207843393087,
5.0569765493273735,
4.705146063119173,
4.38164821267128,
4.115938071161509,
4.525624219328165,
8.17816712334752,
7.198725458234549
],
"count": 10,
"total": 59.241632986813784,
"mean": 5.924163298681378,
"p50": 4.984231241047382,
"p90": 8.404771195352076,
"p95": 9.42448951937258,
"p99": 10.240264178588987,
"stdev": 1.9504999074473153,
"stdev_": 32.924479105453834
},
"throughput": {
"unit": "tokens/s",
"value": 10.46561292694281
},
"energy": null,
"efficiency": null
} | {
"memory": null,
"latency": {
"unit": "s",
"values": [
0.11787106469273567,
0.16463857889175415,
0.12678896635770798,
0.1179925985634327,
0.24895459786057472,
0.14408642798662186,
0.17857611924409866,
0.12621764093637466,
0.18327627331018448,
0.12625443935394287,
0.17926191166043282,
0.18876488506793976,
0.17105938866734505,
0.13893108442425728,
0.18709780648350716,
0.12796882912516594,
0.17987972125411034,
0.16679690405726433,
0.1392626091837883,
0.20629170536994934,
0.18628045544028282,
0.16805965825915337,
0.13417234644293785,
0.16582758352160454,
0.13308702781796455,
0.12548640370368958,
0.176664050668478,
0.16624391451478004,
0.13490960747003555,
0.17005694657564163,
0.13006621971726418,
0.12287265434861183,
0.18319563195109367,
0.1640661060810089,
0.14694532752037048,
0.18167011067271233,
0.12548047676682472,
0.28989431634545326,
0.2057502381503582,
0.19812722131609917,
0.20822810009121895,
0.26054244861006737,
0.1831282079219818,
0.14911093935370445,
0.18957838043570518,
0.29220352694392204,
0.20778465270996094,
0.1957353986799717,
0.18193940445780754,
0.1327788643538952,
0.18556096777319908,
0.18409768119454384,
0.22069312632083893,
0.19106720015406609,
0.17068108171224594,
0.14065486192703247,
0.1853339858353138,
0.13480167090892792,
0.18620305880904198,
0.18575433269143105,
0.183560349047184,
0.13560530170798302,
0.13982441648840904,
0.19918908178806305,
0.6986931189894676,
0.4076121672987938,
0.7993885912001133,
1.117216095328331,
0.18149670958518982,
0.7900479882955551,
0.36003798246383667,
0.148844126611948,
0.39453979581594467,
0.20842058956623077,
0.1964746154844761,
0.39517953991889954,
0.4946843981742859,
0.21015115827322006,
0.3887818157672882,
0.21198827028274536,
0.369247954338789,
0.2378799058496952,
0.18815870955586433,
0.40041031315922737,
0.412428081035614,
0.19509940594434738,
0.2766866534948349,
0.19927291572093964,
0.18953708186745644,
0.13394396752119064,
0.18423079699277878,
0.18223409727215767,
0.13177160546183586,
0.1780998334288597,
0.1747138649225235,
0.13128678873181343,
0.17448192834854126,
0.1282230243086815,
0.18064460530877113,
0.17487552762031555,
0.14252978935837746,
0.18127183616161346,
0.12547647580504417,
0.21129192039370537,
0.1820790395140648,
0.18343887478113174,
0.1279294416308403,
0.18439838662743568,
0.17156826704740524,
0.13164303451776505,
0.1838439553976059,
0.1242220364511013,
0.17962870001792908,
0.1243780069053173,
0.1796511523425579,
0.12543796002864838,
0.17661132663488388,
0.16507844626903534,
0.1319594867527485,
0.12423510476946831,
0.18015925213694572,
0.1747424528002739,
0.13556532189249992,
0.26680081710219383,
0.18442579731345177,
0.12470541521906853,
0.1781979836523533,
0.17978359013795853,
0.12393616139888763,
0.12040863558650017,
0.17383509874343872,
0.1212851032614708,
0.17681152373552322,
0.11746753379702568,
0.2766873277723789,
0.17791232094168663,
0.1302291341125965,
0.12168975174427032,
0.1778152845799923,
0.12133580818772316,
0.17287562787532806,
0.11551857739686966,
0.11644405871629715,
0.17246906086802483,
0.11937203630805016,
0.17251810058951378,
0.11968302354216576,
0.16289548575878143,
0.12461147457361221,
0.12074366956949234,
0.1729343682527542,
0.11979547888040543,
0.21203872933983803,
0.17568893358111382,
0.12036647647619247,
0.18267937004566193,
0.12467031180858612,
0.18364455923438072,
0.1852869689464569,
0.11706096306443214,
0.11888811737298965,
0.17153391987085342,
0.11810408160090446,
0.17512169107794762,
0.11853176727890968,
0.11424033716320992,
0.1731748841702938,
0.11851108074188232,
0.17558471858501434,
0.11844085901975632,
0.11360758170485497,
0.1747562438249588,
0.11782803758978844,
0.17385563254356384,
0.1172291710972786,
0.16166608780622482,
0.12140650674700737,
0.11656584590673447,
0.11718359962105751,
0.17198625952005386,
0.11341336742043495,
0.16291004046797752,
0.1205635666847229,
0.11654993146657944,
0.15955186262726784,
0.12641214951872826,
0.1111745685338974,
0.11470040678977966,
0.16322603449225426,
0.11554210260510445,
0.11528481915593147,
0.16633877530694008,
0.11233669146895409,
0.11539152264595032,
0.1157071441411972,
0.1755327619612217,
0.11652177572250366,
0.16773377358913422,
0.11573087424039841,
0.11840719357132912,
0.16866398230195045,
0.11231416463851929,
0.115403912961483,
0.17518426477909088,
0.11635438352823257,
0.11683286353945732,
0.17235658317804337,
0.11275174841284752,
0.11582846194505692,
0.17239823192358017,
0.11226604133844376,
0.11588185653090477,
0.1720208264887333,
0.11202622950077057,
0.16075697541236877,
0.12435371056199074,
0.1162441149353981,
0.11642381548881531,
0.16673488169908524,
0.12261611968278885,
0.11626419425010681,
0.17205535247921944,
0.11316457018256187,
0.18256081268191338,
0.12886232510209084,
0.17128179594874382,
0.11802074685692787,
0.18429939448833466,
0.12910041958093643,
0.1675890050828457,
0.11731008067727089,
0.11677298322319984,
0.17258982360363007,
0.1157003827393055,
0.17946385219693184,
0.1164112240076065,
0.11745013296604156,
0.17449364066123962,
0.11688975244760513,
0.17258146405220032,
0.12232218310236931,
0.16995351389050484,
0.12751755490899086,
0.1797661893069744,
0.12127676978707314,
0.2775512784719467,
0.12047680839896202,
0.11743814125657082,
0.17488188669085503,
0.11147509887814522,
0.17517488077282906,
0.11818114295601845,
0.12429659441113472,
0.1743008978664875,
0.2871941588819027,
0.2122923582792282,
0.11534945294260979,
0.17002743110060692,
0.12257935106754303,
0.19330182671546936,
0.21031570062041283,
0.21616283431649208,
0.19598329439759254,
0.24900564178824425,
0.14972487837076187,
0.19158987700939178,
0.20306425541639328,
0.20775984972715378,
0.1930023618042469,
0.36483704671263695,
0.6102477312088013,
0.49319232255220413,
0.13370614498853683,
0.7084319591522217,
0.4002816528081894,
0.8876150920987129,
0.3194238878786564,
0.18048300966620445,
0.2664482854306698,
0.29278382286429405,
0.4058857634663582,
0.4009881652891636,
0.3007681518793106,
0.6506137810647488,
0.21575990691781044,
0.23198604583740234,
0.3681068494915962,
0.2010064534842968,
0.20217207446694374,
0.14035352692008018,
0.19056806340813637,
0.17922238260507584,
0.1709691733121872,
0.154372189193964,
0.19217313081026077,
0.19639277458190918,
0.199805598706007,
0.1969551332294941,
0.20296501368284225,
0.18659469857811928,
0.17991280183196068,
0.1907433420419693,
0.15528011694550514,
0.2014942802488804,
0.19209455326199532,
0.19765088707208633,
0.18797913193702698,
0.26534799858927727,
0.16056067124009132,
0.18647726997733116
],
"count": 310,
"total": 59.21757175028324,
"mean": 0.19102442500091368,
"p50": 0.1724935807287693,
"p90": 0.2766867209225893,
"p95": 0.39798570200800903,
"p99": 0.7827025456726572,
"stdev": 0.11918021330763419,
"stdev_": 62.39003902619476
},
"throughput": {
"unit": "tokens/s",
"value": 10.469865306441488
},
"energy": null,
"efficiency": null
} |
README.md exists but content is empty.
Use the Edit dataset card button to edit it.
- Downloads last month
- 9