config.name,config.backend.name,config.backend.version,config.backend._target_,config.backend.task,config.backend.library,config.backend.model_type,config.backend.model,config.backend.processor,config.backend.device,config.backend.device_ids,config.backend.seed,config.backend.inter_op_num_threads,config.backend.intra_op_num_threads,config.backend.model_kwargs.trust_remote_code,config.backend.no_weights,config.backend.device_map,config.backend.torch_dtype,config.backend.eval_mode,config.backend.to_bettertransformer,config.backend.low_cpu_mem_usage,config.backend.attn_implementation,config.backend.cache_implementation,config.backend.autocast_enabled,config.backend.autocast_dtype,config.backend.torch_compile,config.backend.torch_compile_target,config.backend.quantization_scheme,config.backend.deepspeed_inference,config.backend.peft_type,config.scenario.name,config.scenario._target_,config.scenario.iterations,config.scenario.duration,config.scenario.warmup_runs,config.scenario.input_shapes.batch_size,config.scenario.input_shapes.num_choices,config.scenario.input_shapes.sequence_length,config.scenario.new_tokens,config.scenario.memory,config.scenario.latency,config.scenario.energy,config.scenario.generate_kwargs.max_new_tokens,config.scenario.generate_kwargs.min_new_tokens,config.launcher.name,config.launcher._target_,config.launcher.device_isolation,config.launcher.device_isolation_action,config.launcher.numactl,config.launcher.start_method,config.environment.cpu,config.environment.cpu_count,config.environment.cpu_ram_mb,config.environment.system,config.environment.machine,config.environment.platform,config.environment.processor,config.environment.python_version,config.environment.optimum_benchmark_version,config.environment.optimum_benchmark_commit,config.environment.transformers_version,config.environment.transformers_commit,config.environment.accelerate_version,config.environment.accelerate_commit,config.environment.diffusers_version,config.environment.diffusers_commit,config.environment.optimum_version,config.environment.optimum_commit,config.environment.timm_version,config.environment.timm_commit,config.environment.peft_version,config.environment.peft_commit,report.traceback,report.load.memory.unit,report.load.memory.max_ram,report.load.memory.max_global_vram,report.load.memory.max_process_vram,report.load.memory.max_reserved,report.load.memory.max_allocated,report.load.latency.unit,report.load.latency.count,report.load.latency.total,report.load.latency.mean,report.load.latency.stdev,report.load.latency.p50,report.load.latency.p90,report.load.latency.p95,report.load.latency.p99,report.load.latency.values,report.load.throughput,report.load.energy.unit,report.load.energy.cpu,report.load.energy.ram,report.load.energy.gpu,report.load.energy.total,report.load.efficiency,report.prefill.memory.unit,report.prefill.memory.max_ram,report.prefill.memory.max_global_vram,report.prefill.memory.max_process_vram,report.prefill.memory.max_reserved,report.prefill.memory.max_allocated,report.prefill.latency.unit,report.prefill.latency.count,report.prefill.latency.total,report.prefill.latency.mean,report.prefill.latency.stdev,report.prefill.latency.p50,report.prefill.latency.p90,report.prefill.latency.p95,report.prefill.latency.p99,report.prefill.latency.values,report.prefill.throughput.unit,report.prefill.throughput.value,report.prefill.energy.unit,report.prefill.energy.cpu,report.prefill.energy.ram,report.prefill.energy.gpu,report.prefill.energy.total,report.prefill.efficiency.unit,report.prefill.efficiency.value,report.decode.memory.unit,report.decode.memory.max_ram,report.decode.memory.max_global_vram,report.decode.memory.max_process_vram,report.decode.memory.max_reserved,report.decode.memory.max_allocated,report.decode.latency.unit,report.decode.latency.count,report.decode.latency.total,report.decode.latency.mean,report.decode.latency.stdev,report.decode.latency.p50,report.decode.latency.p90,report.decode.latency.p95,report.decode.latency.p99,report.decode.latency.values,report.decode.throughput.unit,report.decode.throughput.value,report.decode.energy.unit,report.decode.energy.cpu,report.decode.energy.ram,report.decode.energy.gpu,report.decode.energy.total,report.decode.efficiency.unit,report.decode.efficiency.value,report.per_token.memory,report.per_token.latency.unit,report.per_token.latency.count,report.per_token.latency.total,report.per_token.latency.mean,report.per_token.latency.stdev,report.per_token.latency.p50,report.per_token.latency.p90,report.per_token.latency.p95,report.per_token.latency.p99,report.per_token.latency.values,report.per_token.throughput.unit,report.per_token.throughput.value,report.per_token.energy,report.per_token.efficiency bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen,Qwen/Qwen-7B,Qwen/Qwen-7B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-66b,facebook/opt-66b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,stabilityai/stablelm-base-alpha-7b,stabilityai/stablelm-base-alpha-7b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-2.7B,EleutherAI/gpt-neo-2.7B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,6130.966528,,,,,s,1,75.4238686409999,75.4238686409999,0.0,75.4238686409999,75.4238686409999,75.4238686409999,75.4238686409999,[75.4238686409999],,kWh,0.0008622395330666639,0.0004699527648253643,0,0.0013321922978920282,,MB,6145.712128,,,,,s,10,9.995038035998732,0.9995038035998732,0.0026634003845423383,0.9984898374996192,1.003486642999451,1.0036439134991268,1.0037697298988677,"[1.0034516939995228, 1.003801183998803, 0.9990035669998178, 0.9979761079994205, 0.9972166869993089, 0.9963953970000148, 1.0005569410004682, 0.9972454230010044, 0.9971339139992779, 1.0022571210010938]",tokens/s,256.1270893397053,kWh,1.1811559016478147e-05,6.437597033007728e-06,0.0,1.8249156049485875e-05,tokens/kWh,14028045.971321078,MB,6176.227328,,,,,s,10,43.579439284996624,4.357943928499663,0.015612031436148897,4.352202613499685,4.376601722199484,4.382533888599392,4.387279621719317,"[4.348512354999912, 4.339705315000174, 4.338464487998863, 4.361398369999733, 4.349504964000516, 4.350365915999646, 4.388466054999299, 4.354039310999724, 4.375283462999505, 4.373699047999253]",tokens/s,14.456358556611676,kWh,5.1280889654701664e-05,2.7950076802284464e-05,0.0,7.923096645698612e-05,tokens/kWh,795143.6517463436,,s,630,43.57378434900238,0.06916473706190854,0.0009512028700525397,0.0689753804999782,0.07021992989921273,0.07103586174971496,0.07275571038942871,"[0.07128717600062373, 0.07048777199997858, 0.06978947300012805, 0.06887171999915154, 0.06814204800139123, 0.06822228799865115, 0.06768570100030047, 0.0684126970008947, 0.067424007000227, 0.06786541199835483, 0.06861654600106704, 0.0679579930001637, 0.06919580700014194, 0.06844621999880474, 0.06849717900149699, 0.06859342999996443, 0.0686298849996092, 0.06879454599948076, 0.06931053700100165, 0.0700680049994844, 0.06872684199879586, 0.06835313200099336, 0.06792781799958902, 0.0687462810001307, 0.06867901000077836, 0.067811183998856, 0.0687593080001534, 0.06854971699976886, 0.06834272600099212, 0.06819779299985385, 0.06970970799920906, 0.0690882100007002, 0.06990708800003631, 0.0690535510002519, 0.0700530809990596, 0.06959354700120457, 0.06909494499996072, 0.0688481259985565, 0.07055220400070539, 0.06947341399973084, 0.06958389200008241, 0.06950168399998802, 0.06829011000081664, 0.06898580300003232, 0.06821622499955993, 0.06877714899928833, 0.06915189500068664, 0.06967812199945911, 0.07064843800071685, 0.06890683900019212, 0.06937099499918986, 0.07003439100117248, 0.06967684799928975, 0.06927091800025664, 0.06896880099884584, 0.06916393300161872, 0.06925215999945067, 0.06965825499901257, 0.06853383800080337, 0.06963039699985529, 0.06922280099934142, 0.06904058899999654, 0.06853428300019004, 0.07190548600010516, 0.06881888300085848, 0.0688380949995917, 0.0685854900002596, 0.06849465099912777, 0.06904312600090634, 0.06887157299934188, 0.0692440290004015, 0.06935251200047787, 0.06799408000006224, 0.0677884479991917, 0.06817064999995637, 0.06899244300075225, 0.06864151599984325, 0.06904394299999694, 0.06816096699913032, 0.06794196299961186, 0.06845043000066653, 0.06868045600094774, 0.06948714799909794, 0.06805527100004838, 0.06870296700071776, 0.06946844599951874, 0.06976205699902494, 0.06878456300000835, 0.0691184470015287, 0.06861702899914235, 0.06847653499971784, 0.06822809000004781, 0.06797833500058914, 0.0715456149991951, 0.0683791570008907, 0.07138171299993701, 0.06914990299992496, 0.06859285599966825, 0.06833570600065286, 0.06802966000032029, 0.06828823899923009, 0.06814846599991142, 0.06788134899943543, 0.0690492230005475, 0.06934843899944099, 0.06899992000035127, 0.06872810400091112, 0.06812561299921072, 0.06841498500034504, 0.06873389300017152, 0.06829032499990717, 0.06873071200061531, 0.06874949999837554, 0.06964579500163381, 0.0688970999999583, 0.06939489099931961, 0.06890037099947222, 0.06914494800003013, 0.06925054800012731, 0.06902226100100961, 0.06841894699937257, 0.07010058500054583, 0.06897288199979812, 0.06866268199883052, 0.06937098100024741, 0.06866929900024843, 0.07181194899931143, 0.06864030200085836, 0.06814508499883232, 0.0674082460009231, 0.06808560199897329, 0.06765296600133297, 0.06846361799944134, 0.0683702419992187, 0.06852927799991448, 0.06791628600149124, 0.06833396299953165, 0.06826154599912115, 0.06869534600082261, 0.067997459000253, 0.06853192599919566, 0.06888227300078142, 0.06880052899941802, 0.0682664569994813, 0.06920551400071417, 0.06885350800075685, 0.0687176349983929, 0.06856381700163183, 0.0680803899995226, 0.06811746600033075, 0.0684462249992066, 0.06810183000015968, 0.06851208599982783, 0.06823762699968938, 0.06814556800054561, 0.06814907899934042, 0.06895296400034567, 0.06820547300048929, 0.0693040709993511, 0.06880850800007465, 0.06863624800098478, 0.06801276199985296, 0.06832988499991188, 0.06871560699983092, 0.06888496999999916, 0.06862749599895324, 0.06790104800165864, 0.06885999099904438, 0.06906335200073954, 0.06807644899890875, 0.0684342349995859, 0.06990054600100848, 0.06944733300042571, 0.0688376319994859, 0.06854901900078403, 0.0687526509991585, 0.06809110200083524, 0.07008147899978212, 0.06935022899961041, 0.06985110499954317, 0.06984878399998706, 0.06948991900026158, 0.06976503000078083, 0.06889481199868897, 0.0733944479998172, 0.06922029400084284, 0.0696860789994389, 0.07278743899951223, 0.06909359200108156, 0.07203944499997306, 0.06902037800136895, 0.06875660799960315, 0.06892121999953815, 0.06842000899996492, 0.06918052900073235, 0.06871447999947122, 0.0693050720001338, 0.06954889699954947, 0.06790640700091899, 0.06783704299959936, 0.06903371999942465, 0.06913682900085405, 0.06827217599857249, 0.06854475200088928, 0.06904405100067379, 0.0699922419989889, 0.06922443099938391, 0.06876990900127566, 0.06948773299882305, 0.07074117000047409, 0.06794718799937982, 0.0704708320008649, 0.0687263180006994, 0.06872723099877476, 0.06807418000062171, 0.06980610999926284, 0.06884092000109376, 0.06909594999888213, 0.06871369200052868, 0.06894643899977382, 0.07054748700102209, 0.06840117199863016, 0.06855356699998083, 0.06884571600130585, 0.06837595899924054, 0.06807212000057916, 0.06813189300009981, 0.06901561700033199, 0.06907169799887924, 0.06906055599938554, 0.06995370900040143, 0.06868639700041967, 0.06925626399970497, 0.0688656060010544, 0.06901600899982441, 0.06956773299862107, 0.06983579600091616, 0.07014686500042444, 0.06928443499964487, 0.06893821700032277, 0.0704654479995952, 0.06959709200054931, 0.06960617099866795, 0.07004299200161768, 0.0710386449991347, 0.06945679999989807, 0.0687052709999989, 0.06818682899938722, 0.0683799700000236, 0.069136548001552, 0.07201121899925056, 0.07140756899934786, 0.0729174129992316, 0.06828519300142943, 0.06788203199903364, 0.06766959600099653, 0.068157727999278, 0.06998122799996054, 0.06939376899936178, 0.06892863100074464, 0.06851571299921488, 0.06823330800034455, 0.06868245800069417, 0.06805015200006892, 0.06890123199991649, 0.0681860089989641, 0.06835893300012685, 0.06834924500071793, 0.06897787900015828, 0.06859147599971038, 0.0688757469997654, 0.06804273499983537, 0.06988539700068941, 0.06854156100052933, 0.06972296599997208, 0.0687300919998961, 0.06831276799857733, 0.06864812700041512, 0.06901751199984574, 0.06930884800021886, 0.06805444000019634, 0.06840599399947678, 0.0693289780010673, 0.06831375900037528, 0.06874826499915798, 0.06852192800033663, 0.0683835439995164, 0.06861284600017825, 0.06812494500081812, 0.06974779999836755, 0.06925593100095284, 0.06907243299974652, 0.06845198799965146, 0.06961146800131246, 0.06879194899920549, 0.0693946909996157, 0.06789468100032536, 0.06902928899944527, 0.06833005500084255, 0.06899647499994899, 0.07105904200034274, 0.06877325299865333, 0.06854363000093144, 0.07219698900007643, 0.07021729599910032, 0.07032696600072086, 0.06997689099989657, 0.06984904400087544, 0.06809034999969299, 0.0692199819986854, 0.07017617100063944, 0.07026959799986798, 0.06959667599949171, 0.06914973400125746, 0.06933408499935467, 0.07138424299955659, 0.06894966700019722, 0.06910948699987784, 0.06837301999985357, 0.06900299100016127, 0.0678942869999446, 0.06855138500031899, 0.06923832000029506, 0.06841942299979564, 0.06938244500088331, 0.07234539299861353, 0.06846040399977937, 0.0707448339999246, 0.06875344700165442, 0.06874997099839675, 0.06847944800028927, 0.06795799999963492, 0.06813907700052368, 0.06829757200102904, 0.06835925399900589, 0.0690176780008187, 0.0700352269996074, 0.0687683840005775, 0.0689188340002147, 0.0700790609989781, 0.06835405099991476, 0.0690603650000412, 0.06912334600019676, 0.06869758299944806, 0.06832558099995367, 0.06821868400038511, 0.06799552200027392, 0.0695707909999328, 0.06846546800079523, 0.06853413099997852, 0.06893514299918024, 0.06917566999982228, 0.06830668700058595, 0.06906202000027406, 0.06907704900004319, 0.06894843699956255, 0.06864505699923029, 0.06869576700046309, 0.06856468899968604, 0.06933840800047619, 0.0686929669991514, 0.068467409000732, 0.06880542900034925, 0.06896706800034735, 0.06871149399921705, 0.07016618399939034, 0.06881557000087923, 0.06905972399908933, 0.06880582900157606, 0.06864263099851087, 0.06905565400120395, 0.06928711799992016, 0.06929036799920141, 0.07027243400079897, 0.07034669399945415, 0.07000988099935057, 0.07020449500123505, 0.0697075070002029, 0.07188648199917225, 0.06932669500019983, 0.06890268300048774, 0.06940522500008228, 0.06987435199880565, 0.06878330600011395, 0.06940938800107688, 0.06934286899922881, 0.06826151899986144, 0.06888385400088737, 0.06804856300004758, 0.0705493799996475, 0.0696249100001296, 0.06968724800026393, 0.07070923500032222, 0.06940809699881356, 0.06965616100023908, 0.07057321399952343, 0.06971618900024623, 0.07042748000094434, 0.07077281399870117, 0.06924762800008466, 0.06872371500139707, 0.06895365499985928, 0.0696266029990511, 0.07059162599944102, 0.07097186800092459, 0.07024363500022446, 0.06935445799899753, 0.07020419000036782, 0.06917526399956841, 0.06863355499990575, 0.06894252900019637, 0.07034640799975023, 0.069560124000418, 0.06901575600022625, 0.06814182299967797, 0.06961111600139702, 0.07306328699996811, 0.07008587800009991, 0.07304336399829481, 0.07200386400108982, 0.06929269799911708, 0.06956379000075685, 0.0698872319990187, 0.06864496100024553, 0.0684756919999927, 0.06950812600007339, 0.06857731400123157, 0.07182593600009568, 0.06891873699896678, 0.06893722300083027, 0.0698418899992248, 0.06996422100019117, 0.0697378810000373, 0.0690541830008442, 0.06851265999830503, 0.06921326300107467, 0.06807844700051646, 0.06955582199952914, 0.0688430669997615, 0.06929971799945633, 0.06945016400095483, 0.07242747199961741, 0.07103246000042418, 0.06876752499920258, 0.06880641899988404, 0.06851660400025139, 0.06852714300111984, 0.06850802599910821, 0.06882499799939978, 0.06851250100044126, 0.0692527200008044, 0.07055554799990205, 0.07059530399965297, 0.0684540919992287, 0.06856738100032089, 0.06786504800038529, 0.06819137499951466, 0.06824114099981671, 0.06884104700111493, 0.06871150500046497, 0.06815882899900316, 0.06787903999975242, 0.06881044300098438, 0.06869851499868673, 0.06990382399999362, 0.06924031200105674, 0.06895828000051551, 0.06823523699858924, 0.06834834900109854, 0.06888642800004163, 0.06793020999975852, 0.06873674999951618, 0.06875651600057608, 0.06816968599923712, 0.0687908370000514, 0.0684082040006615, 0.06936242200026754, 0.06863631399937731, 0.06903037600022799, 0.06916665099925012, 0.06883458500124107, 0.0688410719994863, 0.0689014590006991, 0.06982779199825018, 0.06919315400045889, 0.07015106600010768, 0.0716802610004379, 0.06900577600026736, 0.0704702789989824, 0.07131980800113524, 0.07064245199944708, 0.06890573900091113, 0.06932141899960698, 0.0695892339990678, 0.06843379800011462, 0.06880619900039164, 0.06863880600030825, 0.06923674999961804, 0.06928581300053338, 0.06905568599904655, 0.06893534700066084, 0.0691781120003725, 0.06897211799878278, 0.06893907500125351, 0.07157440300034068, 0.06850466700052493, 0.06880020099924877, 0.06858254899998428, 0.06874170800074353, 0.06815492699934111, 0.06936899399988761, 0.06766955700004473, 0.0687192719997256, 0.06909680300123, 0.06891057399843703, 0.06906946000162861, 0.06951710699831892, 0.06841098900076759, 0.06895704400085378, 0.06901282199942216, 0.06877808900026139, 0.06912299199939298, 0.06877527500000724, 0.06962464400021418, 0.06928367399996205, 0.0694069679993845, 0.06928035300006741, 0.06979234000027645, 0.0691650610006036, 0.06986204299937526, 0.06885623500056681, 0.06957686999885482, 0.07331735400111938, 0.06938860700029181, 0.07267802999922424, 0.071130581000034, 0.06852850399991439, 0.0694864699999016, 0.06905300700054795, 0.06891268400067929, 0.06838858899936895, 0.06966423599988047, 0.06944747399938933, 0.0691637769996305, 0.06896309400144673, 0.06943503199909173, 0.06852704400080256, 0.06860265399882337, 0.0686272340008145, 0.06917039499967359, 0.06893944799958263, 0.06928975200025889, 0.06933911400119541, 0.06962439299968537, 0.06868319400018663, 0.06934329300020181, 0.06987843699971563, 0.06980037499852187, 0.07139590800034057, 0.06964528000025894, 0.07006700999954774, 0.0700268220007274, 0.06945787999939057, 0.07070002799991926, 0.07009688000107417, 0.07047916000010446, 0.07086591000006592, 0.07182586399903812, 0.07020098300017708, 0.06914843900085543, 0.06912030499916, 0.0695726720005041, 0.06855915199957963, 0.069840051999563, 0.06865713600018353, 0.06948692900004971, 0.06811742300124024, 0.06807045999994443, 0.06752337499892747, 0.0689137600002141, 0.068281071000456, 0.06870101099957537, 0.06979821700042521, 0.06916161200024362, 0.06906535899906885, 0.07013981900126964, 0.06922000099984871, 0.06932517899986124, 0.06930413499867427, 0.06945406700106105, 0.07008878299893695, 0.07217199700062338, 0.06949453000015637, 0.06850328099972103, 0.06945468699996127, 0.06933245700020052, 0.06974673900003836, 0.06945936400006758, 0.06967095800064271, 0.06916497599922877, 0.07071860399992147, 0.06955709300018498, 0.06908837800074252, 0.06980621299953782, 0.06989432000045781, 0.06928239499939082, 0.06871425799909048, 0.06955198400100926, 0.06968408700049622, 0.06927431999974942, 0.07018063099894789, 0.07016888900034246, 0.06869378800001869, 0.07013270700008434, 0.06886629800101218, 0.0683294089994888, 0.06895519600038824, 0.06864826799937873, 0.06911168499937048, 0.06855990000076417, 0.06885262899959343, 0.06850369600033446, 0.06873954399998183, 0.069328769999629, 0.07062916799986851, 0.07322805900003004, 0.07020611799998733, 0.06939167600103247, 0.0691596529995877, 0.06935802000043623]",tokens/s,14.458234679688175,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-7b,tiiuae/falcon-7b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Llama-2-7b-hf,meta-llama/Llama-2-7b-hf,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-rw-1b,tiiuae/falcon-rw-1b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-4B,Qwen/Qwen1.5-4B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,internlm2,internlm/internlm2-20b,internlm/internlm2-20b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,deci,Deci/DeciLM-7B,Deci/DeciLM-7B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,14663.360512,,,,,s,1,183.94864909499938,183.94864909499938,0.0,183.94864909499938,183.94864909499938,183.94864909499938,183.94864909499938,[183.94864909499938],,kWh,0.00214310072183195,0.0011680719401680386,0,0.0033111726619999885,,MB,14726.688768,,,,,s,10,23.67296929799977,2.367296929799977,0.005480350680425416,2.3669809525003984,2.373257631699744,2.3736105113498525,2.373892815069939,"[2.372118514000249, 2.3731792139997197, 2.3674665960006678, 2.3654463649991158, 2.366495309000129, 2.3542582039999616, 2.3639596109997, 2.370459965000009, 2.373963390999961, 2.3656221290002577]",tokens/s,108.14021544041394,kWh,2.7968130893541835e-05,1.5243541755813363e-05,0.0,4.3211672649355205e-05,tokens/kWh,5924325.171981511,MB,14743.220224,,,,,s,10,89.69587432099979,8.96958743209998,0.025287278973865533,8.972052571999939,8.99491518620007,8.995736788100157,8.996394069620228,"[8.989113093000014, 8.975555893000092, 8.909045845999572, 8.996558390000246, 8.955837409000196, 8.966772128999764, 8.98927629300033, 8.99473260800005, 8.968549250999786, 8.950433408999743]",tokens/s,7.023734422225293,kWh,0.00010602623042493039,5.7788406582535526e-05,0.0,0.0001638146370074659,tokens/kWh,384581.01883245487,,s,630,89.69159111600038,0.14236760494603234,0.002100089035487009,0.14204064949990425,0.14501319660048467,0.1466985626497717,0.14853863145971447,"[0.1480310000006284, 0.15068981499916845, 0.14668856200023583, 0.14057464200050163, 0.1405653269994218, 0.14247238300049503, 0.1412502509992919, 0.14012997100053326, 0.13989589599987085, 0.1411140370000794, 0.14113042299959488, 0.13995062000049074, 0.14124378399992565, 0.1436947499996677, 0.1413027950002288, 0.14277873500032, 0.1416166039998643, 0.14269853199948557, 0.14127282700064825, 0.14296614799968665, 0.144024924000405, 0.14310355999987223, 0.14461183000003075, 0.14639509599965095, 0.14057193799999368, 0.1426458599999023, 0.14391288600018015, 0.14319532999979856, 0.14445576700018137, 0.14855540099961217, 0.14564891600002738, 0.14214766700024484, 0.14680263199988985, 0.14390803200058144, 0.14788919700004044, 0.1459308349994899, 0.14086820900047314, 0.1405354640000951, 0.13919716399959725, 0.14100945700010925, 0.14197462299944164, 0.1404152270006307, 0.14124998499937647, 0.14199822200043855, 0.14061483699970267, 0.14180262199988647, 0.14396465200024977, 0.1425100200003726, 0.14183813099953113, 0.14177974100039137, 0.14284159099952376, 0.1416013030002432, 0.14158270400002948, 0.14524660300048708, 0.1421430819991656, 0.14188844700038317, 0.1408100389999163, 0.14024181900003896, 0.1415002909998293, 0.14070230100060144, 0.14082795600006648, 0.143833970999367, 0.14184488400042028, 0.14678910699967673, 0.14201924600001803, 0.14198930400016252, 0.14239436000025307, 0.1404811949996656, 0.1441632030000619, 0.14019313500011776, 0.14141608899990388, 0.14693071600049734, 0.14316047099964635, 0.14110631000039575, 0.1423605639993184, 0.1441921949999596, 0.14182335400073498, 0.14129753299948788, 0.14354181199996674, 0.14313227500042558, 0.14177568899958715, 0.14196240100045543, 0.14333554299992102, 0.1419435509997129, 0.14020742400043673, 0.14082038899960025, 0.14019758500035095, 0.14065733200004615, 0.14090760399994906, 0.14057376999971893, 0.1417083830001502, 0.14264431399988098, 0.14174726300007023, 0.1439116510000531, 0.1424155790000441, 0.14191219999975146, 0.14210868999998638, 0.1409939499999382, 0.14209995800047182, 0.14192193199960457, 0.1415375619999395, 0.145411819000401, 0.14389366099931067, 0.14406419100032508, 0.1412888570002906, 0.14353105800000776, 0.14313638699968578, 0.14766099999997095, 0.14236752800024988, 0.14198228799978097, 0.14442260400028317, 0.142590869999367, 0.14023501700012275, 0.14088916400032758, 0.14316019499983668, 0.147067904999858, 0.14265220100060105, 0.14232430899937754, 0.14116400400052953, 0.14197618599973794, 0.14200176400026976, 0.1412361120001151, 0.1403785809998226, 0.13979408199975296, 0.14357855300022493, 0.14596073499978957, 0.14498991399977967, 0.1411968579996028, 0.13911084099981963, 0.13981943700036936, 0.1399127229997248, 0.13938888299981045, 0.14058871200086287, 0.139997255999333, 0.14117259600061516, 0.14123882299918478, 0.13822917100060295, 0.14003673299976072, 0.1404712200001086, 0.13917224400029227, 0.1399011999992581, 0.13893617500070832, 0.14639678799994726, 0.14051320499947906, 0.140792789000443, 0.14086928500000795, 0.14184413800012408, 0.14014973099983763, 0.13991431500016915, 0.13914589499927388, 0.13902164900082425, 0.1401026939993244, 0.14060918700033653, 0.13970849700035615, 0.14259146899985353, 0.14299673899949994, 0.1435472490002212, 0.1432182480002666, 0.14710895499956678, 0.14029358700008743, 0.14085138500013272, 0.14583036299973173, 0.14224551200004498, 0.14253237200045987, 0.14346082799966098, 0.14427452600011748, 0.14429684199967596, 0.14294834100019216, 0.1428986270002497, 0.1444318799995017, 0.14179496399992786, 0.14177935600037017, 0.13975464400027704, 0.14125530199999048, 0.1399170579998099, 0.14138793500023894, 0.14024246600001788, 0.14187169399974664, 0.14426876699963032, 0.1433653640006014, 0.14369497499956196, 0.14077019199976348, 0.13947094800005289, 0.14090588100043533, 0.1399169959995561, 0.13942645299994183, 0.13869076700029837, 0.14294554800017067, 0.1404194879996794, 0.1442475870007911, 0.1405547229996955, 0.14133716099968296, 0.14017164500000945, 0.14096917700044287, 0.13941413100019417, 0.14211419099956402, 0.1423258690001603, 0.1423799770000187, 0.1413486820001708, 0.14185780299976614, 0.14468240099995455, 0.14474206999966555, 0.1450557630005278, 0.14346712799942907, 0.14092935799999395, 0.1423130740004126, 0.14119035299972893, 0.13855043400053546, 0.1392415969994545, 0.14149744499991357, 0.14308145300037722, 0.14142729000013787, 0.1418064849995062, 0.1428119649999644, 0.14702366200071992, 0.14237587899970094, 0.141803071999675, 0.14175500700002885, 0.14160339499994734, 0.13990734800063365, 0.14066179499968712, 0.14220542200018826, 0.14275104999978794, 0.1438557049996234, 0.14160304200049723, 0.14446625700020377, 0.1448590649997641, 0.1449539029999869, 0.14264235399969039, 0.14513382200038905, 0.14240288400014833, 0.14528287299981457, 0.15108064800006105, 0.14530741999988095, 0.1416420650002692, 0.14231375899998966, 0.14052107699990302, 0.146022554999945, 0.1470773659993938, 0.1415195710005719, 0.14359605699974054, 0.1487844530001894, 0.1422911629997543, 0.14311558500048704, 0.14311478899981012, 0.1429779089994554, 0.1415680270001758, 0.14274661499985086, 0.14227961500000674, 0.1423019120002209, 0.1423898109997026, 0.14270358800058602, 0.14675883000018075, 0.14296680299958098, 0.14008882300004188, 0.1410381480000069, 0.14004486200065003, 0.14471567700002197, 0.1421707139998034, 0.14219503499953134, 0.14020917900052154, 0.14141386800019973, 0.1427338769999551, 0.1444075299996257, 0.14223380499970517, 0.1435565960000531, 0.14215370800047822, 0.1436833210000259, 0.14673990899973433, 0.14055390799967427, 0.13982029500039062, 0.14335758699962753, 0.14460942900041118, 0.14517277799950534, 0.1432676820004417, 0.14063538699974742, 0.14198677000058524, 0.14237339399915072, 0.13976502800051094, 0.1400157810003293, 0.1396467839995239, 0.1400523490001433, 0.14006186000005982, 0.14053140200030612, 0.1402810989993668, 0.14328886099974625, 0.14410375600073166, 0.14512312899933022, 0.14412181200077612, 0.1432634839993625, 0.1449475370000073, 0.14165118400069332, 0.14169112099989434, 0.14353048399971158, 0.14093367700024828, 0.13964502699946024, 0.14100478999989718, 0.1418341810003767, 0.14084147399989888, 0.1402953280003203, 0.1398327569995672, 0.1425487289998273, 0.1414675480000369, 0.1428488390001803, 0.14254974800041964, 0.14136861199949635, 0.14228469000045152, 0.14130661399940436, 0.14298298600078851, 0.14074805399923207, 0.14238891800050624, 0.1414249049994396, 0.14177981500051828, 0.14365672300027654, 0.14274093599942717, 0.15067620299942064, 0.14814007499990112, 0.14352362800036644, 0.14263372200002777, 0.1459732419998545, 0.14217187499980355, 0.14605391700024484, 0.14214904799973738, 0.1416951870005505, 0.14028379100000166, 0.14015993300017726, 0.1397430839997469, 0.1390031809996799, 0.14046710200000234, 0.14227410400053486, 0.14161442699969484, 0.1440383799999836, 0.14215967000018281, 0.141209864999837, 0.14015054799983773, 0.14241340199987462, 0.14157426800011308, 0.1408596920000491, 0.1418771389999165, 0.14301505200000975, 0.142652065999755, 0.1402029950004362, 0.1406912120000925, 0.14235685499988904, 0.1408288310003627, 0.1401870699992287, 0.13907731500057707, 0.1407629919995088, 0.14280407000023843, 0.1389362780000738, 0.14034792199981894, 0.1418179490001421, 0.14299546300026122, 0.14165599799980555, 0.14207541599989781, 0.14090416300041397, 0.14164511399940238, 0.14286884200009808, 0.14099665000048844, 0.1429341029997886, 0.14374994199988578, 0.14226432899977226, 0.14037111700054083, 0.14384516999962216, 0.14301447500020004, 0.1417906739998216, 0.14404901699981565, 0.1411917400000675, 0.14248245300041162, 0.14135225700010778, 0.1433483900000283, 0.1433295149990954, 0.14744914200036874, 0.14492716299992026, 0.14429227399978117, 0.14174370399996405, 0.14382652600033907, 0.1426568489996498, 0.14649005299997953, 0.1437723070002903, 0.14056226499997138, 0.1398884440004622, 0.1406245009993654, 0.14281400600066263, 0.14658762799990654, 0.1449444139998377, 0.1418755329996202, 0.14079248000052758, 0.14085342099951959, 0.13989881500037882, 0.14148018899959425, 0.1425226150004164, 0.14178663100028643, 0.14632712799993897, 0.14684906200000114, 0.13937561199963966, 0.14213020900024276, 0.14326487699963764, 0.14119775900053355, 0.14270248799948604, 0.13953694599968003, 0.13973708700086718, 0.14235264399940206, 0.14187434500036034, 0.14234220399976039, 0.14165070000035485, 0.14179380199948355, 0.14387405100023898, 0.14129054600016389, 0.1416285629993581, 0.1440028920005716, 0.1433509389999017, 0.14246343699960562, 0.14168891200006328, 0.14077381300012348, 0.14077559799989103, 0.144577050999942, 0.14484181200077728, 0.14207750399964425, 0.1429339650003385, 0.143777644999318, 0.1414568780000991, 0.14227323399973102, 0.14106955500028562, 0.14139861800049403, 0.1457751919997463, 0.14389550400028384, 0.14615926899932674, 0.14123808500062296, 0.14335769099943718, 0.1427670399998533, 0.1416649230004623, 0.1427085260002059, 0.14237392799986992, 0.14303203100007522, 0.14274604099955468, 0.1415154739997888, 0.1449015940006575, 0.14525189999949362, 0.14451107200056867, 0.14666505500008498, 0.1457405450000806, 0.14431796299959387, 0.14086167400000704, 0.1409964160002346, 0.14301978900039103, 0.14670674499939196, 0.1436337300001469, 0.14157578899994405, 0.14186763900033839, 0.14402527600032045, 0.14406901199981803, 0.14397136600018712, 0.1425368369991702, 0.1421962930007794, 0.14079951499934396, 0.14077455200003897, 0.14283467000041128, 0.1408638869997958, 0.1415943989995867, 0.14137603200015292, 0.14099211500069941, 0.1409041779998006, 0.14359692400012136, 0.1403141799992227, 0.14156866200028162, 0.14063803600038227, 0.1419844189995274, 0.14128209200043784, 0.14069048199962708, 0.14070041500053776, 0.14375586599999224, 0.14307387699955143, 0.1434840219999387, 0.1434034089998022, 0.1396321550000721, 0.13967083399984404, 0.1426839440000549, 0.142290869000135, 0.14261651400011033, 0.1417579190001561, 0.14029035899966402, 0.13947370100049739, 0.141574851999394, 0.14318944600017858, 0.14153685700057395, 0.1426431589998174, 0.14249505599946133, 0.14310529200065503, 0.14418191099957767, 0.1427740420003829, 0.1408264000001509, 0.1408484919993498, 0.14245935500002815, 0.1479399290001311, 0.146846483000445, 0.14253036299942323, 0.14154713600055402, 0.144022359999326, 0.14819590600018273, 0.14451882899993507, 0.1495358350002789, 0.14849757499996485, 0.14649500399991666, 0.14656520199969236, 0.1446282880006038, 0.14396535899959417, 0.1446548490002897, 0.14056079399961163, 0.1478043710003476, 0.14379548499982775, 0.14430137100043794, 0.14428218099965306, 0.1436466200002542, 0.14291467899965937, 0.14423255499968946, 0.1421678400001838, 0.1440869570005816, 0.14240609099942958, 0.1451661740002237, 0.1419234029999643, 0.1440623720000076, 0.14101087099970755, 0.14206912999998167, 0.14225413400072284, 0.14016429000002972, 0.14224059199932526, 0.14104756100005034, 0.14023130900022807, 0.13994917899981374, 0.13915370700033236, 0.14030079700023634, 0.14010327599953598, 0.1409622560004209, 0.1456853179997779, 0.1406117609994908, 0.13995180200072355, 0.14046621799934655, 0.1393735800002105, 0.1394853370002238, 0.14038582499961194, 0.13976338500015117, 0.1398644430000786, 0.1421132530003888, 0.13957815899993875, 0.14134421400012798, 0.14547075299924472, 0.14390791500045452, 0.14337727800011635, 0.1446257269999478, 0.1404809669993483, 0.1428504060004343, 0.14845882099962182, 0.14283416500074964, 0.14446657200005575, 0.1404442939992805, 0.1397719490005329, 0.1417831649996515, 0.1408722440000929, 0.14183575100014423, 0.1413753569995606, 0.14133622000008472, 0.14450482900065253, 0.14307775599991146, 0.1433895649997794, 0.14247176499975467, 0.14152005500000087, 0.14476559000013367, 0.14419557499968505, 0.14090487600060442, 0.14050474299983762, 0.13876378499935527, 0.14121322600021813, 0.13967521999984456, 0.1404246090005472, 0.13982834899979935, 0.13989124900035677, 0.13818343799994182, 0.13992885799962096, 0.14487621700027375, 0.1414413649999915, 0.14113847999942664, 0.14065746300002502, 0.14165540000067267, 0.14234320400009892, 0.1401302009999199, 0.14261130199975014, 0.14261075200010964, 0.14193821800017759, 0.14034425299996656, 0.14130150899927685, 0.14044212700082426, 0.1399403279992839, 0.14089964400045574, 0.14029842800027836, 0.14289899499999592, 0.14220595799997682, 0.13971128999946814, 0.13994457199987664, 0.1415310890006367, 0.14206205299979047, 0.14136424600019382, 0.14151464299993677, 0.14307703499980562, 0.1412880560001213, 0.14073763499982306, 0.1490476219996708, 0.14316198800042912, 0.14403355000013107, 0.14249930499954644, 0.14303107500018086, 0.14175214399983815, 0.14214133200039214, 0.14211495899962756, 0.1415177600001698, 0.1431917190002423, 0.14724928899977385, 0.1421558330002881, 0.14198642399969685, 0.14035072699971352, 0.14054576699982135, 0.14064885000061622, 0.14359595899986743, 0.14436762500008626, 0.14800127600028645, 0.14721056999951543, 0.14500846700047987, 0.14281032999952004, 0.14355865499965148, 0.14269497800069075]",tokens/s,7.024069839336502,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stablelm,stabilityai/stablelm-3b-4e1t,stabilityai/stablelm-3b-4e1t,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-13b,huggyllama/llama-13b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-2.7b,facebook/opt-2.7b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,phi,microsoft/phi-1_5,microsoft/phi-1_5,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,recurrent_gemma,google/recurrentgemma-2b,google/recurrentgemma-2b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gptj,EleutherAI/gpt-j-6b,EleutherAI/gpt-j-6b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,12671.094784,,,,,s,1,159.68726440599949,159.68726440599949,0.0,159.68726440599949,159.68726440599949,159.68726440599949,159.68726440599949,[159.68726440599949],,kWh,0.0018562541530687468,0.0010117292822058596,0,0.0028679834352746065,,MB,12895.98976,,,,,s,10,20.478611981999165,2.0478611981999166,0.002337779422559979,2.0476970394997807,2.051427766499819,2.0515153477500006,2.0515854127501463,"[2.049220014999264, 2.0455306079993534, 2.0465768170006413, 2.0516029290001825, 2.0443322629998875, 2.048835147000318, 2.0457118200001787, 2.0469668799996725, 2.0514083039997786, 2.048427198999889]",tokens/s,125.00847236376453,kWh,2.4183994525485814e-05,1.3181039565643052e-05,0.0,3.7365034091128865e-05,tokens/kWh,6851325.208901095,MB,13027.233792,,,,,s,10,81.68995716400059,8.168995716400058,0.019529942913341702,8.167639915000109,8.190403848899404,8.194318996949823,8.197451115390159,"[8.135074423000333, 8.188825412999904, 8.189533815999312, 8.161554868000167, 8.160803106999992, 8.173678363000363, 8.178272838000339, 8.142378724000082, 8.198234145000242, 8.161601466999855]",tokens/s,7.712086306217707,kWh,9.682938603750087e-05,5.277576784295368e-05,0.0,0.00014960515388045458,tokens/kWh,421108.4870133658,,s,630,81.6853782900007,0.12965933061904872,0.0019770538595354752,0.12938731800022651,0.13230511869978728,0.13328818820027663,0.1351053014001809,"[0.13804007599992474, 0.130935837000834, 0.12898687199958658, 0.12925521000033768, 0.1290500509994672, 0.12877464899975166, 0.12719003800066275, 0.12537761600015074, 0.12719895600002928, 0.12659365099989373, 0.12647882100009156, 0.12725229499937996, 0.12725394900007814, 0.12729447400033678, 0.128377160999662, 0.1261648609997792, 0.1282051300004241, 0.12825835300009203, 0.1272000829994795, 0.13138339600027393, 0.13065873400046257, 0.1260261059996992, 0.1272796630000812, 0.132152868999583, 0.13155525399997714, 0.135621715000525, 0.12618436100001418, 0.12605317099951208, 0.1269038560003537, 0.12639717099955305, 0.12743812000007892, 0.12884716700045828, 0.12797340399993118, 0.12772341500021867, 0.1285888200000045, 0.12910725999972783, 0.1293958179994661, 0.12880161500015674, 0.13309830500020325, 0.12917872100024397, 0.12850718400022743, 0.13002017399958277, 0.13198485799966875, 0.12952528200003144, 0.1304967680007394, 0.12961666299997887, 0.12726459599980444, 0.12997678200008522, 0.13001280399930693, 0.12732709900046757, 0.12829270400015957, 0.12796776599952864, 0.12956532099997276, 0.12883389800026634, 0.1273341980004261, 0.12940967999929853, 0.13041093700030615, 0.12986690900015674, 0.13066394999987097, 0.13006095299988374, 0.12954341000022396, 0.13464573599958385, 0.13505777400041552, 0.1347395630000392, 0.1298409070004709, 0.13202775999980076, 0.1308461159997023, 0.13212045399995986, 0.13207149300069432, 0.12790342399966903, 0.13016284799959976, 0.12734997000006842, 0.12959338500058948, 0.12884242499967513, 0.12601199399978213, 0.12582149900026707, 0.13073014600013266, 0.127497102000234, 0.1299182529992322, 0.13071415500053263, 0.13384197100003803, 0.13259207099963533, 0.12891354200019123, 0.12913183399996342, 0.12583119699957024, 0.1280863230003888, 0.1294237809997867, 0.13003819799996563, 0.1289503819998572, 0.1271915880006418, 0.12990993199946388, 0.12760947900005704, 0.12729857400063338, 0.1288179149996722, 0.13128579200019885, 0.13035328600017237, 0.13180067999928724, 0.1284390210003039, 0.12943280400031654, 0.1301053769993814, 0.1280103170001894, 0.13061116599965317, 0.13136511300035636, 0.13004918699971313, 0.12962548800078366, 0.13053450299958058, 0.13007838999965315, 0.13113842400071007, 0.1309644829998433, 0.13245936099974642, 0.13647395000043616, 0.13455319799959398, 0.13025181899956806, 0.1320498930008398, 0.12987292199977674, 0.12980764399981126, 0.1315316870004608, 0.1325750189998871, 0.1292071150000993, 0.12847165099992708, 0.12956370999927458, 0.12819162600044365, 0.1279266989995449, 0.12908860000061395, 0.1280430789993261, 0.13072189900049125, 0.1335819089999859, 0.13164495599994552, 0.1362555669993526, 0.13298172400027397, 0.12915917100053775, 0.13007195399950433, 0.13011417899997468, 0.12702022600024065, 0.12983479899958184, 0.12927650700021331, 0.1322482460000174, 0.12796420799986663, 0.12941694599976472, 0.12763967700084322, 0.12798524499976338, 0.13434432800022478, 0.1322871309994298, 0.12711208400014584, 0.12926473100014846, 0.12877993599977344, 0.13180556600036653, 0.12910646899945277, 0.1300642969999899, 0.1289788510002836, 0.12898346699967078, 0.12964252200072224, 0.13173644799917383, 0.130370707000111, 0.1267950710007426, 0.12804903599953832, 0.12936002399965219, 0.12789972000064154, 0.12987070700000913, 0.1295321050001803, 0.12812141499944119, 0.1261081410002589, 0.1264556199994331, 0.12827347200072836, 0.12711519299955398, 0.13092013799996494, 0.1278682359998129, 0.1276298790007786, 0.12784040199949231, 0.13103405600031692, 0.13263958599964099, 0.1332951470003536, 0.12666091299979598, 0.13069776500014996, 0.1298693489998186, 0.13014360899978783, 0.128959143999964, 0.13000214700059587, 0.1299278789992968, 0.13199382300081197, 0.13253995799914264, 0.13499628500085237, 0.13177147899932606, 0.12938367600054335, 0.12798709299931943, 0.1327862260004622, 0.13196817399966676, 0.12991388400041615, 0.1329187589999492, 0.13512471400008508, 0.13091931799954182, 0.1319937280004524, 0.12960595699951227, 0.12966208100078802, 0.12863778299924888, 0.1305352250001306, 0.12876373100061755, 0.1267051459999493, 0.1281583829995725, 0.12978154800021002, 0.13386634499966021, 0.13113962399984302, 0.12942092699995555, 0.13035841200053255, 0.13109328399968945, 0.12873266299993702, 0.12800768400029483, 0.12648455500038835, 0.1277838879996125, 0.12813167900003464, 0.12706550799975957, 0.12711310600025172, 0.12799595199976466, 0.12956584000039584, 0.13041835300009552, 0.12943557699964003, 0.12756260500009375, 0.12893688199983444, 0.129044772999805, 0.13042736900024465, 0.12936192500001198, 0.1288043780004955, 0.13187461699999403, 0.13225949099978607, 0.13228469299974677, 0.12765348900029494, 0.13409624799987796, 0.1288487689998874, 0.1292047779998029, 0.1297757130005266, 0.12879995799994504, 0.12990054700003384, 0.12882177299979958, 0.1287366739998106, 0.12843321899981675, 0.12745526200069435, 0.1293725949999498, 0.1271262209993438, 0.13079223800014006, 0.13057984900024167, 0.12951959499969234, 0.12897419599994464, 0.13057053300053667, 0.13185447999967437, 0.1305190680004671, 0.1283914489995368, 0.12980325100033951, 0.12998709800012875, 0.12870883899995533, 0.127470780999829, 0.129111620999538, 0.1294468300002336, 0.13368564099982905, 0.13232137900013186, 0.1316327269996691, 0.12795239800016134, 0.12933148200045252, 0.1293437949998406, 0.1286298690001786, 0.1283355429995936, 0.13070048000008683, 0.12965478600017377, 0.1308782269998119, 0.12994945700029348, 0.13357252900004823, 0.13235007200000837, 0.12891732699972636, 0.1278273199995965, 0.1287041550003778, 0.1305101600000853, 0.12974377399950754, 0.12788022300082957, 0.1276220869995086, 0.12826577099986025, 0.13152916400031245, 0.12780884499989043, 0.1294324950004011, 0.13453354699959164, 0.13160538400006772, 0.12856293299955723, 0.12914376500066282, 0.1276147739999942, 0.13084742299997743, 0.12844734499958577, 0.13101299600020866, 0.12862660399969172, 0.1284479920004742, 0.12747477699940646, 0.1336056650006867, 0.12946143699991808, 0.12720260100013547, 0.12808805299937376, 0.13011288400048215, 0.12890825999966182, 0.12969368100038992, 0.12803398100004415, 0.1288034230001358, 0.12873197199951392, 0.12917162000030658, 0.13010925799972028, 0.12911832200006756, 0.13338750900038576, 0.1288833569997223, 0.12939095999990968, 0.12716676000036387, 0.12865523399977974, 0.1276824589995158, 0.12834335500065208, 0.12911713399989821, 0.12857053700008692, 0.12943158699999913, 0.12875044799966417, 0.12943357400035893, 0.1295515259998865, 0.12806908899983682, 0.13571187700017617, 0.13219273100003193, 0.13121831099942938, 0.12882303900005354, 0.13354322500072158, 0.1311878889991931, 0.13027101900024718, 0.130770675000349, 0.12993817000005947, 0.12801602399940748, 0.13163426400024036, 0.1313061930004551, 0.12884377999944263, 0.12718349799979478, 0.12662494600044738, 0.12795103099961125, 0.13047337700027128, 0.12866408700028842, 0.12762738299988996, 0.126730537000185, 0.12936018199980026, 0.12815827899976284, 0.12849548299982416, 0.1281854380004006, 0.1285069099994871, 0.13202255400028662, 0.1309468340004969, 0.13128558099924703, 0.13173664600071788, 0.12974500299969804, 0.13118746899999678, 0.1289115319996199, 0.12977007900008175, 0.12895393700000568, 0.13167318500018155, 0.12970691999998962, 0.1277666699998008, 0.12829320000037114, 0.1264119950001259, 0.12907695600006264, 0.1298948659996313, 0.12726686699988932, 0.12927132999993773, 0.12883647900071082, 0.12949713399939355, 0.1304388700000345, 0.1292430929997863, 0.13173074500082294, 0.1294981929995629, 0.1293423349998193, 0.13013907599997765, 0.12888031300008151, 0.13006061099986255, 0.13489083600052254, 0.12884333599959064, 0.12996304300031625, 0.13172068699986994, 0.12798755899984826, 0.12867244800054323, 0.13207966599929932, 0.12851008600046043, 0.1275660709998192, 0.13003115900028206, 0.13340603200049372, 0.12867364799967618, 0.13058305800041126, 0.1278739499994117, 0.1284061570004269, 0.12885201500012045, 0.12805616799960262, 0.12773351800024102, 0.1286446869999054, 0.13277361600012227, 0.13069708599959995, 0.12854542700006277, 0.12874825700055226, 0.12904094999976223, 0.13303267499941285, 0.12963046500044584, 0.13005000399971323, 0.13067144400065445, 0.13035090799985483, 0.12852480399942579, 0.13021153299996513, 0.13236889000017982, 0.13696569000057934, 0.13200555200000963, 0.12603609899997537, 0.1261392979995435, 0.12752462600019498, 0.1318987989998277, 0.12873177700021188, 0.13027120199967612, 0.12881550499969308, 0.12788923600055568, 0.1294851299999209, 0.13315016300020943, 0.12788994499987894, 0.12687273600022309, 0.13066220699965925, 0.1328739560003669, 0.13084216599963838, 0.129095973999938, 0.1301343650002309, 0.12794938200022443, 0.12714741199943091, 0.12857340400023531, 0.13259509699946648, 0.12908026100012648, 0.13294861000031233, 0.1278727360004268, 0.12885682999967685, 0.1287866849997954, 0.12971053500041307, 0.1275418549994356, 0.13008373100001336, 0.12815776700062997, 0.12862195999969117, 0.13300060399978975, 0.12984049300030165, 0.13094590399941808, 0.12889010300023074, 0.1307751720005399, 0.1314000769998529, 0.1290725429998929, 0.13185203499961062, 0.13298070000018924, 0.13121165800021117, 0.13087980699947366, 0.13092271500045172, 0.1309222919999229, 0.1299422570000388, 0.12857038600031956, 0.1322667119993639, 0.13327968300018256, 0.12950502100011363, 0.12868008500026917, 0.12938145299995085, 0.12805284899968683, 0.12899646400001075, 0.12782291999974404, 0.1265823100002308, 0.128105744000095, 0.1289329049996013, 0.12648645700028283, 0.1292455399998289, 0.12887234400022862, 0.13044870399971842, 0.12930873500044981, 0.1284969859998455, 0.12729551600023115, 0.1308542460001263, 0.13063128399971902, 0.1298295420001523, 0.12955139999940002, 0.12784885900055087, 0.1271247200002108, 0.13167199599956803, 0.12789499399968918, 0.12715489700076432, 0.12690072399982455, 0.12730691700016905, 0.13139053899976716, 0.13087778799945227, 0.12865480200071033, 0.126387994999277, 0.1287115540008017, 0.12832980199982558, 0.12754563899943605, 0.13247386700004427, 0.12998617199991713, 0.131691008999951, 0.12805312700038485, 0.12759282299975894, 0.1286844430005658, 0.12929344099939044, 0.1281152210003711, 0.12967241000023932, 0.1314236489997711, 0.12865653700009716, 0.1282853860002433, 0.13004784399981872, 0.12962207100008527, 0.12850038099986705, 0.12877659300011146, 0.12817236099999718, 0.12937773399971775, 0.1301481459995557, 0.12749690300006478, 0.1339828939999279, 0.13209730299968214, 0.13367352100067365, 0.13291458200001216, 0.13391540499924304, 0.13296523500048352, 0.13222424299965496, 0.12980103400059306, 0.13129533899973467, 0.12966737300030218, 0.13240060699990863, 0.1316535969999677, 0.12817097700008162, 0.12665935099994385, 0.12767210799938766, 0.12836701000014727, 0.12724782599980244, 0.12992409200069233, 0.12968728599935275, 0.12885790300060762, 0.13008912799978134, 0.1286311839994596, 0.13020771000083187, 0.1317564119999588, 0.12963421399945219, 0.1288956380003583, 0.12754512799983786, 0.13027909599986742, 0.12920218399995065, 0.12812735300030909, 0.13087635200008663, 0.12645711099958135, 0.1277708249999705, 0.12791386600019905, 0.12916633999975602, 0.1300009169999612, 0.13288121200002934, 0.13118843900065258, 0.12954920799984393, 0.1307844559996738, 0.12887640400003875, 0.13014514899987262, 0.13225340799999685, 0.12946546100010892, 0.12944807799976843, 0.13128210900049453, 0.1313976889996411, 0.13028515899986814, 0.12818581300052756, 0.12935241099967243, 0.13230331199974898, 0.13265396200040414, 0.1303713979996246, 0.12881882500005304, 0.12837894600033906, 0.13283155800036184, 0.1330141469998125, 0.12921316099982505, 0.13066410899955372, 0.12995713300006173, 0.12942472200029442, 0.12659380700006295, 0.1287820229999852, 0.13426628900015203, 0.13133083799948508, 0.132967011000801, 0.1342005499991501, 0.12881805600045482, 0.13344089400015946, 0.1298754449999251, 0.12657826600025146, 0.12899728799948207, 0.13221174200043606, 0.12785041499955696, 0.12682274100006907, 0.1286597790003725, 0.12990536199959024, 0.13200098099969182, 0.12933287000032578, 0.12971457300045586, 0.13140604199998052, 0.12903051299963408, 0.12760298900047928, 0.1268783869991239, 0.1276361390000602, 0.12838258000010683, 0.13061631500022486, 0.1289007750001474, 0.13195481699949596, 0.12715947100059566, 0.12773538300007203, 0.1294733169997926, 0.12721625999984099, 0.12780578199999582, 0.1277074449999418, 0.12881773800017982, 0.1304429780002465, 0.12880116199994518, 0.12927683699945192, 0.1289644300004511, 0.12893422199977067, 0.12909990200023458, 0.12831269399976009, 0.1294604390004679, 0.12837899099940842, 0.12759525599994959, 0.12720909700055927, 0.12897019799947884, 0.129628770000636, 0.13236837699969328, 0.13113314299971535, 0.12925946799987287, 0.12952075600060198, 0.1295318419997784, 0.1289501700002802, 0.131025891999343, 0.12920086100075423, 0.1298456949998581, 0.13076687800003128, 0.13095850399986375, 0.1300601969996933, 0.13134389700007887, 0.13051723999979004, 0.1271242920001896, 0.1313793640001677, 0.1276843910000025]",tokens/s,7.712518607226917,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stablelm,stabilityai/stablelm-2-1_6b,stabilityai/stablelm-2-1_6b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,togethercomputer/RedPajama-INCITE-Base-3B-v1,togethercomputer/RedPajama-INCITE-Base-3B-v1,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Meta-Llama-3-8B,meta-llama/Meta-Llama-3-8B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen2-beta-14B,Qwen/Qwen2-beta-14B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-32B,Qwen/Qwen1.5-32B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-125m,EleutherAI/gpt-neo-125m,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,801.644544,,,,,s,1,7.207865983999909,7.207865983999909,0.0,7.207865983999909,7.207865983999909,7.207865983999909,7.207865983999909,[7.207865983999909],,kWh,5.73518028270832e-05,3.1257515311683626e-05,0,8.860931813876683e-05,,MB,836.255744,,,,,s,17,1.1062570909998612,0.0650739465294036,0.0005738619728274916,0.06504161800057773,0.06551284520028275,0.06594423600017763,0.0667009495997263,"[0.06504161800057773, 0.0644083649995082, 0.06521666200023901, 0.06689012799961347, 0.06494494599974132, 0.06451744300011342, 0.06475609399967652, 0.06467302500004735, 0.06470135299969115, 0.0652001949993064, 0.06570776300031866, 0.06434712999998737, 0.06524541800081352, 0.06492408499980229, 0.06538290000025881, 0.06510674099990865, 0.06519322500025737]",tokens/s,3933.9860828069905,kWh,7.79523415099562e-07,4.2485947373654777e-07,0.0,1.2043828888361099e-06,tokens/kWh,212556988.6229395,MB,851.238912,,,,,s,17,9.258900086999347,0.5446411815881969,0.0022358198311821322,0.5443486399999529,0.54742386120015,0.5477771492000102,0.5482425674394835,"[0.5472852980001335, 0.5424614680005106, 0.5450828379998711, 0.5416156850005791, 0.5413751309997679, 0.5464233499997135, 0.543921710000177, 0.5476317060001747, 0.5458408969998345, 0.5406857090001722, 0.5434833339995748, 0.5469544150000729, 0.5483589219993519, 0.5440210369997658, 0.5435848790002638, 0.5458250679994308, 0.5443486399999529]",tokens/s,115.6724870056453,kWh,6.409582391149986e-06,3.4933776777096824e-06,0.0,9.90296006885967e-06,tokens/kWh,6361734.225113813,,s,1071,9.25154801700046,0.00863823344257746,0.000246925392869515,0.008593393000410288,0.008872718999555218,0.009008525500121323,0.009789389200250298,"[0.00969940399954794, 0.008889911000551365, 0.008722224999473838, 0.008636608000415436, 0.00857739799994306, 0.008634468999844103, 0.008372063999559032, 0.008342791000359284, 0.008340821000274445, 0.00856733299951884, 0.008632570000372652, 0.008695180999893637, 0.008474518000184617, 0.008575912000196695, 0.008534497999789892, 0.008589949999986857, 0.008497206999891205, 0.008615560999714944, 0.008809963000203425, 0.00861508900015906, 0.008540287999494467, 0.00839595800061943, 0.00864328699935868, 0.00857335199998488, 0.008830934000798152, 0.008744634999857226, 0.008797693999440526, 0.00856876700072462, 0.008858746999976574, 0.008927160999519401, 0.008757008000429778, 0.008753485999477562, 0.008861065000019153, 0.00867110200033494, 0.00868907299991406, 0.00863948200003506, 0.008833818000312021, 0.008436416999757057, 0.008495158999721752, 0.008969688999968639, 0.00880593400052021, 0.008595592999881774, 0.00855860899991967, 0.008772916999987501, 0.008518537999407272, 0.008553459000722796, 0.008506359999955748, 0.008767626000008022, 0.008570175999921048, 0.008590206999542715, 0.00873055900046893, 0.008853208999425988, 0.008671479999975418, 0.008574098000281083, 0.008894689000044309, 0.008774924000135798, 0.008618660999673011, 0.00854084100046748, 0.008819720999781566, 0.008749816000090505, 0.008758367999689654, 0.008749446000365424, 0.00909300599960261, 0.009764024000105564, 0.009070422000149847, 0.008747629999561468, 0.00862769500054128, 0.008668280999700073, 0.008516540000528039, 0.008523355999386695, 0.00840996199985966, 0.008546083000510407, 0.008477008000227215, 0.008733601999665552, 0.008546682000087458, 0.008767334000367555, 0.008696128999872599, 0.00852394999947137, 0.008598696000262862, 0.008716972999536665, 0.008478839000417793, 0.008491401000355836, 0.008680002999426506, 0.008400990000154707, 0.008457384999928763, 0.008437487999799487, 0.008587639000324998, 0.008412946999669657, 0.008643513000606617, 0.008823447999930067, 0.008616744999926595, 0.00870195999959833, 0.008724822000658605, 0.008828862999507692, 0.008524179000232834, 0.008593032999669958, 0.008784788999946613, 0.008492031000059796, 0.00862907900045684, 0.00867702300001838, 0.008814214999802061, 0.008598708000135957, 0.008532494000064617, 0.009134955999797967, 0.008677900999828125, 0.008492032000503968, 0.008512580999195052, 0.008636103000753792, 0.00863092500003404, 0.00856224899962399, 0.008530326999789395, 0.008525332000317576, 0.008427578999544494, 0.008500062000166508, 0.008509897000294586, 0.008472747999803687, 0.00836770899968542, 0.00834780100012722, 0.00835711200033984, 0.008451552000224183, 0.008495182999467943, 0.008358115000191901, 0.008402708000176062, 0.00854765399981261, 0.008610111000052711, 0.008626359999652777, 0.01017218899960426, 0.008916707000025781, 0.008744943000237981, 0.008806955999716592, 0.008729973000299651, 0.00875307000023895, 0.00869112199961819, 0.008924208000280487, 0.008795861000180594, 0.00854701499974908, 0.008500005999849236, 0.008597330000156944, 0.00830282199967769, 0.008367876000193064, 0.008563420000427868, 0.008347744999809947, 0.00827504599965323, 0.008530064999831666, 0.008825698000691773, 0.008637760999590682, 0.00844386900007521, 0.008634486000119068, 0.008429307999904267, 0.008382177000385127, 0.008544053999685275, 0.00830230900010065, 0.008444979999694624, 0.00856366399966646, 0.008693895000760676, 0.0085692079992441, 0.008422778000749531, 0.008366541999748733, 0.008998080000310438, 0.00867426999957388, 0.008550448000278266, 0.008568369999920833, 0.00858533799964789, 0.008558223000363796, 0.008510048000061943, 0.008484951999889745, 0.008571315999688522, 0.008606717000475328, 0.008700800000042364, 0.008564149999983783, 0.008804602999589406, 0.00863753799967526, 0.008582064000620448, 0.008813708000161569, 0.008619589999398158, 0.008883202000106394, 0.009658758000114176, 0.008992539999781002, 0.009232104000147956, 0.009205385999848659, 0.008561532000385341, 0.008310903999699804, 0.008697977000338142, 0.008305940999889572, 0.008423772999776702, 0.008328677999998035, 0.008493084000292583, 0.00841748099992401, 0.008480327999677684, 0.009836954000093101, 0.008817777000331262, 0.008680124999955297, 0.008655867999550537, 0.008738113000617886, 0.008476452999275352, 0.008621406000202114, 0.008398797000154445, 0.008431260000179464, 0.008739377999518183, 0.00855005199991865, 0.008574100000259932, 0.008368685999812442, 0.008651462000671017, 0.008461380999506218, 0.008437416000560916, 0.008673332999933336, 0.008388648999243742, 0.008582061000197427, 0.008743342000343546, 0.00853869799993845, 0.008472483000332431, 0.008646084999782033, 0.008411648999754107, 0.008499898000081885, 0.008418168999924092, 0.00857485300002736, 0.008390592000068864, 0.00857932599956257, 0.008688738000273588, 0.00875849299973197, 0.008560286000829365, 0.008572324999477132, 0.008747957000196038, 0.008509878999575449, 0.008637678000013693, 0.008849268000631128, 0.00859892599964951, 0.008546541000214347, 0.008502274999955262, 0.008811138999590185, 0.00861838600030751, 0.008536278999599745, 0.008490597000673006, 0.008631751999928383, 0.008447059999525663, 0.008497032999912335, 0.009298242000113532, 0.00851971800057072, 0.008279887999378843, 0.008424454000305559, 0.00833268600035808, 0.008421363999332243, 0.00836572500065813, 0.008507025999278994, 0.008577822000006563, 0.00874410500000522, 0.008701087000190455, 0.008504804000040167, 0.008539581000150065, 0.008595375000368222, 0.008535930999642005, 0.00848552200022823, 0.00978699100051017, 0.008952949999184057, 0.008762132000811107, 0.008556189000046288, 0.008677977999468567, 0.008663951000016823, 0.008694996000485844, 0.008594790999268298, 0.008679176000441657, 0.008482231999551004, 0.00845962400035205, 0.00840282399985881, 0.008530891000191332, 0.008579530000133673, 0.008477815999867744, 0.008593661000304564, 0.008599260999289982, 0.008339329000591533, 0.008540287999494467, 0.008376148000024841, 0.008577046000027622, 0.008609616999819991, 0.008514965000358643, 0.008366795000256388, 0.008425922999776958, 0.008457148000161396, 0.008416189999479684, 0.008587189000536455, 0.008803364999948826, 0.008617589999630582, 0.008473175999824889, 0.008639498000775347, 0.008391847999519086, 0.008600175000538002, 0.0086562149999736, 0.008495905999552633, 0.008442500000455766, 0.008458999999675143, 0.008609436999904574, 0.008444693000456027, 0.00839657099913893, 0.008599295000749407, 0.00858365799922467, 0.008624589000646665, 0.008504868999807513, 0.008577521000006527, 0.008587690999775077, 0.008405129000493616, 0.008381595999708225, 0.008696767999936128, 0.008444590999715729, 0.00846332400033134, 0.008440929000244068, 0.008678318999955081, 0.008498565000081726, 0.008471170999655442, 0.008706818000064231, 0.0084701160003533, 0.008496159999594965, 0.008671358000356122, 0.009261898999284313, 0.008809146000203327, 0.008829432999846176, 0.009686495999631006, 0.008737800000744755, 0.008714522999980545, 0.008424337999713316, 0.008581953999964753, 0.00847516399971937, 0.008358506000149646, 0.008438628000476456, 0.00851964199955546, 0.008455244000288076, 0.00852877599936619, 0.008482830000502872, 0.008543769999960205, 0.00869476699972438, 0.00872841900036292, 0.00864110000020446, 0.008758582999689679, 0.008644585000183724, 0.008761516000049596, 0.009125814999606519, 0.008753433000492805, 0.008673540999552642, 0.008555796000109694, 0.008754489000239118, 0.008685957999659877, 0.008716946999811626, 0.008849685000313912, 0.008646059000056994, 0.008601298999565188, 0.008741960999941512, 0.008416339000177686, 0.008506707999913488, 0.008507365000696154, 0.008667418999721122, 0.008436653999524424, 0.008401294000577764, 0.00861447399984172, 0.008576893000281416, 0.008632397999463137, 0.008623757000350452, 0.008656045999487105, 0.00857798500055651, 0.00877178799964895, 0.008643201999802841, 0.008543493000615854, 0.008491311999932805, 0.008560182999644894, 0.008905419999791775, 0.008636737999950128, 0.0085624880002797, 0.008552187000532285, 0.008832797999275499, 0.008718906000467541, 0.00883971199982625, 0.00882327300041652, 0.00903994700001931, 0.008870506999301142, 0.008682742000019061, 0.008678365999912785, 0.00865538000016386, 0.008712339000339853, 0.008607865000158199, 0.008988703999420977, 0.009828101000493916, 0.00886881499991432, 0.008645197000078042, 0.008514291999745183, 0.008525197000381013, 0.008456001000013202, 0.008438289999503468, 0.008752419999837002, 0.0085096530001465, 0.008461408000584925, 0.008455129999674682, 0.008393361000344157, 0.008485317999657127, 0.008687577999808127, 0.008493615000588761, 0.008612604999143514, 0.008505706000505597, 0.008603334999861545, 0.008564845000364585, 0.008487113999763096, 0.008821851999528008, 0.008477631000459951, 0.008584584999880462, 0.008568561000174668, 0.008719067999663821, 0.008515446999808773, 0.00851115600016783, 0.0084952080005678, 0.008452843999293691, 0.008480125999994925, 0.008426843000052031, 0.008351794000191148, 0.008345566000571125, 0.0083965209996677, 0.008669592999467568, 0.008591143000558077, 0.008690314999512339, 0.008718629000213696, 0.009028808000039135, 0.008773950999966473, 0.008862210999723175, 0.008472514000459341, 0.008845325000038429, 0.008893057999557641, 0.008793635000074573, 0.008826444000078482, 0.008923991000301612, 0.009224612000252819, 0.008686015999955998, 0.008685181999680935, 0.008791524000116624, 0.008446265000202402, 0.008482079999339476, 0.008653836000121373, 0.008414167000410089, 0.008307262999551313, 0.008582084999943618, 0.008566499000153271, 0.008448524999948859, 0.008760331000303268, 0.008802264000223659, 0.008572011999604001, 0.00856046300032176, 0.009921404000124312, 0.009004814000036276, 0.00901931600037642, 0.008570433999921079, 0.008641882999654626, 0.009135860000242246, 0.008614757000032114, 0.008629076999568497, 0.008879822999915632, 0.008390797000174643, 0.00853765299962106, 0.008466019000479719, 0.008872718999555218, 0.00890697100021498, 0.008833345999846642, 0.008802281000498624, 0.009350258000267786, 0.009059851999154489, 0.0091254150001987, 0.009042743999998493, 0.00946145499983686, 0.008892599000319024, 0.00870593000036024, 0.00872785899991868, 0.008389324999370729, 0.008420243000728078, 0.008530237999366364, 0.008395288999963668, 0.008574770999985049, 0.009078469000087352, 0.00874552200002654, 0.008549617999960901, 0.008841056000164826, 0.008635481000055734, 0.008879193000211671, 0.008554494999771123, 0.008497142999658536, 0.008332017000611813, 0.008594179999818152, 0.008340610000232118, 0.00851862999934383, 0.008622185000604077, 0.008479009999973641, 0.008458438999696227, 0.008494360000440793, 0.008621657999356103, 0.008492712000588654, 0.008444746999884956, 0.008664209000016854, 0.008396426999752293, 0.008433672000137449, 0.008494095000060042, 0.008764577999500034, 0.008569990000069083, 0.008567677000428375, 0.008404731000155152, 0.008525870999619656, 0.008280713000203832, 0.008506385999680788, 0.008528461000423704, 0.008661594999466615, 0.008298747000480944, 0.009031235999827913, 0.00979498499964393, 0.008896762999938801, 0.008642165000310342, 0.008977014000265626, 0.008615701000053377, 0.00859880899952259, 0.008539547000509629, 0.008484322999720462, 0.008426905000305851, 0.008464110999739205, 0.008419318000051135, 0.008568227000068873, 0.008928923999519611, 0.008650581999972928, 0.00873703200068121, 0.008648991999507416, 0.008699959000296076, 0.00891395599956013, 0.008772504999797093, 0.008931547000429418, 0.00870627099993726, 0.008685163000336615, 0.008903774999453162, 0.008698712000295927, 0.00873158299964416, 0.008560620000025665, 0.008732680999855802, 0.008742214000449167, 0.008890799000255356, 0.008600557000136178, 0.008523220999450132, 0.00883248399986769, 0.008678117000272323, 0.008648830000311136, 0.008802248999927542, 0.008526586999323627, 0.008493093000652152, 0.008508944999448431, 0.008879564000380924, 0.008475757999804046, 0.008526675999746658, 0.00851474200044322, 0.008664156000122603, 0.00835355300023366, 0.008606804999544693, 0.009155669000392663, 0.008963575999587192, 0.008476212999994459, 0.008548675999918487, 0.008560735000173736, 0.008629535000181932, 0.008537779999642225, 0.008511026000633137, 0.008510393999131338, 0.00850347400046303, 0.008353358000022126, 0.008464374999675783, 0.008578527999816288, 0.008572039000682707, 0.008444441999927221, 0.008558959999390936, 0.008534263000001374, 0.008531175000825897, 0.009804832000554597, 0.00892044000011083, 0.008826990999295958, 0.008765927000240481, 0.008697389999724692, 0.008741720000216446, 0.00851563400010491, 0.008581742000387749, 0.008356347999324498, 0.008389887000703311, 0.008701056999598222, 0.008424294999713311, 0.008418520000304852, 0.008580515000176092, 0.008391974999540253, 0.008341624000422598, 0.008670375999827229, 0.008460533000288706, 0.0083825669998987, 0.008643025000310445, 0.008544918999177753, 0.008632478999970772, 0.008554909000849875, 0.008649919999697886, 0.008256307999545243, 0.00832274700042035, 0.008590157999606163, 0.008515266999893356, 0.008596253000177967, 0.008806863999780035, 0.008623218000138877, 0.008695252000507026, 0.008675035000123898, 0.008982271999229852, 0.008589970000684843, 0.008539632000065467, 0.00849794199984899, 0.008638278000034916, 0.008482444000037503, 0.00844036699982098, 0.00870138499976747, 0.00831979600025079, 0.008499345000018366, 0.008410067000113486, 0.008526107999387023, 0.008513651000612299, 0.008508136999807903, 0.008360273000107554, 0.00869360999968194, 0.008399553000344895, 0.008498801000314415, 0.008550206999643706, 0.008601382000051672, 0.00843030899977748, 0.008401469999625988, 0.008411984000304074, 0.008888192000085837, 0.008441214999947988, 0.008658918000037374, 0.00854283500029851, 0.00851869500002067, 0.00862575100018148, 0.008524431999830995, 0.009819797999625735, 0.008757653999964532, 0.008839557000101195, 0.008575120999921637, 0.008740784999645257, 0.008931022000069788, 0.008719993000340764, 0.008431629999904544, 0.008814183000140474, 0.008391536000090127, 0.00841149799998675, 0.008652572999380936, 0.008408624000367126, 0.008331300999998348, 0.009122284000113723, 0.008612691999587696, 0.008492179000313627, 0.008417734999966342, 0.008545358999981545, 0.008436772999630193, 0.008546567000848881, 0.009050388999639836, 0.008643056999972032, 0.0085554620000039, 0.008480315999804589, 0.008598387999882107, 0.00844540300022345, 0.008460193000246363, 0.008639634999781265, 0.00874814899998455, 0.00861471200005326, 0.008659809000164387, 0.008499780999954964, 0.0087602080002398, 0.008704633999514044, 0.008893095000530593, 0.00855291399966518, 0.008387525999751233, 0.008630275000541587, 0.008693092999237706, 0.008793050000349467, 0.008659991000058653, 0.00871953800015035, 0.008429024000179197, 0.008418858999903023, 0.00844655299988517, 0.008773151000241342, 0.008381134000046586, 0.008421800999713014, 0.008655877999444783, 0.008519311000782182, 0.008529011000064202, 0.008529058999556582, 0.008993804000056116, 0.008497969000018202, 0.008609812000031525, 0.008606587999565818, 0.008523886000148195, 0.008533588999853237, 0.008486153000376362, 0.008545622000383446, 0.008460337999167677, 0.008480078000502544, 0.00970521999988705, 0.008873196999957145, 0.008719546000065748, 0.008845712999573152, 0.00857104100032302, 0.008885154999916267, 0.008652435999465524, 0.008471631000247726, 0.008742050000364543, 0.008502664999468834, 0.00847798100039654, 0.008561540000300738, 0.00836935999996058, 0.008326004999616998, 0.008547346999876027, 0.00843482199979917, 0.008546519999981683, 0.008759549000387779, 0.008535875000234228, 0.008625696999843058, 0.00875123999958305, 0.00849141500020778, 0.008517975000359002, 0.008525047000148334, 0.00867464199927781, 0.008276982000097632, 0.008485485000164772, 0.00876274399979593, 0.008562044000427704, 0.00867612799993367, 0.00858109399996465, 0.008869610000147077, 0.008577352999964205, 0.008579000000281667, 0.008603724999375117, 0.008866699999998673, 0.009565954000208876, 0.009224678000464337, 0.009492880999459885, 0.008634218999759469, 0.008583757999986119, 0.008755159999964235, 0.008727761000045575, 0.008673053000165964, 0.008924227000534302, 0.008855961999870487, 0.008876973999576876, 0.008734895000088727, 0.008574868000323477, 0.00864279799952783, 0.008695556000020588, 0.008566291000533965, 0.00866143999974156, 0.008556779999707942, 0.008671773000060057, 0.00852519999989454, 0.008763331999944057, 0.008303593000164255, 0.00857217400061927, 0.008450700999674154, 0.008632435999970767, 0.00840665000032459, 0.008389368999814906, 0.009719932999360026, 0.009177992999866547, 0.008805058000689314, 0.008563011999285663, 0.008472134000840015, 0.008354942999176274, 0.009170011000605882, 0.008348904999365914, 0.008493651000208047, 0.008599323999987973, 0.00837507899996126, 0.008456393000415119, 0.008309680999445845, 0.008424126000136312, 0.00864546600041649, 0.008694821000062802, 0.008619448999525048, 0.008623811000688875, 0.008656708999296825, 0.008532872000614589, 0.008674259999679634, 0.008526210999661998, 0.008686949000548339, 0.00860138400003052, 0.008574738999413967, 0.008666282999911346, 0.00877355600005103, 0.008913556000152312, 0.00893446100053552, 0.008755392999773903, 0.00866979399961565, 0.009114164000493474, 0.008970109999609122, 0.00897119000001112, 0.008806619000097271, 0.00891364600011002, 0.008831168000142497, 0.008979983000244829, 0.008702495999386883, 0.008914115000152378, 0.008548198999960732, 0.008647212000141735, 0.008883374999641092, 0.008610247000433446, 0.008503107999786153, 0.00871389999974781, 0.008444548000625218, 0.008441257999947993, 0.008774875999733922, 0.008610257000327692, 0.008695368999724451, 0.00851736599997821, 0.008805935000054887, 0.008716129000276851, 0.00864479299980303, 0.008813712000119267, 0.008532914000170422, 0.008452981999653275, 0.008593636000114202, 0.008766961000219453, 0.008778268999776628, 0.008784820000073523, 0.008646002999739721, 0.010539586999584571, 0.00898801800030924, 0.008860167999955593, 0.008627846999843314, 0.008583019000070635, 0.008563721000427904, 0.00860049099992466, 0.008524754999598372, 0.008587891000388481, 0.008570801000132633, 0.00846733199978189, 0.008575314000154322, 0.008724591999452969, 0.00871278600061487, 0.008593204999669979, 0.008519836000232317, 0.008473804999994172, 0.008402493999710714, 0.00847175499984587, 0.008407053000155429, 0.008439201999863144, 0.008431362000010267, 0.008399981000366097, 0.008389828999497695, 0.008318576000419853, 0.008342623000316962, 0.008533057000022382, 0.00854478899964306, 0.00867321300029289, 0.00863458899948455, 0.008620973000688537, 0.008362358999875141, 0.008669556999848282, 0.00850514200010366, 0.008773496999310737, 0.00850850300048478, 0.00846313799956988, 0.008650618000501709, 0.00841984799990314, 0.008441906000371091, 0.008726141999432002, 0.008553817000574782, 0.008658824999656645, 0.008638563000204158, 0.00889262799955759, 0.008480285000587173, 0.008544651999727648, 0.008853639999870211, 0.008746993000386283, 0.008653808999952162, 0.0085427609992621, 0.00865173500005767, 0.008467651000501064, 0.008454684999378514, 0.008597687000474252, 0.008829530999719282, 0.008538367000255676, 0.008421395999903325, 0.00857467599962547, 0.00884896600018692, 0.00922029899993504, 0.008926845000132744, 0.008846614000503905, 0.010042781000265677, 0.008897809999325546, 0.008751574000598339, 0.008527049999429437, 0.008625678000498738, 0.009047071999702894, 0.00848673400014377, 0.008522441000422987, 0.008558778999940841, 0.008542348999981186, 0.008410897999965528, 0.008584901999711292, 0.008605275999798323, 0.008593254000516026, 0.008401374999266409, 0.008368868000616203, 0.008400298000196926, 0.00842834299965034, 0.00849458799984859, 0.008600733000093896, 0.008641323000119883, 0.008527232999767875, 0.00863684399973863, 0.008637339000415523, 0.008594566000283521, 0.008780636999290437, 0.00859812199996668, 0.008419291000791418, 0.008670060999975249, 0.00853421299962065, 0.008866631999808305, 0.008469309999782126, 0.008802080000350543, 0.008653914999740664, 0.008721610000065994, 0.00840081000023929, 0.008466164999845205, 0.008712351000212948, 0.008521048000147857, 0.008529509999789298, 0.008581609999964712, 0.008629089999885764, 0.0085801180002818, 0.008735428999898431, 0.008686418999786838, 0.008617604999926698, 0.008462767000310123, 0.008546781000404735, 0.008522846999767353, 0.008500062000166508, 0.008646000999760872, 0.008715011000276718, 0.008573617999900307, 0.00848192699959327, 0.008527248000063992, 0.009057760000359849, 0.008493995999742765, 0.008630397000160883, 0.008559914999750617, 0.00852364700040198, 0.008687203999215853, 0.008672034000483109, 0.00865604800037545, 0.009902660999614454, 0.00916622600016126, 0.008958430999882694, 0.008651926999846182, 0.008824799000649364, 0.008684168999934627, 0.008800103999419662, 0.008554003999961424, 0.009032713000124204, 0.008548688000701077, 0.00870776399915485, 0.008517299000232015, 0.008668338000461517, 0.008371048999833874, 0.008515669000189519, 0.008565911999539821, 0.008384105000004638, 0.008421659999839903, 0.008412633000261849, 0.008680922000166902, 0.008400826000070083, 0.008534748999409203, 0.008653879000121378, 0.008603213000242249, 0.008398363000196696, 0.00864959299997281, 0.008492119000038656, 0.008536434999768971, 0.008495123999637144, 0.008870188000400958, 0.008634404000076756, 0.008677331999933813, 0.008681291000357305, 0.008827777999613318, 0.008844924999721115, 0.008706036000148742, 0.008683510000082606, 0.00848444900020695, 0.00851988300019002, 0.008684583000103885, 0.008710468999197474, 0.008702584000275237, 0.008411308999711764, 0.008465653000712337, 0.00898731899997074, 0.008576161999371834, 0.008626608000668057, 0.008644714999718417, 0.008629644000393455, 0.008579918999203073, 0.008557565000046452, 0.00846947900026862, 0.00849152699993283, 0.008560631000364083, 0.008744683999793779, 0.008480290000079549, 0.008551603000341856, 0.008766856999500305, 0.008953219999966677, 0.008698652000020957, 0.008717706000425096, 0.008739300999877742, 0.008521114999894053, 0.01061073100026988, 0.009020526999847789, 0.008590956999796617, 0.00859951800066483, 0.008499627999299264, 0.008505580000019108, 0.008426305999819306, 0.008377193000342231, 0.008426909999798227, 0.008347660000254109, 0.008375299000363157, 0.0083653140000024, 0.008300812000015867, 0.008357695999620773, 0.008524052000211668, 0.008629785000266565, 0.008608925999396888, 0.008575536000535067, 0.008597550999184023, 0.008667697000419139, 0.009012237000206369, 0.008720695999727468, 0.008660546000101021, 0.008622266000202217, 0.008595502999924065, 0.00861270599943964, 0.008647927000311029, 0.008466668000437494, 0.00864553499923204, 0.008552980000786192, 0.008542914999452478, 0.008546596000087447, 0.008675263999975869, 0.008544297999833361, 0.00882688500041695, 0.008564816999751201, 0.008664251000482182, 0.008551737999368925, 0.008743026000047394, 0.008604034000200045, 0.008712241000466747, 0.008638528999654227, 0.008696926999618881, 0.00878884800022206, 0.008479787999931432, 0.008779235000474728, 0.008870497999851068, 0.008454918999632355, 0.008624140999927477, 0.008852175999891188, 0.008619234000434517, 0.00846956500026863, 0.008590398999331228, 0.008741048000047158, 0.008664734999911161, 0.00853260500025499, 0.008753607000471675, 0.008620939999673283, 0.008615925999947649, 0.008593393000410288, 0.008722160999241169, 0.008433257000433514, 0.00845548699999199]",tokens/s,115.76441024052968,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,xglm,facebook/xglm-564M,facebook/xglm-564M,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen,Qwen/Qwen-14B,Qwen/Qwen-14B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-7b,huggyllama/llama-7b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-180B,tiiuae/falcon-180B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-1.3B,EleutherAI/gpt-neo-1.3B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,3374.14144,,,,,s,1,40.37484283699996,40.37484283699996,0.0,40.37484283699996,40.37484283699996,40.37484283699996,40.37484283699996,[40.37484283699996],,kWh,0.0004484867743034714,0.000244441261972549,0,0.0006929280362760204,,MB,3384.0128,,,,,s,10,5.066821659999732,0.5066821659999732,0.0027488482233631447,0.5056451864998053,0.5116179241000282,0.5120245625496864,0.512349873309413,"[0.5057454930001768, 0.5115275600001041, 0.5057948600006057, 0.5046499809996021, 0.5049167610004588, 0.5048429790003865, 0.5055448799994338, 0.5069978430001356, 0.5124312009993446, 0.5043701019994842]",tokens/s,505.2477019686806,kWh,5.9641598826044e-06,3.250613325455298e-06,0.0,9.214773208059698e-06,tokens/kWh,27781475.921305336,MB,3401.162752,,,,,s,10,22.873646283999733,2.287364628399973,0.012553876101555912,2.2940233479994276,2.299584479099667,2.299738798050066,2.2998622532103856,"[2.273513192999417, 2.2627307000002475, 2.2792351839998446, 2.2938912729996446, 2.2941554229992107, 2.2762703850003163, 2.2998931170004653, 2.2995501859995784, 2.2976330220008094, 2.2967738010001995]",tokens/s,27.542613546520094,kWh,2.712195429447958e-05,1.4782435785285684e-05,0.0,4.1904390079765266e-05,tokens/kWh,1503422.4309214167,,s,630,22.868179486998088,0.03629869759840966,0.0007567112947243073,0.03620438850020946,0.037164973100152564,0.03766736979973757,0.03903372835000482,"[0.038058175999140076, 0.03622059600002103, 0.03598102000069048, 0.03508283900009701, 0.03592426599971077, 0.03563596599997254, 0.036073309000130394, 0.0362179699995977, 0.035781340000539785, 0.03589889599970775, 0.0355010229995969, 0.03619043700018665, 0.03630245500062301, 0.035372007999285415, 0.03602465600033611, 0.0354077279998819, 0.035613273000308254, 0.03569324499949289, 0.03666478300056042, 0.03657746499993664, 0.03591623699958291, 0.0356438300004811, 0.0352936809995299, 0.037323880000258214, 0.03510762599944428, 0.03511267300018517, 0.035775967000517994, 0.03562688999954844, 0.035079844999927445, 0.035882320000382606, 0.0357157600001301, 0.03596486799960985, 0.035348637999959465, 0.03560597900013818, 0.03558917800000927, 0.035704312000234495, 0.036314085999947565, 0.036278194000260555, 0.036239915999431105, 0.03568076000010478, 0.035068007000518264, 0.03614848899997014, 0.03633027399973798, 0.036400705999767524, 0.035609802000180935, 0.036150269999779994, 0.0356087469999693, 0.035888332000467926, 0.03623487899949396, 0.03637650500058953, 0.035756588999902306, 0.036078013999940595, 0.03639862499949231, 0.03735313800007134, 0.03622831699976814, 0.036362250000820495, 0.036056451999684214, 0.037216157000329986, 0.03899934099990787, 0.03723194099984539, 0.03641497399985383, 0.03679006299989851, 0.03676517599978979, 0.03771846300060133, 0.03564850699967792, 0.035254458000054, 0.035872804999598884, 0.035198986000068544, 0.035598823000327684, 0.035285597999973106, 0.03558136399988143, 0.036017409000123735, 0.03547387999969942, 0.035097275000225636, 0.03515078800046467, 0.03509196999948472, 0.03611354799977562, 0.03560724700037099, 0.03619965100006084, 0.03634748500007845, 0.035726213999623724, 0.03546770800039667, 0.035574073999669054, 0.035568156000408635, 0.03600401999938185, 0.03564611799993145, 0.0352536920008788, 0.035137212999870826, 0.0356580199995733, 0.0360788739999407, 0.03565490900018631, 0.0363089239999681, 0.03528053500031092, 0.03526633899946319, 0.03578087100049743, 0.035390770999583765, 0.03589811700021528, 0.035925148999922385, 0.03516657199998008, 0.03526380200037238, 0.035835257999679015, 0.03546575600012147, 0.03587725200031855, 0.03623470499951509, 0.03718398000000889, 0.036275821999879554, 0.036270094999963476, 0.03641988700019283, 0.035853594000400335, 0.03644721699947695, 0.036915233000399894, 0.03671136100001604, 0.03831568599980528, 0.03735178300030384, 0.036531508999360085, 0.036533512999994855, 0.03590981100023782, 0.035489308000251185, 0.035889110999960394, 0.035955804999503016, 0.035492078000061156, 0.036087590000533964, 0.035724913999729324, 0.03643555100006779, 0.03625485100019432, 0.0354180649992486, 0.03808334099994681, 0.03623438799968426, 0.03576745400005166, 0.03578625699992699, 0.03534718500031886, 0.035891161000108696, 0.036553564999849186, 0.03757834699990781, 0.0371432880001521, 0.03577340599986201, 0.03636311599984765, 0.03586776900010591, 0.03589291400021466, 0.03517137600010756, 0.035764677999395644, 0.03569612000046618, 0.035638151000057405, 0.03552280999974755, 0.03548650999982783, 0.03577796500030672, 0.03538993999973172, 0.03642081199996028, 0.03597382000043581, 0.036251443999390176, 0.03607209700021485, 0.03550434800035873, 0.0362787029998799, 0.03606980899985501, 0.035598663999735436, 0.035508085999936156, 0.0352040580000903, 0.03569077100019058, 0.03574112000023888, 0.0357986199996958, 0.03586302799976693, 0.03568793600061326, 0.03584790199965937, 0.03562883300037356, 0.03637389599953167, 0.03733469800044986, 0.037723501999607834, 0.03593517199988128, 0.035895005999918794, 0.036751612999978533, 0.036782951000532194, 0.03687074499976006, 0.037421940000058385, 0.03626952800004801, 0.037790383999890764, 0.03742178199991031, 0.036842733999947086, 0.035826521000672074, 0.03652825599965581, 0.03656177900029434, 0.03637940399949002, 0.03620423699976527, 0.03618090800046048, 0.03640254800029652, 0.03577058399969246, 0.03588959700027772, 0.036251276999792026, 0.035696873999768286, 0.03566058199976396, 0.03792875399994955, 0.03659751699979097, 0.03543258199988486, 0.03596349600047688, 0.03594693000013649, 0.03577222500007338, 0.035029545999350375, 0.03556652600036614, 0.03602328400029364, 0.036304943999311945, 0.03733001199998398, 0.03578140100034943, 0.03535758399993938, 0.036017090000314056, 0.03620121999938419, 0.036551007000525715, 0.03635537399986788, 0.03648916800011648, 0.0365716500000417, 0.035906127999624005, 0.03530573199986975, 0.03648185000020021, 0.035823358000016015, 0.03615908899973874, 0.03619890300069528, 0.036209546999998565, 0.035403204999965965, 0.03588794600000256, 0.03619166599946766, 0.037449838000611635, 0.03681673899973248, 0.037079501999869535, 0.03624420699998154, 0.036312182000074245, 0.03654863999963709, 0.0359932649998882, 0.036198425000293355, 0.035864489000232425, 0.03647616200032644, 0.04126674599956459, 0.03858697800023947, 0.03679965999981505, 0.03622658600033901, 0.03583949199946801, 0.035905708000427694, 0.03667369199956738, 0.03642211399983353, 0.03607667600044806, 0.03622668400021212, 0.036769231999642216, 0.03591859399966779, 0.03675484500035964, 0.0367652579998321, 0.036974421000195434, 0.03647485900000902, 0.036759061999873666, 0.03646589799973299, 0.03636329900018609, 0.03660790400044789, 0.03573396599949774, 0.03648777899979905, 0.03680377100045007, 0.03661976799958211, 0.03842564099977608, 0.03616332399997191, 0.035841107000123884, 0.03586117499980901, 0.03564517500035436, 0.03554847899977176, 0.03582712299976265, 0.03551694199995836, 0.03583269699993252, 0.036584501000106684, 0.035873677000381576, 0.03508335099922988, 0.035630233000119915, 0.035595753000052355, 0.03616302299997187, 0.036550401000567945, 0.03704219999963243, 0.03584371600027225, 0.036000267999952484, 0.03586166900004173, 0.035337993999746686, 0.036809416000323836, 0.03580961399984517, 0.038285589999759395, 0.03812277700035338, 0.0367712199995367, 0.03642716400008794, 0.035815936000290094, 0.03657171800023207, 0.03572324899960222, 0.03590052799972909, 0.03620963400044275, 0.03903309999986959, 0.03728398000021116, 0.03693087999999989, 0.03797213699999702, 0.04016089800006739, 0.03650453299997025, 0.03565699999944627, 0.036231944000064686, 0.03578609099986352, 0.03602152700022998, 0.03636560599989025, 0.03635931400003756, 0.036350889000459574, 0.03605128700019122, 0.035862911999174685, 0.03640267600076186, 0.03599478799969802, 0.036209752000104345, 0.036857650999991165, 0.03601952999997593, 0.03624807999949553, 0.03687282000009873, 0.03622490599991579, 0.035822438000650436, 0.03602958400006173, 0.035822197999550554, 0.03671116300029098, 0.036858423999547085, 0.037228930999845034, 0.03628196900081093, 0.03680487899964646, 0.03786168300030113, 0.03600052899946604, 0.035414422000030754, 0.0355968350004332, 0.03569205099938699, 0.03526175400020293, 0.036224172999936854, 0.036946597000678594, 0.03812268000001495, 0.03611847999945894, 0.035839979000229505, 0.03568185199947038, 0.03600757100048213, 0.0362865340002827, 0.03599100099927455, 0.03588852400025644, 0.03645604800021829, 0.0359260870000071, 0.03628990400011389, 0.03629062399977556, 0.03630771700045443, 0.03619301099934091, 0.03644502899987856, 0.036243023000679386, 0.03541914199922758, 0.03604757500033884, 0.03553636400010873, 0.03577743799996824, 0.035971887999949104, 0.036245498999960546, 0.035937960000410385, 0.03637589099980687, 0.036855618999652506, 0.03620075100025133, 0.035831569000038144, 0.036096586999519786, 0.035584839000875945, 0.03641789199991763, 0.035601523999503115, 0.03580467499978113, 0.0360206190007375, 0.035735661999751756, 0.035725030999856244, 0.035875063999810664, 0.03577395499996783, 0.0362533200004691, 0.03564680399995268, 0.03607553999972879, 0.03585762800048542, 0.036142139999356004, 0.03602138299993385, 0.036030356000082975, 0.03620454000065365, 0.03624499699981243, 0.036573143000168784, 0.036465695999140735, 0.036532037000142736, 0.03641138700004376, 0.036215996999999334, 0.03702547400007461, 0.03593250500034628, 0.03616649299965502, 0.03607743100019434, 0.03821313500066026, 0.03585750599995663, 0.036313046000032045, 0.03626067000004696, 0.035995205999824975, 0.03533891499955644, 0.03625054999974964, 0.0379801730005056, 0.04006251000009797, 0.03566846000012447, 0.036602528000003076, 0.035777520000010554, 0.03574959499928809, 0.035454465000839264, 0.036173029999190476, 0.035760596000727674, 0.03579523299958964, 0.036018437999700836, 0.03666493100081425, 0.036105873999986215, 0.03532862199972442, 0.03577409299941792, 0.03559262600083457, 0.03577775599933375, 0.035843421000208764, 0.03614707399992767, 0.03646127000047272, 0.03635906399995292, 0.03678585099987686, 0.03652923899971938, 0.0360724330002995, 0.03733130699947651, 0.037163066000175604, 0.03610527999990154, 0.035838219000652316, 0.03688069299914787, 0.037293612000212306, 0.037098611000146775, 0.036351171000205795, 0.037480312000298, 0.03889346099913382, 0.03681045100074698, 0.037288259999513684, 0.0367928480000046, 0.03699716499977512, 0.0377317940001376, 0.037182136999945214, 0.03644673600047099, 0.0361423559998002, 0.03626385999996273, 0.03638476800006174, 0.03655092400003923, 0.03610743100034597, 0.03702514399992651, 0.036939662999429856, 0.0364526110006409, 0.035990028999549395, 0.035855781999998726, 0.036218168000232254, 0.0361428979995253, 0.03632950500013976, 0.03641958500065812, 0.036015543999383226, 0.03956306500003848, 0.03613051599950268, 0.03584326800046256, 0.03569463999974687, 0.036208735999935016, 0.036373715000081575, 0.037108403999809525, 0.039033985000060056, 0.03721521100032987, 0.03683868899952358, 0.03589027900034125, 0.03586743599953479, 0.036999656000261893, 0.036292748999585456, 0.036310798000158684, 0.036280584999985876, 0.0366763380006887, 0.03602768499968079, 0.03567367699997703, 0.03632590799952595, 0.03566031700029271, 0.035406965000220225, 0.035873615000127757, 0.03621732999999949, 0.03617783400022745, 0.035906013999920106, 0.03614047999963077, 0.03602166200016654, 0.03630059299939603, 0.0360347850000835, 0.03597936400001345, 0.037315764000595664, 0.03777013899980375, 0.0367686159997902, 0.03595455100003164, 0.03673452900056873, 0.03639013399970281, 0.03648344399971393, 0.036158046000309696, 0.03648459600026399, 0.0367906329993275, 0.036323199000435125, 0.03644595700006903, 0.03680435399928683, 0.03679821100013214, 0.036496028999863483, 0.03637332700054685, 0.03663765300007071, 0.036427055999411095, 0.03659401599998091, 0.035909466000703105, 0.03650303999984317, 0.036624618000132614, 0.03683896199981973, 0.03656049599976541, 0.03618407700014359, 0.036162471000352525, 0.03613077499994688, 0.036292776999289345, 0.036656522000157565, 0.03641942100057349, 0.03754180599935353, 0.037412980000226526, 0.03901988200050255, 0.03654611499950988, 0.035436621000371815, 0.03893185499964602, 0.036211913999977696, 0.03567911400023149, 0.03593390300011379, 0.03655954500027292, 0.03646728599960625, 0.03610933500021929, 0.03653291699993133, 0.03709519000040018, 0.03589683099926333, 0.036827504000029876, 0.03578121100053977, 0.035999949000142806, 0.03535934100000304, 0.036415523999494326, 0.03621491500052798, 0.03591573499943479, 0.03614903800007596, 0.03602157800014538, 0.035907151000174053, 0.03623769000023458, 0.03613383299943962, 0.036293015999945055, 0.03586580000046524, 0.03628569099964807, 0.036320553999757976, 0.036830922000262944, 0.03651381600047898, 0.03582140599974082, 0.036024424999595794, 0.036394290999851364, 0.03629095800079085, 0.03626325299956079, 0.03746547700029623, 0.037087312000039674, 0.03627158499966754, 0.03649465299986332, 0.036635510999985854, 0.036472411999966425, 0.037314316000447434, 0.0372271729993372, 0.037206291000075, 0.036440403000597144, 0.0362934539998605, 0.03617441499955021, 0.03716054200049257, 0.03610054499949911, 0.03582252700016397, 0.036724147999848356, 0.03708684400044149, 0.03635208800005785, 0.03653225899961399, 0.036372405999827606, 0.03726106800058915, 0.03637102999982744, 0.036159465000309865, 0.03671609199955128, 0.03659445799985406, 0.03626009600066027, 0.03625864700006787, 0.039563244999953895, 0.036108054000578704, 0.035895142999834206, 0.03664576399933139, 0.03588170200055174, 0.035659225000017614, 0.03517167700010759, 0.035736238999561465, 0.03523256200060132, 0.0354964709995329, 0.03590030800023669, 0.03620799899999838, 0.035607345000244095, 0.03554725899994082, 0.03584407600010309, 0.03540931099996669, 0.03629664099935326, 0.03683766900030605, 0.036118789999818546, 0.035907403999772214, 0.03579762900062633, 0.035556869999709306, 0.03603123599987157, 0.037025526000434184, 0.03649936199963122, 0.036585998000191466, 0.036264976999518694, 0.03665495800032659, 0.03609114600021712, 0.03642446899993956, 0.03627462100030243, 0.03647062299933168, 0.03591216200038616, 0.03647331199954351, 0.03625155500049004, 0.03649737399973674, 0.03610245700019732, 0.03636679200008075, 0.0359100710002167, 0.03606185899934644, 0.03697739300059766, 0.03768977799973072, 0.03671990899965749, 0.0373962580006264, 0.03752576399983809, 0.036896898000122746, 0.03667955799937772, 0.03657060400018963, 0.036996560000261525, 0.03646529900015594, 0.03656676199989306, 0.03763998199974594, 0.039289252999878954, 0.038465771000119275, 0.03702207599963003, 0.036556082000060997, 0.03667063600005349, 0.03632711400041444, 0.0360412299996824, 0.03616547799992986, 0.03594471100041119, 0.03647112199996627, 0.036891457999445265]",tokens/s,27.54919779942222,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mistral,mistralai/Mistral-7B-v0.1,mistralai/Mistral-7B-v0.1,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mixtral,mistralai/Mixtral-8x7B-v0.1,mistralai/Mixtral-8x7B-v0.1,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen,Qwen/Qwen-72B,Qwen/Qwen-72B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-30b,facebook/opt-30b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2_moe,Qwen/Qwen1.5-MoE-A2.7B,Qwen/Qwen1.5-MoE-A2.7B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-1.3b,EleutherAI/pythia-1.3b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-1.4b,EleutherAI/pythia-1.4b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,01-ai/Yi-34B,01-ai/Yi-34B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 57, in launch raise RuntimeError(f""Isolated process exited with non-zero code {isolated_process.exitcode}"") RuntimeError: Isolated process exited with non-zero code -9 ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-12b,EleutherAI/pythia-12b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,xglm,facebook/xglm-4.5B,facebook/xglm-4.5B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,xglm,facebook/xglm-7.5B,facebook/xglm-7.5B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-14B,Qwen/Qwen1.5-14B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Llama-2-70b-hf,meta-llama/Llama-2-70b-hf,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,Deci/DeciCoder-1b,Deci/DeciCoder-1b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 559, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3832, in from_pretrained model = cls(config, *model_args, **model_kwargs) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 248, in __init__ self.model = DeciCoderModel(config) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 215, in __init__ self.layers = nn.ModuleList([DeciCoderDecoderLayer(config) for _ in range(config.num_hidden_layers)]) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 215, in self.layers = nn.ModuleList([DeciCoderDecoderLayer(config) for _ in range(config.num_hidden_layers)]) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 181, in __init__ self.self_attn = DeciCoderAttention(config=config) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 54, in __init__ self._init_rope() File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1729, in __getattr__ raise AttributeError(f""'{type(self).__name__}' object has no attribute '{name}'"") AttributeError: 'DeciCoderAttention' object has no attribute '_init_rope' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Meta-Llama-3-70B,meta-llama/Meta-Llama-3-70B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,togethercomputer/RedPajama-INCITE-Base-7B-v0.1,togethercomputer/RedPajama-INCITE-Base-7B-v0.1,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-72B,Qwen/Qwen1.5-72B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,internlm,internlm/internlm-20b,internlm/internlm-20b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-110B,Qwen/Qwen1.5-110B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,codegen,Salesforce/codegen-16B-nl,Salesforce/codegen-16B-nl,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt2,openai-community/gpt2-large,openai-community/gpt2-large,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-65b,huggyllama/llama-65b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-30b,huggyllama/llama-30b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Llama-2-13b-hf,meta-llama/Llama-2-13b-hf,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-7B,Qwen/Qwen1.5-7B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,stabilityai/stablelm-base-alpha-3b,stabilityai/stablelm-base-alpha-3b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,recurrent_gemma,google/recurrentgemma-9b,google/recurrentgemma-9b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/gpt-neox-20b,EleutherAI/gpt-neox-20b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mixtral,mistralai/Mixtral-8x22B-v0.1,mistralai/Mixtral-8x22B-v0.1,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,01-ai/Yi-6B,01-ai/Yi-6B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,12557.303808,,,,,s,1,160.7917852820001,160.7917852820001,0.0,160.7917852820001,160.7917852820001,160.7917852820001,160.7917852820001,[160.7917852820001],,kWh,0.0018698464369812486,0.0010191377452175782,0,0.002888984182198827,,MB,12690.038784,,,,,s,10,20.745682503000353,2.074568250300035,0.004250586264287351,2.076128252000103,2.07918211839999,2.079634590700027,2.079996568540057,"[2.0686143150001044, 2.0790815689999818, 2.077613944999939, 2.0760013230001277, 2.077776245999985, 2.0762551810000787, 2.0800870630000645, 2.0675821320000978, 2.071001991000003, 2.071668737999971]",tokens/s,123.39916990582302,kWh,2.4504185247152715e-05,1.3355562522280912e-05,0.0,3.785974776943363e-05,tokens/kWh,6761798.878297959,MB,12690.972672,,,,,s,10,78.28573101599977,7.828573101599977,0.02708395190867365,7.822363525500009,7.847582971699831,7.873827667849878,7.894823424769916,"[7.8231129710000005, 7.836209056999905, 7.792177252000101, 7.823574935999886, 7.820913799999971, 7.84175081699982, 7.900072363999925, 7.821614080000018, 7.809332697000173, 7.816973041999972]",tokens/s,8.047443535671178,kWh,9.273790308291668e-05,5.054572801910076e-05,0.0,0.0001432836311020174,tokens/kWh,439687.3495978354,,s,630,78.28170483499957,0.12425667434126916,0.001739012184866002,0.1239056274999939,0.1267895527999144,0.1276578988499068,0.12945277335015362,"[0.12762073099997906, 0.12388807199999974, 0.1232855399998698, 0.12226307000014458, 0.12330065299988746, 0.12273125299998355, 0.125124544000073, 0.1277455330000521, 0.12228977799986751, 0.12235480699996515, 0.1227812790000371, 0.12322168900004726, 0.12469520199988438, 0.1234051690000797, 0.12390005199995358, 0.12325706199999331, 0.1256840620001185, 0.12473671799989461, 0.12690721200010557, 0.1231039439999222, 0.12600632199996653, 0.1258395920001476, 0.1234623670000019, 0.12427588699983971, 0.12281325599997217, 0.12313354100001561, 0.1239275230000203, 0.12368538500004433, 0.12413850300004015, 0.124847938999892, 0.12386620300003415, 0.12270725000007587, 0.12352453900007276, 0.12325301199985006, 0.12234433499997976, 0.12325159100009841, 0.1232186439999623, 0.12294869900006233, 0.1244345779998639, 0.12871168400010902, 0.12808039800006554, 0.1276628159998836, 0.12320293700008733, 0.123275915000022, 0.12650015899998834, 0.1244684309999684, 0.12380623400008517, 0.12405009599979167, 0.12380649100009578, 0.12279905700006566, 0.12320259800003441, 0.12385630799985847, 0.12316274299996621, 0.12321886400013682, 0.12335174800000459, 0.12327980899999602, 0.12527595300002758, 0.12473157499994159, 0.1239539230000446, 0.12383567799997763, 0.1264139319998776, 0.12517904400010593, 0.12287322199995288, 0.12675058499985425, 0.12377245800007586, 0.12405115199999273, 0.12645684500012067, 0.12747323299981872, 0.12268282600007296, 0.12443280799993772, 0.12090982100016845, 0.12322768599983647, 0.12329321800007165, 0.12376050600005328, 0.12438580100001673, 0.1231418400000166, 0.12548033699999905, 0.12370704099998875, 0.12310696099984852, 0.12305263500002184, 0.1212573949999296, 0.12191009800017127, 0.12747116699983962, 0.12393179000014243, 0.12418774899992968, 0.12341574200013383, 0.12484945500000322, 0.12765188899993518, 0.12480751199996121, 0.12368061100005434, 0.12623798499998884, 0.1255647369998769, 0.12404419100016639, 0.12398507299985795, 0.1234880649999468, 0.12499623300004714, 0.1253785720000451, 0.12489142000003994, 0.1253663800000595, 0.12421511799993823, 0.12476442399997723, 0.12407440500010125, 0.12609700599978169, 0.12810774900003707, 0.12948237800014795, 0.1271343999999317, 0.12407739600007517, 0.12500232599995798, 0.1250831699999253, 0.12347658299995601, 0.12247317000014846, 0.12441935499987267, 0.1265467420000732, 0.12350173000004361, 0.12432826700000987, 0.12246586899982503, 0.12221003400009067, 0.12307406900004025, 0.1236532289999559, 0.12357980199999474, 0.12254493199998251, 0.12329348699995535, 0.12279205700019702, 0.12304156299978786, 0.12517036799999914, 0.12438944400014407, 0.12648292300013964, 0.1225391169998602, 0.12471055500009243, 0.12247553599991079, 0.12316604600005121, 0.12278339699992102, 0.12673148800013223, 0.12469096199993146, 0.12207585400005883, 0.12198413999999502, 0.12317699599998377, 0.12213752899992869, 0.12243264300013834, 0.12302680099992358, 0.1236049300000559, 0.12378030799982298, 0.1257187010000962, 0.12439728999993349, 0.12606687100014824, 0.12182261899988589, 0.12549466399991616, 0.12207539600012751, 0.12607390399989526, 0.12261429700015469, 0.12425692099986918, 0.12379843300004723, 0.12239067499990597, 0.1236375420000968, 0.12413011300009202, 0.12553621799997927, 0.1273981360000107, 0.1230401279999569, 0.1237779269999919, 0.12455470999998397, 0.12162882400002673, 0.1223095860000285, 0.1215556419999757, 0.12064576900002066, 0.12209246599991275, 0.12422607400003471, 0.12842554100006964, 0.12625452699990092, 0.12436686599994573, 0.12456819200019709, 0.12231092799993348, 0.12128081199989538, 0.1217163660001006, 0.1253442189999987, 0.12512955600004716, 0.12199507799982712, 0.12268919000007372, 0.12202568399993652, 0.12140080700010003, 0.12129118100006053, 0.12133694099998138, 0.1216042789999392, 0.12549178099993696, 0.1251933830001235, 0.12275643099997069, 0.1239810069998839, 0.12695755400000053, 0.12470983100001831, 0.12591711599998234, 0.1271820699998898, 0.124102356000094, 0.1229957769999146, 0.12276489999999285, 0.12304554399997869, 0.125238649000039, 0.12447035400009554, 0.12340025100002094, 0.12444136299995989, 0.1249922570000308, 0.12523337099992204, 0.1278284770000937, 0.12392522799996186, 0.12276441899985002, 0.12523730500015517, 0.12445758399985607, 0.12502468100001352, 0.12540502600018044, 0.12604252799997084, 0.12427448499988714, 0.12385767499995382, 0.12542549400018288, 0.12513559999979407, 0.12272135100010928, 0.12692200600008618, 0.12372065799991105, 0.12389829199992164, 0.12313697500007947, 0.1221918569999616, 0.12226402600003894, 0.12328219799996987, 0.12405795199993008, 0.12518174600018028, 0.1231378349998522, 0.12243770700001733, 0.12410072900001978, 0.1221631470000375, 0.1229324410001027, 0.12296383999978389, 0.12304683900015334, 0.1231835419998788, 0.12977725800010376, 0.1277753770000345, 0.12333951599998727, 0.12278503299990007, 0.12282638500005305, 0.12435313299988593, 0.12414337800009889, 0.12485689200002525, 0.12495687999989968, 0.1230649380001978, 0.1236900459998651, 0.1224878529999387, 0.12200121199998648, 0.12270285200020226, 0.1244744289999744, 0.12527422299990576, 0.12533285399990746, 0.1247732490000999, 0.1232904650000819, 0.12375756699998419, 0.12514335199989546, 0.12379004000013083, 0.12816739400000188, 0.12379903800001557, 0.12244107600008647, 0.12255426299998362, 0.12232626599984542, 0.12270310400003837, 0.12237743400010004, 0.12180226299983588, 0.12415147100000468, 0.12414240500015694, 0.12446406399999432, 0.12720733499986636, 0.12277344500012077, 0.12541627999985394, 0.123688366000124, 0.12233017399989876, 0.12367247100019085, 0.12406932099997903, 0.12411674099985248, 0.12308048500017321, 0.12343400299982932, 0.1260296150001068, 0.12325414799988721, 0.12313589300015337, 0.12413322399993376, 0.12825401500003863, 0.1265216449999116, 0.12368135700012317, 0.12257176699995398, 0.12427007499991305, 0.12450922900006844, 0.12305808799987972, 0.12374848900003599, 0.12345818100016004, 0.12304435599980934, 0.12470988400013994, 0.12343872599990391, 0.12279974400007632, 0.12451921100000618, 0.12550529800000731, 0.12317011100003583, 0.12262217299985423, 0.12927242600017053, 0.12496640499989553, 0.12375549200010028, 0.1230836619999991, 0.12323266899988994, 0.12450570900000457, 0.12449550399992404, 0.12324442199997065, 0.12431462100016688, 0.12219951799988849, 0.12271456100006617, 0.12359454900001765, 0.12425676099996963, 0.12365518299998257, 0.1235800490001111, 0.12327073599999494, 0.12445726299984017, 0.12391587100000834, 0.12554557800012844, 0.12790957699985483, 0.1293802930001675, 0.12693862699984493, 0.12352829900009965, 0.12361898399990423, 0.1224234769999839, 0.12219626299997799, 0.12303175900001406, 0.12322611700005837, 0.1219516940000176, 0.12348054700009925, 0.12353993900001115, 0.12365787199996703, 0.12386771999990742, 0.12238125399994715, 0.12429683000004843, 0.1236893580000924, 0.12352795799984051, 0.1247577200001615, 0.12509337200003756, 0.12405594599999858, 0.12298749699994005, 0.12704495599996335, 0.12263477900000908, 0.12675203100002363, 0.12435343199990712, 0.12500067900009526, 0.12346151399992777, 0.12663585099994634, 0.12378922500010958, 0.12566240299997844, 0.1239623629999187, 0.12328439200018693, 0.1243294649998461, 0.12686224399999446, 0.12572771700001795, 0.12416779900013353, 0.12403696199999104, 0.12367750199996408, 0.1254811469998458, 0.12518676200011214, 0.12388849500007382, 0.1259689379999145, 0.12533126800008176, 0.12381109099987953, 0.12730163000014727, 0.12652566899987505, 0.1247204020000936, 0.124600657999963, 0.12502383599985478, 0.1284015570001884, 0.12521424399983516, 0.12460066800008462, 0.12873639000008552, 0.12668650000000525, 0.12349313300001086, 0.12446866899995257, 0.1238758780000353, 0.1243743979998726, 0.12419678000014756, 0.12386132399979033, 0.12333231000002343, 0.12226099600002271, 0.12219485800005714, 0.12417685099990194, 0.1274545239998588, 0.12479502199994386, 0.12658342100007758, 0.1262223050000557, 0.12343547799991939, 0.12532641699999658, 0.1271759840001323, 0.12493790899998203, 0.12289366999993945, 0.1235905900000489, 0.12267767699995602, 0.12749344799999562, 0.125013177000028, 0.12918170099987947, 0.12322486700008994, 0.12308890200006317, 0.12458917200001451, 0.1271790629998577, 0.12553120400002626, 0.12727248500004862, 0.12745708099987496, 0.12964634400009345, 0.12601100200004112, 0.1285902879999412, 0.12677385500001037, 0.12523610199991708, 0.12775134100002106, 0.12394079900013821, 0.1251685649999672, 0.12462823200007733, 0.1253223059998163, 0.12383952400000453, 0.1248478800000612, 0.12585547000003316, 0.12493678100008765, 0.12448178799991183, 0.12485989399988284, 0.12422363500013489, 0.12330156500001976, 0.12352653399989322, 0.1245545280000897, 0.12490836400002081, 0.12294049299998733, 0.12763158899997507, 0.12890338900001552, 0.12415120399987245, 0.12233839800001078, 0.12249629999996614, 0.12443240100014918, 0.12391120300003422, 0.12263598100003037, 0.12484794399983912, 0.12721942999996827, 0.12521063700000923, 0.12452496500009147, 0.1239545769999495, 0.1303773550000642, 0.12956718700002057, 0.12842510299992682, 0.12518309200004296, 0.12441731500007336, 0.12512918399988848, 0.12385810199998559, 0.1274347519999992, 0.12297098199996981, 0.12274238200006948, 0.12447262199998477, 0.12359229300000152, 0.1219666239999242, 0.12598728500006473, 0.12207490199989479, 0.12328694699999687, 0.12235898800008727, 0.12304469199989398, 0.12190334199999597, 0.12186336800004938, 0.12244932699991296, 0.12286034900012055, 0.12220328800003699, 0.12360925199982375, 0.12297699500004455, 0.12310704500009706, 0.12341959700006555, 0.12318880699990586, 0.12293867900007172, 0.12437048699985098, 0.12640849400008847, 0.12649761800003034, 0.12354451999999583, 0.12303253699997185, 0.12597168199999942, 0.1241768529998808, 0.1220631350001895, 0.12244747399995504, 0.12276135100000829, 0.12415011799998865, 0.12603759099988565, 0.12268358500000431, 0.12353204999999434, 0.12566030700008923, 0.1266291080000883, 0.1296819549997963, 0.12445255000011457, 0.1269162090000009, 0.12482660199998463, 0.1261626329999217, 0.12793532500018046, 0.12783716299986736, 0.12985022299994853, 0.12423629099998834, 0.12625735800020266, 0.12584574599986809, 0.12458062700011396, 0.12353516600001058, 0.12712906399997337, 0.12263685399989299, 0.12366486199994142, 0.12258699500011971, 0.12240204799991261, 0.12344793600004778, 0.12273107000009986, 0.12310632899993834, 0.12303601100006745, 0.12274576599998, 0.12298616299995047, 0.12223283299999821, 0.1264701510001487, 0.12253922099989722, 0.12252189000014369, 0.12255638699980409, 0.12189075400010552, 0.1232072860000244, 0.12138888100002987, 0.1215489940000225, 0.12278467499982071, 0.12318205500014301, 0.12301888699994379, 0.12205506899999818, 0.12416322400008539, 0.12252597399992737, 0.12216713699990578, 0.1212292330001219, 0.12241825999990397, 0.12395649600011893, 0.12447507299998506, 0.12251149600001554, 0.12359152399994855, 0.12507998499995665, 0.12368815000013456, 0.12402135999991515, 0.12678147599990552, 0.12304881000000023, 0.12189148300012675, 0.12378068799989705, 0.12232963099995686, 0.12563064300002225, 0.12233033000006799, 0.12197151999998823, 0.12412172900008045, 0.1273226779999277, 0.12481660999992528, 0.12388789700003144, 0.12328281200007041, 0.12364741700002924, 0.12431920199992419, 0.12259753600005752, 0.12427720999994563, 0.1248352039999645, 0.12402598200014836, 0.12269531199990524, 0.12403246700000636, 0.12863170700006776, 0.12827175999996143, 0.1256465080000453, 0.1262301449999086, 0.12471974899995075, 0.12538817000017843, 0.12578624599996147, 0.12395642299998144, 0.12424734499995793, 0.12586078399999678, 0.12413353900001312, 0.12664527099991574, 0.12476725900000929, 0.12575004800009992, 0.12351990599995588, 0.12320369999997638, 0.1249395980000827, 0.12259653999990405, 0.12763197799995396, 0.12324269500004448, 0.12271123000004991, 0.12261018899994269, 0.12314906599999631, 0.12243372800003272, 0.12375233900002058, 0.12194389399996908, 0.12432228300008319, 0.12316905399984535, 0.12121717700006229, 0.1228435420000551, 0.1234809929999301, 0.12240805300007196, 0.12192197299987129, 0.12138981400016746, 0.12299124599985589, 0.1275048280001556, 0.1230988019999586, 0.12231332300007125, 0.12370570599978237, 0.1236517190000086, 0.12521653800013155, 0.12328836200003934, 0.1255412329999217, 0.12918752800010225, 0.1258271459998923, 0.12375811800006886, 0.12255465799989906, 0.12378149699998175, 0.12512008400017294, 0.12418153699991308, 0.12466359099994406, 0.12399058400001195, 0.12624941200010653, 0.12691853499995887, 0.12523810699985916, 0.12479043600001205, 0.12447850500007007, 0.12646789900009026, 0.1253501569999571, 0.1240050239998709, 0.1232933660000981, 0.12330294899993532, 0.12251191500013192, 0.12571292699999503, 0.12357210499999383, 0.1258284369998819, 0.12379255600012584, 0.1236438260000341, 0.12481329699994603, 0.12583310900004108, 0.1268846369998755, 0.12522220500000003, 0.12460391200011145, 0.1235589139998865, 0.12408211199999641, 0.12345058400001108, 0.12359895200006576, 0.1220721859999685, 0.12372902700008126, 0.12228030500000386, 0.1226700989998335]",tokens/s,8.047857431412613,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mistral,TencentARC/Mistral_Pro_8B_v0.1,TencentARC/Mistral_Pro_8B_v0.1,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-160m,EleutherAI/pythia-160m,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-6.7b,EleutherAI/pythia-6.7b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-13b,facebook/opt-13b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-6.7b,facebook/opt-6.7b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,microsoft/rho-math-1b-v0.1,microsoft/rho-math-1b-v0.1,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-2.7b,EleutherAI/pythia-2.7b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen2-beta-72B,Qwen/Qwen2-beta-72B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-0.5B,Qwen/Qwen1.5-0.5B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-1.8B,Qwen/Qwen1.5-1.8B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-70m,EleutherAI/pythia-70m,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gemma,google/gemma-2b,google/gemma-2b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-40b,tiiuae/falcon-40b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gemma,google/gemma-7b,google/gemma-7b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-125m,facebook/opt-125m,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,dbrx,databricks/dbrx-base,databricks/dbrx-base,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-350m,facebook/opt-350m,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stablelm,stabilityai/stablelm-2-12b,stabilityai/stablelm-2-12b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/polyglot-ko-12.8b,EleutherAI/polyglot-ko-12.8b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt2,openai-community/gpt2,openai-community/gpt2,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,codegen,Salesforce/codegen-6B-nl,Salesforce/codegen-6B-nl,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-410m,EleutherAI/pythia-410m,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen,Qwen/Qwen-7B,Qwen/Qwen-7B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-66b,facebook/opt-66b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,stabilityai/stablelm-base-alpha-7b,stabilityai/stablelm-base-alpha-7b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-2.7B,EleutherAI/gpt-neo-2.7B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,11694.022656,,,,,s,1,30.688438679000683,30.688438679000683,0.0,30.688438679000683,30.688438679000683,30.688438679000683,30.688438679000683,[30.688438679000683],,kWh,0.0003335838930437572,0.00018181485542204622,0,0.0005153987484658035,,MB,11810.451456,,,,,s,10,8.52211294800054,0.852211294800054,0.003864431952397198,0.8520852955002738,0.858249151399923,0.8584000156998173,0.8585207071397326,"[0.8476278150001235, 0.8471771459999218, 0.8505733089996284, 0.8526178049996815, 0.851552786000866, 0.8482246579997081, 0.8526446180003404, 0.8582156259999465, 0.8585508799997115, 0.8549283050006125]",tokens/s,300.394986034611,kWh,1.011397093628435e-05,5.512352876844136e-06,0.0,1.5626323813128484e-05,tokens/kWh,16382611.998922046,MB,11885.40416,,,,,s,10,51.539680422000856,5.153968042200086,0.016213475417339158,5.155692762000399,5.170658761499999,5.1758103007501175,5.179931532150213,"[5.1609037389998775, 5.1592062030003945, 5.149193885000386, 5.1349102040003345, 5.125133536999783, 5.152179321000403, 5.1403809779994845, 5.180961840000236, 5.167296739999983, 5.169513974999973]",tokens/s,12.223591509330944,kWh,6.057038754371507e-05,3.3013161470088416e-05,0.0,9.35835490138035e-05,tokens/kWh,673195.2427953716,,s,630,51.53447040100218,0.08180074666825743,0.0010786265464946322,0.08160328400026629,0.08274416200056293,0.08340092409944191,0.08670387456977555,"[0.08487597800012736, 0.08222186399962084, 0.08151603900023474, 0.08133770000040386, 0.08149518899972463, 0.08193077699979767, 0.08122691700009455, 0.08161566299986589, 0.08146080500046082, 0.08084842100015521, 0.08141176599929167, 0.08181585600050312, 0.08090807600001426, 0.08080416299981152, 0.08147828399978607, 0.08096715700048662, 0.08339888799946493, 0.08377206700060924, 0.08191948599960597, 0.08230951400037156, 0.081835807999596, 0.08170220000010886, 0.08108816599997226, 0.08112502200037852, 0.08100919599928602, 0.08116722300019319, 0.0816639419999774, 0.08140015900062281, 0.08143098999971699, 0.08102113299992197, 0.08141953999984253, 0.08431919699978607, 0.08713159000035375, 0.08259137099958025, 0.08212774800085754, 0.08162002299923188, 0.08165010500033532, 0.08183191100033582, 0.08164568399934069, 0.08234656800050288, 0.081708486000025, 0.08261307100019621, 0.08250516899988725, 0.08212432799973612, 0.08158761100003176, 0.08159688900013862, 0.08117308700002468, 0.08134505699945294, 0.08203707000029681, 0.0813879690003887, 0.08188936099941202, 0.08154751600068266, 0.0819056759992236, 0.08189974200013239, 0.08188629899996158, 0.0819718210004794, 0.0822415809998347, 0.08218621699961659, 0.08180281500062847, 0.08176076600011584, 0.08205384999928356, 0.08160144600060448, 0.08221400000002177, 0.0848677720005071, 0.08241205400008766, 0.08159749399965222, 0.08182382399991184, 0.08179224300056376, 0.08181488199988962, 0.0810013929994966, 0.08135555700027908, 0.08153406699966581, 0.08072874000026786, 0.0804674620003425, 0.08171496399972966, 0.08126799199999368, 0.08057651699982671, 0.08068301900038932, 0.08055869700001494, 0.08176946099956695, 0.08214478700028849, 0.08213248499941983, 0.0815747550004744, 0.08217584599969996, 0.0807960460006143, 0.08171819600011077, 0.08194837199971516, 0.08153098599996156, 0.08167761099957715, 0.08112309800071671, 0.08145214099931763, 0.08177015100045537, 0.08252586900016468, 0.08211846399990463, 0.08207709099951899, 0.0814493810003114, 0.08195427899954666, 0.08207531600055518, 0.08331485399958183, 0.08228950800003076, 0.08214933999988716, 0.08259470800021518, 0.0818240179996792, 0.08292333300050814, 0.08218644599946856, 0.08233874500001548, 0.08232387700081745, 0.082260400999985, 0.08173615199939377, 0.08123858900034975, 0.08184602500023175, 0.08168256099997961, 0.08133113899930322, 0.08138167800007068, 0.08251552000001539, 0.08257087000038155, 0.08198634899963508, 0.08283968500018091, 0.08182539199970051, 0.08250422200035246, 0.08184530899961828, 0.08180834700033301, 0.0833344290003879, 0.0824197619995175, 0.08192895100000896, 0.08157217000007222, 0.0849767529998644, 0.0838855620004324, 0.08203855400006432, 0.08140768099929119, 0.08120382700053597, 0.08144872899993061, 0.08141283100030705, 0.08857885199995508, 0.08232320899969636, 0.08147640700008196, 0.08079554399955668, 0.08116632600012963, 0.08168353800010664, 0.08179419899988716, 0.081095968000227, 0.08091110100031074, 0.08201846799966006, 0.08227894100036792, 0.08138415699977486, 0.08068059000015637, 0.08096121499966102, 0.08109876799971971, 0.0812533340003938, 0.08107066499997018, 0.0814407329999085, 0.08141602399973635, 0.08157675500024197, 0.08132394400035992, 0.08076810399961687, 0.08107912800005579, 0.08143308400030946, 0.08160048999980063, 0.081418413999927, 0.08131290199980867, 0.08124704900001234, 0.08148011899993435, 0.08081017400036217, 0.08098614600021392, 0.08167850399968302, 0.08107054300035088, 0.0814717319999545, 0.08088441699965188, 0.08111825499963743, 0.08138581599996542, 0.08142781100013963, 0.08187244100008684, 0.08133131300019159, 0.08181572000012238, 0.08130884299953323, 0.08156553000026179, 0.08180772000014258, 0.08153194999977131, 0.08200865500020882, 0.08368654100013373, 0.0833842519996324, 0.0837886930003151, 0.08144361399990885, 0.08177824100039288, 0.0819150979996266, 0.0814996359995348, 0.08117808800034254, 0.08137495800019678, 0.08144079100020463, 0.08489055200061557, 0.08207525599937071, 0.0812189540001782, 0.08138318600049388, 0.08134736699958012, 0.08149530900027457, 0.08068188299967005, 0.08121626100000867, 0.0808588210002199, 0.08083467500000552, 0.08033239699943806, 0.08081318800032022, 0.08078471000044374, 0.08097414999974717, 0.08061651400021219, 0.08181595599944558, 0.08104683700003079, 0.08116637900002388, 0.08083902599992143, 0.08053357100016001, 0.0808112920003623, 0.08173213400004897, 0.08138465599949996, 0.08145502000024862, 0.08057553799972084, 0.08108441500007757, 0.08137454000006983, 0.08125975999973889, 0.08127359300033277, 0.08126928299952851, 0.08123206000072969, 0.08090386299954844, 0.08085030100028234, 0.08079363100023329, 0.08169685599932563, 0.08113514400065469, 0.08118556499994156, 0.08127496899942344, 0.08134402500036231, 0.08119209399956162, 0.08121873700019933, 0.08157597900026303, 0.08409275600024557, 0.08132161899993662, 0.08120259099996474, 0.08134264499949495, 0.08084321900059876, 0.08114459999978862, 0.08154946699960419, 0.0809957139999824, 0.08210852200045338, 0.08145256700026948, 0.08163496399993164, 0.08168721899983211, 0.08154508200004784, 0.08196015599969542, 0.08904793900001096, 0.08295848899979319, 0.08153080700049031, 0.0815644929998598, 0.08165391100010311, 0.08144976299990958, 0.08183273400027247, 0.08884885799943731, 0.08233072900020488, 0.08142128899999079, 0.0817203039996457, 0.08072684400030994, 0.0850630690001708, 0.081859269999768, 0.0810313040001347, 0.08089463699980115, 0.08122224399994593, 0.08076502800031449, 0.08082499800002552, 0.08065769999939221, 0.08105094300026394, 0.08056151100026909, 0.08142515899999125, 0.08195279000028677, 0.08136308599932818, 0.08193286200003058, 0.08093210800052475, 0.08132241600014822, 0.08083864199943491, 0.08063363600012963, 0.081506057000297, 0.08085522300007142, 0.08118044699949678, 0.08078771700002108, 0.0807585550001022, 0.08087796000017988, 0.0816288309997617, 0.08211162699990382, 0.0810222629997952, 0.08076817300025141, 0.08073122400037391, 0.08081729599962273, 0.08150003199989442, 0.08074068499990972, 0.0800988260007216, 0.08090783999978157, 0.08120681800028251, 0.08099104399934731, 0.08125406799990742, 0.0817487809999875, 0.08135757200034277, 0.08097239499966236, 0.08130947100016783, 0.08059132099970157, 0.08178013800079498, 0.08081188799951633, 0.08094290000008186, 0.08147450199976447, 0.08090896300018358, 0.08101399499992112, 0.0816837279999163, 0.08135101700008818, 0.08126210499995068, 0.0811913799998365, 0.0814198750003925, 0.08126593900033185, 0.08108236199950625, 0.08107465700049943, 0.08115076400008547, 0.08109097099986684, 0.08451329200033797, 0.08197453399952792, 0.08088492400020186, 0.080721834000542, 0.08071371400001226, 0.08073301899912622, 0.08030223500009015, 0.08061072400050762, 0.08030896499985829, 0.08099268299974938, 0.08182346300054633, 0.08082312599981378, 0.08002046399997198, 0.08038345000022673, 0.079962617000092, 0.08014360999914061, 0.08006351700078085, 0.08096556700002111, 0.08442380999986199, 0.08239086999947176, 0.08089733399992838, 0.080702523000582, 0.07995674699941446, 0.08089374000064709, 0.08047920699937094, 0.0804989160005789, 0.08148906199949124, 0.08089265800026624, 0.08089116900009685, 0.08068978899973445, 0.08089716100039368, 0.08159621499999048, 0.09034618399982719, 0.08257852600036131, 0.08201706199997716, 0.0828088949992889, 0.08253275000060967, 0.08406063099937455, 0.08140374699996755, 0.08149443800084555, 0.08179639799982397, 0.0818926490001104, 0.08193185299933248, 0.08205365200046799, 0.08199360700018588, 0.08176794999963022, 0.08283760300037102, 0.08216869899933954, 0.08274267400065582, 0.08300520400007372, 0.082577214999219, 0.0829244500000641, 0.08262333699985902, 0.08226643800026068, 0.08254929600025207, 0.0820305429997461, 0.0824265170003855, 0.08244868299971131, 0.0823456759999317, 0.08205180000004475, 0.08224469400011003, 0.0814906779996818, 0.08169912700032, 0.08459609300007287, 0.08257081600004312, 0.08134020499983308, 0.08171944900004746, 0.08156007799971121, 0.0813892690002831, 0.08104274699962843, 0.08150805900004343, 0.08173389200055681, 0.08085438199941564, 0.0807483830003548, 0.08113223899999866, 0.08132807499987393, 0.08118724900032248, 0.08095882299949153, 0.08107068099980097, 0.08073274600064906, 0.08132397099961963, 0.08114805800050817, 0.08173382299992227, 0.08144313899992994, 0.08180314899982477, 0.08143822399961209, 0.08200336800018704, 0.08097288099997968, 0.08148034700025164, 0.08096186999955535, 0.08071032600037142, 0.081060499999694, 0.08159146700018027, 0.08138629000040964, 0.08139516899973387, 0.08121865900011471, 0.08110930600014399, 0.08133246399938798, 0.08199127800071437, 0.08125799899971753, 0.08124854000016057, 0.08104487899981905, 0.08105513099962991, 0.0819005740004286, 0.0815500359994985, 0.08120303000032436, 0.08154088599985698, 0.08140067200019985, 0.08184386599987192, 0.08249851199980185, 0.08169064600042475, 0.08288087900018581, 0.08213164499920822, 0.08183743200061144, 0.08218438099993364, 0.08178303800013964, 0.08224104900000384, 0.08173481899939361, 0.08171145600044838, 0.08249308900030883, 0.08160703699923033, 0.08198159800031135, 0.08235635599976376, 0.08179740400009905, 0.08165882600042096, 0.08171825099998387, 0.08498513100039418, 0.08344188899991423, 0.08164659700014454, 0.08132385099997919, 0.08115839099991717, 0.0811739660002786, 0.08143368399942119, 0.08697205699991173, 0.08280097800070507, 0.08093802199982747, 0.08070871000018087, 0.08106426599988481, 0.08035043699965172, 0.08089331400060473, 0.08204593599930377, 0.08142968799984374, 0.08186672000010731, 0.0814664810004615, 0.08217669900022884, 0.08130692999930034, 0.08132469600059267, 0.08124779599984322, 0.08131836499978817, 0.08168113400006405, 0.0813102069996603, 0.08201727600044251, 0.08227286100009223, 0.08177272800003266, 0.0821004780000294, 0.08163833099933981, 0.08133406100023421, 0.08121523400041042, 0.08148231199993461, 0.0814798539995536, 0.08135791400036396, 0.08195500999954675, 0.08189799100000528, 0.08239264700023341, 0.08176100000036968, 0.08340258999942307, 0.08238155900016864, 0.08324002300014399, 0.08259197299958032, 0.0824512280005365, 0.08249533500020334, 0.0831483889996889, 0.08258039799966355, 0.08242342700032168, 0.08253345400044054, 0.08315196499916055, 0.08287008200022683, 0.08316291600021941, 0.0826828729996123, 0.08320619100049953, 0.08384415699947567, 0.08311179300017102, 0.08479884000007587, 0.08326729200052796, 0.08256997499938734, 0.08213697300016065, 0.08231288800016046, 0.08240313700025581, 0.08284418499988533, 0.08500317000016366, 0.08234997599993221, 0.08201736099999835, 0.08286511700043775, 0.08201084399934189, 0.08178285200028768, 0.08291450300021097, 0.08225210799992055, 0.08246408400009386, 0.08147489499970106, 0.08153696499994112, 0.08143548099997133, 0.08168891399964195, 0.08160338700054126, 0.0812906680002925, 0.08163456799957203, 0.08196797100026743, 0.08169983999960095, 0.08124120200045581, 0.0817068879996441, 0.08133186800023395, 0.08123671100020147, 0.0809574929999144, 0.08168750400000135, 0.08124974899965309, 0.0811350650001259, 0.08184154399987165, 0.0822000250000201, 0.08204256400040322, 0.08108074699975987, 0.08142536099967401, 0.08208469700002752, 0.0815308549999827, 0.0821068169998398, 0.08203635700010636, 0.08172892600032355, 0.08167431699985173, 0.08145724099995277, 0.08168499099974724, 0.08148332800010394, 0.08237886300048558, 0.08130088799953228, 0.08219841800018912, 0.08444033799969475, 0.08167296500050725, 0.08168135799951415, 0.08153876000051241, 0.08148408699980791, 0.08255127200027346, 0.08159589499973663, 0.08283392900011677, 0.08225087099981465, 0.08186861099966336, 0.08180646900018473, 0.08209099200030323, 0.08309392199953436, 0.08722862700051337, 0.08199729500029207, 0.08222846599983313, 0.08199497799978417, 0.08215518500037433, 0.08196002199929353, 0.08132644400029676, 0.086047289999442, 0.08366560200011008, 0.08182322700031364, 0.08164184999986901, 0.081232522999926, 0.08249110999986442, 0.08258515000034095, 0.08155794399954175, 0.08172627200019633, 0.08161866800037387, 0.0813785939999434, 0.08182600799955253, 0.08258980900063762, 0.08108687099957024, 0.08155017799981579, 0.08206021200021496, 0.0819879270002275, 0.08255271799953334, 0.08214159599992854, 0.08273136200023146, 0.08179616000052192, 0.08275755399972695, 0.08256763099961972, 0.08255089900012536, 0.08164041800046107, 0.08220036500006245, 0.08257046099970466, 0.08289674800016655, 0.08353308599998854, 0.08300584399967192, 0.08160318099999131, 0.08215361499969731, 0.08156259000043065, 0.08205153200015047, 0.08123885900022287, 0.08131799399961892, 0.08158968800034927, 0.08153182399928482, 0.08325711900033639, 0.08193241600019974, 0.08191132799947809, 0.0819463440002437, 0.08210284400047385, 0.08151184599955741, 0.0818058849999943, 0.08162160899973969, 0.08183684400046332, 0.08161450300030992, 0.08125643099992885, 0.08128027599923371, 0.08162362900020526, 0.08203057900027488, 0.08289922400035721, 0.08157690499956516, 0.08162399800039566, 0.08210406699981831, 0.08248068400007469, 0.08160521699937817, 0.08211239800039039, 0.08189534899975115, 0.08140665200062358, 0.08137984799941478, 0.08120933800000785]",tokens/s,12.224827287402347,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-7b,tiiuae/falcon-7b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Llama-2-7b-hf,meta-llama/Llama-2-7b-hf,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-rw-1b,tiiuae/falcon-rw-1b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-4B,Qwen/Qwen1.5-4B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,internlm2,internlm/internlm2-20b,internlm/internlm2-20b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,deci,Deci/DeciLM-7B,Deci/DeciLM-7B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,28890.60352,,,,,s,1,73.08495046299981,73.08495046299981,0.0,73.08495046299981,73.08495046299981,73.08495046299981,73.08495046299981,[73.08495046299981],,kWh,0.0008341785405479168,0.00045465838994323583,0,0.0012888369304911527,,MB,29345.107968,,,,,s,10,20.87191137100035,2.087191137100035,0.00542614743241111,2.086557265500005,2.09380531730003,2.095204044650063,2.09632302653009,"[2.0883793390000847, 2.091947567000034, 2.0934944890000224, 2.0853030529999614, 2.0867425540000113, 2.0807244430000083, 2.0777532980000615, 2.0966027720000966, 2.086371976999999, 2.0845918790000724]",tokens/s,122.65287804723484,kWh,2.459840338618065e-05,1.3406903496286557e-05,0.0,3.8005306882467205e-05,tokens/kWh,6735901.4042878095,MB,29359.398912,,,,,s,10,118.24819486600018,11.824819486600017,0.017645311545563206,11.823084488000063,11.840727757000149,11.851557389500021,11.860221095499918,"[11.824678876000007, 11.82149010000012, 11.790929457999937, 11.812941073000047, 11.816825524000024, 11.83608378300005, 11.819492137999987, 11.825045719999935, 11.838321172000178, 11.862387021999893]",tokens/s,5.327776890919318,kWh,0.00013917481387041666,7.585569912445299e-05,0.0,0.00021503051299486968,tokens/kWh,292981.6755890039,,s,630,118.24384991199986,0.18768865065396803,0.0019054972252921204,0.1872717945000204,0.18963464220003062,0.19086454299996375,0.1942375393301495,"[0.19140558499998406, 0.18796083699999144, 0.18730274499989719, 0.18666718800000126, 0.18735589400012032, 0.18803998199996386, 0.18735693400003584, 0.18707901900006618, 0.18684313299991118, 0.18736941399993157, 0.18816639800002122, 0.18725714500010326, 0.188582082000039, 0.18701422699996328, 0.1853970439999557, 0.18720778800002336, 0.18715061600005356, 0.18750939799997468, 0.18672740199986038, 0.1862480009999672, 0.18726978100016822, 0.18752447599990774, 0.18578922300002887, 0.19201556999996683, 0.18638032800004112, 0.18698743999993894, 0.1866835319999609, 0.18748864300005152, 0.1868857780000326, 0.18837490500004606, 0.18680495900002825, 0.1879980059998161, 0.1898666410002079, 0.1867174789999808, 0.18783840099990812, 0.18688143700001092, 0.18705020900006275, 0.18785466199983603, 0.19471258700014005, 0.1882451219998984, 0.18696231300009458, 0.18677726300006725, 0.18991866799979107, 0.18826175600020179, 0.18819508899991888, 0.18715810499998042, 0.18724698400001216, 0.18811583199999404, 0.18811533500002042, 0.1870247140000174, 0.18713766499990925, 0.1878285689999757, 0.187190395000016, 0.18712751199996092, 0.18687335300000996, 0.18832042200006072, 0.1882255030000124, 0.18859206899992387, 0.18829486600020573, 0.18767977999982577, 0.18770574100017257, 0.18720777099997576, 0.18629350399987743, 0.19296027500013224, 0.18796052399989094, 0.19200890299998719, 0.18676861299991288, 0.18737754000017048, 0.18682125800000904, 0.1865617819998988, 0.18604311100011728, 0.1880323989998942, 0.1857290230000217, 0.19007797700010087, 0.1906095629999527, 0.18892675999995845, 0.18885470500003976, 0.19013181499985876, 0.19017419000010705, 0.19041942700005166, 0.19563141899993752, 0.18846323499997197, 0.18774265199999718, 0.18771897600004195, 0.18752509299997655, 0.18728049700007432, 0.18673356099998273, 0.1863084209999215, 0.18618314100012867, 0.18626563799989526, 0.18663590500000282, 0.18630574200005867, 0.18568992999985312, 0.18608451099999002, 0.1861333960000593, 0.18702696100012872, 0.18582136899999568, 0.18608276499981002, 0.18645536700000775, 0.18635798000013892, 0.18730468499984454, 0.18933242000002792, 0.18859763500017834, 0.1871568969997952, 0.18584860700002537, 0.18642244300008315, 0.18599713399999018, 0.18631061399992177, 0.18687356000009459, 0.1856798549999894, 0.18671253799993792, 0.18733111500000632, 0.1865619909999623, 0.1876721380001527, 0.18595473999994283, 0.18610195299993393, 0.18804700700002286, 0.18793322400006218, 0.18759630699992158, 0.1914529749999474, 0.18713890600020022, 0.18756380199988598, 0.1879672009999922, 0.1874268569999913, 0.18741211900010057, 0.18675510499997472, 0.19083287399985238, 0.18917980500009435, 0.1867697599998337, 0.18631574900018677, 0.19052229599992643, 0.18632407199993395, 0.1903380180001477, 0.18755829099995935, 0.18694241699995473, 0.18561845499993979, 0.1859042280000267, 0.187074998000071, 0.18558917799987285, 0.18578223600002275, 0.18723490200000015, 0.18612145900010546, 0.18615199199985, 0.18575699700022597, 0.18574566699999195, 0.18536299299989878, 0.18587913999999728, 0.18631400100002793, 0.18673654400004125, 0.18545766199986247, 0.18686209300017254, 0.1867620689999967, 0.18627775699997073, 0.18795241899988469, 0.1869869940001081, 0.18648534699991615, 0.18565515000000232, 0.18587871900012942, 0.18752233699979115, 0.18613091200018061, 0.1861950089999027, 0.18963314400002673, 0.18720140899995386, 0.18586332700010644, 0.18623110499993345, 0.18783311500010313, 0.1884587309998551, 0.187648296000134, 0.18643308699984118, 0.19055511900000965, 0.18972942599998532, 0.18643501200017454, 0.18661276199986787, 0.18592052600001807, 0.18609605599999668, 0.1871062109999002, 0.19429461800018544, 0.18712439000000813, 0.18647977399996307, 0.18696171600004163, 0.18816154000001006, 0.18651465499988262, 0.18794087099990975, 0.1869257970001854, 0.18817309299993212, 0.18743448800000806, 0.1867583169998852, 0.18713407000018378, 0.18653542499987452, 0.1907619789999444, 0.18885784100007186, 0.18737306000002718, 0.18744246500000372, 0.18828497200001948, 0.18636564300004466, 0.18665129800001523, 0.18690917099979742, 0.18531083100015167, 0.18604219300004843, 0.20545541199999207, 0.1864074409998011, 0.1868109160000131, 0.18653764999999112, 0.18586414500009596, 0.19050097500007723, 0.18720248399995398, 0.18781109899987314, 0.18645710400005555, 0.18712375300015083, 0.186384950999809, 0.18674077500008934, 0.18655037899998206, 0.18748189600000842, 0.1852672719999191, 0.18588327300017227, 0.18737174399984724, 0.18796764800003984, 0.1874448510000093, 0.19409779500006152, 0.18653919700000188, 0.18617872799995894, 0.18795955299992784, 0.18807174300013685, 0.18729054799996447, 0.1859264429999712, 0.18527396199988289, 0.18640121900011764, 0.1865098890000354, 0.1871299760000511, 0.18603403599990997, 0.1861206089999996, 0.18580039199991916, 0.18690389500011406, 0.18748868400007268, 0.18722849299979316, 0.18755166500000087, 0.18730701000004046, 0.18633691500008354, 0.18770399799996085, 0.18984647999991466, 0.18750204000002668, 0.18673044599995592, 0.18636263000007602, 0.1870332559999497, 0.18774363400007132, 0.18845384599990211, 0.18823154200003955, 0.18683562399996845, 0.18763212600015322, 0.1878377719999662, 0.18711963500004458, 0.18609605500000725, 0.191821002000097, 0.18872684999996636, 0.1895490179999797, 0.1887422530001004, 0.18788703499990334, 0.18733031200008554, 0.18638171799989323, 0.18680286600010731, 0.19224764099999447, 0.18709472599994115, 0.18698976199993922, 0.18547624899997572, 0.1851961790000587, 0.1868160890001036, 0.18613261399991643, 0.18588926799998262, 0.1919994150000548, 0.1885673219999262, 0.18609847700008686, 0.18643772399991576, 0.1868565720001243, 0.1864390819998789, 0.18629715400015812, 0.1879034439998577, 0.18733382000004895, 0.18903780699997697, 0.188440767999964, 0.1860509150001235, 0.18800407499998073, 0.18812534899984712, 0.18758933399999478, 0.1867119780001758, 0.1874334369999815, 0.1877245729999686, 0.18726547799997206, 0.1854453260000355, 0.18639549899990016, 0.18560313000011774, 0.1860068539999702, 0.18628165799987073, 0.18741362800005845, 0.18752215200015598, 0.18741833399985808, 0.18685010200010765, 0.18709674899992024, 0.18675907800002278, 0.18610749699996632, 0.18773826200003896, 0.19076208699993913, 0.1874799009999606, 0.18726901300010468, 0.18699569699992935, 0.18832882200013046, 0.185938232999888, 0.1872952260000602, 0.18802577299993573, 0.18920254599993314, 0.1878645190001862, 0.18712702399989212, 0.1871351439999671, 0.18642421899994588, 0.19184940300010567, 0.19068315000004077, 0.19257183800004896, 0.18869574799987276, 0.1881810370000494, 0.1886139150001327, 0.18720804299982774, 0.18805038699997567, 0.1872716960001526, 0.1872621719999188, 0.18720844099993883, 0.18799829300019155, 0.1886142700000164, 0.1866932469999938, 0.1865554290000091, 0.1889230519998364, 0.1873336470000595, 0.1882044120000046, 0.18746099100007996, 0.18649129899995387, 0.18720964699991782, 0.18679454099992654, 0.18600746600009188, 0.18675149899991084, 0.1875552220001282, 0.18824993399994128, 0.18701022499999453, 0.18759798800010685, 0.18772606099992117, 0.19032071400010864, 0.18745984399993176, 0.1879520519999005, 0.18681546200014054, 0.18693780499984314, 0.18664788500018403, 0.1868597119998867, 0.19169467300002907, 0.1882556430000477, 0.18806770699984554, 0.18914723600005345, 0.1877375189999384, 0.1869920000001457, 0.1908904540000549, 0.1935345709998728, 0.1881339779999962, 0.1874086980001266, 0.1877012879999711, 0.18966703899991444, 0.18843015700008436, 0.1868373629999951, 0.1868628979998448, 0.1877393550000761, 0.18628677500009871, 0.18745413199985705, 0.18723747500007448, 0.1873219669998889, 0.18720297000004393, 0.1872347420001006, 0.1870805940000082, 0.18746882400000686, 0.18655135399990286, 0.18750534600007995, 0.18620531600004142, 0.1891941679998581, 0.18858611300015582, 0.19194290599989472, 0.1865673570000581, 0.1884319929999947, 0.1870496550000098, 0.18641179499991267, 0.18690288099992358, 0.1856421570000748, 0.18887308000012126, 0.18629854299979343, 0.18753213200011487, 0.18955896800002847, 0.18658947499989154, 0.18563568700005817, 0.18585656000004747, 0.18646480699999302, 0.18640836300005503, 0.18701436299988927, 0.18703506600013498, 0.18559303199981514, 0.18643459999998413, 0.19393071500007864, 0.1868473399999857, 0.18741640799999004, 0.18624351200014644, 0.18761217799988117, 0.18718528399995193, 0.18721811199998228, 0.1871249370001351, 0.1864627059999293, 0.1868478920000598, 0.191280278000022, 0.18750382600001103, 0.18730574799997157, 0.18630080699995233, 0.18740303399999902, 0.18620493599996735, 0.18663639100009277, 0.18678866899995228, 0.18659177199992882, 0.186342077000063, 0.18721194999989166, 0.18682115300020996, 0.18686289899983421, 0.1885016149999501, 0.18827699200005554, 0.18788071900007708, 0.18739016299991818, 0.18764396100004888, 0.18800321999992775, 0.1875389700001051, 0.18727414099998896, 0.18892182800004775, 0.18925891799995043, 0.18780546099992534, 0.1878752180000447, 0.18794985499994254, 0.18766267600017272, 0.1883795689998351, 0.1890043630000946, 0.18785939200006396, 0.19186470099998587, 0.18845691999990777, 0.18903122000006078, 0.19220647699989968, 0.18764104499996392, 0.18673162300001422, 0.1862626970000747, 0.1877305069999693, 0.18650378100005582, 0.18645027100001244, 0.18699525700003505, 0.18669818299986218, 0.18846671200003584, 0.1860774169999786, 0.18725880900001357, 0.1861707519999527, 0.18595060699999522, 0.1865612050000891, 0.18578073899993797, 0.18720004800002243, 0.1862656270000116, 0.186072053000089, 0.1860401669998737, 0.18658231500012334, 0.18685954199986554, 0.18715464399997472, 0.1863698720001139, 0.18688308399987363, 0.18684436200010168, 0.18707169399999657, 0.18728923499998018, 0.18722961399998894, 0.18636409700002332, 0.18778918599991812, 0.18740269800014175, 0.18707298100002845, 0.20719451699983438, 0.18717061500001364, 0.18700490300011552, 0.18711761899999146, 0.18733073099997455, 0.18722512899989852, 0.18918570699997872, 0.18874307300006876, 0.18785092899997835, 0.18771604100015793, 0.18767535399979351, 0.18704369800002496, 0.18781488800004809, 0.18823659100007717, 0.18727189299988822, 0.1869853430000603, 0.18640817100003915, 0.18900292199987234, 0.18703382000012425, 0.19438526999988426, 0.18822026600014397, 0.187339245999965, 0.1874284919999809, 0.1879358300000149, 0.18880914800001847, 0.1875894889999472, 0.1866816879999078, 0.1879990950001229, 0.18749145800006772, 0.18677824299993517, 0.19335869200017441, 0.18802620899987232, 0.18715422300010687, 0.1862748459998329, 0.18664804800005186, 0.1857466829999339, 0.18711038900005406, 0.1865795569999591, 0.18610000900002888, 0.18693178000012267, 0.18732031399986226, 0.18601084800002354, 0.18688600900009078, 0.18576365700005226, 0.18747067200001766, 0.18697134699982598, 0.18668695400015167, 0.18598273199995674, 0.187411093000037, 0.19009022000000186, 0.18583076100003382, 0.18637785999999323, 0.18861761399989518, 0.18605710299993916, 0.18719547000000603, 0.1866981969999415, 0.18918443300003673, 0.18881845600003544, 0.18763076899995212, 0.1871540280001227, 0.1886706850000337, 0.1930976759999794, 0.18964812600006553, 0.18706931699989582, 0.18703010099989115, 0.18698056100015492, 0.18736024199984058, 0.1873170910000681, 0.1866140820000055, 0.19523989000003894, 0.18987562500001332, 0.18822215000000142, 0.18933280500004912, 0.1878159450000112, 0.1864607210000031, 0.1862343069999497, 0.18847881099986807, 0.18771436000020003, 0.1895480589998897, 0.18990859399991677, 0.18769464299998617, 0.18875177400013854, 0.18965650299992376, 0.1883913690001009, 0.19022717699999703, 0.18837237200000345, 0.18672564099983902, 0.1878964330001054, 0.18826357200009625, 0.1868331659998148, 0.18805256400014514, 0.18715480699984255, 0.18917536399999335, 0.1918371249998927, 0.18958165300000474, 0.1875050020000799, 0.18927151699995193, 0.18755404700004874, 0.18895414899998286, 0.18776444700006323, 0.1857687959998202, 0.1861683780000476, 0.18785166700013178, 0.19234058699998968, 0.19037498399984543, 0.18703128300012395, 0.18702158499991128, 0.18753848000005746, 0.18877262599994538, 0.1874827080000614, 0.18898330699994403, 0.18681126000001314, 0.18696219499997824, 0.18645982600014577, 0.1926821839999775, 0.18983787499996652, 0.18740418399988812, 0.18702601800009688, 0.18788541999992958, 0.1872675300000992, 0.18728690199986886, 0.189111050000065, 0.18671701600010238, 0.18681591799986563, 0.18696309400002065, 0.18712603199992373, 0.18897531200013873, 0.18788967499995124, 0.18814247499994963, 0.18756488700000773, 0.18754557200009003, 0.18888185900004828, 0.1866204629998265, 0.18715572500013877, 0.1907986199998959, 0.1888845720000063, 0.18694918500000313, 0.18787170900009187, 0.18789863899996817, 0.18808872099998553, 0.18635961099994347, 0.1883532900001228, 0.18872862399985024, 0.18781586300019626, 0.1900572879999345, 0.1896938439999758, 0.18808181200006402, 0.1892645899999934, 0.1881144819999463, 0.1891744340000514, 0.19171659599987834, 0.18988296700013052, 0.18797259899997698, 0.1875405480000154, 0.18956229099990196, 0.18822308199992221]",tokens/s,5.327972663854081,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stablelm,stabilityai/stablelm-3b-4e1t,stabilityai/stablelm-3b-4e1t,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-13b,huggyllama/llama-13b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-2.7b,facebook/opt-2.7b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,phi,microsoft/phi-1_5,microsoft/phi-1_5,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,recurrent_gemma,google/recurrentgemma-2b,google/recurrentgemma-2b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gptj,EleutherAI/gpt-j-6b,EleutherAI/gpt-j-6b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,24785.829888,,,,,s,1,63.44787007400009,63.44787007400009,0.0,63.44787007400009,63.44787007400009,63.44787007400009,63.44787007400009,[63.44787007400009],,kWh,0.0007192527003277775,0.00039201928859365306,0,0.0011112719889214305,,MB,25632.403456,,,,,s,10,18.51834094700007,1.851834094700007,0.008136347303874771,1.8485348725000676,1.8624472593000974,1.8653038201498475,1.8675890688296477,"[1.8579912469999726, 1.8681603809995977, 1.8455161510000835, 1.8439123329999347, 1.8465863730002638, 1.8551140589997885, 1.8458183230000031, 1.8429462400004013, 1.8504833719998715, 1.8618124680001529]",tokens/s,138.24132557699315,kWh,2.1812176663263788e-05,1.1888291263705132e-05,0.0,3.370046792696892e-05,tokens/kWh,7596333.693489611,MB,25638.432768,,,,,s,10,104.99771196600068,10.499771196600069,0.060435801591230354,10.481358672499937,10.549479778800379,10.607531312400079,10.65397253927984,"[10.498961089000204, 10.474417306000305, 10.66558284599978, 10.460057869000138, 10.450267913000062, 10.46855226200023, 10.456203558000198, 10.488300038999569, 10.536579438000444, 10.49878964599975]",tokens/s,6.000130747649057,kWh,0.0001238988696932642,6.752972326152388e-05,0.0,0.00019142859295478808,tokens/kWh,329104.4406040191,,s,630,104.99292309500015,0.16665543348412723,0.0035927604722114054,0.1660998525001105,0.16818709220024175,0.16972176439983286,0.17412108943992735,"[0.16966808000006495, 0.16673596200007523, 0.16661963400019886, 0.17333538200000476, 0.165806407999753, 0.164995867000016, 0.16507826699989891, 0.16492503300014505, 0.16730792099997416, 0.16608113400025104, 0.16504124699986278, 0.16544937899971046, 0.16523161900022387, 0.16560791800020525, 0.1702780409996194, 0.16679072600027212, 0.16610310099986236, 0.16716011000016806, 0.16909184599990112, 0.1661008309997669, 0.16688168600012432, 0.16620232200011742, 0.16539840599989475, 0.16658696200011036, 0.16633911899998566, 0.1670169569997597, 0.16753936200029784, 0.16692772699980196, 0.16658049700026822, 0.16660880399967937, 0.16708763500037094, 0.16690443999959825, 0.16619510100008483, 0.16535083300004771, 0.16629058299986355, 0.1654723470001045, 0.16550495499996032, 0.16596998600016377, 0.16606421699998464, 0.16670950400020956, 0.1672150699996564, 0.166256728999997, 0.1668095469999571, 0.1668346190003831, 0.16693532399995092, 0.16612360599992826, 0.1667894389997855, 0.16640551799991954, 0.16687482300039846, 0.16615593199958312, 0.16622440800028926, 0.16699019899988343, 0.1679763100000855, 0.16601909700011674, 0.1666327339999043, 0.1663611240001046, 0.16681157699986215, 0.16743923600006383, 0.16842528500001208, 0.16532683400009773, 0.1665536149998843, 0.16553403099987918, 0.166568831999939, 0.17116157700002077, 0.1670534410000073, 0.16601236800033803, 0.16533455999979196, 0.1685730730000614, 0.16516863900005774, 0.16532486899996002, 0.16548580300013782, 0.16619192400003158, 0.16540900099971623, 0.16669281500026045, 0.1657131849997313, 0.16622740499997235, 0.16572624399987035, 0.1649963090003439, 0.16521896199992625, 0.1649159349999536, 0.16601240399995731, 0.16588611299994227, 0.16562245500017525, 0.16602060300010635, 0.1656907409997075, 0.16496488400025555, 0.16565606999984084, 0.16632471399998394, 0.16571335300022838, 0.1656954999998561, 0.16613431699988723, 0.16575670100019124, 0.16515805099970748, 0.16599259500026164, 0.16554239900005996, 0.16648128199994972, 0.16559201700010817, 0.16565813599981993, 0.16626703700012513, 0.165818986999966, 0.16808383899979162, 0.16869498999994903, 0.16637848800019128, 0.16670388500006084, 0.16587080499994045, 0.16684085699989737, 0.16603108600020278, 0.16713441699994291, 0.1659665990000576, 0.1662994189996425, 0.16667405500038512, 0.16663719299958757, 0.17364912500033824, 0.16691216699973666, 0.16658595800026887, 0.1663993990000563, 0.1671873739996954, 0.1660765420001553, 0.16544576500018593, 0.16601391999984116, 0.1653562139999849, 0.16614757199977248, 0.16480032200024652, 0.16580599799999618, 0.16563554000003933, 0.16537346199993408, 0.17008813099982945, 0.16542486700018344, 0.16617192600006092, 0.16552605099968787, 0.16636451300018962, 0.16410685699975147, 0.16505698600030883, 0.16362006700001075, 0.16420436599992172, 0.16420251999988977, 0.16475836300014635, 0.1648320459999013, 0.16449470799989285, 0.16611540300027627, 0.16570527999965634, 0.16700125100032892, 0.16779542499989475, 0.1682767130000684, 0.16872440399993138, 0.1660783160000392, 0.1659638639998775, 0.16607574999989083, 0.1663704770003278, 0.16648964099977093, 0.16634723500010296, 0.16487866199986456, 0.16594937499985463, 0.1660799930000394, 0.16516798000020572, 0.16507927200018457, 0.16523777699967468, 0.16694583700018484, 0.1652968379999038, 0.16504522600007476, 0.1655540420001671, 0.17253878099973008, 0.16499330199985707, 0.16518773400002829, 0.16435310300039419, 0.16470461899962174, 0.16629394400024466, 0.16505130099994858, 0.164990552999825, 0.17089616800012664, 0.17133916100010538, 0.20340551999970558, 0.20270867099998213, 0.20287696800005506, 0.20165615800033265, 0.20347813099988343, 0.1755227180001384, 0.16773438399968654, 0.16724753700009387, 0.16653816100006225, 0.16720067300002484, 0.16621130800012907, 0.16759298199986006, 0.16725298599976668, 0.16702258400027858, 0.16583360799995717, 0.16505488499979037, 0.166228546000184, 0.1662156050001613, 0.17062244599992482, 0.16701035500000216, 0.16637670099999013, 0.16480567000007795, 0.16443208999999115, 0.16468171099995743, 0.1642752890002157, 0.16450050899993585, 0.16583781000008457, 0.1662046520000331, 0.16456266799968944, 0.16539000200009468, 0.16655341400019097, 0.16792670199993154, 0.16469199299990578, 0.16468340800020087, 0.16463068699977157, 0.1648477560001993, 0.16479762199969628, 0.16551621999997224, 0.1740154670001175, 0.1643252889998621, 0.1645407129999512, 0.16423592000001008, 0.1665270800003782, 0.16693891799968696, 0.16512927900021168, 0.16499340800010032, 0.1650170889997753, 0.16578204500001448, 0.1650314809999145, 0.16587155800016262, 0.16586518899976, 0.16513322700029676, 0.16459363200010557, 0.16453361099956965, 0.1676907519999986, 0.16568933799999286, 0.16636361100017893, 0.16519603300002927, 0.16687598399994386, 0.16695161999996344, 0.16566203799993673, 0.16658175100019434, 0.1665148560000489, 0.16646045800007414, 0.1652925729999879, 0.1663185029997294, 0.1674650120003207, 0.16610561799961943, 0.1687464040001032, 0.1665056189999632, 0.16601729100011653, 0.16602720699984275, 0.16684885900031077, 0.16596536099996229, 0.1658889939999426, 0.16595071499978076, 0.16762171000027593, 0.1657981559997097, 0.16658847200005766, 0.1664551010003379, 0.1671971629998552, 0.17053409899972394, 0.16690781000033894, 0.16503772499982006, 0.1659353239997472, 0.16453250300037325, 0.1647385849996681, 0.17198873200004527, 0.1645694150001873, 0.16482179100012218, 0.16481723199967746, 0.1662836650002646, 0.16710486100009803, 0.16483598599961624, 0.16456434800011266, 0.167386820000047, 0.16563931800010323, 0.16497571499985497, 0.16486192200000005, 0.16476017000013599, 0.16374393599971881, 0.16415008800004216, 0.1647084440000981, 0.16852280000011888, 0.16538523100007296, 0.16633014599983653, 0.1648708960001386, 0.16489603799982433, 0.16529239999999845, 0.16651782300004925, 0.16672567400019034, 0.16816755099989678, 0.16591929800006255, 0.16539763299988408, 0.16451982299986412, 0.16514253800005463, 0.16515237000021443, 0.16538602399987212, 0.16571716699991157, 0.1646318500002053, 0.16524016699986532, 0.1657303970000612, 0.1659730970000055, 0.1665713610000239, 0.1653200759997162, 0.1651781270002175, 0.16455989299993234, 0.16514225199989596, 0.16460142400001132, 0.16619755200008512, 0.1654343919999519, 0.1664394600002197, 0.1661875599997984, 0.16786375099991346, 0.16637361500033876, 0.1663015379999706, 0.1662065860000439, 0.1668199029995776, 0.1663975980000032, 0.1659826980003345, 0.16591883000000962, 0.16592119400002048, 0.16763123400005497, 0.1664013959998556, 0.1700199420001809, 0.16714330200011318, 0.166165742999965, 0.170085903999734, 0.16616326200028197, 0.16736983800001326, 0.16593518899981063, 0.16516915600004722, 0.16878800799986493, 0.1670793279999998, 0.1655894390000867, 0.1658878870002809, 0.16597384699980466, 0.16520244599996659, 0.16489492199980305, 0.1665689200003726, 0.165697538999666, 0.1645643380002184, 0.16518455899995388, 0.16546059199981755, 0.16500778299996455, 0.1658609230003094, 0.16493806700009372, 0.16678361599997515, 0.16442580900002213, 0.16519290099995487, 0.16558994299975893, 0.1660391680002249, 0.16541444399990723, 0.16579788999979428, 0.16513619900024423, 0.16483970499984935, 0.1652605429999312, 0.16543634700019538, 0.16567462600005456, 0.16557831199997963, 0.16547707099971376, 0.1655104700002994, 0.16564948399991408, 0.16564191099996606, 0.16520755600004122, 0.16621007499998086, 0.16701249900006587, 0.16653508899980807, 0.1660999079999783, 0.16809120500010977, 0.1662029280000752, 0.16665844599992852, 0.16532815400023537, 0.16625303899991195, 0.16621559599980174, 0.16605418100016323, 0.173498311000003, 0.16674673099987558, 0.1652916279999772, 0.16580028399994262, 0.16521110900021085, 0.16602995499988538, 0.1671923369999604, 0.166500778000227, 0.16610424300006343, 0.16572377099964797, 0.16599893000011434, 0.17066819199999372, 0.16752120099999956, 0.16541773500011914, 0.1654032980000011, 0.164593275000243, 0.16438080499983698, 0.1644335390001288, 0.1660583179996138, 0.1649784650003312, 0.1656177279996882, 0.16677477100029137, 0.1645768319999661, 0.16482154999994236, 0.16586662700001398, 0.1655190669998774, 0.16426635200014061, 0.16398825899977965, 0.16550313000016104, 0.1655383580000489, 0.16514663599991763, 0.1648724870001388, 0.16514479599982224, 0.16559952800025712, 0.16505108899991683, 0.16515396099975987, 0.16586354400033088, 0.16506288099981248, 0.16568883899981302, 0.16586943700031043, 0.16475545799994507, 0.16547079700012546, 0.16616858499992304, 0.1655727229999684, 0.16726153599984173, 0.166001617999882, 0.16535374400018554, 0.16506038699981218, 0.1660116940001899, 0.17324107500007813, 0.16599451899992346, 0.16543817399997351, 0.16510964600001898, 0.16529591600010463, 0.16700280999975803, 0.166341162000208, 0.16573888999982955, 0.1662645149999662, 0.16553089600029125, 0.16688035399965884, 0.16643632100021932, 0.16647618800016062, 0.16658389699978216, 0.1663249910002378, 0.1651983309998286, 0.16574432800007344, 0.16905266499998106, 0.16613957499976095, 0.1653031830001055, 0.16574000299988256, 0.165884871000344, 0.16590303799966932, 0.16815172099995834, 0.168854304999968, 0.16976568799964298, 0.16596012000036353, 0.1654170219999287, 0.16429482400008055, 0.1660471149998557, 0.16509901900008117, 0.1644849780000186, 0.1653749689999131, 0.16509890999986965, 0.16495403999988412, 0.16483940500029348, 0.16628947399976823, 0.1658807329999945, 0.1655869569999595, 0.16686585000024934, 0.16610951199982082, 0.1649387239999669, 0.1661523150000903, 0.16501991499990254, 0.16499254600012137, 0.16524123399995005, 0.16473037100013244, 0.16527963499993348, 0.16618027300000904, 0.17155924600001526, 0.1680680639997263, 0.16564922900033707, 0.16482988000007026, 0.1644933369998398, 0.16562761199975284, 0.16669437700011258, 0.1657324470002095, 0.16530440699989413, 0.1698988409998492, 0.1683327340001597, 0.16670679199978622, 0.1666598330002671, 0.1655602830001044, 0.16532736899989686, 0.16539891000002171, 0.16501153499984866, 0.16878352599997015, 0.16789515400023447, 0.16780463499981124, 0.16787297500013665, 0.16725352799994653, 0.16694529300002614, 0.16855509000015445, 0.16869274599957862, 0.16715348700017785, 0.16898130300023695, 0.16723428099976445, 0.16623024199998326, 0.16761151099990457, 0.16666375400018296, 0.1664241429998583, 0.16655807899996944, 0.16599614799997653, 0.1667020230001981, 0.16744636800012813, 0.16790217099969595, 0.16607815800034587, 0.16764361699961228, 0.17188843700023426, 0.16649960999984614, 0.1659828740002922, 0.16712051900003644, 0.17012802499993995, 0.16554797199978566, 0.16636745799996788, 0.16523684399999183, 0.1660307710003508, 0.16610794899997927, 0.17398521299992353, 0.16719862799982366, 0.16568961200027843, 0.16612482399978035, 0.16551139100010914, 0.16709872199999154, 0.16733616000010443, 0.16514164099999107, 0.16649054099980276, 0.16560949099994104, 0.16562919900025008, 0.1658478509998531, 0.1661549999998897, 0.16663935299993682, 0.16577200000028824, 0.16547010199974466, 0.16620785900022383, 0.1686572270000397, 0.16706622499987134, 0.16694228200003636, 0.17005502299980435, 0.1664008460002151, 0.16466132000005018, 0.1668893900000512, 0.16628482499982056, 0.16711180299989792, 0.1663362069998584, 0.16558347700038212, 0.1668743209997956, 0.16731572100025005, 0.16716306499984057, 0.16849537100006273, 0.1675581479998982, 0.16678950699997586, 0.16738831900011064, 0.16874632000008205, 0.16754536099961115, 0.1676440090000142, 0.16916194900022674, 0.16825135299995964, 0.16898792299980414, 0.16732534600032523, 0.16840296100008345, 0.1682313289998092, 0.16793343300014385, 0.1673337399997763, 0.1681821770002898, 0.16777982299981886, 0.1684770550000394, 0.16829716699976416, 0.16715045800037842, 0.16791511299970807, 0.16842237099990598, 0.17015511899990088, 0.16858206799997788, 0.16613695500018366, 0.16710782399968593, 0.16617422700028328, 0.16688338599988128, 0.16585145399994872, 0.1670784560001266, 0.16679094299979624, 0.16586592200019368, 0.16594042999986414, 0.16494257800013656, 0.16511839599979794, 0.16890775600040797, 0.16550373299969579, 0.1654252470002575, 0.16547052099986104, 0.16652446999978565, 0.16534204000026875, 0.16656911700010824, 0.16812457799960612, 0.1647126190000563, 0.16539587500028574, 0.16553669599989007, 0.1661114200001066, 0.16593848599995908, 0.16518469399989044, 0.1661785679998502, 0.1660997970002427, 0.16576443299982202, 0.1666481490001388, 0.1665143430000171, 0.1659774199997628, 0.16591861799997787, 0.16617854100013574, 0.16589249600019684, 0.16637398200009557, 0.16603211099982218, 0.1663402499998483, 0.1670550240000921, 0.16716470800020033, 0.16743975800000044, 0.16646296599992638, 0.16728382199971747, 0.16737778700007766, 0.16759377800008224, 0.1663286530001642, 0.16691881299993838, 0.16765738499998406, 0.1666400640001484, 0.1659763899997415, 0.16758746699997573, 0.1686954000001606, 0.16703067699972962, 0.1662536160001764, 0.16679410699998698, 0.17416423099984968, 0.16658022699994035, 0.16636587200036956, 0.16588920499998494, 0.16602582899986373, 0.1668526630000997, 0.16669821200002843]",tokens/s,6.000404421829085,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stablelm,stabilityai/stablelm-2-1_6b,stabilityai/stablelm-2-1_6b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,togethercomputer/RedPajama-INCITE-Base-3B-v1,togethercomputer/RedPajama-INCITE-Base-3B-v1,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Meta-Llama-3-8B,meta-llama/Meta-Llama-3-8B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen2-beta-14B,Qwen/Qwen2-beta-14B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-32B,Qwen/Qwen1.5-32B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-125m,EleutherAI/gpt-neo-125m,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,1145.315328,,,,,s,1,4.1763122209995345,4.1763122209995345,0.0,4.1763122209995345,4.1763122209995345,4.1763122209995345,4.1763122209995345,[4.1763122209995345],,kWh,2.0500971688887955e-05,1.1172054346952198e-05,0,3.167302603584016e-05,,MB,1205.415936,,,,,s,18,0.9787929230014925,0.05437738461119403,0.0005624220371560089,0.054464837499835994,0.055115782400207536,0.05521121320025486,0.055363062639899,"[0.053957187999913, 0.053456765999726485, 0.05378884600031597, 0.0540298249998159, 0.05354672000066785, 0.05382250999991811, 0.05454325200025778, 0.054886048000298615, 0.05438642299941421, 0.05458073499994498, 0.054549213999962376, 0.05517771700033336, 0.054240750000644766, 0.055401024999810033, 0.053809481999451236, 0.054683735000253364, 0.054843448000610806, 0.05508923900015361]",tokens/s,4707.839515093197,kWh,6.640673456499546e-07,3.619326649102312e-07,0.0,1.026000010560186e-06,tokens/kWh,249512667.99717334,MB,1205.6576,,,,,s,18,9.34271027900104,0.5190394599445022,0.0026421099868864217,0.5183570519998284,0.523141368600136,0.5235984058495887,0.5247050371698788,"[0.5152214870004173, 0.5156072380004844, 0.5188812220003456, 0.5185824099999081, 0.5173369809999713, 0.516984109999612, 0.5164227509994817, 0.5173443940002471, 0.5209773610004049, 0.5211452439998538, 0.5180108770000516, 0.519843879000291, 0.5181316939997487, 0.523050114000398, 0.5190141849998327, 0.5233542959995248, 0.5249816949999513, 0.5178203410005153]",tokens/s,121.37805477590513,kWh,6.271219337105067e-06,3.417970269936996e-06,0.0,9.689189607042064e-06,tokens/kWh,6502091.769802074,,s,1134,9.336609856997711,0.008233342025571173,0.0001952401248104903,0.008193311000013637,0.00835391030059327,0.008472602600159007,0.009268966199942951,"[0.009084742000595725, 0.008402337999541487, 0.008110098000543076, 0.00811046999933751, 0.008034205000512884, 0.008147950999955356, 0.008184002000234614, 0.008088272999884794, 0.008170979999704286, 0.00831149900022865, 0.00830391699946631, 0.008162312999957066, 0.008070624000538373, 0.008098911000161024, 0.008006592999663553, 0.008019896000405424, 0.008054359999732696, 0.008102834000055736, 0.008029634999729751, 0.008067849000326532, 0.008098688999780279, 0.008156914000210236, 0.00815496199993504, 0.008230581000134407, 0.008175838000170188, 0.008217954999963695, 0.008233391999965534, 0.008178788999430253, 0.008209530000385712, 0.00818625899955805, 0.008172025000021677, 0.008191914000235556, 0.00817554100012785, 0.008223779999752878, 0.008156339999914053, 0.008129462999932002, 0.008191586000066309, 0.008131082000545575, 0.008170772999619658, 0.008218365000175254, 0.008170500999767683, 0.008216865000576945, 0.008195460999559145, 0.008134284999869124, 0.008091988999694877, 0.008268783000858093, 0.008235318999140873, 0.008119814000565384, 0.008076674999756506, 0.0081086950003737, 0.00809319299969502, 0.008060909000050742, 0.008114352999655239, 0.008107814000140934, 0.008228184000472538, 0.008109897999929672, 0.008196531000066898, 0.008204685999771755, 0.008145908000187774, 0.0081646170001477, 0.008193062999453105, 0.008266660000117554, 0.00822464199973183, 0.009210173000610666, 0.008383143000173732, 0.008317972999975609, 0.008177024999895366, 0.008049991999541817, 0.008183007000297948, 0.00803741900017485, 0.008070971999586618, 0.008158794999872043, 0.008127275999868289, 0.008149414999934379, 0.008078864000708563, 0.008028414999898814, 0.008076450999396911, 0.00814829700084374, 0.008058446999712032, 0.008179391999874497, 0.008149823999701766, 0.008090878000075463, 0.008149777000653557, 0.008129851999910898, 0.008168115999978909, 0.008179937999557296, 0.00818204600000172, 0.00807308399998874, 0.008156417000463989, 0.008114723999824491, 0.008124355000290961, 0.008083546999841928, 0.008187654999346705, 0.008177259000149206, 0.00813733900031366, 0.008473736000269128, 0.00824710300003062, 0.008233812999606016, 0.00818467299995973, 0.008196591999876546, 0.008228065999901446, 0.008138337000673346, 0.008179902999472688, 0.008180611999705434, 0.00821421900036512, 0.008190479000404594, 0.008102632999907655, 0.008135099999890372, 0.00815735499963921, 0.008165721999830566, 0.008214574000703578, 0.008111301999633724, 0.008136968999679084, 0.008194591000574292, 0.00812935500016465, 0.008160146999216522, 0.008153615000082937, 0.00823716400009289, 0.008140554999954475, 0.00819584000055329, 0.00810704200011969, 0.008096470999589656, 0.00821256400013226, 0.008197985999686352, 0.008310379999784345, 0.008106819000204268, 0.009334135999779392, 0.008517287999893597, 0.0084336150002855, 0.008174239000254602, 0.008244120000199473, 0.008164286999999604, 0.00818856599926221, 0.00821354900017468, 0.008146082000166643, 0.008121273000142537, 0.008112600999993447, 0.008045241999752761, 0.008161505999851215, 0.008376683999813395, 0.008326870000018971, 0.008220412000810029, 0.008176634999472299, 0.008236401999965892, 0.008255873000052816, 0.008075374999862106, 0.00810640500003501, 0.00827384400054143, 0.008230249999542139, 0.008177173000149196, 0.008174243999746977, 0.008163825999872643, 0.008226748000197404, 0.008181791999959387, 0.008340805999978329, 0.008204321000448545, 0.008209636000174214, 0.008193808999749308, 0.008153497999956016, 0.008257149000201025, 0.008254164999925706, 0.008193754999410885, 0.008297532000142382, 0.008251999000094656, 0.008205576999898767, 0.008198737999919103, 0.008209833000364597, 0.00820816699979332, 0.008301376000417804, 0.008127570999931777, 0.00808271000005334, 0.008079539999926055, 0.008309807999467012, 0.008136894000017492, 0.008174236000741075, 0.008139317999848572, 0.008158311999977741, 0.00815065400001913, 0.008193527999537764, 0.00823826200030453, 0.008269896999991033, 0.008157688999745005, 0.008141197000441025, 0.008616836999863153, 0.008178414000212797, 0.008180763999916962, 0.008244257999649562, 0.0082237830001759, 0.008209470999645418, 0.009333748999779345, 0.008493332000398368, 0.008317746000102488, 0.008210870999391773, 0.00810747600007744, 0.008247085999755654, 0.008181051000065054, 0.008133070000440057, 0.008111555999676057, 0.008124406000206363, 0.00816903699978866, 0.008171426999979303, 0.008186251000552147, 0.008101814999463386, 0.008092292000583257, 0.00811449899993022, 0.008078269000179716, 0.00817455499964126, 0.009280948999730754, 0.008223739000641217, 0.008171982999556349, 0.00811151699963375, 0.008127474000502843, 0.008098487999632198, 0.008118999000544136, 0.00818446499943093, 0.008165678000295884, 0.008159205000083602, 0.008196248999411182, 0.008222065000154544, 0.008264591000624932, 0.008277244999590039, 0.008253885999693011, 0.008128430000397202, 0.008171880999725545, 0.008223062000070058, 0.00813459800065175, 0.008097120999991603, 0.008152198999596294, 0.00822447500013368, 0.008145990000230086, 0.008172515999831376, 0.008268818000033207, 0.00815006699940568, 0.008146535999912885, 0.008239952000621997, 0.008284767000077409, 0.008249694999904023, 0.008233265999479045, 0.008174347000021953, 0.008205535999877611, 0.008378881000680849, 0.008145541999510897, 0.008201162000659679, 0.008218983999540797, 0.008167941000465362, 0.008090804999483225, 0.008142749999933585, 0.008201972000279056, 0.008251915000073495, 0.008275928999864846, 0.008325242999490001, 0.008249671000157832, 0.009151165999355726, 0.00840008500017575, 0.008213269000407308, 0.008179724000001443, 0.008167406999746163, 0.008131802999741922, 0.008092818000477564, 0.008156074999533303, 0.008130815000185976, 0.008156527999744867, 0.008122168000227248, 0.008473237000544032, 0.008138831999531249, 0.0080838269996093, 0.00806918900070741, 0.008096083000054932, 0.008162962999449519, 0.008088477999990573, 0.00816681600008451, 0.008115077999718778, 0.008082875000582135, 0.008242907999374438, 0.008175270000720047, 0.008256727999651048, 0.008173115000317921, 0.008228814999711176, 0.008293787999718916, 0.008351393000339158, 0.008271337000223866, 0.008212507999814989, 0.008283874999506224, 0.008220833000450511, 0.008261637999567029, 0.008252006000475376, 0.008148185999743873, 0.008130475000143633, 0.008293357999718864, 0.008213507000618847, 0.008308264999868697, 0.008197451999876648, 0.00816336899970338, 0.008126983000693144, 0.00815755499934312, 0.00812320000022737, 0.008166204999724869, 0.008104776999971364, 0.008166508000613248, 0.008138756999869656, 0.008179235000170593, 0.008239083999797003, 0.008152137999786646, 0.008181068999874697, 0.008153634000336751, 0.008220785000048636, 0.008161670999470516, 0.008214604999920994, 0.008174845000212372, 0.008270733000244945, 0.00819050799964316, 0.008172333000402432, 0.008204015999581316, 0.008154443999956129, 0.008300036000036926, 0.00918125800035341, 0.008365701000002446, 0.008271272999991197, 0.008160429999406915, 0.008142616000441194, 0.008155976999660197, 0.008246358000178589, 0.008170932000211906, 0.008132500000101572, 0.008090536999588949, 0.008092746000329498, 0.008250639999459963, 0.00823993399990286, 0.008174302000043099, 0.008130780000101367, 0.008069176000390144, 0.008228155000324477, 0.008302516999719955, 0.008225054999456916, 0.008164580000084243, 0.008144250000441389, 0.00813016299980518, 0.008300075000079232, 0.008136933999594476, 0.008074350000242703, 0.008081578000201262, 0.008017189999918628, 0.008123044000058144, 0.008234541000092577, 0.00817186899985245, 0.008186478000425268, 0.008182634999684524, 0.00820403499983513, 0.008202906000406074, 0.008508547000019462, 0.00830661100008001, 0.008232493999457802, 0.008363371000086772, 0.008235041000261845, 0.008188674999473733, 0.008301077999931294, 0.008338735000506858, 0.008191492000150902, 0.008139568999467883, 0.008176772999831883, 0.008165520000147808, 0.008144694000293384, 0.008165111999915098, 0.008180867000191938, 0.008170631999746547, 0.008079834999989544, 0.008057564999944589, 0.008165981000274769, 0.008154997999554325, 0.00810329400064802, 0.008058358999733173, 0.008124404999762191, 0.008194754000214743, 0.008218515000407933, 0.008160203999977966, 0.008153203999427205, 0.00813043100060895, 0.008255840999481734, 0.009293871999943804, 0.008358709999811254, 0.00839871999960451, 0.008216535999963526, 0.008198170000468963, 0.008140862999425735, 0.00808456200047658, 0.008119160999740416, 0.008148730999891995, 0.008159358000739303, 0.008066802000030293, 0.008152456999596325, 0.008202637000067625, 0.008205684999666119, 0.008080446000349184, 0.008132941999974719, 0.008087018999503925, 0.008109645000331511, 0.008107620000373572, 0.008030156000131683, 0.00807755699952395, 0.00814929599982861, 0.00868402500054799, 0.008136040999488614, 0.008078236000073957, 0.008149043999765127, 0.00815609500023129, 0.008098561999759113, 0.008098794000034104, 0.008117619000586274, 0.00810166700011905, 0.008209437000004982, 0.008183732999896165, 0.008132231999297801, 0.008209776000512647, 0.008148296999934246, 0.008259076999820536, 0.008172169000317808, 0.008202021000215609, 0.008248087999163545, 0.00825196000005235, 0.008185786000467488, 0.008197328000278503, 0.008423997999670974, 0.008142783000039344, 0.008095786999547272, 0.00808450200020161, 0.008134566000080667, 0.008173369000360253, 0.00814226599959511, 0.008234838000134914, 0.008189864000087255, 0.00815342599980795, 0.00812920899988967, 0.008114956000099482, 0.00825813899973582, 0.008180482000170741, 0.008233369000663515, 0.008206711999264371, 0.008177345000149217, 0.008148926000103529, 0.0081476860004841, 0.008186292999198486, 0.009212136999849463, 0.008375325000088196, 0.0081794939997053, 0.008131436000439862, 0.00807466599962936, 0.00800034600069921, 0.008089109999673383, 0.008108738000373705, 0.00814241599982779, 0.008026390999475552, 0.008009926000340784, 0.00803791500038642, 0.008019879999665136, 0.00802351499987708, 0.008069294000051741, 0.008098680999864882, 0.008078394000222033, 0.008289126999443397, 0.008038652000323054, 0.008098084000266681, 0.008066335999501462, 0.008099583000330313, 0.00819446399964363, 0.008237591000579414, 0.008184655999684765, 0.0082401680001567, 0.00821785700009059, 0.00812199000029068, 0.00816122699961852, 0.008135914000376943, 0.0080999489991882, 0.008150192000357492, 0.008179192999705265, 0.008326613000463112, 0.008238765999522002, 0.008254643000327633, 0.008245027999691956, 0.00818730399987544, 0.008251004000157991, 0.008241972000178066, 0.008232608000071195, 0.008254031000433315, 0.008325090999278473, 0.008189636000679457, 0.008193917999960831, 0.008215377999476914, 0.008533483000064734, 0.00822685100047238, 0.008293533999676583, 0.008194885000193608, 0.008174808999683592, 0.008263833000455634, 0.008200606999707816, 0.008371986000383913, 0.008264891999715474, 0.008247003000178665, 0.008334596999702626, 0.00828059299965389, 0.008207642999877862, 0.008235427000727213, 0.00822798899935151, 0.008224560000599013, 0.008281964999696356, 0.009322513000370236, 0.008478859999740962, 0.008273702999758825, 0.008306165000249166, 0.008197719000236248, 0.008401170999604801, 0.008170482000423362, 0.008228288999816868, 0.008198446999813314, 0.008105605000309879, 0.008169517999704112, 0.008089423999990686, 0.008238303000325686, 0.008206438999877719, 0.008179553999980271, 0.008146350999595597, 0.008208748000470223, 0.008094668999547139, 0.008123684000565845, 0.008143309999468329, 0.008127826999952958, 0.008185258000594331, 0.008102900999801932, 0.008167832999788516, 0.008688974000506278, 0.008193114999812678, 0.008090444000117714, 0.00836938399970677, 0.008168975000444334, 0.008164199999555422, 0.008120938000502065, 0.008169998999619565, 0.008204032000321604, 0.008254284000031475, 0.00835490299959929, 0.008395046000259754, 0.008378783999432926, 0.00838393200046994, 0.008259387999714818, 0.008241194999754953, 0.008249516000432777, 0.008298873999592615, 0.008320198000546952, 0.008327634999659494, 0.00836057400010759, 0.00836921199970675, 0.008354573999895365, 0.00827641800060519, 0.008286665000014182, 0.008243755999501445, 0.008337838999977976, 0.008281483000246226, 0.008233153999753995, 0.008178867000424361, 0.008185583999875234, 0.008207177999793203, 0.008152502000484674, 0.00824324799941678, 0.008393793000323058, 0.00833814900033758, 0.008280951999950048, 0.008199013999728777, 0.008231640999838419, 0.00918050000018411, 0.00881583899990801, 0.00828770199950668, 0.008177702000466525, 0.008166796000296017, 0.0083061479999742, 0.008268669999779377, 0.008212566999645787, 0.008269869000287144, 0.008246647999840206, 0.008138207000229158, 0.00821898100002727, 0.008156480999787163, 0.008074596999904315, 0.008123243000227376, 0.008216019999963464, 0.008190339999600837, 0.008259803000328247, 0.008222716000091168, 0.008243236999987857, 0.008290677999866602, 0.008229005999965011, 0.008251330999883066, 0.008389694000470627, 0.008154383000146481, 0.008197197999834316, 0.00814975699995557, 0.00833074399997713, 0.00841889099956461, 0.008371871000235842, 0.00834381700042286, 0.008233913999902143, 0.008256002999587508, 0.008276044000012917, 0.008326005000526493, 0.008357222999620717, 0.008301978999952553, 0.008274243999949249, 0.008144733999870368, 0.008279306000076758, 0.008487318000334199, 0.008238049999818031, 0.00823710700024094, 0.008273808999547327, 0.008218648999900324, 0.0082179979999637, 0.008193019000827917, 0.008130293999784044, 0.008187960000213934, 0.008155086999977357, 0.008254796999608516, 0.008200874999602092, 0.00820635400032188, 0.008131137999953353, 0.008142923999912455, 0.00825542900020082, 0.008561892999750853, 0.008240604000093299, 0.008221756999773788, 0.008173054000508273, 0.008225409999795374, 0.008270700999673863, 0.008243309000135923, 0.009137517000453954, 0.008449232000202755, 0.008290495999972336, 0.008185411999875214, 0.008269953999842983, 0.008136227000250074, 0.008146246000251267, 0.008099455999399652, 0.008113120999951207, 0.008058387999881234, 0.008137351000186754, 0.00817410200033919, 0.008191541000087454, 0.008321344999785651, 0.008122258999719634, 0.008107403999929375, 0.008097214000372333, 0.008068506000199704, 0.008146503999341803, 0.00822380499994324, 0.008186680000108026, 0.008117564000713173, 0.008193338999262778, 0.00810708000062732, 0.008143641000060597, 0.008154477000061888, 0.008299361999888788, 0.008229241999288206, 0.008186169000509835, 0.008230714999626798, 0.008155151000210026, 0.008184741000150098, 0.008217917999900237, 0.0082110700004705, 0.008208971999920323, 0.008187086999896565, 0.0082903639995493, 0.008301661000587046, 0.008250031999523344, 0.008234316000198305, 0.008186179999938759, 0.008182937000128732, 0.008161918000041624, 0.008411983999394579, 0.008145999000589654, 0.008195429999432235, 0.008134086000609386, 0.008242066000093473, 0.008187441999325529, 0.008166655999957584, 0.008123673000227427, 0.00839857699975255, 0.008237650000410213, 0.00821192199964571, 0.00820027999998274, 0.008193283000764495, 0.008314883999446465, 0.00821129900032247, 0.008287124000162294, 0.008188005999727466, 0.008230526999795984, 0.008247409000432526, 0.008269404999737162, 0.009232686999894213, 0.008354330000656773, 0.008261008999397745, 0.00818786000036198, 0.008150398999532626, 0.0081554270000197, 0.008152926000548177, 0.008130354999593692, 0.008066612999755307, 0.008456072000626591, 0.008541853999304294, 0.008416321000368043, 0.008222921000196948, 0.008167199999661534, 0.008131446999868785, 0.008194947999982105, 0.00820343600025808, 0.008138907000102336, 0.0082305420000921, 0.008197156000278483, 0.008158899999216374, 0.008119238000290352, 0.008172484999704466, 0.008182965000742115, 0.008105371000056039, 0.008160640999449242, 0.008202468000490626, 0.008289824999337725, 0.00828925000041636, 0.008209405999878072, 0.008242666999649373, 0.008151689000442275, 0.00820945000032225, 0.008186935999219713, 0.0082345400005579, 0.008729807999770856, 0.008306747999995423, 0.008291514000120515, 0.008257118000074115, 0.008210578000216628, 0.008162223999534035, 0.00817705300050875, 0.008142523000060464, 0.008131068999318813, 0.008074682000369648, 0.008221698999477667, 0.008133907000228646, 0.008298128999740584, 0.008244080000622489, 0.008213965999857464, 0.00821580299998459, 0.008222039999964181, 0.008340553000380169, 0.008188062000044738, 0.008189757999389258, 0.008392030000322848, 0.008369448999474116, 0.008282640000288666, 0.008255603999714367, 0.008328079000420985, 0.008188912000150594, 0.008230809999986377, 0.008213837999392126, 0.009184628000184603, 0.008614373999989766, 0.008321921000060684, 0.008156534999216092, 0.008148074000018823, 0.0082327059999443, 0.008166655000422907, 0.008347674000106053, 0.008223533000091265, 0.008186684000065725, 0.008168140999259776, 0.008144004000314453, 0.00815543000044272, 0.008182452999790257, 0.00826071800020145, 0.00808921099996951, 0.008045007999498921, 0.008190296000066155, 0.008339639000041643, 0.008151611000357661, 0.008199307999348093, 0.008164469000803365, 0.008159336000062467, 0.008297192999634717, 0.00816243899953406, 0.008140774000821693, 0.008238634999543137, 0.008158609000020078, 0.00810658400041575, 0.008113494999633986, 0.008066823999797634, 0.008110415000373905, 0.008208061000004818, 0.008166984999661508, 0.008428887000263785, 0.008152004999828932, 0.008128725999995368, 0.008190014000319934, 0.008520542000042042, 0.00825399999939691, 0.008248633000221162, 0.0082934940000996, 0.008262725999884424, 0.008196716000384185, 0.008146836999912921, 0.00817700999959925, 0.008156957999744918, 0.00817629500033945, 0.00823051299994404, 0.00816693300021143, 0.008259510999778286, 0.008201055999961682, 0.008162580999851343, 0.008205709000321804, 0.008177317000445328, 0.008185764999325329, 0.008210955999857106, 0.008118372000353702, 0.008125248000396823, 0.008197538999411336, 0.008208191000449006, 0.008254910999312415, 0.008170813000106136, 0.009267853999517683, 0.00844075800068822, 0.00830888899963611, 0.008243047000178194, 0.00815817100010463, 0.008182974999726866, 0.008042915000260109, 0.008155571999850508, 0.008049058999858971, 0.008080012000391434, 0.008014786999410717, 0.008076519000496774, 0.008150052999553736, 0.008056124000177078, 0.00807779800015851, 0.008083484999588109, 0.008228095000049507, 0.008229177000430354, 0.008199951999813493, 0.008238166999944951, 0.008362235000276996, 0.008209990000068501, 0.008498174999658659, 0.009189331000015954, 0.009882414999992761, 0.009956574999705481, 0.008187890000044717, 0.008245723000072758, 0.0082031760002792, 0.008378997999898274, 0.008308510999995633, 0.008283881000352267, 0.008256889000222145, 0.008280924999780837, 0.008207924999624083, 0.008196581000447623, 0.00820839799962414, 0.008395988999836845, 0.008273190000181785, 0.008161189000020386, 0.008279616000436363, 0.008413877999373653, 0.008210998000322434, 0.008080722999693535, 0.008118878000459517, 0.00809683799980121, 0.008067767999818898, 0.008166987000549852, 0.008108383999569924, 0.008107568000013998, 0.008320328999616322, 0.008195442000214825, 0.008141203000377573, 0.008190454000214231, 0.008146775999193778, 0.00834384600057092, 0.008171831999788992, 0.008165143999576685, 0.008191034000446962, 0.008203786000194668, 0.008228990999668895, 0.008443425000223215, 0.008247689000199898, 0.00915283799986355, 0.008417308000389312, 0.008172701000148663, 0.008037306999540306, 0.008113554000374279, 0.008051654000155395, 0.008010093999473611, 0.008216889000323135, 0.008130189000439714, 0.008113551999485935, 0.008118757999909576, 0.008148308999807341, 0.00810670300052152, 0.008191944999452971, 0.008186051000848238, 0.008166332999280712, 0.008259291999820562, 0.008240163000664324, 0.008259797999926377, 0.008226486999774352, 0.008231740999690373, 0.008377993000067363, 0.008306341000206885, 0.008229340000070806, 0.008141152999996848, 0.0081765759996415, 0.008108822000394866, 0.00808443299956707, 0.008057964000727225, 0.008068703999924765, 0.00810755699967558, 0.008187725000425417, 0.00817961299981107, 0.008271960999991279, 0.008212970999920799, 0.008243817999755265, 0.008192101000531693, 0.008175172999472125, 0.008170394000444503, 0.008205293999708374, 0.00814852100029384, 0.008263783000074909, 0.008191744999749062, 0.008472260999951686, 0.00823129099990183, 0.008792018999884021, 0.008203580000554211, 0.008251343999290839, 0.00815718800004106, 0.008308211000439769, 0.008161247999851184, 0.008375858000363223, 0.0082261709994782, 0.008233077000113553, 0.008267930999863893, 0.008229124000536103, 0.008303840999360546, 0.008406023000134155, 0.008289368000077957, 0.008156232999681379, 0.008275353000499308, 0.008336429999872053, 0.008352535999620159, 0.009289071000239346, 0.008385836999877938, 0.00825253499988321, 0.008155964000252425, 0.00819656999919971, 0.0081934950003415, 0.008107343000119727, 0.00809639699946274, 0.008153277000019443, 0.008070619000136503, 0.008117317000142066, 0.008281270999759727, 0.008935967000070377, 0.008190415000171924, 0.008261852000032377, 0.00820412800021586, 0.00816415200006304, 0.008212206000280275, 0.008212969999476627, 0.00837389299977076, 0.008399883000492991, 0.008389851999709208, 0.008351491000212263, 0.008270544999504637, 0.008352931000445096, 0.008151082000040333, 0.008119858999634744, 0.008213372000682284, 0.008268913999927463, 0.008297674999994342, 0.00824986999941757, 0.008252405999883194, 0.008327989999997953, 0.008189605000552547, 0.008267537999927299, 0.008320948999426037, 0.008572433000153978, 0.008305622000079893, 0.008280555000055756, 0.008282501000394404, 0.008332259999406233, 0.008291391000057047, 0.00826242400034971, 0.008228474000134156, 0.008314431999679073, 0.008306660000016564, 0.008324207999976352, 0.00819175800006633, 0.00825465100024303, 0.008184729000277002, 0.008154854999702366, 0.00822741899992252, 0.00819463999960135, 0.008164167999893834, 0.008142741000483511, 0.008144086000356765, 0.008392026999899826, 0.008626615999673959, 0.008806146999631892, 0.008866717000273638, 0.008372739000151341, 0.008326078999743913, 0.008189836000383366, 0.009387653999510803, 0.00855101800061675, 0.00826308399973641, 0.008321217000229808, 0.008271998999589414, 0.008177951999641664, 0.008099350000520644, 0.008178349999980128, 0.008146678999764845, 0.008111226999972132, 0.008298030999867478, 0.008229840000240074, 0.00817877800000133, 0.008128848000524158, 0.008274625999547425, 0.008150718999786477, 0.008103760000267357, 0.008131896000122651, 0.008201200000257813, 0.008165494999957446, 0.008114520999697561, 0.008183207000001858, 0.008196576000045752, 0.008067083000241837, 0.008143325999299122, 0.008147690999976476, 0.008185329000298225, 0.008178420999684022, 0.008323919000758906, 0.008186342000044533, 0.008287780999125971, 0.008313367000482685, 0.008251121000284911, 0.008327174999976705, 0.008379408000109834, 0.008237695999923744, 0.008232655000028899, 0.008246043999861286, 0.00823012699947867, 0.008316801000546548, 0.00836299499951565, 0.008595191000495106, 0.008264428000074986, 0.008207885999581777, 0.008166606000486354, 0.008228185000007215, 0.008129867999741691, 0.008111594000183686, 0.008153241999934835, 0.00812599299933936, 0.008168246999957773, 0.008685447000061686, 0.008497675999933563, 0.009169041000859579, 0.009459434999371297, 0.009299729999838746, 0.008606343000792549, 0.008860034999997879, 0.008585042999584402, 0.008322267999574251, 0.008358363000297686, 0.008207327000491205, 0.008165121999809344, 0.009269514000152412, 0.008375759999580623, 0.008221161000619759, 0.008212904000174603, 0.008084157999292074, 0.008149983999828692, 0.00816766300067684, 0.008117438999761362, 0.008100813000055496, 0.008135099999890372, 0.00811929700012115, 0.008170150000296417, 0.0080930759995681, 0.008169400000042515, 0.008122371000354178, 0.008082223999736016, 0.008117495999613311, 0.008274433000224235, 0.008205525000448688, 0.00818952999998146, 0.008198118000109389, 0.00813180699969962, 0.00831319999997504, 0.008184870000150113, 0.008278960000097868, 0.008265834999292565, 0.008245085999988078, 0.008201360999919416, 0.008206785000766104, 0.008200934999877063, 0.00818212299964216, 0.008185620999938692, 0.00853352400008589, 0.008305618000122195, 0.008202267000342545, 0.008182937000128732, 0.008193934999326302, 0.008231239000451751, 0.008208651999666472, 0.008232426999711606, 0.008232230000430718, 0.008211076000407047, 0.00819379999938974, 0.008121120000396331, 0.008204605000173615, 0.008066651999797614, 0.008147664999341941, 0.00807060800070758, 0.008125407999614254, 0.008232139000028837, 0.008176737999747274, 0.008213701999920886, 0.008266205000836635, 0.008245602999522816, 0.008244599999670754, 0.008205604000067979, 0.008188739000615897, 0.008316698999806249, 0.008202379999602272, 0.008139888000187057, 0.008218449000196415, 0.008189422000214108, 0.008210760999645572]",tokens/s,121.4573616514646,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,xglm,facebook/xglm-564M,facebook/xglm-564M,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen,Qwen/Qwen-14B,Qwen/Qwen-14B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-7b,huggyllama/llama-7b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-180B,tiiuae/falcon-180B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-1.3B,EleutherAI/gpt-neo-1.3B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,6208.65536,,,,,s,1,16.919567727999492,16.919567727999492,0.0,16.919567727999492,16.919567727999492,16.919567727999492,16.919567727999492,[16.919567727999492],,kWh,0.00017065840609236036,9.30140246138376e-05,0,0.000263672430706198,,MB,6330.728448,,,,,s,10,4.359602255999562,0.4359602255999562,0.0013021869145435115,0.43596310500015534,0.4370727478001754,0.43815164439970433,0.4390147616793274,"[0.43592783199983387, 0.4392305409992332, 0.434507941999982, 0.43473036100022, 0.4361191499992856, 0.4359983780004768, 0.43621669599997404, 0.4351024289999259, 0.4368329930002801, 0.43493593400035024]",tokens/s,587.2095318964018,kWh,5.160525502415228e-06,2.8125979661486204e-06,0.0,7.973123468563847e-06,tokens/kWh,32107868.51719378,MB,6332.84608,,,,,s,10,28.275593158000447,2.8275593158000447,0.007343786939447607,2.827882450499601,2.832244133000313,2.837238151999918,2.841233367199602,"[2.8265314640002543, 2.8261888330007423, 2.820999701999426, 2.8289756139993187, 2.8297600960004274, 2.842232170999523, 2.831087166000543, 2.831134351000401, 2.826789286999883, 2.811894473999928]",tokens/s,22.28069970025525,kWh,3.353891225966778e-05,1.8279920615507664e-05,0.0,5.1818832875175454e-05,tokens/kWh,1215774.1983837895,,s,630,28.271543131000726,0.04487546528730274,0.0006511275301045183,0.04474435000020094,0.04534628849960427,0.04568717434999598,0.04793546736936151,"[0.04766853799992532, 0.04564269200000126, 0.04529330600053072, 0.04471788399951038, 0.0448808650007777, 0.04500080399975559, 0.04492468900025415, 0.044520947999444616, 0.044194015999892144, 0.044224693000614934, 0.04433275199971831, 0.04440624200015009, 0.04461749999973108, 0.04468200199971761, 0.04455010400033643, 0.04510917799962044, 0.044582156000615214, 0.04451314200014167, 0.04430934699939826, 0.04484460500043497, 0.04473640899959719, 0.044489607000286924, 0.04497444400021777, 0.04500724299941794, 0.04493095700036065, 0.0447033439995721, 0.044618879000154266, 0.04494768800032034, 0.04451718499967683, 0.044829430999925535, 0.04483150800024305, 0.04485245399973792, 0.045157823000408825, 0.04441275599947403, 0.04474710100021184, 0.04490742899997713, 0.04460397799994098, 0.04471442600060982, 0.0447096039997632, 0.04485695599942119, 0.04477260600015143, 0.0445316700006515, 0.0452280299996346, 0.04499005199977546, 0.04515232100038702, 0.045198334999440704, 0.044971572000577, 0.044623968999985664, 0.044615752999561664, 0.04473335500006215, 0.045053302999804146, 0.04499242800011416, 0.04461160100072448, 0.04495846800000436, 0.0449738539991813, 0.04508815100052743, 0.04489870899942616, 0.04484520599999087, 0.04516523600068467, 0.04520753799988597, 0.044837030000053346, 0.04502622200016049, 0.045091050999872095, 0.047533730000395735, 0.04533971500040934, 0.044767628999579756, 0.04463564599973324, 0.04453253300016513, 0.04455985900040105, 0.04446933300005185, 0.0443276979995062, 0.04439219300002151, 0.04437297000004037, 0.044286369000474224, 0.04473063999921578, 0.04431788800047798, 0.04473099299957539, 0.045446617000379774, 0.046496715000102995, 0.0447465449997253, 0.04466826099996979, 0.04458198500014987, 0.0443077390000326, 0.04422826100017119, 0.04452619299991056, 0.04462273599983746, 0.0447203690000606, 0.04484045099979994, 0.04435842400016554, 0.044777088000046206, 0.04455233899989253, 0.04457638700023381, 0.044394360999831406, 0.04451548300039576, 0.04418924399942625, 0.044331074000183435, 0.04465458600043348, 0.04516656099985994, 0.04524850300003891, 0.04489950700008194, 0.044752984999831824, 0.044726916999934474, 0.0446473550000519, 0.045280384999387024, 0.044900648000293586, 0.044741654000063136, 0.04530767400046898, 0.045041824999316304, 0.044631157999901916, 0.04458041399993817, 0.04506218100050319, 0.04483292300028552, 0.04520863499965344, 0.04496395400019537, 0.04502292300003319, 0.044419048999770894, 0.044653910000306496, 0.04464897699926951, 0.04487859800065053, 0.04499400999975478, 0.0451402569997299, 0.04483704500034946, 0.045137209000131406, 0.04735682999944402, 0.045150709000154166, 0.0450358240004789, 0.04779808700004651, 0.045159225999668706, 0.045562510000308976, 0.04465210099988326, 0.04487123600029008, 0.04485153799942054, 0.04474372000004223, 0.044358009999996284, 0.04463906999990286, 0.04473884600065503, 0.04451587399944401, 0.044317429999864544, 0.04449033099990629, 0.04419211900039954, 0.04406180099977064, 0.04803907600035018, 0.04715971299992816, 0.044562226999914856, 0.044418442999813124, 0.044372238000505604, 0.044197479999638745, 0.04405303699968499, 0.04417336999995314, 0.04468314600035228, 0.04404345500006457, 0.04478831699998409, 0.044292546000178845, 0.04445149200000742, 0.044554134999998496, 0.04444208399945637, 0.044392899000740726, 0.04452705999938189, 0.04484981099994911, 0.04456148100052815, 0.044820172999607166, 0.04421765900042374, 0.04471542299961584, 0.04441011200015055, 0.0443628989996796, 0.0445384330005254, 0.04471700399972178, 0.04458660199998121, 0.04461118600011105, 0.0445023249994847, 0.04464763500072877, 0.0443262369999502, 0.04417728399948828, 0.04486215799988713, 0.044872987999951874, 0.04456764300084615, 0.04533638299926679, 0.04460435600049095, 0.04450665399963327, 0.04509702199993626, 0.04489971100065304, 0.04504169299980276, 0.04498383899954206, 0.04482185600045341, 0.04496566699981486, 0.04504358200028946, 0.04521935399952781, 0.044778051000321284, 0.044859583000288694, 0.04795148899938795, 0.046161543000380334, 0.045324605999667256, 0.044770673000130046, 0.04501428500043403, 0.044604392999644915, 0.044825234999734676, 0.04439700700004323, 0.0443437530002484, 0.04441359900010866, 0.04508115699991322, 0.04446336700038955, 0.04445901999952184, 0.044496016000266536, 0.044542341000124, 0.04449896499954775, 0.0446365980005794, 0.04480369399971096, 0.04473814799985121, 0.04432346300018253, 0.04457648599964159, 0.044395029000042996, 0.04450435899980221, 0.04432689600071171, 0.04477544299970759, 0.04465502400034893, 0.044486174999292416, 0.04516375999992306, 0.04506707600012305, 0.04469123299986677, 0.044708419000016875, 0.04662881300009758, 0.0447538930002338, 0.044669232000160264, 0.04492369499985216, 0.04491422099999909, 0.04506701399986923, 0.045169412000177545, 0.04464524400009395, 0.04519048099973588, 0.044896022000102676, 0.04475736600033997, 0.04480080499979522, 0.044692055999803415, 0.04464042500057985, 0.04503588999978092, 0.04517287999988184, 0.04498438399969018, 0.04481483300060063, 0.04514563299926522, 0.04467314300018188, 0.04549093300011009, 0.04463102299996535, 0.04479615299987927, 0.04556836200026737, 0.0449637920000896, 0.04506438599946705, 0.044744980000359647, 0.04475195600025472, 0.045198888999948394, 0.04473805199995695, 0.04489742100031435, 0.044965229999434086, 0.048097116999997525, 0.04581969500031846, 0.045308830000067246, 0.04535012700034713, 0.044818495999606967, 0.0449407500000234, 0.04498220100049366, 0.04466180899999017, 0.04448781499922916, 0.04468373200052156, 0.04451747300026909, 0.04482038299920532, 0.04455799300012586, 0.044578766000086034, 0.04456043200025306, 0.044567697000275075, 0.044485026999609545, 0.044498885000393784, 0.044961800999772095, 0.04482946600001014, 0.045901993999905244, 0.044955010999728984, 0.044423323000046366, 0.04468138700030977, 0.04464427299990348, 0.04447354599960818, 0.044522928000333195, 0.04453403600018646, 0.044593063999855076, 0.04490773199995601, 0.04477287899953808, 0.04497775500021817, 0.0444798759999685, 0.04475658699993801, 0.04486731100041652, 0.04444555699956254, 0.04454395800075872, 0.04450380099933682, 0.04436805900058971, 0.044762554000044474, 0.045183413999438926, 0.04533121500026027, 0.045384013000330015, 0.04537434099984239, 0.04515102000004845, 0.045430946000124095, 0.04466240599958837, 0.04487705500014272, 0.045366923000074166, 0.04510430399932375, 0.0448369020004975, 0.04483883400007471, 0.044938654999896244, 0.0450296500002878, 0.04525828299938439, 0.04462378000062017, 0.045114346999980626, 0.04473169699940627, 0.04481399100041017, 0.044817117000093276, 0.04500485599965032, 0.04489979499976471, 0.044964239000364614, 0.04789624199929676, 0.04567486700034351, 0.04519571299988456, 0.04520569000032992, 0.04465227099990443, 0.044861602000310086, 0.0454688489999171, 0.04445862299962755, 0.04537940000045637, 0.04467489199942065, 0.04449736200058396, 0.0450768729997435, 0.04493487899981119, 0.044769682999685756, 0.04464684800041141, 0.04444513499947789, 0.044783513000766106, 0.044977786999879754, 0.04492722099985258, 0.04447817500022211, 0.04917718199976662, 0.04593422899961297, 0.04491213600067567, 0.04493090100004338, 0.04464434399960737, 0.044749147000402445, 0.04446515899962833, 0.044996431000072334, 0.04459264799970697, 0.04470038799991016, 0.04471971600014513, 0.044973052000386815, 0.04445596799996565, 0.044650759999967704, 0.04470250600024883, 0.04472300399993401, 0.04468163099954836, 0.045172297000135586, 0.0446483369996713, 0.04474931999993714, 0.045048562999909336, 0.044743276000190235, 0.044697497000015574, 0.04471021200060932, 0.044988650999584934, 0.04464993900000991, 0.04495438899994042, 0.04447529000026407, 0.0446705069998643, 0.04473932699966099, 0.04510066400052892, 0.04484623400003329, 0.04744816099992022, 0.0452328920000582, 0.04539412499980244, 0.04520330000013928, 0.04506832100014435, 0.045294292000107816, 0.04550896599994303, 0.04487886199967761, 0.04499000000032538, 0.047722822999276104, 0.045891755999946326, 0.048437945000841864, 0.04592064600001322, 0.045588578999741, 0.04514262599968788, 0.04496573400047055, 0.04504809799982468, 0.04469898299976194, 0.0447821349998776, 0.04511437000019214, 0.04466430100001162, 0.044833527999799117, 0.04499893600041105, 0.04503195899997081, 0.04440302700004395, 0.04443804899983661, 0.044595938000384194, 0.04492546199981007, 0.04452664400014328, 0.044454568999753974, 0.04489805899993371, 0.04473300399968139, 0.04537819400047738, 0.04487976899963542, 0.04454525399978593, 0.04536186900077155, 0.04495228399991902, 0.04474544699951366, 0.04502262500045617, 0.04489598500003922, 0.044859854999231175, 0.044598050000786316, 0.04534586199952173, 0.04545065300044371, 0.04478461100006825, 0.04469085699929565, 0.04459606799991889, 0.045273024000380246, 0.044953339000130654, 0.04470793699965725, 0.04457665600057226, 0.04462593999960518, 0.0445729940001911, 0.044833238999672176, 0.04483640299986291, 0.044572612000592926, 0.044393976999344886, 0.044546539000293706, 0.04473184299968125, 0.04463954100083356, 0.045852041999751236, 0.04507301899957383, 0.04470385700005863, 0.044827634999819566, 0.04559923500073637, 0.04473558099925867, 0.04473540100025275, 0.044534524000482634, 0.04471336699953099, 0.044783299999835435, 0.04495884200059663, 0.04486729599921091, 0.04484122500070953, 0.04487642899948696, 0.04742891800015059, 0.04508924499987188, 0.04512520400021458, 0.044904028000019025, 0.04465111799981969, 0.04449575699982233, 0.044112481999945885, 0.04437564900035795, 0.04472287599946867, 0.044364717000462406, 0.044270264000260795, 0.04458079599953635, 0.04427804199985985, 0.04454128900033538, 0.044315170999652764, 0.04415400100060651, 0.0445795569994516, 0.04448422200039204, 0.04439461099991604, 0.04437441299978673, 0.04439236500002153, 0.045000592000178585, 0.04515269199964678, 0.04473344100006216, 0.04455354800029454, 0.046436798999820894, 0.04563902300014888, 0.044962295000004815, 0.04479623799943511, 0.04473320300076011, 0.04505417899963504, 0.04489664799984894, 0.04483630000049743, 0.045552470999609795, 0.04497988000002806, 0.04474958199989487, 0.04464953000024252, 0.044855471000118996, 0.04508905300008337, 0.04491113999938534, 0.04525981999995565, 0.04511709100006556, 0.04484492000028695, 0.04548170999987633, 0.045359188000475115, 0.0453984469995703, 0.04496606500015332, 0.04516306000004988, 0.04581483899983141, 0.045381226999779756, 0.04466022799988423, 0.04504049600018334, 0.04503740700056369, 0.04492591199959861, 0.04468722500041622, 0.045247265999933006, 0.04491247399982967, 0.044978423999964434, 0.04549814599977253, 0.04504580100001476, 0.04498299599981692, 0.04487151000012091, 0.04485110099994927, 0.04778714599979139, 0.048050969000541954, 0.04456368999944971, 0.044497411000520515, 0.04429722299937566, 0.04452035000031174, 0.04451209899980313, 0.044421344000511453, 0.044217452999873785, 0.04436619199987035, 0.044343935000142665, 0.044884250999530195, 0.044456190000346396, 0.045364089999566204, 0.04650571500042133, 0.04456636000031722, 0.044656303000010666, 0.044605869999941206, 0.04455366599995614, 0.044298435999735375, 0.04468523000014102, 0.045697243999711645, 0.044400902000234055, 0.044903817999511375, 0.04938545900040481, 0.04715659500016045, 0.04542219099948852, 0.04463192700040963, 0.04514929899960407, 0.04465433200039115, 0.04472493499997654, 0.04460328499953903, 0.04452190400024847, 0.044373155000357656, 0.04512741999951686, 0.04445944400049484, 0.04482334600015747, 0.04420592399947054, 0.044957729000088875, 0.044662285999947926, 0.04465317700032756, 0.04443065499981458, 0.04428770199956489, 0.04445740500068496, 0.04515490499943553, 0.04443317900040711, 0.0442008239997449, 0.044393754999873636, 0.04439797900067788, 0.04418671499934135, 0.04463197200038849, 0.044476674999714305, 0.04445442500036734, 0.044247052000173426, 0.04468800199992984, 0.04436470099972212, 0.04457362399989506, 0.044473013000242645, 0.044685759999993024, 0.045167698999648564, 0.0447811020003428, 0.04471666700010246, 0.04453690399986954, 0.04749058299967146, 0.04537587400045595, 0.04546369499985303, 0.044859220999569516, 0.04464007600017794, 0.04473536600016814, 0.04440278299989586, 0.044280080999669735, 0.04414731399992888, 0.04450618300052156, 0.04480870299994422, 0.04432276300030935, 0.044387455999640224, 0.04436715900010313, 0.04402343399942765, 0.044257117000597646, 0.04402096800004074, 0.044354443999509385, 0.0443942160000006, 0.04402137600027345, 0.04397642999992968, 0.04430797300028644, 0.0444574309995005, 0.044241393000447715, 0.044297018999714055, 0.04467352800020308, 0.045043273999908706, 0.044736896000358684, 0.04451741499997297, 0.04425714599983621, 0.04498564200002875, 0.044898877999912656, 0.044486703999609745, 0.044533570000567124, 0.04431646099965292, 0.04438969100010581, 0.04506230599963601, 0.04433365800014144, 0.04443799199998466, 0.044370702000378515, 0.044617740999456146, 0.044894108999869786, 0.04450924400043732, 0.044542255999658664, 0.044399377000445384, 0.04487421700014238, 0.04485519099944213, 0.0448227950000728, 0.04500930199992581, 0.04501584600075148, 0.04436780799915141, 0.04457690000072034, 0.04457593299957807, 0.044745905000127095, 0.0444812819996514, 0.0448743420001847, 0.044603016000110074, 0.04489280100005999, 0.04478545199981454, 0.04454742600046302, 0.04482099399956496, 0.04465643399998953, 0.044715046000419534]",tokens/s,22.283891511715296,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mistral,mistralai/Mistral-7B-v0.1,mistralai/Mistral-7B-v0.1,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mixtral,mistralai/Mixtral-8x7B-v0.1,mistralai/Mixtral-8x7B-v0.1,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen,Qwen/Qwen-72B,Qwen/Qwen-72B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-30b,facebook/opt-30b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2_moe,Qwen/Qwen1.5-MoE-A2.7B,Qwen/Qwen1.5-MoE-A2.7B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-1.3b,EleutherAI/pythia-1.3b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,6202.351616,,,,,s,1,16.92767930500122,16.92767930500122,0.0,16.92767930500122,16.92767930500122,16.92767930500122,16.92767930500122,[16.92767930500122],,kWh,0.00017087488050345504,9.313204961178768e-05,0,0.0002640069301152427,,MB,6702.432256,,,,,s,10,4.411473733998719,0.44114737339987187,0.0021743715290311197,0.44069946499985235,0.444660766900779,0.44479163545074696,0.4448963302907214,"[0.4384368409992021, 0.4381368789981934, 0.444922504000715, 0.44128222200015443, 0.44028959199931705, 0.44110933800038765, 0.4401435740001034, 0.4446316850007861, 0.44010120399980224, 0.4424198950000573]",tokens/s,580.304939882193,kWh,5.268832667693042e-06,2.871634286017285e-06,0.0,8.140466953710328e-06,tokens/kWh,31447827.434925985,MB,6712.180736,,,,,s,10,29.062848460005625,2.9062848460005624,0.011449400278584642,2.907773282000562,2.9193433362004724,2.9200443336007083,2.920605131520897,"[2.890329631001805, 2.8877146580016415, 2.8985472950007534, 2.912365943000623, 2.904471589001332, 2.8993129299997236, 2.920745331000944, 2.9190985489985906, 2.911074974999792, 2.91918755900042]",tokens/s,21.677159445226593,kWh,3.416095080335043e-05,1.8618950300099097e-05,0.0,5.2779901103449525e-05,tokens/kWh,1193636.188831027,,s,630,29.058365894998133,0.04612439030952085,0.0007237786137805001,0.04598878150136443,0.04674202260066522,0.04734166665002704,0.049374453750060644,"[0.04876602200238267, 0.04731761999937589, 0.04604752399973222, 0.04586782800106448, 0.04518614799962961, 0.046823853997921105, 0.046739564000745304, 0.04513685499841813, 0.04534401700220769, 0.04508439399796771, 0.045390371000394225, 0.04533007800273481, 0.04560779499661294, 0.0454206870017515, 0.045308829001442064, 0.04566281499864999, 0.04571728199880454, 0.04541217800215236, 0.04567555399989942, 0.04524808699716232, 0.045382050000625895, 0.045182892001321306, 0.045096558998920955, 0.04522368700054358, 0.04541440300090471, 0.04571056900022086, 0.04524173800018616, 0.04566321499805781, 0.04841959700206644, 0.05067896399850724, 0.04664089200014132, 0.04559270000027027, 0.04697813600068912, 0.04584955400059698, 0.045755613999062916, 0.04590439000094193, 0.0458412039988616, 0.04569785800049431, 0.04614622699955362, 0.04566479300046922, 0.04533207200074685, 0.045721679998678155, 0.045190836000983836, 0.045282925999345025, 0.04544316900137346, 0.04556744499859633, 0.04581100699942908, 0.04608475499844644, 0.045407100002194056, 0.045533136999438284, 0.04568766300144489, 0.04562291199908941, 0.045493282999814255, 0.045575415999337565, 0.045815284000127576, 0.045572753999294946, 0.045809328999894205, 0.04561441400073818, 0.045588876000692835, 0.04601490599816316, 0.04651485500289709, 0.04590700799963088, 0.04615414299769327, 0.0486083409996354, 0.04692189200068242, 0.04597298700173269, 0.045664696001040284, 0.04591155999878538, 0.045903666999947745, 0.04540152399931685, 0.045321244000660954, 0.04539553100039484, 0.04511859599733725, 0.045337886000197614, 0.045303606002562447, 0.045784464997268515, 0.04510810500141815, 0.045577711000078125, 0.045712600000115344, 0.046205656999518396, 0.04538052100178902, 0.04615286300031585, 0.04528364799989504, 0.04550150899740402, 0.04578790199957439, 0.04552053800216527, 0.04584734899981413, 0.045336455001233844, 0.0452711959987937, 0.04554140500113135, 0.046109895996778505, 0.04607703000147012, 0.046496152001054725, 0.04583044500031974, 0.04546393800046644, 0.046276208999188384, 0.045616583000082755, 0.04583116299909307, 0.045344417998421704, 0.04590163700049743, 0.04646059399965452, 0.04651228500006255, 0.04562671800158569, 0.04618369200034067, 0.04586021800059825, 0.04557257299893536, 0.04623810799967032, 0.046099532999505755, 0.045670708001125604, 0.04535817099895212, 0.04573220200109063, 0.04575404600109323, 0.046092037999187596, 0.045346151000558166, 0.045850737998989644, 0.04567437399964547, 0.045727420001639985, 0.04594550499678007, 0.04557323700282723, 0.04577182399953017, 0.04538795699772891, 0.045916459002910415, 0.04623848899791483, 0.047062814999662805, 0.04564939299962134, 0.04619838800135767, 0.04902007000055164, 0.04677103799986071, 0.04621516200131737, 0.045915780996438116, 0.04621232000135933, 0.04578197400041972, 0.04579770499913138, 0.04555395200077328, 0.04556782399959047, 0.046252635002019815, 0.04600566099907155, 0.04583745800118777, 0.04552982899986091, 0.04555314199751592, 0.04558197100050165, 0.045497978000639705, 0.045735960000456544, 0.04541179499938153, 0.04586284499964677, 0.04534447200057912, 0.045563249001133954, 0.04614419999779784, 0.04585092300112592, 0.0457202449979377, 0.04566717900161166, 0.0454030180007976, 0.045980618000612594, 0.04587536100007128, 0.04605162199732149, 0.04573891600011848, 0.046042517002206296, 0.04562260599777801, 0.04565261800235021, 0.04608323600041331, 0.0455946469992341, 0.045661127998755546, 0.04595201600022847, 0.0454722149988811, 0.04640403000303195, 0.04609834699658677, 0.04590026300138561, 0.04568770100013353, 0.04623103400081163, 0.045789099000103306, 0.04625807000047644, 0.04593690999899991, 0.04570343099840102, 0.04577199200139148, 0.04608366100001149, 0.045888762000686256, 0.04586011699939263, 0.04586606700104312, 0.04588218699791469, 0.045991597002284834, 0.04619375399852288, 0.04777491400091094, 0.04743916200095555, 0.04648101799830329, 0.04628007800056366, 0.046271432998764794, 0.04616701700069825, 0.04648945100052515, 0.04617383399818209, 0.04942999600098119, 0.047311366000940325, 0.04622051199839916, 0.04595210800107452, 0.047506732000329066, 0.04612508699938189, 0.04546876200038241, 0.0460177040004055, 0.04562848999921698, 0.045469593998859636, 0.04560693700113916, 0.045489724001527065, 0.04548954599886201, 0.04558118299974012, 0.046013660001335666, 0.04586657699837815, 0.04615152499900432, 0.046037047999561764, 0.046014046001801034, 0.0457697530000587, 0.04617504099951475, 0.045956804999150336, 0.04565992300194921, 0.04581216999940807, 0.04610445100115612, 0.045850676997361006, 0.046055834001890616, 0.045769144999212585, 0.050398142000631196, 0.047811722000915324, 0.04609163499844726, 0.04642463200070779, 0.04601268400074332, 0.04582101899723057, 0.046127747002174146, 0.04593109900088166, 0.04585951099943486, 0.046102667998638935, 0.04678071799935424, 0.04618277600093279, 0.04595890299970051, 0.04588118999890867, 0.04579515000295942, 0.04561286799798836, 0.046113340998999774, 0.045850862999941455, 0.04624835400318261, 0.0464388609980233, 0.04643556399969384, 0.04653453799983254, 0.046039438999287086, 0.046063290999882156, 0.04632319000302232, 0.04590429000018048, 0.046282535997306695, 0.04638261100262753, 0.046063218997005606, 0.04587163900214364, 0.04596275099902414, 0.046857118999469094, 0.046313696999277454, 0.046647787999972934, 0.04620810699998401, 0.04879533200073638, 0.04684230700149783, 0.0462725129982573, 0.04597343600107706, 0.04598596600044402, 0.04604712299988023, 0.04603884599782759, 0.04541968000194174, 0.04570166700068512, 0.04562119899856043, 0.04554578000170295, 0.045906938998086844, 0.0454667519989016, 0.04574615400269977, 0.045851611997932196, 0.04579733699938515, 0.04556416000195895, 0.04581667100137565, 0.04600186599782319, 0.04605452400210197, 0.045677644997340394, 0.0457248900020204, 0.04583451899816282, 0.0454276310010755, 0.04588123999928939, 0.04615455000021029, 0.04568070499954047, 0.04665168400242692, 0.04613169999720412, 0.045912804002000485, 0.045725577998382505, 0.045969271999638295, 0.04591732900007628, 0.04587997999988147, 0.045849651000025915, 0.04605316300148843, 0.04603814900110592, 0.04588306199730141, 0.047128664002229925, 0.046515131998603465, 0.04873056200085557, 0.046161456000845646, 0.04663632200026768, 0.045893885999248596, 0.04625295599907986, 0.04624402099943836, 0.04639091500212089, 0.04602431300008902, 0.04619002399704186, 0.0462405120015319, 0.04637448499852326, 0.04576715900111594, 0.04593524699885165, 0.04598501900181873, 0.04587282899956335, 0.046153821000189055, 0.046010223999473965, 0.04600152000057278, 0.04594644800090464, 0.04636829899754957, 0.046244967001257464, 0.04611104500145302, 0.04589510899677407, 0.048812253000505734, 0.04724556599830976, 0.046312118000059854, 0.04665749600098934, 0.04569234299924574, 0.045905221999419155, 0.04557172000204446, 0.04555114699905971, 0.04593345800094539, 0.04543060899959528, 0.04622559199924581, 0.04558566600098857, 0.04560262699669693, 0.04593118600314483, 0.045545532997493865, 0.045695185002841754, 0.04624714499732363, 0.0458589590016345, 0.04575677100001485, 0.04598168799930136, 0.045933510999020655, 0.045907660001830664, 0.046383681998122483, 0.04579850200025248, 0.045579428999189986, 0.04558425100185559, 0.0457084509980632, 0.046385191002627835, 0.04595944999891799, 0.045898932999989484, 0.0459953339995991, 0.04573236999931396, 0.04580136699951254, 0.045721680002316134, 0.04633804200057057, 0.04584728099871427, 0.04543412099883426, 0.04563026300093043, 0.04573688800155651, 0.04570866799986106, 0.045600746998388786, 0.04573109800185193, 0.04602148099729675, 0.04546253400258138, 0.04551503099719412, 0.046126077002554666, 0.04583534099947428, 0.04590077299872064, 0.0460206850002578, 0.0460676879993116, 0.04573123999944073, 0.04593457800001488, 0.04599619300279301, 0.04604702699725749, 0.04580488100327784, 0.047728710997034796, 0.047042045000125654, 0.04669111800103565, 0.04590046299927053, 0.04598156900101458, 0.04612904099849402, 0.046251982003013836, 0.04676641299738549, 0.04923847099780687, 0.04726421500163269, 0.04635715100084781, 0.04731956599789555, 0.04611267000291264, 0.04606172700005118, 0.045678331996896304, 0.04568612200091593, 0.04596038900126587, 0.046066915998380864, 0.04587698800241924, 0.04558514800010016, 0.045890483997936826, 0.04588474499905715, 0.04574383900035173, 0.046216898001148365, 0.04600183799993829, 0.04597928099974524, 0.04593135400136816, 0.04651621399898431, 0.046203695001167944, 0.04604223400019691, 0.04598220299885725, 0.04582147899782285, 0.04606568700182834, 0.04619355500108213, 0.046058351999818115, 0.049870926999574294, 0.048776720999740064, 0.04588995499943849, 0.04613743899972178, 0.04609329999948386, 0.04617488800067804, 0.04604285200184677, 0.04579039300006116, 0.045695198998146225, 0.04577569300090545, 0.045800806998158805, 0.04627906500172685, 0.045759173000988085, 0.04583465699761291, 0.045839589001843706, 0.04601765400002478, 0.045703973999479786, 0.04629127600128413, 0.0464337399971555, 0.04574822500217124, 0.045869743000366725, 0.04633665299843415, 0.04581439799949294, 0.046311923000757815, 0.04591772500134539, 0.04626861999713583, 0.046262202002253616, 0.046289775000332156, 0.04627119199722074, 0.04660527400119463, 0.046728810000786325, 0.047476791998633416, 0.04794192800181918, 0.04779104000044754, 0.04800233399873832, 0.04676414999994449, 0.049198198998055886, 0.04735974900177098, 0.046339757998794084, 0.04655007900146302, 0.04673728000125266, 0.04666446499686572, 0.04549994600165519, 0.04562006299966015, 0.04561140399891883, 0.04575526200278546, 0.046324052000272786, 0.0460319649973826, 0.0458275480013981, 0.046062785000685835, 0.046195847000490176, 0.045384306999039836, 0.04634129199985182, 0.04589008399852901, 0.045759569002257194, 0.04572377299700747, 0.04599189900181955, 0.045903987000201596, 0.04636369299987564, 0.04628910999963409, 0.0459969049989013, 0.045669884002563776, 0.0465599929993914, 0.04658381799890776, 0.046037755000725156, 0.046061133998591686, 0.04617148300167173, 0.04602030499881948, 0.04621573700205772, 0.046658557999762706, 0.04598456299936515, 0.04620034799881978, 0.046645914000691846, 0.04687356800059206, 0.04658600199763896, 0.04661092000242206, 0.04605781200007186, 0.04698596999878646, 0.04619122100120876, 0.04630087799887406, 0.04613480400075787, 0.046560708000470186, 0.046537776997865876, 0.04606109200176434, 0.04643547399973613, 0.04653763899841579, 0.046152604001690634, 0.04681010900094407, 0.04577802099811379, 0.04703184599929955, 0.046276105000288226, 0.046623246002127416, 0.04689540499748546, 0.04642392300229403, 0.046356992999790236, 0.04722496799877263, 0.046193240999855334, 0.04610290500204428, 0.04661670499990578, 0.050046125001244945, 0.04686369800037937, 0.046895059997041244, 0.0464052030001767, 0.046006283002498094, 0.04582058099913411, 0.046228234001318924, 0.0455948749986419, 0.04601433800053201, 0.04577157599851489, 0.0458512420009356, 0.046142522998707136, 0.045816090001608245, 0.045557743000244955, 0.04599938100000145, 0.04605117699975381, 0.045916773000499234, 0.0460633010006859, 0.045853371997509385, 0.0455898319996777, 0.04561150299923611, 0.04627913800140959, 0.04576641400126391, 0.04580280699883588, 0.04557541399844922, 0.04596808100177441, 0.04629374700016342, 0.04625043900159653, 0.046030448997044004, 0.04611975100124255, 0.04627034399891272, 0.0457943300025363, 0.04613128699929803, 0.04608249200100545, 0.04606644499654067, 0.04583598800309119, 0.04596434599807253, 0.04639709199909703, 0.046116682002320886, 0.04632251599832671, 0.046078559000306996, 0.04634007200002088, 0.0460859619997791, 0.04579009799999767, 0.04576664200067171, 0.04640022099920316, 0.04630821899991133, 0.045881934001954505, 0.045796070000506006, 0.04589950199806481, 0.04617003200110048, 0.0459673359982844, 0.046187545001885155, 0.04613568099739496, 0.047477321000769734, 0.047932932000549044, 0.04651532500065514, 0.04602844300097786, 0.047271510997234145, 0.04619957199975033, 0.046546022000256926, 0.04621840800245991, 0.04652624799928162, 0.049653834001219366, 0.04670380499737803, 0.047633796002628515, 0.04764238200004911, 0.04619794999962323, 0.045778758998494595, 0.04613663599957363, 0.045719575999100925, 0.04599382200103719, 0.04579021400058991, 0.04582021600072039, 0.046060786000452936, 0.04564452399790753, 0.04562491000251612, 0.04562479099695338, 0.04567739100093604, 0.045611688001372386, 0.046093615997961024, 0.04577175800295663, 0.0463091869969503, 0.046129115002258914, 0.04588702600085526, 0.04646263499671477, 0.04584898100074497, 0.046313148999615805, 0.04699649100075476, 0.050495142000727355, 0.04636749099881854, 0.045895492999989074, 0.0479581040017365, 0.04607366699929116, 0.04619876500146347, 0.0460766939977475, 0.045748877000733046, 0.045755818999168696, 0.04622872800246114, 0.046126642999297474, 0.04612206700039678, 0.04563916199913365, 0.0456645189988194, 0.04576526700111572, 0.046145403997797985, 0.0465494790005323, 0.04635326700008591, 0.04701826300151879, 0.04680149200066808, 0.046009731999220094, 0.0462314280011924, 0.04639472599956207, 0.045969339000293985, 0.046645807997265365, 0.04613700499976403, 0.046106732999760425, 0.0460365040016768, 0.045687607998843305, 0.04585805000169785, 0.046361190998140955, 0.04711563200180535, 0.045992154999112245, 0.04682747300103074, 0.04621737699926598, 0.04621503299858887, 0.04672593200302799]",tokens/s,21.680503379869787,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-1.4b,EleutherAI/pythia-1.4b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,6204.710912,,,,,s,1,16.96252372899835,16.96252372899835,0.0,16.96252372899835,16.96252372899835,16.96252372899835,16.96252372899835,[16.96252372899835],,kWh,0.00017120856710488018,9.331389187214977e-05,0,0.00026452245897702994,,MB,6702.526464,,,,,s,10,4.440159608999238,0.4440159608999238,0.0024101846973097357,0.44335680450058135,0.4473205625999981,0.44782389929878264,0.4482265686578103,"[0.44003906800207915, 0.4472087100002682, 0.4427055529995414, 0.4483272359975672, 0.4421425839973381, 0.4424314739990223, 0.4428125630001887, 0.4460096219991101, 0.443901046000974, 0.44458175300314906]",tokens/s,576.5558505625421,kWh,5.246963309239241e-06,2.8597214200799846e-06,0.0,8.106684729319224e-06,tokens/kWh,31578877.006790683,MB,6712.34048,,,,,s,10,29.221026902996527,2.9221026902996527,0.012672074974488981,2.9210229069994966,2.9383446001025733,2.942845370050054,2.9464459860080385,"[2.9176696199974685, 2.947346139997535, 2.9282036359982158, 2.905098053000984, 2.937344429003133, 2.918200041000091, 2.911390428998857, 2.925500170000305, 2.9064286120010365, 2.9238457729989022]",tokens/s,21.5598172539034,kWh,3.426937181909345e-05,1.867803073942757e-05,0.0,5.294740255852101e-05,tokens/kWh,1189860.067835588,,s,630,29.2166409700003,0.04637562058730206,0.0007339534795186789,0.04624359249828558,0.04689394919951155,0.04732332329986093,0.04959892100097932,"[0.04951271900063148, 0.046752481997828, 0.046893156999431085, 0.04658826000013505, 0.04624058899935335, 0.04618397200101754, 0.04599631699966267, 0.04573304700170411, 0.045941976000904106, 0.04600325399951544, 0.04578775099798804, 0.04561007200027234, 0.04588810700079193, 0.046250573999714106, 0.04625543799920706, 0.045945645000756485, 0.04600684699835256, 0.04596662200128776, 0.045804377001331886, 0.04688437399818213, 0.04706351899949368, 0.04659780300062266, 0.04676206899966928, 0.04681785499997204, 0.04596785600006115, 0.04627672599963262, 0.045848587000364205, 0.04655452100269031, 0.045981548999407096, 0.045832837000489235, 0.046473200996842934, 0.04569427100068424, 0.04601138600264676, 0.04589155099893105, 0.046371091000764864, 0.0458942039986141, 0.04625397299969336, 0.04607025299992529, 0.045946923000883544, 0.04626761499821441, 0.04674903400155017, 0.04657067399966763, 0.04625461400064523, 0.0460378559982928, 0.04616041200279142, 0.04646878599669435, 0.0459304330033774, 0.04610321499785641, 0.04617500300082611, 0.04652740199890104, 0.0461303140000382, 0.046519465002347715, 0.04628957599925343, 0.04690378899977077, 0.04680441799791879, 0.046525953999662306, 0.04617996600063634, 0.04657840499930899, 0.0462591900031839, 0.04603842799770064, 0.04644317000202136, 0.04668341299839085, 0.04611568700056523, 0.04903938799907337, 0.04697840500011807, 0.046406426998146344, 0.04638139100279659, 0.04623478099892964, 0.04576479599927552, 0.04571161399871926, 0.04636959200070123, 0.046065770999121014, 0.04596839200166869, 0.04671995099852211, 0.04772962400238612, 0.04724055699989549, 0.04677534700022079, 0.046492052999383304, 0.04637780299890437, 0.04622199599907617, 0.046518338000169024, 0.04637953900237335, 0.052853187000437174, 0.049223862999497214, 0.047570456998073496, 0.048453556999447756, 0.04715509400193696, 0.046323904000018956, 0.046199872998840874, 0.046392776999709895, 0.046979517999716336, 0.046666624999488704, 0.0471385660021042, 0.04921808300059638, 0.045966055997268995, 0.04625197800123715, 0.04633861600086675, 0.04682152299938025, 0.046297101998789, 0.04604550099975313, 0.04711850700186915, 0.046724230000108946, 0.046381173000554554, 0.04692565599907539, 0.04646832900107256, 0.04630592099783826, 0.04601135800112388, 0.045980594000866404, 0.04643847999977879, 0.04642580300060217, 0.046265965000202414, 0.046349711999937426, 0.04612733699832461, 0.04669717499928083, 0.04634417399938684, 0.04758412500086706, 0.046482462999847485, 0.04629208800179185, 0.0463919360008731, 0.0465956579973863, 0.046796581002126914, 0.04678715999762062, 0.046086040001682704, 0.04635138400044525, 0.04668372000014642, 0.04693945899998653, 0.04951478599832626, 0.04762734600080876, 0.046840843999234494, 0.04652030100260163, 0.04592108399810968, 0.046458429998892825, 0.04627126500054146, 0.046274216001620516, 0.04697230999954627, 0.04693848099850584, 0.04674614800023846, 0.045888528002251405, 0.04600504999689292, 0.04624257000250509, 0.046457684999040794, 0.045983463001903147, 0.045942728997033555, 0.046317033000377705, 0.04625407500134315, 0.046303340001031756, 0.04616800299845636, 0.04611208400092437, 0.046175882998795714, 0.04590549700151314, 0.04598094799803221, 0.04585204999966663, 0.04667949299982865, 0.04657844600296812, 0.04638225300004706, 0.04634037199866725, 0.04777767300038249, 0.04746002399770077, 0.04642119200070738, 0.046571247999963816, 0.04650808900260017, 0.04614849199788296, 0.04643097799998941, 0.04612565299976268, 0.04683014600232127, 0.046209778996853856, 0.0462202110029466, 0.04624305199831724, 0.046201018998544896, 0.04634283300038078, 0.04690107900023577, 0.046416118002525764, 0.04621350699744653, 0.04649282399986987, 0.046542538999347016, 0.046577594002883416, 0.0464033299977018, 0.04620264900222537, 0.04632884400052717, 0.046415583998168586, 0.04679194300115341, 0.0467687569980626, 0.04657027600114816, 0.0462242059984419, 0.04611846000261721, 0.04652702499879524, 0.0462307880006847, 0.04637481999816373, 0.04654533299981267, 0.04963328600206296, 0.047365853999508545, 0.04673578000074485, 0.046445179999864195, 0.04606200899797841, 0.04582573200241313, 0.045914148999145254, 0.04578804999982822, 0.04572125699996832, 0.04584614499981399, 0.04586265000034473, 0.045792976998200174, 0.04562427800192381, 0.045830694998585386, 0.04561832800027332, 0.046123956999508664, 0.04576668600202538, 0.0460566759975336, 0.04598479000196676, 0.04591913300100714, 0.04601088999697822, 0.0455122070015932, 0.04578958300044178, 0.045742148999124765, 0.04592790300011984, 0.04618357200160972, 0.04557220399874495, 0.04566817799786804, 0.0457587130003958, 0.045985098000528524, 0.0458260320010595, 0.046019557001272915, 0.04586236899922369, 0.04599394999968354, 0.04598809399976744, 0.04595896899991203, 0.04625000500163878, 0.046079001996986335, 0.04619176400228753, 0.04584457499731798, 0.04629121500329347, 0.04611757599923294, 0.04602112399879843, 0.04597671699957573, 0.04632977499932167, 0.04546055500031798, 0.046193886002583895, 0.045794131998263765, 0.045842595001886366, 0.04616156299744034, 0.04587611100214417, 0.046453138998913346, 0.04619771500074421, 0.04658188399844221, 0.04686095700162696, 0.04638897999757319, 0.04621066100298776, 0.04619035099676694, 0.046347831001185114, 0.04613970200080075, 0.04630486300084158, 0.046300022997456836, 0.04647457500323071, 0.049979927000094904, 0.04721199300183798, 0.046472237998386845, 0.04628960500122048, 0.04584104099922115, 0.046377671002119314, 0.046312690999911865, 0.04596852499889792, 0.04601849499886157, 0.04587730200000806, 0.04637924500275403, 0.04589067999768304, 0.04630132300007972, 0.0458090110005287, 0.045874071001890115, 0.04600454899991746, 0.04698911999730626, 0.051828142000886146, 0.046204898000723915, 0.04629463799938094, 0.04565805300080683, 0.046028149998164736, 0.046149713001796044, 0.046371124997676816, 0.04581952700027614, 0.04622826700142468, 0.04610639699967578, 0.046363648001715774, 0.04693425399818807, 0.049039910998544656, 0.046110626000881894, 0.045924523001303896, 0.046127932000672445, 0.046367732000362594, 0.046383359000174096, 0.04679846199724125, 0.0460356440016767, 0.04565787499814178, 0.0463139970015618, 0.04648472600092646, 0.04602547199829132, 0.045897096999397036, 0.04589355600182898, 0.04614218099959544, 0.046104596000077436, 0.04658513100002892, 0.04576070300026913, 0.04969553199771326, 0.046751474001212046, 0.04665084299995215, 0.047367519000545144, 0.046747970998694655, 0.04639795700131799, 0.046488642001349945, 0.047157949997199466, 0.046713638002984226, 0.04834764699990046, 0.048096333997818874, 0.04688180399898556, 0.04662312500295229, 0.046552724998036865, 0.04649866500039934, 0.04672668100101873, 0.049643354999716394, 0.04735101199912606, 0.046802284003206296, 0.046776789997238666, 0.04636696600209689, 0.0469607150007505, 0.046508990999427624, 0.04583315699710511, 0.04596406500058947, 0.04611886800194043, 0.04615808800008381, 0.04651211999953375, 0.045941536998725496, 0.046129769001709064, 0.04598729200006346, 0.046546809000574285, 0.04617954499917687, 0.04674960600095801, 0.04594898799768998, 0.04629239499990945, 0.046452319002128206, 0.045959982999193016, 0.04591186299876426, 0.046145791002345504, 0.0465488669979095, 0.04669504100093036, 0.0461055320010928, 0.04569872799766017, 0.04595445100130746, 0.04593772600128432, 0.046951771997555625, 0.04646284200134687, 0.04574289899755968, 0.046205347000068286, 0.04609009900013916, 0.04620553600034327, 0.04589135800051736, 0.046111962001305073, 0.0457483919999504, 0.04591322700071032, 0.045742569000140065, 0.04615732899765135, 0.04668757500257925, 0.04625318199759931, 0.0464613250005641, 0.04635937000057311, 0.046966257999883965, 0.04673025399824837, 0.04673631900004693, 0.046177611002349295, 0.04590536899922881, 0.04622445000131847, 0.04613752099976409, 0.04639563099772204, 0.0460907769993355, 0.04573161000007531, 0.0461789740002132, 0.04618115400080569, 0.04612258600172936, 0.04614417599805165, 0.046335855000506854, 0.04595777500071563, 0.04661347399814986, 0.04895959400164429, 0.04624413299825392, 0.046289076999528334, 0.0461413530028949, 0.04606925499683712, 0.04586780700265081, 0.046165801999450196, 0.045843128998967586, 0.04593393200048013, 0.04600665399993886, 0.04588660599983996, 0.04548268900180119, 0.04595358299775398, 0.04554272500172374, 0.04565661000015098, 0.04587944000013522, 0.04663675999836414, 0.04657649900036631, 0.04564696400120738, 0.045921462999103824, 0.04578593900077976, 0.04595217399764806, 0.046353581001312705, 0.04564117300105863, 0.04621418099850416, 0.04659156300112954, 0.04572881999774836, 0.046101290001388406, 0.04587268999966909, 0.045655073001398705, 0.045867780998378294, 0.04581909300031839, 0.04644417999952566, 0.04609546099891304, 0.04663467100181151, 0.046025740000914084, 0.04590294000081485, 0.046151206999638816, 0.046051358000113396, 0.04632341799879214, 0.04595571100071538, 0.046139112000673776, 0.046059358999627875, 0.045885453997470904, 0.046355652000784175, 0.04658567699880223, 0.046585719002905535, 0.04616307399919606, 0.04641222400096012, 0.047210967997671105, 0.04665013699923293, 0.046793651999905705, 0.046103341002890375, 0.04615876299794763, 0.04700901099931798, 0.04629605200170772, 0.04649493300166796, 0.046330124998348765, 0.046480621000227984, 0.04605488699962734, 0.04635190900080488, 0.04657561500062002, 0.04632669999773498, 0.04874474800089956, 0.046222359997045714, 0.045660527001018636, 0.046280594000563724, 0.04634334300135379, 0.04626431099677575, 0.045657201000722125, 0.045741542999166995, 0.04593828500219388, 0.04672629899869207, 0.04556332400170504, 0.04606681400036905, 0.04571743999986211, 0.04613961999712046, 0.04781196000112686, 0.05189112399966689, 0.04656191400135867, 0.04577274500115891, 0.04583622599966475, 0.046025830997677986, 0.046558518002711935, 0.046066829996561864, 0.04598653700304567, 0.04591145899757976, 0.04596771300202818, 0.04584623799746623, 0.04604463299983763, 0.047257804002583725, 0.04711592799867503, 0.0457083170003898, 0.04600614100127132, 0.046396571000514086, 0.04594858099881094, 0.04664022300130455, 0.04616207399885752, 0.04621862400017562, 0.04591670599984354, 0.04612540900052409, 0.046418040998105425, 0.04607125800248468, 0.04618601499896613, 0.04636869399837451, 0.04648843000177294, 0.04649665900069522, 0.04670086499754689, 0.045977764999406645, 0.046957270002167206, 0.04637525599900982, 0.047323309001512825, 0.04639711699928739, 0.04661922100058291, 0.04722328599746106, 0.04643176200261223, 0.0462230119992455, 0.04629269699944416, 0.046777734998613596, 0.04606375700313947, 0.046526677997462684, 0.046575814001698745, 0.046447436998278135, 0.04626463200111175, 0.046823128999676555, 0.04621877200042945, 0.048779360000480665, 0.04682932899959269, 0.04596225699788192, 0.04582821500298451, 0.045651899999938905, 0.0457531209976878, 0.04567788100030157, 0.045727540000370936, 0.04621006199886324, 0.04634707600052934, 0.04560698700151988, 0.04568251599994255, 0.04586983099943609, 0.04665473700151779, 0.04591211499791825, 0.046178431999578606, 0.04580403500222019, 0.04599198099822388, 0.04689148599936743, 0.04597270600061165, 0.04577900400181534, 0.04594838999764761, 0.04575475599995116, 0.04643126200244296, 0.04599735199735733, 0.045883355000114534, 0.04564763800226501, 0.04564756399850012, 0.04591642900049919, 0.04607928100085701, 0.04594915999769, 0.04606936300115194, 0.04577576000156114, 0.045920632997876965, 0.04575920299976133, 0.04574357300225529, 0.04584804399928544, 0.046359879001101945, 0.04573810999863781, 0.04582366300019203, 0.04633233200001996, 0.04591008599891211, 0.04563409199909074, 0.046115980003378354, 0.04650877999665681, 0.04674040800091461, 0.04628971599959186, 0.04596938300164766, 0.04589050399954431, 0.0459481660000165, 0.04628555999806849, 0.04593059400212951, 0.04658795900104451, 0.04644061199724092, 0.046029768000153126, 0.04644590899988543, 0.04698357000233955, 0.04637958499733941, 0.04629093100083992, 0.04596259500249289, 0.04677859999719658, 0.04652930500014918, 0.04662625200217008, 0.048681184998713434, 0.04721595099908882, 0.04601423300118768, 0.04578054499870632, 0.045697785000811564, 0.045606534000398824, 0.046126934998028446, 0.04569040600108565, 0.04631809000056819, 0.04575870899861911, 0.045973189000505954, 0.04612641100175097, 0.046131615999911446, 0.046337290998053504, 0.04591752100168378, 0.046556608998798765, 0.04608055100106867, 0.04632023700105492, 0.04571405699971365, 0.04578290799690876, 0.046341047000169056, 0.04634086500300327, 0.04606394299844396, 0.04686865899930126, 0.045844832999137, 0.046544758002710296, 0.046052626999880886, 0.04651215599733405, 0.046274292002635775, 0.04639329599740449, 0.04600546500296332, 0.04649619199699373, 0.046507016002578894, 0.04677723699933267, 0.046229726998717524, 0.04611738700259593, 0.04623444499884499, 0.04665788599959342, 0.046326097999553895, 0.04613648899976397, 0.04639022999981535, 0.046182492002117215, 0.047012081999127986, 0.0461801050005306, 0.04739874100050656, 0.04631377599798725, 0.04612879500200506, 0.04637346099843853, 0.046594860999903176, 0.04663716399954865, 0.04677252600231441, 0.04658662599831587, 0.046320049001224106, 0.0467693339996913, 0.04670873999930336, 0.04723908300002222, 0.04671001699898625, 0.0466765060009493, 0.04732333499850938, 0.04670873299983214, 0.04665721300261794, 0.0463739609986078, 0.04680271500183153]",tokens/s,21.563053762644554,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,01-ai/Yi-34B,01-ai/Yi-34B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 57, in launch raise RuntimeError(f""Isolated process exited with non-zero code {isolated_process.exitcode}"") RuntimeError: Isolated process exited with non-zero code -9 ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-12b,EleutherAI/pythia-12b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,48029.089792,,,,,s,1,120.20357377500113,120.20357377500113,0.0,120.20357377500113,120.20357377500113,120.20357377500113,120.20357377500113,[120.20357377500113],,kWh,0.0013891984448694504,0.000757165808829997,0,0.0021463642536994473,,MB,49467.211776,,,,,s,10,33.870004039003106,3.3870004039003105,0.012363488530452342,3.3835319745012384,3.3984284306992776,3.4075821178495973,3.414905067569853,"[3.3963942779992067, 3.4167358049999166, 3.3875021359999664, 3.3734008200008248, 3.3778814729994338, 3.3783125760019175, 3.395991117999074, 3.3844660380018468, 3.38259791100063, 3.3767218840002897]",tokens/s,75.58310288513766,kWh,3.998628838062662e-05,2.1793900647157785e-05,0.0,6.178018902778441e-05,tokens/kWh,4143723.158322955,MB,49484.566528,,,,,s,10,189.35915874999773,18.935915874999772,0.05263130544886752,18.938447708500462,18.98465367429926,19.01558519064947,19.04033040372964,"[19.046516706999682, 18.961137238002266, 18.89459207999971, 18.977780003999214, 18.884170916000585, 18.85238587099957, 18.95742339699791, 18.92301369299821, 18.90825711999787, 18.953881724002713]",tokens/s,3.327010978284712,kWh,0.0002230843800406241,0.00012158966033628673,0.0,0.00034467404037691085,tokens/kWh,182781.3894284226,,s,630,189.35314919299708,0.30056055427459855,0.0025340631706153513,0.30002940250051324,0.30394247159892984,0.3059797800004162,0.3084065436901801,"[0.30644239200046286, 0.30474366400085273, 0.3066349420005281, 0.30722958599653793, 0.3084291459999804, 0.29937795100340736, 0.3012170719994174, 0.3014539949981554, 0.29992477600171696, 0.3005087019992061, 0.29993735699827084, 0.3007850560024963, 0.29919374599921866, 0.29916197700003977, 0.2986945429984189, 0.29912333900210797, 0.3030839309976727, 0.30434134700044524, 0.2979334090014163, 0.29774248100147815, 0.2997671179982717, 0.30034575600075186, 0.29873220000081346, 0.2999568809973425, 0.29948377199980314, 0.29859049600054277, 0.2993910590012092, 0.29944280500058085, 0.298259543000313, 0.298429849997774, 0.2987074280026718, 0.2994743159979407, 0.29949981100071454, 0.3026875840005232, 0.30037604400058626, 0.30086743399806437, 0.3013681880001968, 0.3083512070006691, 0.3041169780008204, 0.2991847479970602, 0.30234225599997444, 0.30032546400252613, 0.3067083339992678, 0.30949196399888024, 0.30398522399991634, 0.3007337250019191, 0.30346192099750624, 0.3059853330014448, 0.3104088899999624, 0.30658666000090307, 0.31151499900079216, 0.30345390899674385, 0.30231825500231935, 0.30197790899910615, 0.30394627500209026, 0.3039914089968079, 0.30411763500160305, 0.30383982499915874, 0.3032340120007575, 0.30326049300128943, 0.30385760399803985, 0.3037446570015163, 0.3037734459976491, 0.3044772560024285, 0.3007659529976081, 0.30059116300253663, 0.3004577749998134, 0.298966902999382, 0.30053333699834184, 0.3000786449993029, 0.30092159300329513, 0.30117774899918004, 0.29973934100053157, 0.29929564999838476, 0.2980363070018939, 0.3005482429980475, 0.2980015799985267, 0.29923760600286187, 0.3004848739983572, 0.29866376900099567, 0.2994492600009835, 0.3002592119992187, 0.3016462359992147, 0.2991847420016711, 0.2987015069993504, 0.29939524099972914, 0.3001387160002196, 0.29929044199889177, 0.30221037899900693, 0.29919055299978936, 0.2996723510004813, 0.29944969300049706, 0.30597299299915903, 0.2993924180009344, 0.29906814900095924, 0.30087424899829784, 0.3002019760024268, 0.30308462099856115, 0.3002975810013595, 0.29887626799973077, 0.29780019499958144, 0.30001765099950717, 0.2990720890011289, 0.3006665829998383, 0.3004049249975651, 0.30638689000261365, 0.30065798799842014, 0.30083296700104256, 0.3046105829998851, 0.3064298979988962, 0.30537429900141433, 0.30351854900072794, 0.30260846999954083, 0.3017101490004279, 0.3001196439981868, 0.3009888119995594, 0.2995750330010196, 0.30264148700007354, 0.30012301099850447, 0.3022151090008265, 0.30067293400134076, 0.3024015339979087, 0.30322530299963546, 0.30197220199988806, 0.3014594180021959, 0.30684210599793005, 0.30387855500157457, 0.30367443000068306, 0.29855452999981935, 0.29881462099729106, 0.3001309310020588, 0.2989016699975764, 0.2983767580008134, 0.29815981700085104, 0.29716247000033036, 0.2983707319981477, 0.29773739099982777, 0.298771719000797, 0.2992732849997992, 0.29813889500292134, 0.2982816979965719, 0.30063747300300747, 0.29978314499749104, 0.2990980020003917, 0.3037156190002861, 0.29835563199958415, 0.2985072709998349, 0.29963702500026557, 0.30380549500114284, 0.2975901479985623, 0.2980815260016243, 0.2986523469990061, 0.29803441200056113, 0.2991920009990281, 0.29874166100125876, 0.298562148000201, 0.29892041600032826, 0.29899944399949163, 0.2986663080009748, 0.29979539399937494, 0.30283719200087944, 0.3001183279993711, 0.2985712989975582, 0.29983119400276337, 0.3004608789997292, 0.30140860399842495, 0.30125204700016184, 0.3006535200001963, 0.30002299300031154, 0.2991726030013524, 0.30029826699683326, 0.30023733000052744, 0.2998562620014127, 0.2990818420003052, 0.29962806799812824, 0.3012494520007749, 0.3000922940009332, 0.30079969199869083, 0.30182131200126605, 0.30160956400141004, 0.3014475029995083, 0.308285638999223, 0.2988115509979252, 0.29854857100144727, 0.3004612830009137, 0.3000349180001649, 0.2997397689978243, 0.3007937550028146, 0.29953845299678505, 0.3033555770016392, 0.2989469210006064, 0.29869347699786886, 0.2993764259990712, 0.2974772980014677, 0.2967134520004038, 0.29750012300064554, 0.2964116669973009, 0.2985055570024997, 0.29669695499978843, 0.2969011690001935, 0.29968075799843064, 0.2990246340013982, 0.2996415809975588, 0.3097085040026286, 0.30005171899756533, 0.298154391002754, 0.2992766089992074, 0.2983486970006197, 0.30490852000002633, 0.3017907479988935, 0.30174061200159485, 0.2979132820000814, 0.3020551929985231, 0.30475497099905624, 0.30646540300222114, 0.3049890199981746, 0.30782586300119874, 0.3014969879986893, 0.29998196399901644, 0.2989183800018509, 0.3002337100006116, 0.3012647819996346, 0.3021306669979822, 0.30170964400167577, 0.3027159509983903, 0.2999062490016513, 0.30110464099925593, 0.3014369299999089, 0.30345857300198986, 0.3025258380002924, 0.3024256369972136, 0.30041608800092945, 0.30143975499959197, 0.3022280600016529, 0.3031758449978952, 0.3022735800004739, 0.3121217619991512, 0.3031942740017257, 0.30145866299790214, 0.3062019610006246, 0.30148537200147985, 0.29949647600005846, 0.30134282499784604, 0.3003506280001602, 0.2997603660005552, 0.29992281399972853, 0.3009356460024719, 0.3004183689990896, 0.2999581309995847, 0.30484916400018847, 0.3003665649994218, 0.29969983699993463, 0.30659857999853557, 0.2990385810007865, 0.3005421950001619, 0.2995432919997256, 0.3004405380015669, 0.299674130998028, 0.30710393900153576, 0.29719934400054626, 0.2967104119998112, 0.29807782499847235, 0.297610009998607, 0.29769968400069047, 0.2991755719995126, 0.29816955200294615, 0.29903951499727555, 0.2999742009997135, 0.29793895200054976, 0.2980299949995242, 0.2980388899995887, 0.3027491850007209, 0.299809317002655, 0.2982947759992385, 0.2976027309996425, 0.2986919239992858, 0.2983754759989097, 0.3004789250007889, 0.30138348400214454, 0.29973038399839425, 0.2996104359990568, 0.29922851499941316, 0.29856842000299366, 0.2999325239979953, 0.2975220209991676, 0.2972894529993937, 0.29789965000236407, 0.29807993400027044, 0.2993907380005112, 0.29890243699992425, 0.30158984299851, 0.3038936859993555, 0.3023152370005846, 0.29982452300100704, 0.2993518889998086, 0.29963630299971555, 0.2989389629983634, 0.3000261490014964, 0.3045825560002413, 0.30047730899968883, 0.298432331001095, 0.29982230399764376, 0.3000815449995571, 0.2997450370021397, 0.29954433999955654, 0.3039420489985787, 0.29904774900205666, 0.30061363599816104, 0.30032323600244126, 0.3004269179982657, 0.2988662509997084, 0.30003891500018653, 0.29875005800204235, 0.29936871199970483, 0.29958896199968876, 0.3042539359994407, 0.29896664199986844, 0.29741901499801315, 0.2979178730020067, 0.2993159879988525, 0.29965482099942164, 0.2981292629992822, 0.29810936900321394, 0.29826990099900286, 0.298295581000275, 0.2982739929975651, 0.2977574120013742, 0.2997773259994574, 0.2966010269992694, 0.296597192002082, 0.29809481499978574, 0.2976614690014685, 0.29719030399792246, 0.2988812110015715, 0.29765717500049504, 0.2969146599971282, 0.2975755920015217, 0.2974030670011416, 0.2976567929981684, 0.2966219230002025, 0.29722465300073964, 0.29743807399790967, 0.2975406630030193, 0.2973060079966672, 0.2974851570033934, 0.29731328599882545, 0.299804188998678, 0.3052301700008684, 0.2987158440009807, 0.2978152229989064, 0.3010929500014754, 0.2990838299992902, 0.298708505997638, 0.29876097300075344, 0.29877900000064983, 0.2986252490009065, 0.2988026569983049, 0.30013935700117145, 0.30036016500162077, 0.30043573799775913, 0.3041394930005481, 0.3031943189998856, 0.2990820410013839, 0.3007619909985806, 0.30129757699978654, 0.29987260100097046, 0.30030651099878014, 0.3000667890009936, 0.299589369999012, 0.3003793269999733, 0.3015842700006033, 0.3009246309993614, 0.30185410600097384, 0.29941349599903333, 0.3039028480015986, 0.2998005609988468, 0.299988532999123, 0.3000308340015181, 0.30703655099932803, 0.300796324001567, 0.2999816169976839, 0.30049184300150955, 0.30254808899917407, 0.30405843300104607, 0.2987816179993388, 0.3007366109995928, 0.297815450001508, 0.29865573499773745, 0.29990049800107954, 0.2996030569993309, 0.29907694999928935, 0.29977757100277813, 0.2994310059984855, 0.29866268199839396, 0.299109858002339, 0.3004803589974472, 0.30127099500168697, 0.30093457700058934, 0.30075867299819947, 0.2999934440013021, 0.3002916750010627, 0.30026863099919865, 0.30792807299803826, 0.3016507390020706, 0.29936401799932355, 0.3054711969998607, 0.3008890220007743, 0.2998801719986659, 0.2998814019993006, 0.30129752799985, 0.30138170800273656, 0.29968954399737413, 0.29973945900201215, 0.3009153979983239, 0.30093790600221837, 0.3001833269991039, 0.3029135819997464, 0.29863881599885644, 0.2995559180017153, 0.30063176800103975, 0.30056771999807097, 0.3003715369995916, 0.30116302800161066, 0.29894157300077495, 0.30025112299699686, 0.3017949940003746, 0.30151768600262585, 0.3001382239999657, 0.3013000149985601, 0.30181264099883265, 0.301351843001612, 0.30185165899820277, 0.3022634190019744, 0.30051624499901664, 0.30139538000003085, 0.3019163370008755, 0.3064329129992984, 0.3004435160000867, 0.3002349080015847, 0.3006395149968739, 0.3003427380026551, 0.30552677499872516, 0.29953621700042277, 0.300131780000811, 0.30319884499840555, 0.3005896770009713, 0.30140807299903827, 0.30088954199891305, 0.30007938199923956, 0.29881320300046355, 0.30028990100254305, 0.2995856960005767, 0.2995072169978812, 0.29884455900173634, 0.29961613599880366, 0.2997023210009502, 0.29835233699850505, 0.30152609200013103, 0.3061716810007056, 0.30042265500014764, 0.30019189800077584, 0.29789112899743486, 0.2957868920020701, 0.2986163569985365, 0.3023620480016689, 0.2976596589978726, 0.2974145190019044, 0.2986936989982496, 0.2992329360022268, 0.2980408149996947, 0.3001364109986753, 0.30070060000070953, 0.30286741300005815, 0.3002670069981832, 0.29837036000026274, 0.297653359000833, 0.29784169900085544, 0.2993844579978031, 0.29845440900317044, 0.29787839599885046, 0.2992530449992046, 0.2993759820019477, 0.2999087559983309, 0.2998112700006459, 0.29988513499847613, 0.30271341700063203, 0.30055691199959256, 0.3035837530005665, 0.30092424800022854, 0.3002716560004046, 0.30212525200113305, 0.3114666749970638, 0.3013012860028539, 0.3037735689977126, 0.2995006029996148, 0.3023490720006521, 0.30186701999991783, 0.30110548399898107, 0.30117528100163327, 0.3013336479998543, 0.29905104499994195, 0.29963982100161957, 0.29940642899964587, 0.2985414979993948, 0.3046333889978996, 0.29849203000048874, 0.298976540001604, 0.2989482409975608, 0.2973114850028651, 0.2975372279979638, 0.2980923350005469, 0.29842933699910645, 0.2978131400013808, 0.3074172839988023, 0.2986591959997895, 0.29881934500008356, 0.29859318300077575, 0.2984582880017115, 0.2982585449972248, 0.2984952680017159, 0.29770177499813144, 0.2968696630014165, 0.2975225660011347, 0.2983118949996424, 0.2986553289993026, 0.29913992499859887, 0.3018439120023686, 0.2994786649978778, 0.3012252670014277, 0.2992940920012188, 0.3000650619978842, 0.29743181899902993, 0.2976866720018734, 0.29680604099849006, 0.29806102700240444, 0.2980709490002482, 0.29741242099771625, 0.29951794000226073, 0.298299390997272, 0.29775090499970247, 0.29902332200072124, 0.29830276199936634, 0.29951715800052625, 0.2980241320001369, 0.2977475820007385, 0.2978408919989306, 0.30489067600137787, 0.2988069710008858, 0.29907816799823195, 0.2994691870007955, 0.2982892299987725, 0.30371910800022306, 0.30472977300087223, 0.30086715500146965, 0.3004073279989825, 0.2996279369981494, 0.3023883210007625, 0.30588537199946586, 0.30747067099946435, 0.3069230420005624, 0.3024252220020571, 0.3030433469975833, 0.30440779000127804, 0.3036248919997888, 0.30343881000226247, 0.3046785259975877, 0.3030982650016085, 0.30430433199944673, 0.30707600000096136, 0.29962408900246373, 0.2995305009972071, 0.30143732400028966, 0.299164481999469, 0.30024415000298177, 0.2997751229995629, 0.29770561199984513, 0.2978250089981884, 0.299749009001971, 0.29933072899802937, 0.30179851700086147, 0.300888350000605, 0.29820784500043374, 0.2996217809995869, 0.30256284599818173, 0.29866456300078426, 0.2978124219989695, 0.301511773999664, 0.30012616500243894, 0.29972226899917587, 0.2978808049992949, 0.30046551399937016, 0.30138564899971243, 0.30114803400283563, 0.3013422730000457, 0.3015771539976413, 0.3000279709995084, 0.3006501890013169, 0.30279764300212264, 0.30032585399749223, 0.2992220250016544, 0.3008302679991175, 0.30117005799911567, 0.3075305349993869, 0.3001380430032441, 0.3009673339984147, 0.2992682229996717, 0.300128096001572, 0.30271281299792463, 0.3006439170021622, 0.30054029599705245, 0.3003047439997317, 0.30203632100165123, 0.3002003389992751, 0.30088044100193656, 0.3047028339969984, 0.3013551000003645, 0.3022885810023581, 0.3036158609975246, 0.30367945800026064, 0.30458758500026306, 0.2994131150007888, 0.30158234700138564, 0.3033216199983144, 0.30218552999940584, 0.30127926400018623, 0.2983406710009149, 0.29860506700060796, 0.29913859799853526, 0.2998826450020715, 0.2983730679989094]",tokens/s,3.327116568617912,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,xglm,facebook/xglm-4.5B,facebook/xglm-4.5B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,xglm,facebook/xglm-7.5B,facebook/xglm-7.5B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-14B,Qwen/Qwen1.5-14B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Llama-2-70b-hf,meta-llama/Llama-2-70b-hf,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,Deci/DeciCoder-1b,Deci/DeciCoder-1b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 559, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3832, in from_pretrained model = cls(config, *model_args, **model_kwargs) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 248, in __init__ self.model = DeciCoderModel(config) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 215, in __init__ self.layers = nn.ModuleList([DeciCoderDecoderLayer(config) for _ in range(config.num_hidden_layers)]) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 215, in self.layers = nn.ModuleList([DeciCoderDecoderLayer(config) for _ in range(config.num_hidden_layers)]) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 181, in __init__ self.self_attn = DeciCoderAttention(config=config) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 54, in __init__ self._init_rope() File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1729, in __getattr__ raise AttributeError(f""'{type(self).__name__}' object has no attribute '{name}'"") AttributeError: 'DeciCoderAttention' object has no attribute '_init_rope' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Meta-Llama-3-70B,meta-llama/Meta-Llama-3-70B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,togethercomputer/RedPajama-INCITE-Base-7B-v0.1,togethercomputer/RedPajama-INCITE-Base-7B-v0.1,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-72B,Qwen/Qwen1.5-72B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,internlm,internlm/internlm-20b,internlm/internlm-20b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-110B,Qwen/Qwen1.5-110B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,codegen,Salesforce/codegen-16B-nl,Salesforce/codegen-16B-nl,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt2,openai-community/gpt2-large,openai-community/gpt2-large,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-65b,huggyllama/llama-65b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-30b,huggyllama/llama-30b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Llama-2-13b-hf,meta-llama/Llama-2-13b-hf,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-7B,Qwen/Qwen1.5-7B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,stabilityai/stablelm-base-alpha-3b,stabilityai/stablelm-base-alpha-3b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,recurrent_gemma,google/recurrentgemma-9b,google/recurrentgemma-9b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/gpt-neox-20b,EleutherAI/gpt-neox-20b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 57, in launch raise RuntimeError(f""Isolated process exited with non-zero code {isolated_process.exitcode}"") RuntimeError: Isolated process exited with non-zero code -9 ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mixtral,mistralai/Mixtral-8x22B-v0.1,mistralai/Mixtral-8x22B-v0.1,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,01-ai/Yi-6B,01-ai/Yi-6B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,24691.695616,,,,,s,1,60.48072126200003,60.48072126200003,0.0,60.48072126200003,60.48072126200003,60.48072126200003,60.48072126200003,[60.48072126200003],,kWh,0.0006873581857444446,0.0003746356430969034,0,0.001061993828841348,,MB,25403.12576,,,,,s,10,15.617429154999968,1.5617429154999969,0.006288356138399639,1.5630368694999959,1.5683739024000203,1.570578791699998,1.5723427031399801,"[1.5727836809999758, 1.5655378399999904, 1.5523429489999785, 1.5644740810000144, 1.5586637569999766, 1.5678839270000253, 1.5638733760000036, 1.5520128559999762, 1.557656325000039, 1.562200362999988]",tokens/s,163.91942454756762,kWh,1.942645391784721e-05,1.058800486682474e-05,0.0,3.001445878467195e-05,tokens/kWh,8529222.593570014,MB,25420.566528,,,,,s,10,96.6850044599999,9.66850044599999,0.015961051075325843,9.66390701849997,9.690990080600011,9.698144102300017,9.703867319660022,"[9.68940029800001, 9.663312351999991, 9.672359756999981, 9.657416424999951, 9.660101139000005, 9.664501684999948, 9.649436159000004, 9.656767537999997, 9.666410982999992, 9.705298124000024]",tokens/s,6.516005284569655,kWh,0.00011816552815534726,6.440479918416352e-05,0.0,0.00018257032733951076,tokens/kWh,345072.503938957,,s,630,96.68096235299998,0.15346184500476187,0.001568508670541357,0.15297690500000272,0.15546304169998848,0.15729395840001245,0.15912658288996795,"[0.158074374000023, 0.15500678600000128, 0.15491561400000364, 0.1536319639999988, 0.16013998699997956, 0.153889477000007, 0.15386456300001328, 0.15307989199999383, 0.15309111699997402, 0.15420599500004073, 0.15338247399995453, 0.15350911400003042, 0.1524216299999921, 0.15297063600002048, 0.15229564800000617, 0.15294331499995906, 0.1548945060000051, 0.1555824420000249, 0.15331537700001263, 0.15414558799994893, 0.15332378100004007, 0.15450834799997892, 0.15325883700000986, 0.15271971099997472, 0.15825878800001192, 0.154013429000031, 0.15251682399997435, 0.15201490700002296, 0.15226898999998184, 0.15220894499998394, 0.15324687399998993, 0.15302022700001316, 0.15257070799998473, 0.15307119500005228, 0.15263981099997181, 0.15237033699997937, 0.15335960000004434, 0.15327385399996274, 0.16266493800003445, 0.15675758599996925, 0.15270462699999143, 0.15357030600000598, 0.15299280700003237, 0.15265453799997886, 0.1531559590000029, 0.15312591899999006, 0.1525466379999898, 0.15286872100000437, 0.1526714370000377, 0.15274695199997268, 0.1526272840000047, 0.152623382999991, 0.15329062400002158, 0.152785300000005, 0.15289450000000215, 0.15313894999997046, 0.15302889299999833, 0.15284036000002743, 0.15292821700001014, 0.15808466999999382, 0.15366934999997284, 0.15563577199998235, 0.15298984500003598, 0.1576261100000238, 0.15557502899997644, 0.15409041000003754, 0.15606001499998, 0.15432862599999453, 0.1540558689999898, 0.15388084800002844, 0.1534922459999848, 0.15319509199997583, 0.1550278710000157, 0.15415422099999887, 0.1544513160000065, 0.153370074999998, 0.15550892999999633, 0.15346839599999385, 0.15338058399999, 0.1541950330000077, 0.15345320400001583, 0.1525732860000062, 0.15200786399998378, 0.15257831399998167, 0.15180406600001106, 0.15365392300003577, 0.15337837599997783, 0.15269709599999715, 0.15222348100002137, 0.15196794299998828, 0.15222958099997186, 0.152326649000031, 0.1520576230000188, 0.15246162599999025, 0.15331690799996522, 0.1521429520000197, 0.1522664820000159, 0.15184302599999455, 0.1519909539999844, 0.1520146299999965, 0.15235028400002193, 0.1517579590000082, 0.15213745799997014, 0.15250000100002126, 0.15289853499996298, 0.15193917300001658, 0.15230687899997974, 0.15285212400004866, 0.15266830599995274, 0.15281234900004392, 0.15299646899995878, 0.153130458000021, 0.1531234259999792, 0.15356290200003286, 0.1576685040000143, 0.15293502499997658, 0.15265513600002123, 0.1524692899999991, 0.15264959099999942, 0.15720850399998199, 0.1539404679999734, 0.15282469100003482, 0.15256485999998404, 0.1534336799999778, 0.15898020900004894, 0.15371816399999716, 0.15876212799997802, 0.15854274500003385, 0.15474959799996668, 0.1554579429999876, 0.15303969200004985, 0.154021600999954, 0.15310895700002902, 0.15331006999997498, 0.1534367320000456, 0.1527992399999789, 0.15293979299997318, 0.152679954000007, 0.15245275500001298, 0.15518274200002224, 0.1532751099999814, 0.15345490599997902, 0.15316796500002283, 0.1530036020000125, 0.1535090959999934, 0.15291403700001638, 0.1526601549999782, 0.15238047399998322, 0.15262600400001247, 0.15230243799999243, 0.1522316319999959, 0.15256490600000916, 0.15302109800001062, 0.1521851779999679, 0.15276493300001448, 0.15376543200000015, 0.15250215600002548, 0.15265996400000859, 0.1526488220000033, 0.15278533699995478, 0.15250487299999804, 0.15348182100001395, 0.15342426099999784, 0.15598319200000788, 0.15279316200002313, 0.15312079399996037, 0.1536203130000331, 0.15338577399995756, 0.1529693580000071, 0.157692609000037, 0.15283642299999656, 0.1528201169999761, 0.15275406400002112, 0.15318367999998372, 0.15729624800002284, 0.1531891230000042, 0.15293116499998405, 0.1522884209999802, 0.1529078280000249, 0.15933715699998174, 0.15309075400000438, 0.1529088909999814, 0.15357712500002663, 0.15277560399999857, 0.1528526280000051, 0.1521362930000123, 0.15285920299999134, 0.15315614799999366, 0.15315933400000858, 0.15914049099995964, 0.1565064630000279, 0.1552291890000106, 0.15399646299999858, 0.15344929099995852, 0.1526731200000313, 0.15358284299998104, 0.15286695200001077, 0.15278997100000424, 0.1523035019999952, 0.1527160680000179, 0.1524586629999476, 0.15211341900004527, 0.15251391699996475, 0.15188714800001435, 0.15300122000002148, 0.15234363599995504, 0.15239491700003782, 0.15217843199997105, 0.1520089280000434, 0.1520869229999562, 0.1528250790000243, 0.15242012900000645, 0.15313087900000255, 0.15320869399999992, 0.1529082879999919, 0.15252562099999523, 0.1523734830000194, 0.15277750399997103, 0.15294923200002586, 0.1519160699999702, 0.15293137899999465, 0.15373690400002715, 0.1524595220000151, 0.1527002659999539, 0.156985675000044, 0.15314591199995675, 0.15274252700004354, 0.15510861899997508, 0.15277053699998078, 0.15726430800003754, 0.15342700700000478, 0.15206307299996524, 0.15250090199998567, 0.1528266340000073, 0.1579987520000259, 0.15349379200000612, 0.1525328859999604, 0.1527761190000092, 0.15293608500002165, 0.15295651000002408, 0.15258447099995465, 0.15330812400003424, 0.1535837999999785, 0.15310573099998237, 0.1526751580000223, 0.15256147899998496, 0.15281683300003124, 0.1525555409999697, 0.1543253990000153, 0.15404882000001408, 0.15387658200000942, 0.15295302099997343, 0.15933825299998716, 0.15535453400002552, 0.15430924399998958, 0.15274108099998784, 0.15297399299998915, 0.15309171200004812, 0.15313637499997412, 0.15244799300000977, 0.15280283300000974, 0.15270723599996927, 0.15282389999998713, 0.152648978000002, 0.1520342670000332, 0.15297823499997776, 0.15183779300002698, 0.15259220899997672, 0.15262089800000922, 0.15301222499999767, 0.15220074699999486, 0.15207017800003086, 0.15341112699996984, 0.1523746490000235, 0.1524524469999733, 0.15270289400001502, 0.15329404800002067, 0.1529398389999983, 0.1528959009999653, 0.15749664800000573, 0.15263070700001435, 0.15274093499999708, 0.15210475599997153, 0.15213951000004045, 0.15702241299999287, 0.1535648130000027, 0.15764963599997373, 0.15220398799999657, 0.15228999300001078, 0.15717850999999428, 0.15331943800003955, 0.1526756729999761, 0.15263868900001398, 0.15273968299999297, 0.15273512499999242, 0.15241089599999214, 0.15287840700000288, 0.15350055400000429, 0.15342792899997448, 0.15232640900001115, 0.15281389300002957, 0.15335274699998536, 0.15293502700001227, 0.15652017700000442, 0.15309035799998583, 0.15387280499999179, 0.15313601999997672, 0.15301187100004654, 0.15249063199996726, 0.15247523700003285, 0.15338096799996492, 0.15211732099999153, 0.1527334840000094, 0.15317132300003777, 0.1551539479999633, 0.15792855199998712, 0.15455109900000252, 0.15392827699997724, 0.15299545099998113, 0.15247493400005396, 0.1534010629999898, 0.15310815399999456, 0.1523232689999645, 0.1525146080000468, 0.1525427880000052, 0.15220461599994906, 0.15328215100004172, 0.1526234169999725, 0.15282023100002107, 0.15255323600001702, 0.15255927199996222, 0.15356149699999833, 0.15267420500003936, 0.15316830699998718, 0.15715093599999364, 0.1524085419999892, 0.15287626399998544, 0.15297557500002767, 0.15308948699998837, 0.1571383930000252, 0.1529957559999957, 0.1522444489999657, 0.15274193400000513, 0.15223380000003317, 0.1573931529999868, 0.153115549000006, 0.15276346399997465, 0.15314035800003012, 0.15571548899998788, 0.15239324599997417, 0.15272287499999493, 0.1530143030000204, 0.15293876599997702, 0.1532984190000093, 0.15269473800003652, 0.15285108799997715, 0.15292533100000583, 0.15347817299999633, 0.15582453500002202, 0.15442453199995043, 0.1540481840000325, 0.15299565200001553, 0.1539336159999607, 0.1533109760000002, 0.15433952900002623, 0.15377105999999685, 0.15350472199997967, 0.1525275900000338, 0.15267292799995857, 0.151938714000039, 0.15348313499998767, 0.15501788900002111, 0.15323892699996122, 0.15326143100003264, 0.1521903499999553, 0.15282323800005315, 0.15314742599997544, 0.15215718799998967, 0.15699614599998313, 0.15380374099999017, 0.1536485780000021, 0.15313069799998402, 0.15284917799999675, 0.15242889300003526, 0.15239468599997963, 0.15197431500001812, 0.15296868600000835, 0.15271580899997161, 0.1526501040000312, 0.15766199600000164, 0.15188396199999943, 0.15328961699998445, 0.15259907399996564, 0.1519568830000253, 0.1562591530000077, 0.15205402099996945, 0.15181308900002932, 0.1509574180000186, 0.15218135099996744, 0.15775320200003762, 0.1528953439999441, 0.15670476200000394, 0.15294764100002567, 0.15201418700002023, 0.15248614699999052, 0.15207062199999655, 0.15332546700000194, 0.15208363299996108, 0.15310081200004788, 0.15208143099999916, 0.15184701199996198, 0.15195039100001395, 0.15247776199998953, 0.15421852100001843, 0.15344974399999955, 0.1549360189999902, 0.15280003399999487, 0.15286207299999433, 0.15319565100003274, 0.1529918049999992, 0.1531870029999709, 0.15254707000002554, 0.15256685599996445, 0.1530292130000248, 0.1527625620000208, 0.15256238699998903, 0.15441035599997122, 0.15322113700000273, 0.15287510199999588, 0.15256875500000433, 0.15260125899999366, 0.15311460000003763, 0.15300194100001363, 0.1530783949999659, 0.15439868999999362, 0.15326601800001072, 0.15275194100001954, 0.15288068999996085, 0.1535835480000287, 0.153262299000005, 0.15295314100001178, 0.15853981700001896, 0.1555179729999736, 0.15491023499998846, 0.15836668100001816, 0.1529620470000168, 0.15307154799995715, 0.15304891800002451, 0.1531245180000269, 0.1563843639999618, 0.15319172499999922, 0.15249632900003007, 0.15221806699997842, 0.1522696129999872, 0.15786127600000555, 0.1527935139999954, 0.15269247100002303, 0.1527373119999993, 0.1524207489999867, 0.15187317499999153, 0.15202946599998768, 0.15276953500000445, 0.15233491500003993, 0.1527213139999617, 0.15232265900004904, 0.15252375899996196, 0.15263512699999637, 0.15226302400003533, 0.153065177999963, 0.15667778800002452, 0.15463914299999715, 0.15259131800002024, 0.15276092799996377, 0.15239483999999948, 0.15268975499998305, 0.15240525500001922, 0.15260000300003185, 0.15277112600000464, 0.1529882149999935, 0.15507915499995306, 0.152591158000007, 0.1542970099999934, 0.15268653700002233, 0.15245690599999762, 0.15270564399997966, 0.1528784160000214, 0.15305774000000838, 0.15292457900000045, 0.15299040499996863, 0.152867289000028, 0.15201647800000728, 0.15219032699997115, 0.15257661200001849, 0.15280317999997806, 0.15276772600003596, 0.15215550799996436, 0.1528029110000375, 0.1529727649999586, 0.15310518800004047, 0.1526472069999727, 0.1531026220000058, 0.15413730800003123, 0.1537239159999899, 0.15303469599996333, 0.1618503130000022, 0.1561373899999694, 0.1537315049999961, 0.15313328000002002, 0.15205655199997636, 0.1579064809999977, 0.15333517999999913, 0.15273514000000432, 0.15296430099999725, 0.1533968610000329, 0.15274503500000947, 0.15305298999999195, 0.15335108799996533, 0.1537405750000289, 0.15354046400000243, 0.1527705379999702, 0.15321091399999887, 0.15258212200001253, 0.1533840200000327, 0.15287464199997203, 0.15729115999999976, 0.15446500299998434, 0.1530220210000266, 0.15315792199999123, 0.15224816199997804, 0.15348780100003978, 0.15401788499997338, 0.1529916549999939, 0.1527241620000268, 0.15265774699997792, 0.15252544000003354, 0.15269171299996742, 0.15403188900000941, 0.15302534699998205, 0.1523505250000312, 0.1523730490000048, 0.15271131699995522, 0.15422931100005144, 0.15248742799997217, 0.1532303230000025, 0.1540814730000193, 0.15322674999998753, 0.15302967799999578, 0.15235327400000642, 0.15260517000001528, 0.15289962800000012, 0.15229978599995775, 0.15233603600000833, 0.15268585900003018, 0.15303224399997362, 0.15280103600002803, 0.15292144000000008, 0.15350698899999315, 0.15306059400001004, 0.15300873899997214, 0.15227449100001422, 0.1525425830000131, 0.15276207899995597, 0.1532767340000305, 0.15215934599996217, 0.15808704800002715, 0.1537088530000119, 0.15313790199996902, 0.15823076600003105, 0.15568545799999356, 0.15426394799999343, 0.15387056399998755, 0.1535367350000456, 0.15415226199996823, 0.15406349400001318, 0.15273234699998284, 0.15361111999999366, 0.15316887700004145, 0.15327852499996197, 0.15342560700003105, 0.15619155699999965, 0.15459374299996398, 0.1533160280000061, 0.15377632500002392, 0.1540958420000038, 0.15352580299997953, 0.15391087900002276, 0.1530599719999941, 0.15241858600001024, 0.15260618199999954, 0.15263284099995644, 0.15279315600002974, 0.15365027899997585, 0.15211770600001273, 0.15251609599999938, 0.1523142190000044, 0.1526443170000107, 0.15214430700001458, 0.15278675599995495, 0.15385950200004572, 0.15345054499999833, 0.1529116179999619, 0.15231183700001338, 0.15331497099998614, 0.15362095200003978, 0.1543176639999615, 0.15469468600002756, 0.15286589499999081, 0.1522763789999999, 0.15263438699997778, 0.15260053299999754, 0.15356862800001636, 0.15558381099998542, 0.1572523140000044, 0.15477761200003215, 0.15466444800000545, 0.15451117699996075, 0.1547127300000284, 0.15521780599999602, 0.1533920690000059, 0.1590925319999883, 0.15382015599999477, 0.15322134000001597, 0.15355983099999548, 0.1541774799999871, 0.15990301300001875, 0.1557994469999926, 0.15544890199998918, 0.15481638300002487, 0.15292293699997117, 0.158502153000029]",tokens/s,6.516277710390947,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mistral,TencentARC/Mistral_Pro_8B_v0.1,TencentARC/Mistral_Pro_8B_v0.1,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-160m,EleutherAI/pythia-160m,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-6.7b,EleutherAI/pythia-6.7b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-13b,facebook/opt-13b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-6.7b,facebook/opt-6.7b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,microsoft/rho-math-1b-v0.1,microsoft/rho-math-1b-v0.1,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-2.7b,EleutherAI/pythia-2.7b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen2-beta-72B,Qwen/Qwen2-beta-72B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-0.5B,Qwen/Qwen1.5-0.5B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-1.8B,Qwen/Qwen1.5-1.8B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-70m,EleutherAI/pythia-70m,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gemma,google/gemma-2b,google/gemma-2b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-40b,tiiuae/falcon-40b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gemma,google/gemma-7b,google/gemma-7b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-125m,facebook/opt-125m,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,dbrx,databricks/dbrx-base,databricks/dbrx-base,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-350m,facebook/opt-350m,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stablelm,stabilityai/stablelm-2-12b,stabilityai/stablelm-2-12b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/polyglot-ko-12.8b,EleutherAI/polyglot-ko-12.8b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,52255.346688,,,,,s,1,130.74635671899887,130.74635671899887,0.0,130.74635671899887,130.74635671899887,130.74635671899887,130.74635671899887,[130.74635671899887],,kWh,0.0015147892883680483,0.0008256177088828841,0,0.0023404069972509326,,MB,53498.667008,,,,,s,10,37.27651581399732,3.727651581399732,0.01161427861033874,3.7250334369991833,3.74377760569987,3.748288197350303,3.7518966706706487,"[3.7184050099986052, 3.742775251999774, 3.7527987890007353, 3.7159133959994506, 3.7330861709997407, 3.716705599001216, 3.7254536809996353, 3.729068255999664, 3.7246131929987314, 3.7176964669997687]",tokens/s,68.67594634578805,kWh,4.4002198774932146e-05,2.3982713748245672e-05,0.0,6.798491252317781e-05,tokens/kWh,3765541.36055883,MB,53696.311296,,,,,s,10,208.85758327400072,20.885758327400072,0.09101826009203094,20.88238362950051,21.01143999949909,21.026154133249747,21.037925440250273,"[20.827011217999825, 20.886188037000466, 21.008170191998943, 20.878579222000553, 20.896660714999598, 20.75792579299923, 20.86113617400042, 21.040868267000405, 20.748671348001153, 20.952372308000122]",tokens/s,3.0164095079731994,kWh,0.00024698767657985843,0.00013461789396470206,0.0,0.0003816055705445605,tokens/kWh,165091.92963325314,,s,630,208.85144188099912,0.3315102252079351,0.0033407194783103243,0.33071706099963194,0.3363665634999052,0.3378862346004098,0.3404150827097328,"[0.33552394100115635, 0.3284568910003145, 0.3280928159983887, 0.32686803700016753, 0.32904432699979225, 0.3292643840013625, 0.3320114050002303, 0.3296357099989109, 0.3291149939996103, 0.32891658000153257, 0.3296003939994989, 0.33005773699915153, 0.3287118210009794, 0.3292876380000962, 0.3283403469995392, 0.32965949100071157, 0.3273962269995536, 0.32783828799983894, 0.33223554200048966, 0.33140324099986174, 0.3284095239996532, 0.32703863300048397, 0.33060798899896326, 0.32736150300115696, 0.3272178970000823, 0.32824493199950666, 0.32682496000052197, 0.32808118100001593, 0.32777103499938676, 0.3279578279998532, 0.3286540459994285, 0.32911813800092204, 0.3293751389992394, 0.3295392180007184, 0.328836892000254, 0.327262939999855, 0.3295888319989899, 0.32797410400053195, 0.328631922000568, 0.32915600100022857, 0.3300517289990239, 0.3281030190009915, 0.3276392499992653, 0.3288382600003388, 0.3288189599988982, 0.3301746400011325, 0.3277677309997671, 0.32808090199978324, 0.32888289599941345, 0.339636218999658, 0.33149631100059196, 0.3336956860002829, 0.3371040580004774, 0.33235417600008077, 0.3374519129993132, 0.3376580879994435, 0.3337129179999465, 0.33577582700127095, 0.33471417799955816, 0.3401733270002296, 0.3387075390000973, 0.33831308299886587, 0.337931516000026, 0.33691508599986264, 0.33621883500018157, 0.3307841349997034, 0.3305029840012139, 0.33361555699957535, 0.3395950249996531, 0.3315123989996209, 0.330100825000045, 0.33105334100037, 0.3285539989992685, 0.3286025020006491, 0.32817217800038634, 0.3286398790005478, 0.33090238899967517, 0.3296146579996275, 0.329082517999268, 0.32969375100037723, 0.32875002500077244, 0.32941947799918125, 0.32960843500040937, 0.3325447820006957, 0.32966965199921106, 0.3315960580002866, 0.33345281499896373, 0.3318623760005721, 0.33105804300066666, 0.3291717920001247, 0.3357429779989616, 0.3335423019998416, 0.3305019840008754, 0.3284490940004616, 0.3284525989984104, 0.32783840200136183, 0.3320499519995792, 0.3288008500003343, 0.3372702879987628, 0.3294436730011512, 0.3290848169999663, 0.3407587629990303, 0.33806148199983, 0.3342600450014288, 0.3349636909988476, 0.3332842640011222, 0.32874207900022157, 0.3321517979984492, 0.3317356370007474, 0.3339605790006317, 0.3331411559993285, 0.3320333320007194, 0.3283986249989539, 0.3296811489999527, 0.3308807640005398, 0.32970828199904645, 0.32895967200056475, 0.3308196289999614, 0.33025821699993685, 0.32922758200038515, 0.32999101300083566, 0.3302021119998244, 0.33013382199897023, 0.3327911470005347, 0.334299011999974, 0.33490286999949603, 0.33849118699981773, 0.3330963080006768, 0.3329452219986706, 0.3353280410010484, 0.33683906300029776, 0.3328125859989086, 0.3357514990002528, 0.3309180390006077, 0.3324080040001718, 0.3344600639993587, 0.33240401500006556, 0.3328042439989076, 0.33194166500106803, 0.3296478640004352, 0.3309800269998959, 0.333310537998841, 0.33251610300067114, 0.3351761930007342, 0.33383209999919927, 0.3320431650008686, 0.3348518469992996, 0.34083117800037144, 0.33126322499992966, 0.3367666049998661, 0.33651086399913765, 0.3316321150014119, 0.3307077359986579, 0.3308337250000477, 0.3304061899998487, 0.3305626530000154, 0.3315107260004879, 0.3325502690004214, 0.3343334279998089, 0.3318293869997433, 0.33084555599998566, 0.33082984700013185, 0.3312092150008539, 0.3324579039999662, 0.3346709939996799, 0.3351445739990595, 0.3359501270006149, 0.33585125299941865, 0.3380293820009683, 0.33723924299920327, 0.33419275599953835, 0.33665512100014894, 0.3358126090006408, 0.3380590910001047, 0.33705352899960417, 0.33686119800040615, 0.3348506719994475, 0.3372011900009966, 0.33103845400000864, 0.33163557199986826, 0.33423067100011394, 0.33215772199946514, 0.32983084700026666, 0.3291886099996191, 0.33092362500065065, 0.3302509459990688, 0.33160205599961046, 0.33043064400044386, 0.3312287879998621, 0.3363365050008724, 0.33023790099832695, 0.3286762400002772, 0.329091794001215, 0.33019374899959075, 0.32915062099891657, 0.33113533000141615, 0.33581814900026075, 0.32921461099977023, 0.329609102998802, 0.32988890200067544, 0.3360521560007328, 0.3322304199991777, 0.33064261300023645, 0.3304287409991957, 0.33064442000068084, 0.3310001129993907, 0.3292924960005621, 0.33072516299944255, 0.3341097770007764, 0.33255748599913204, 0.3332781290009734, 0.3318001159987034, 0.3289686490006716, 0.32939137299945287, 0.32957941300082894, 0.3318372369994904, 0.3349736079999275, 0.33097592500052997, 0.33153573900017363, 0.3325079749993165, 0.3351537560010911, 0.33263799299857055, 0.3316349310007354, 0.33350837000034517, 0.33166796899968176, 0.3311984920001123, 0.3400566759992216, 0.3311503620006988, 0.3331511779997527, 0.33250173300075403, 0.3344579699987662, 0.33139205900079105, 0.33133839999936754, 0.331462330001159, 0.3305952009995963, 0.3294630180007516, 0.3308392749986524, 0.33062315999995917, 0.3303490440011956, 0.3293258799985779, 0.32981019300132175, 0.33065927799907513, 0.33037595899986627, 0.33104777799962903, 0.3301097560015478, 0.3301377699990553, 0.33126053100022546, 0.3311664180000662, 0.33040216699919256, 0.3289446670005418, 0.3293229720002273, 0.33049503700021887, 0.33375494800020533, 0.32885641399843735, 0.3274796060013614, 0.3271413989987195, 0.32867418300156714, 0.33066900199992233, 0.3265283209984773, 0.32780803500099864, 0.3279424800002744, 0.3271829109999089, 0.3272713879996445, 0.3270683499995357, 0.3272754370009352, 0.32934280799963744, 0.3280928200001654, 0.32769503700001223, 0.3278567750003276, 0.3272045089997846, 0.32759456299936573, 0.3277996569995594, 0.3287560400003713, 0.3297465369996644, 0.3287461979998625, 0.3377098190012475, 0.3326203340002394, 0.32931169099902036, 0.3283417239999835, 0.33497069499935606, 0.3367457820004347, 0.33126460800122004, 0.3326104559982923, 0.33289829500063206, 0.33496727800047665, 0.3351927580006304, 0.3345244959982665, 0.3333991980016435, 0.3329951429986977, 0.3327646130001085, 0.3316274339995289, 0.33199238700035494, 0.3324895670011756, 0.3310390609985916, 0.3335649510008807, 0.3357073900006071, 0.3356120929984172, 0.3333339970013185, 0.3336787079988426, 0.3333761620015139, 0.3340914669988706, 0.3353412659998867, 0.33569407499999215, 0.33355882500109146, 0.33416771100019105, 0.3437652259999595, 0.3376018129984004, 0.3360773960012011, 0.3352766119987791, 0.334346377001566, 0.33018653099861694, 0.3297600040004909, 0.3316884140003822, 0.33099932100049045, 0.33024528499845474, 0.3357015309993585, 0.33017840399952547, 0.32807100799982436, 0.3288482060015667, 0.3307020209995244, 0.33070895899982133, 0.3290207459995145, 0.329258605999712, 0.32961751200127765, 0.33483765099845186, 0.32829946300080337, 0.32760513100038224, 0.33003309900050226, 0.32877719799944316, 0.32968616200014367, 0.32999670999925, 0.3291710760004207, 0.32842684000024747, 0.32925302399962675, 0.3282799970002088, 0.3290368899997702, 0.32941285699962464, 0.3271708669999498, 0.3272301710003376, 0.32678357400072855, 0.3274919969990151, 0.32732466500056034, 0.32774491400050465, 0.32782368199877965, 0.3279607929998747, 0.33160341900111234, 0.329443413998888, 0.32927466799992544, 0.32828556800086517, 0.32812929799911217, 0.32824937800069165, 0.3282352620008169, 0.3276442819988006, 0.3292820799997571, 0.3351599690013245, 0.3286106449995714, 0.3283252099990932, 0.3286007440001413, 0.3276668110011087, 0.331924779999099, 0.33302710099997057, 0.3289049960003467, 0.32857487200089963, 0.3284317669986194, 0.3293693820014596, 0.3332980059985857, 0.3300070790010068, 0.32903834900025686, 0.32911039699865796, 0.33015107800019905, 0.3300023940009851, 0.3298240189997159, 0.3307296259990835, 0.3303978490002919, 0.3296105629997328, 0.32987664100073744, 0.33113996899919584, 0.33090660400011984, 0.33753862000048684, 0.3285656129992276, 0.32901457700063474, 0.3276209760006168, 0.32738301499921363, 0.32650251199993363, 0.3271827669996128, 0.3273881599998276, 0.32763944399994216, 0.3272514300006151, 0.3271198040001764, 0.3286512049999146, 0.3275975449996622, 0.3287391600006231, 0.3279263730000821, 0.3288293679997878, 0.3280361899996933, 0.3304403990005085, 0.3270081560003746, 0.3284022289990389, 0.3304247440009931, 0.32899814799930027, 0.32906055899911735, 0.32811128700086556, 0.328418690000035, 0.32872512799986, 0.3362515370008623, 0.3309722879985202, 0.3330801829997654, 0.33483270600117976, 0.3361268070002552, 0.33863260699945386, 0.33306216500022856, 0.3314381099989987, 0.3328912510005466, 0.33275216500078386, 0.33311195699934615, 0.33390940400022373, 0.3325791080005729, 0.33448125799986883, 0.33139192899943737, 0.3308042509997904, 0.32958319099998334, 0.3317155830009142, 0.3305176339999889, 0.3300734369986458, 0.3275301900011982, 0.3276896939987637, 0.3305482120013039, 0.32767212399994605, 0.3276715639985923, 0.3285725670011743, 0.33083588800036523, 0.3299002469993866, 0.3287560469998425, 0.331248365000647, 0.3407910070000071, 0.3344965139986016, 0.3365544590014906, 0.3345504469998559, 0.34693931299989345, 0.3432178719995136, 0.33270667800024967, 0.3364569910008868, 0.33224508599960245, 0.3322535440001957, 0.3331708540008549, 0.33405937799943786, 0.3338889839997137, 0.33267812300073274, 0.33165364999877056, 0.3335916409996571, 0.33065988900125376, 0.3316959650001081, 0.3330304539995268, 0.3391871000003448, 0.32821252800022194, 0.33853369299868064, 0.3385993120009516, 0.3359624080003414, 0.3371687799990468, 0.334243487999629, 0.33735296000122617, 0.3363565159997961, 0.33519177999914973, 0.33494591300041066, 0.3357331160004833, 0.33344888200008427, 0.3344260359990585, 0.33557850400029565, 0.33634351000000606, 0.33449272899997595, 0.33834577000016, 0.33389732300020114, 0.3366556130004028, 0.3367918820003979, 0.3384687079997093, 0.33928525899864326, 0.3366119300007995, 0.33377963100065244, 0.33606829099880997, 0.33811323500049184, 0.3360380609992717, 0.3370026610009518, 0.3405138279995299, 0.331093635999423, 0.33223051999993913, 0.333173214999988, 0.3318101310014754, 0.3303156370002398, 0.3352251599990268, 0.33103690300049493, 0.3334358880001673, 0.332458068998676, 0.3307837250013108, 0.33048317399880034, 0.33051863699984096, 0.3294221510004718, 0.33233199499954935, 0.32860679200166487, 0.32950549499946646, 0.33139637099884567, 0.33162178700149525, 0.3304500949998328, 0.3307361299994227, 0.3310535769996932, 0.33462171599967405, 0.32789847800086136, 0.3279275709992362, 0.3347034510006779, 0.32809337499929825, 0.32877918499980296, 0.3298455460007972, 0.3284178539997811, 0.32719618100054504, 0.3298344830000133, 0.3278213459998369, 0.3289058099999238, 0.32873653000024206, 0.3292748570002004, 0.3290707329997531, 0.32983148799939954, 0.3271154680005566, 0.32777509600055055, 0.32809262899900205, 0.3279763520004053, 0.3274496869998984, 0.32682980400022643, 0.329452627000137, 0.3266662109999743, 0.32873677799943835, 0.3278947740000149, 0.33023161600067397, 0.3282138300000952, 0.3374958489985147, 0.3276101630017365, 0.3280538709987013, 0.32870071599973016, 0.3292569130007905, 0.3310435130006226, 0.3266643440001644, 0.3276503889992455, 0.32890821900036826, 0.32843048900031135, 0.3296404689990595, 0.3288546910007426, 0.3298525449990848, 0.3295267749999766, 0.32963959900007467, 0.3281242299999576, 0.3308375790002174, 0.32977701799973147, 0.3296448830005829, 0.32866712199938775, 0.3307895110010577, 0.32885835699926247, 0.32888655600072525, 0.3285959349996119, 0.3297610320005333, 0.3295176060000813, 0.32975204799913627, 0.3283039430007193, 0.3291192309989128, 0.3298400109997601, 0.3383249739999883, 0.33016525600032764, 0.330256035000275, 0.32990793799945095, 0.3301834850008163, 0.33415175799927965, 0.3289075900011085, 0.3274327959989023, 0.3281037320011819, 0.3279679560000659, 0.32738112900005945, 0.3271165639998799, 0.3270242229991709, 0.3284691990011197, 0.32736708899938094, 0.32789768099974026, 0.32676317600089533, 0.3289562329991895, 0.32992862299943226, 0.3346749370011821, 0.32855100800043147, 0.327461704999223, 0.32888082600038615, 0.33103581499926804, 0.33878439299951424, 0.3376900220009702, 0.334590346999903, 0.33816365900020173, 0.3379295300001104, 0.3378141989996948, 0.33569401299973833, 0.3397704580002028, 0.334213247999287, 0.33129538300090644, 0.3302420139989408, 0.3333922630008601, 0.3342220209997322, 0.33353676200022164, 0.3348629810006969, 0.33312254599877633, 0.3331473609996465, 0.3343621380008699, 0.3331345219994546, 0.33441483800015703, 0.3373670849996415, 0.33530286499990325, 0.3360424239999702, 0.332820747000369, 0.3302412600005482, 0.3395763770004123, 0.33036661599908257, 0.33444868300102826, 0.3354474059997301, 0.3292816449993552, 0.33134346599945275, 0.33362758300063433, 0.3306645060001756, 0.3316417669993825, 0.3324628810005379, 0.3314162339993345, 0.3324022850010806, 0.33075746199938294, 0.333066836999933, 0.3327131250007369, 0.33310162300040247, 0.33729778899942175, 0.3342593039997155, 0.33783331800077576]",tokens/s,3.016498207175251,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt2,openai-community/gpt2,openai-community/gpt2,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,codegen,Salesforce/codegen-6B-nl,Salesforce/codegen-6B-nl,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-410m,EleutherAI/pythia-410m,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-1.3B,EleutherAI/gpt-neo-1.3B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,3374.178304,,,,,s,1,48.558202806001646,48.558202806001646,0.0,48.558202806001646,48.558202806001646,48.558202806001646,48.558202806001646,[48.558202806001646],,kWh,0.0005439857744826251,0.00029649203179826094,0,0.0008404778062808861,,MB,3384.48384,,,,,s,10,4.331008567000026,0.43310085670000265,0.00990644255129294,0.4294304135000857,0.4465573489986127,0.4475254699995276,0.4482999668002594,"[0.42853586899946094, 0.4463422109984094, 0.4484935910004424, 0.44167812400155526, 0.43006467600025644, 0.418377504000091, 0.42879615099991497, 0.44064103699929547, 0.4261737489996449, 0.42190565500095545]",tokens/s,591.0863394512386,kWh,5.013990916695569e-06,2.7327431492861644e-06,0.0,7.746734065981733e-06,tokens/kWh,33046184.084745325,MB,3414.638592,,,,,s,10,27.287819859999217,2.728781985999922,0.0051947481996214954,2.730266948999997,2.733845954201206,2.7349333081013354,2.7358031912214393,"[2.7294153410002764, 2.7336043200011773, 2.7235425189992384, 2.725377329999901, 2.7243706439985544, 2.718889895999382, 2.7333088649993442, 2.7321717260001606, 2.736020662001465, 2.731118556999718]",tokens/s,23.08722364894775,kWh,3.229385477260885e-05,1.7601305703527962e-05,0.0,4.989516047613681e-05,tokens/kWh,1262647.5072693834,,s,630,27.281638503000067,0.043304188100000106,0.0007377116499941429,0.04321132699988084,0.04413209750018723,0.04461441564944835,0.045947955209794604,"[0.04416177300117852, 0.04293827099900227, 0.04191493899998022, 0.04233325300083379, 0.042304630998842185, 0.042840791000344325, 0.04295588800050609, 0.04325220899954729, 0.04388025499974901, 0.043713719000152196, 0.04331308600012562, 0.0435892010009411, 0.04253194400007487, 0.04206018100012443, 0.044620644999668, 0.04324712099878525, 0.04241506600010325, 0.04273395800009894, 0.04239724500075681, 0.04471484299938311, 0.0431137800005672, 0.04227339699900767, 0.04187192800054618, 0.042351213000074495, 0.04231981500015536, 0.04262780200042471, 0.04265072300040629, 0.042445454999324284, 0.04305314100020041, 0.04302354299943545, 0.043944557999566314, 0.04333757099993818, 0.04356555800040951, 0.043478827999933856, 0.043676837000020896, 0.043717540000216104, 0.042886113000349724, 0.043460848999529844, 0.04303748399979668, 0.04408602399962547, 0.04435381500115909, 0.04478721099985705, 0.04662445499889145, 0.044273764000536175, 0.04352596600074321, 0.04516055299973232, 0.04292490999978327, 0.042349662000560784, 0.0426248410003609, 0.04254339899853221, 0.042824778000067454, 0.042949882001266815, 0.0428164659988397, 0.043328712999937125, 0.04340248399967095, 0.04436386700035655, 0.04370287200072198, 0.044127832999947714, 0.04361866199906217, 0.04302339700006996, 0.04353484400053276, 0.043615534999844385, 0.045449377001204994, 0.04514607700002671, 0.04573703800087969, 0.04391718800070521, 0.04361291399982292, 0.04465159899882565, 0.04462472900013381, 0.0432996199997433, 0.04344694900100876, 0.043675734999851556, 0.04581287700057146, 0.0439372419987194, 0.04384454200044274, 0.04301449400009005, 0.04255349000050046, 0.04251212199960719, 0.04221132699967711, 0.04246826000053261, 0.04232697400038887, 0.04263593399991805, 0.042743938000057824, 0.042565420999380876, 0.04284481899958337, 0.042321364000599715, 0.04307257700020273, 0.04410800199912046, 0.042611279999619, 0.0428870880004979, 0.04206361599972297, 0.042540720000033616, 0.043583022999882814, 0.04360237699984282, 0.04267888800131914, 0.04360968599939952, 0.04478914799983613, 0.04317173600065871, 0.042830794998735655, 0.04347746600069513, 0.043840258000273025, 0.04303428700040968, 0.04338576899863256, 0.04370026200012944, 0.04227550500036159, 0.04381419099991035, 0.04277913500118302, 0.04306541599908087, 0.04333260299972608, 0.043214526000156184, 0.04221078599948669, 0.04265837200000533, 0.04251930900136358, 0.042932971999107394, 0.04430741800024407, 0.043689623000318534, 0.04376369999954477, 0.04481940299956477, 0.0434911580014159, 0.04360456699942006, 0.04354567200061865, 0.04381258200010052, 0.04347298499851604, 0.0435189090003405, 0.0439353250003478, 0.04331006599932152, 0.04437678800059075, 0.04278334199989331, 0.04320003700013331, 0.0426211929989222, 0.043955064000329, 0.04327726100018481, 0.04287761299929116, 0.04341099600060261, 0.04231475800042972, 0.04276901299999736, 0.042658250999011216, 0.04319885000040813, 0.04278768100084562, 0.04263231299955805, 0.04228644599970721, 0.042675442000472685, 0.04246632299873454, 0.04316929700144101, 0.042734700999062625, 0.04333794800004398, 0.043211001000599936, 0.04245703699962178, 0.04275375399993209, 0.043583037000644254, 0.042552281000098446, 0.042963971998688066, 0.043750352000643034, 0.043508519000170054, 0.042526318999080104, 0.04315482499987411, 0.042546100999970804, 0.04314206700109935, 0.04460680199917988, 0.04484711000077368, 0.04360839999935706, 0.04244576500059338, 0.04307962500024587, 0.04342168800030777, 0.04331362799894123, 0.044039264001185074, 0.04324254699895391, 0.04374991599979694, 0.04353621500013105, 0.04329383699950995, 0.04337770200072555, 0.04359197300072992, 0.04360329500013904, 0.04370031500002369, 0.04435166199982632, 0.04403144199932285, 0.04357414200057974, 0.04318944499937061, 0.04350843700012774, 0.04321554499983904, 0.042986210999515606, 0.04262775999995938, 0.04269995499998913, 0.043804740000268794, 0.044274369000049774, 0.04272781399959058, 0.04269193800064386, 0.043049358999269316, 0.043072013000710285, 0.044355549000101746, 0.04304859199874045, 0.04305219600064447, 0.04299785799958045, 0.043720879999455065, 0.042585556000631186, 0.042329418000008445, 0.0421985869998025, 0.04252694299975701, 0.042279127999790944, 0.04276245900109643, 0.04252247299882583, 0.04250553000019863, 0.04339756999979727, 0.04234036900015781, 0.04270910600098432, 0.04335115399953793, 0.043827376000990625, 0.0442679349998798, 0.04321165299916174, 0.04300311299994064, 0.04286128599960648, 0.04285193500072637, 0.042481464999582386, 0.04243193000002066, 0.04379824100033147, 0.042727058000309626, 0.04342568799984292, 0.04325469399918802, 0.0435193250013981, 0.043403908999607665, 0.0455099569990125, 0.04282350300127291, 0.04301620099977299, 0.042995734000214725, 0.043300260000251, 0.04308009199849039, 0.04333306100124901, 0.04241301299953193, 0.04257179200067185, 0.042515225999522954, 0.042483764000280644, 0.04258985100022983, 0.04262540799936687, 0.042172585999651346, 0.043236493000222254, 0.04307595600039349, 0.04353296899898851, 0.043702138000298874, 0.04391195500102185, 0.04408113099998445, 0.04268040699935227, 0.04318509400036419, 0.046834441000100924, 0.04316935499991814, 0.043491786000231514, 0.0463939040000696, 0.04415158599840652, 0.04320459000155097, 0.0440030489990022, 0.04392800999994506, 0.04289295200032939, 0.044099706999986665, 0.043731953999667894, 0.042274911000276916, 0.04265276200021617, 0.04269153899986122, 0.0422130949991697, 0.042442293000931386, 0.04272397699969588, 0.04373688699888589, 0.042888929001492215, 0.044274431998928776, 0.043252039000435616, 0.043341037000573124, 0.043027119998441776, 0.043801530000564526, 0.04258706899963727, 0.042920849000438466, 0.04260046300078102, 0.04488172799938184, 0.042859794999458245, 0.04247765000036452, 0.04369579100057308, 0.04352309699970647, 0.04391079599918157, 0.044092727001043386, 0.043920091000472894, 0.042962019999322365, 0.04391162799947779, 0.04436802900090697, 0.04369795699858514, 0.04335462000017287, 0.042875713001194526, 0.042731313998956466, 0.042298705000575865, 0.04351408399998036, 0.04352323099919886, 0.042842266000661766, 0.044206536000274355, 0.045972793999681016, 0.04514331700011098, 0.04303440200055775, 0.04354392599998391, 0.04292114300005778, 0.04234207700028492, 0.042334665999078425, 0.04363179800020589, 0.04386393999993743, 0.04294956500052649, 0.042863941000177874, 0.042496575999393826, 0.04317336100029934, 0.04302784199899179, 0.04310576100033359, 0.04237273500075389, 0.04238337300012063, 0.04229673299960268, 0.043075933999716653, 0.04357893099950161, 0.042351723999672686, 0.04283068900076614, 0.043517756999790436, 0.04373983900040912, 0.043043961999501335, 0.04339724500096054, 0.04399361600007978, 0.042237206998834154, 0.04255446800016216, 0.042415148000145564, 0.042106898999918485, 0.04197175999979663, 0.042146477000642335, 0.04248163800002658, 0.04260643199995684, 0.04319720499916002, 0.04300566900019476, 0.04336452300049132, 0.04276946599929943, 0.04361313200024597, 0.04305056399971363, 0.04319634600142308, 0.04290784799923131, 0.042946280000251136, 0.0430994020007347, 0.043301044999680016, 0.04218045599918696, 0.04363940800067212, 0.04386694599998009, 0.04413394699986384, 0.04317296000044735, 0.04352030299924081, 0.042982442000720766, 0.043368896998799755, 0.04322570700060169, 0.043478937999680056, 0.043115517999467556, 0.04333596200012835, 0.043653166001604404, 0.043111012999361265, 0.04271110099944053, 0.04349252000065462, 0.042963484998836066, 0.04335096800059546, 0.04406833000030019, 0.04379347000030975, 0.043659560000378406, 0.043409572999735246, 0.043094028000268736, 0.043112462999488343, 0.04393090399935318, 0.043337044000509195, 0.04369113699976879, 0.04346224400069332, 0.04299781299960159, 0.043026309000197216, 0.043230008999671554, 0.04349848300080339, 0.04273180199925264, 0.04349585499949171, 0.042959472000802634, 0.04260440399957588, 0.04302624400042987, 0.04290373100047873, 0.04329064399826166, 0.043036543000198435, 0.04251799000121537, 0.043316994999258895, 0.04383480999968015, 0.04406350899989775, 0.04236494799988577, 0.04228003800017177, 0.04336432299896842, 0.04211694900004659, 0.04231207600059861, 0.042533891999482876, 0.04617845699976897, 0.04293390000020736, 0.04273900400039565, 0.04388533000019379, 0.04340722400047525, 0.04304757999852882, 0.04260280100061209, 0.04309693600043829, 0.042232898998918245, 0.04309219200149528, 0.042787079999470734, 0.042483526000069105, 0.04250833900005091, 0.042413134999151225, 0.042859166000198456, 0.042722931000753306, 0.04374690999975428, 0.04361099599918816, 0.04294481300166808, 0.043115745998875354, 0.042831392000152846, 0.04259319599987066, 0.04311804800090613, 0.04341352099982032, 0.043606297998849186, 0.04353519500000402, 0.04399639500115882, 0.043765619999248884, 0.04335770000034245, 0.043548321000344004, 0.044201052998687373, 0.044326491000902024, 0.04320651899979566, 0.0427416649999941, 0.04302681599983771, 0.043464819000291754, 0.04343589299969608, 0.04524716299965803, 0.04570622500068566, 0.04406071300036274, 0.04365910799970152, 0.04365505699934147, 0.04475116400135448, 0.044919219999428606, 0.04325778699967486, 0.04378889600047842, 0.04395545799889078, 0.04334306300006574, 0.04373606100125471, 0.04300947199953953, 0.043079417999251746, 0.042905070000415435, 0.04359068300072977, 0.04400122599872702, 0.043330907999916235, 0.0431155670012231, 0.046500398000716814, 0.04366905700044299, 0.04332961900036025, 0.043027873000028194, 0.043106274999445304, 0.04274828699999489, 0.04333147699981055, 0.043770497000878095, 0.04353981699932774, 0.04269354200005182, 0.044526075000248966, 0.043714290999560035, 0.04363060899959237, 0.04305801600094128, 0.04329592099929869, 0.04314736800006358, 0.043470406000778894, 0.043082909998702235, 0.04295325900056923, 0.04289629199956835, 0.043122377999679884, 0.04263955500027805, 0.04302733700023964, 0.042717108999568154, 0.04273921599997266, 0.043140485000549234, 0.04332080799940741, 0.04431644200121809, 0.043746411000029184, 0.0437685569995665, 0.043807689000459504, 0.04258871499951056, 0.043018874999688705, 0.043039537000368, 0.0441216519993759, 0.04412003600009484, 0.042975499000021955, 0.04346974700092687, 0.04299408999941079, 0.042971109000063734, 0.04287311500047508, 0.04374714000005042, 0.043270745998597704, 0.04383566700016672, 0.04435522600033437, 0.04406314700099756, 0.04361106999931508, 0.04329777299972193, 0.043092113999591675, 0.04351245700127038, 0.04247025099903112, 0.043232137000813964, 0.04298779199962155, 0.04319059100089362, 0.04277136099881318, 0.042736233001051005, 0.04317128099864931, 0.04346384200107423, 0.04321935400002985, 0.04344767399925331, 0.04261952799970459, 0.044472789000792545, 0.04300949599928572, 0.044282075999944936, 0.043132026999956, 0.04272036100155674, 0.04277269199883449, 0.0430096260006394, 0.042815265000172076, 0.04285401099878072, 0.0439680400013458, 0.0437354059995414, 0.04388058599943179, 0.04325377399982244, 0.043652351001583156, 0.04282334799972887, 0.042640853998818784, 0.042787639000380295, 0.04330945900073857, 0.04315972699987469, 0.0434885739996389, 0.042990886000552564, 0.04356805299903499, 0.04296078799961833, 0.0430744670011336, 0.0426882880001358, 0.04343066299952625, 0.04337780700006988, 0.0436222070002259, 0.04311276800035557, 0.04354228400006832, 0.0443134299985104, 0.04419936700105609, 0.04562688199985132, 0.04365052100001776, 0.0432658209992951, 0.04367689300124766, 0.04310673999862047, 0.04305444200144848, 0.04286776599838049, 0.04372747500019614, 0.043904561000090325, 0.0431907490001322, 0.043366444000639603, 0.04309715899944422, 0.04304480300015712, 0.04251268500047445, 0.04288002300017979, 0.043917883000176516, 0.04386997099936707, 0.04369294800017087, 0.04417336000005889, 0.045352242999797454, 0.043494309999005054, 0.04262136100078351, 0.0435603900004935, 0.04291399899921089, 0.04321259800053667, 0.04419922899978701, 0.04413712499990652, 0.04340205500011507, 0.04320135099987965, 0.04314947100101563, 0.04336852699998417, 0.04332018099921697, 0.043510389999937615, 0.04613532199982728, 0.04393558599986136, 0.04235577100007504, 0.04372113899989927, 0.043092003999845474, 0.043487883000125294, 0.043555267999181524, 0.04397194900047907, 0.0432306040002004, 0.042510073999437736, 0.042940569001075346, 0.04271422199963126, 0.042146437999690534, 0.04252099099903717, 0.04311171200060926, 0.04313538899987179, 0.043254592001176206, 0.04292167999847152, 0.0437774130004982, 0.045318811000470305, 0.043311244999131304, 0.0423541700001806, 0.04296251900086645, 0.04257087199948728, 0.04309912099961366, 0.04334200500125007, 0.043387246998463525, 0.04417981799997506, 0.04314010200141638, 0.04298168899913435, 0.042805377999684424, 0.04247605300042778, 0.042361324000012246, 0.04353370799981349, 0.04263829900082783, 0.04299487299977045, 0.04246256799888215, 0.04424470300000394, 0.04456761000074039, 0.04324733199973707, 0.04286875400066492, 0.04278965000048629, 0.0428453360000276, 0.043231593999735196, 0.04326948000016273, 0.04259272499984945, 0.043396365999797126, 0.04284746899975289, 0.04320732300038799, 0.04312784899957478, 0.04339730299943767, 0.043753291000030003, 0.043993961000523996, 0.04326055199999246, 0.043329333999281516, 0.04413189200022316, 0.04588714300007268, 0.04537468700073077, 0.043429497000033734, 0.042881346998910885, 0.043544285001189564, 0.043452906000311486, 0.04344042999946396]",tokens/s,23.09245465336406,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gptj,EleutherAI/gpt-j-6b,EleutherAI/gpt-j-6b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,12674.56,,,,,s,1,193.0935409169997,193.0935409169997,0.0,193.0935409169997,193.0935409169997,193.0935409169997,193.0935409169997,[193.0935409169997],,kWh,0.0022501933176826473,0.0012264415858629387,0,0.0034766349035455857,,MB,12922.310656,,,,,s,10,14.798830034002094,1.4798830034002095,0.006145138659349014,1.47856284449972,1.4873673155992946,1.4883166158003405,1.489076055961177,"[1.4892659160013864, 1.482803025000976, 1.473320123999656, 1.474013464001473, 1.4703050719999737, 1.4784753349995299, 1.4870313060000626, 1.4871563599990623, 1.4786503539999103, 1.477809078000064]",tokens/s,172.98664787135817,kWh,1.7443648766249885e-05,9.507285540727933e-06,0.0,2.6950934306977818e-05,tokens/kWh,9498743.052248081,MB,13045.399552,,,,,s,10,104.70637704099863,10.470637704099863,0.0548586507269253,10.475131417500052,10.536161597298996,10.540443704149402,10.543869389629727,"[10.535210017998907, 10.544725810999807, 10.387487480000345, 10.401851393999095, 10.530395326000871, 10.494245481999315, 10.483293274999596, 10.466969560000507, 10.405002552000951, 10.457196142999237]",tokens/s,6.016825505798166,kWh,0.00012338343510020838,6.724878534864414e-05,0.0,0.00019063222044885252,tokens/kWh,330479.2854621508,,s,630,104.70143843699589,0.166192759423803,0.0030683421486360873,0.16594851250010834,0.17030235550082579,0.17173697530024584,0.17406530013031443,"[0.16921652299970447, 0.1681069039987051, 0.161090346000492, 0.16292985499967472, 0.16223504500158015, 0.16406782399826625, 0.1659714850011369, 0.16362970499903895, 0.16271438600051624, 0.1634668460010289, 0.16669810799976403, 0.16251985399867408, 0.1620581340011995, 0.1631260909998673, 0.16653610399953322, 0.1652375400008168, 0.16577656799927354, 0.16799629900015134, 0.16466771900013555, 0.16677618799985794, 0.16926093400070386, 0.16609617499852902, 0.16811162900012278, 0.16362483500051894, 0.16551430099934805, 0.16472293900005752, 0.16518066900061967, 0.16879412299931573, 0.16711313800078642, 0.16506578900043678, 0.1679061439990619, 0.1688221149997844, 0.171088533999864, 0.1709098540013656, 0.17313837599976978, 0.16932194699984393, 0.1688535609991959, 0.16805462299998908, 0.1715062900002522, 0.1694026400000439, 0.17149577000054705, 0.16859459099941887, 0.165842395999789, 0.1655927560004784, 0.16976845899989712, 0.17142013299962855, 0.16911453099965001, 0.17117251900162955, 0.16937506399881386, 0.17085919199962518, 0.1719317540009797, 0.16907379899930675, 0.165298462001374, 0.16618753299917444, 0.16949662799925136, 0.16788357000041287, 0.1670408709996991, 0.1704691909999383, 0.16682871900047758, 0.16861109700039378, 0.16651321099925553, 0.1677742030005902, 0.16700645399942005, 0.16642322999905446, 0.16272493399992527, 0.16514880800059473, 0.16332467999927758, 0.16328686000088055, 0.16375932399932935, 0.16333517800012487, 0.16372309300095367, 0.16238804899876413, 0.16453092099982314, 0.1645060540013219, 0.16403476799860073, 0.16409487800046918, 0.16618428800029506, 0.16447490400059905, 0.16516134799894644, 0.172059304000868, 0.16845406500033278, 0.16614650799965602, 0.16903172999991511, 0.1709333170001628, 0.17503574100010155, 0.17348618299911323, 0.17292151500078035, 0.1733807769996929, 0.17040633400029037, 0.1652215639987844, 0.16975962400101707, 0.16765467699951841, 0.1710855340006674, 0.171756400999584, 0.16602993199921912, 0.16566537800099468, 0.16915702400001464, 0.16968071299925214, 0.1663744970010157, 0.1664943209998455, 0.17193254199992225, 0.1703414410003461, 0.1704373669999768, 0.16776797999955306, 0.1684271260000969, 0.1662336649987992, 0.16863843900137, 0.16732205900007102, 0.16757665799923416, 0.16891635399952065, 0.1646386820011685, 0.16448454700002912, 0.16287811899928784, 0.16785254000023997, 0.17007230700073706, 0.16781274599998142, 0.16767221000009158, 0.1683768559996679, 0.16743674899953476, 0.16643690099954256, 0.1702601640008652, 0.165714480999668, 0.16490348099978291, 0.16692365199924097, 0.16729144500095572, 0.16609450800024206, 0.16562570800124377, 0.16110149499945692, 0.1625664980001602, 0.16227285700006178, 0.16105255100046634, 0.16282140799921763, 0.16146719500102336, 0.16234990799966909, 0.15996335099953285, 0.16238161599903833, 0.16543039200041676, 0.16400641499967605, 0.160420617001364, 0.16159763599898724, 0.16239950700037298, 0.16142084800048906, 0.1644602449996455, 0.1608336009994673, 0.16217184100059967, 0.16418656499990902, 0.16251962000023923, 0.16226504699989164, 0.16176115499911248, 0.16220109599998978, 0.16223446100048022, 0.16619870599970454, 0.1661999990010372, 0.16359598799863306, 0.16669007600103214, 0.16592978200060315, 0.16511874599927978, 0.16709136399913405, 0.16425331600112258, 0.16519128700019792, 0.16332635700018727, 0.16469476299971575, 0.1684696209995309, 0.16606620700076746, 0.1665905499994551, 0.16425141999934567, 0.16536354500021844, 0.16525090600043768, 0.16955788099949132, 0.1677855500001897, 0.16962039499958337, 0.1753271739999036, 0.16754453100111277, 0.1676344200004678, 0.16846250599883206, 0.1649640060004458, 0.16700455799946212, 0.16677621999951953, 0.1654585300002509, 0.16578821100119967, 0.16616338199855818, 0.16512507400148024, 0.16721162700014247, 0.1673664350000763, 0.16671960899839178, 0.16741325900147785, 0.16457784900012484, 0.16591029899973364, 0.1668405669988715, 0.1640367879990663, 0.16223330600041663, 0.16154723900035606, 0.1634618119987863, 0.15921041700130445, 0.1612153349997243, 0.16247137800019118, 0.16150072799973714, 0.1628006649989402, 0.16234768700087443, 0.1615224630004377, 0.1625756849989557, 0.1607944999996107, 0.16104719600116368, 0.1641811030003737, 0.16328047400020296, 0.16516873899854545, 0.16146693700102333, 0.1627159309991839, 0.1631725910010573, 0.16297048999877006, 0.16410001999975066, 0.16300138700171374, 0.16325480199884623, 0.1637449000008928, 0.1632913590001408, 0.1637295799991989, 0.1642108649994043, 0.16407297900150297, 0.16360714099937468, 0.165980600999319, 0.16774479299965606, 0.1700228400004562, 0.16606735700042918, 0.16795451799953298, 0.16707242600023164, 0.16656945099930454, 0.16453734700007772, 0.1682437760009634, 0.16706675100067514, 0.16814504699868849, 0.16522660900045594, 0.16676643500068167, 0.1682850809993397, 0.16775253800005885, 0.16803800299931027, 0.16494510600023204, 0.1656470680009079, 0.16449738499977684, 0.16288567099945794, 0.1663093650004157, 0.16281265799989342, 0.16539989699958824, 0.17306971200014232, 0.16878499199992802, 0.17009900599987304, 0.17220186899976397, 0.16898197600130516, 0.16737587099851226, 0.17134191900004225, 0.16850355600035982, 0.16491270200094732, 0.16543135999927472, 0.16556481900079234, 0.16413832399848616, 0.1623981080010708, 0.16383165399929567, 0.16328501300085918, 0.16232870899875707, 0.16575492000083614, 0.16489841399925353, 0.16734486700079287, 0.16399451100005535, 0.16365430599944375, 0.1669896269995661, 0.16263499500018952, 0.16440420300023106, 0.16752890899988415, 0.1633393949996389, 0.16473762600071495, 0.16200541900070675, 0.16247336199921847, 0.16276091399959114, 0.1619003440009692, 0.16437444099938148, 0.1666961499995523, 0.16817651300152647, 0.16704153999853588, 0.16714649700043083, 0.16323076400112768, 0.16439775599974382, 0.1661189939986798, 0.16722599100103253, 0.16516185100044822, 0.1691257359998417, 0.17084230299951741, 0.16516107200004626, 0.1651082309999765, 0.16571712999939336, 0.16488043000026664, 0.16375852800047141, 0.16875584099943808, 0.16508113400050206, 0.16596724299961352, 0.16673340200031816, 0.16705072299919266, 0.16763569900103903, 0.16973977300040133, 0.17275200099902577, 0.17400769900086743, 0.16797214999860444, 0.17523370800154225, 0.17309730599845352, 0.17739599500055192, 0.17305594599929464, 0.17281285100034438, 0.17497310799990373, 0.17008371600059036, 0.16753156800041324, 0.16704828000001726, 0.17305838799984485, 0.1714073909988656, 0.17024577900156146, 0.16817619899848069, 0.16926246600087325, 0.17074065599990718, 0.16603822599972773, 0.16581862900056876, 0.16554341599839972, 0.16415698200034967, 0.16474729900073726, 0.17448703199988813, 0.17341365799984487, 0.17357214000003296, 0.16862557499916875, 0.16548755200165033, 0.16372074499849987, 0.16413176200148882, 0.17000890499912202, 0.16753204000087862, 0.1647477139995317, 0.16292871099904005, 0.16352482000002055, 0.16483141200114915, 0.17043705099968065, 0.16633818300033454, 0.16653455999949074, 0.1663160150001204, 0.16560813800060714, 0.16502726799990342, 0.166296612998849, 0.16351870099970256, 0.1632569860012154, 0.1666788649999944, 0.16523479100033, 0.1658239919997868, 0.16381460999946285, 0.16326873599973624, 0.16741812500004016, 0.1663796850007202, 0.1660332510000444, 0.17174536600032297, 0.1677056939988688, 0.16688306600008218, 0.1723303760009003, 0.167599190999681, 0.16611368499980017, 0.16838833700057876, 0.16517084399856685, 0.16590615400127717, 0.1689145179989282, 0.16662120600085473, 0.1645022800003062, 0.16243121099978453, 0.16346555499876558, 0.1641115490001539, 0.16387674399993557, 0.16960152899991954, 0.1675730980005028, 0.16362867099996947, 0.16553184900112683, 0.1655333549988427, 0.16589053099960438, 0.1635926710005151, 0.16548626199983119, 0.16723606300001848, 0.17408177300058014, 0.1703228129990748, 0.16813301399997727, 0.1658323259998724, 0.16592911599946092, 0.16308700600166048, 0.16499285799909558, 0.1609824099996331, 0.1640213650007354, 0.16268971099998453, 0.16470105199914542, 0.1622771490001469, 0.16624671400131774, 0.16652168599830475, 0.17068000700055563, 0.16377140499935194, 0.16374500100027944, 0.1630334210003639, 0.16694399600055476, 0.169577427999684, 0.1684129210007086, 0.1635911710000073, 0.16458307599896216, 0.1638772730002529, 0.16312026800005697, 0.1680114959999628, 0.16572636099954252, 0.1685212890006369, 0.1649511910000001, 0.16644118700060062, 0.1696490239992272, 0.1731536490005965, 0.16738589399938064, 0.16463619000023755, 0.17128677099935885, 0.16517451199979405, 0.16322588300135976, 0.16375719299867342, 0.16539753700089932, 0.1628460060001089, 0.16412079899964738, 0.16387645900067582, 0.16749921500013443, 0.16690530499909073, 0.16540576899933512, 0.1663803960000223, 0.16542085299988685, 0.16380808900066768, 0.16794941800071683, 0.169773883999369, 0.16696691700053634, 0.163814289999209, 0.16572249099954206, 0.16851203100122802, 0.16400125399923127, 0.16426947100080724, 0.16647397300039302, 0.16881673599891656, 0.16876815400064515, 0.16945484399911948, 0.1701234789998125, 0.16830444600054761, 0.17402496999966388, 0.17030196400082787, 0.17219192599986854, 0.1711744730000646, 0.16662605900091876, 0.16759617999923648, 0.16529658600120456, 0.16884281099919463, 0.1682356469991646, 0.1690920040000492, 0.17105477299992344, 0.1643225830011943, 0.16609024799981853, 0.1688187529998686, 0.1624038179998024, 0.16334828000071866, 0.16202614899884793, 0.16288785400138295, 0.166158871999869, 0.1645616269997845, 0.16578117300014128, 0.16349269399870536, 0.1649601610006357, 0.16424238800027524, 0.16230697999890253, 0.16568751800150494, 0.16173318099936296, 0.1639334110004711, 0.16173963499932142, 0.1619085170004837, 0.16240157699940028, 0.16543751700010034, 0.16647863300022436, 0.16438920099972165, 0.16422079800031497, 0.16610668000066653, 0.1668593089998467, 0.16588804099956178, 0.1627113790000294, 0.16316922400073963, 0.16495149299953482, 0.16893718800019997, 0.16645911399973556, 0.17085499099994195, 0.1710035539999808, 0.1683123990005697, 0.16704601499986893, 0.1643876279995311, 0.16968250699937926, 0.17087259000072663, 0.16625304599983792, 0.16753579699980037, 0.17191319300036412, 0.16965786999935517, 0.16963815900089685, 0.16643619000024046, 0.16588226799831318, 0.1676211530011642, 0.16782485200019437, 0.16956397099966125, 0.1668513320000784, 0.16504905900001177, 0.16301002299951506, 0.16465500599952065, 0.16977582200161123, 0.16502344099899346, 0.1664748929997586, 0.17014404400106287, 0.16235214499829453, 0.16441588700035936, 0.1591064650001499, 0.1595547289998649, 0.1597452969999722, 0.16204214800018235, 0.1629155320006248, 0.16285559899915825, 0.1682286360010039, 0.16249851399879844, 0.1621084480011632, 0.16152716199940187, 0.16173190900008194, 0.16213342400078545, 0.16355409599964332, 0.16667287500058592, 0.16333043899976474, 0.1623949069999071, 0.16519450899977528, 0.16459342899906915, 0.16377785700024106, 0.16423244699944917, 0.1642179300015414, 0.1644091149992164, 0.16515929600063828, 0.1675288839996938, 0.1647068889997172, 0.16449433699926885, 0.16429292200155032, 0.16801606599983643, 0.1656649969991122, 0.16450967600030708, 0.16406307999932324, 0.16729185900112498, 0.1639223559996026, 0.16554147399983776, 0.16618804999961867, 0.165283766000357, 0.16696955500083277, 0.16606621599930804, 0.16388570200069807, 0.16634540499944706, 0.1679861089996848, 0.1686057360002451, 0.16546144600033585, 0.1645174440000119, 0.16613535000033153, 0.16775323000001663, 0.17189978499845893, 0.16978665200076648, 0.16755841899976076, 0.17046546500023396, 0.16704335900067235, 0.16576490299848956, 0.1666901759999746, 0.1640216820014757, 0.16294464400016295, 0.1630339509993064, 0.16626032900057908, 0.16970481999851472, 0.16715631500119343, 0.16809075699893583, 0.16376147699884314, 0.16077366700119455, 0.15948879299867258, 0.1606858650011418, 0.16178609499911545, 0.16114301800007524, 0.16046002000075532, 0.16088847399987571, 0.1611453959994833, 0.16187208399969677, 0.16090464500121016, 0.16486054199958744, 0.1631717580003169, 0.16221002099882753, 0.16358890800074732, 0.16607321700030298, 0.16331344900027034, 0.16325363099895185, 0.1649766480004473, 0.16763891899972805, 0.1648959100002685, 0.16323896699941542, 0.166110612999546, 0.16663977700045507, 0.17111098799978208, 0.17030587900080718, 0.16730255599941302, 0.166607221999584, 0.16572895500030427, 0.16938239299997804, 0.16903089900006307, 0.16636507600014738, 0.16825173600045673, 0.16918992799946864, 0.16994892799993977, 0.168595772000117, 0.16920470200057025, 0.16956398799993622, 0.16560168800060637, 0.16567934099839476, 0.16914552700109198, 0.16635486700033653, 0.16822581799897307, 0.16460021500097355, 0.16792058799910592, 0.1656846099995164, 0.16680219500085514, 0.16864537999936147, 0.16891390800083173, 0.1702857780001068, 0.16548012400016887, 0.16255513499891094, 0.16873675900023954, 0.16582970600029512, 0.1642686010000034, 0.16757167499963543, 0.16734060400085582, 0.16682475699963106, 0.17050966799979506, 0.1681547629996203, 0.16765423200013174, 0.17172672000015154, 0.16855322199990042]",tokens/s,6.017109310098951,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-1.3B,EleutherAI/gpt-neo-1.3B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 111, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 564, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: GPTNeoForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-2.7B,EleutherAI/gpt-neo-2.7B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,6131.986432,,,,,s,1,75.42604925199703,75.42604925199703,0.0,75.42604925199703,75.42604925199703,75.42604925199703,75.42604925199703,[75.42604925199703],,kWh,0.000861831033254877,0.0004697298935277112,0,0.0013315609267825883,,MB,6146.265088,,,,,s,10,10.038142496003275,1.0038142496003275,0.007483750476863813,1.0018462705011189,1.017723323602695,1.0177617248009483,1.0177924457595509,"[0.9997958220010332, 1.001708078001684, 1.0178001259992016, 1.0019844630005537, 0.9947841709981731, 1.0014055100000405, 0.9961156009994738, 1.0177147900030832, 1.0029842959993402, 1.0038496390006912]",tokens/s,255.02726236644617,kWh,1.186182167743204e-05,6.464976446052114e-06,0.0,1.8326798123484153e-05,tokens/kWh,13968615.700085597,MB,6177.23904,,,,,s,10,43.420734133000224,4.342073413300023,0.015974445791138894,4.337487816499561,4.362603413999386,4.369139515499955,4.374368396700411,"[4.3345059099992795, 4.375675617000525, 4.346620583000913, 4.333127848000004, 4.346158248001302, 4.334432168998319, 4.3140871780015, 4.36115094699926, 4.3370174179981404, 4.337958215000981]",tokens/s,14.509197335776808,kWh,5.143513356305322e-05,2.803414958886018e-05,0.0,7.946928315191341e-05,tokens/kWh,792759.1328534983,,s,630,43.41502509499696,0.06891273824602692,0.0010514641258632742,0.06872878699869034,0.07015264370056684,0.07098606734962232,0.07266658849894159,"[0.07180817699918407, 0.06879203900098219, 0.06859868899846333, 0.06893599500108394, 0.06836618799934513, 0.06927468499998213, 0.0686300620000111, 0.06807482899966999, 0.06838783499915735, 0.06802685300135636, 0.06818715999906999, 0.06791560200144886, 0.06703729899891187, 0.06888941299985163, 0.06831255500219413, 0.06777027499992982, 0.06838558500021463, 0.06769325799905346, 0.06852265799898305, 0.06905933799862396, 0.06839501600188669, 0.06920545599859906, 0.06756053500066628, 0.06722488400191651, 0.06793513699813047, 0.06802595400222344, 0.06873387799714692, 0.06841408200125443, 0.06812988700039568, 0.0679873189983482, 0.06844848000037018, 0.068997472000774, 0.06824447899998631, 0.06744469000113895, 0.06839796799977194, 0.06869091599946842, 0.06917675499789766, 0.06850085300175124, 0.06852024600084405, 0.068158426998707, 0.06749038099951576, 0.06862280800123699, 0.0689717479981482, 0.06996959000025527, 0.06890388600004371, 0.0684228610007267, 0.06829644900062704, 0.06956223000088357, 0.06983057899924461, 0.06959625300078187, 0.0701131469977554, 0.06984643699979642, 0.06911684500300908, 0.06944010199731565, 0.06956540900137043, 0.07169789399995352, 0.06993072000113898, 0.06873257099869079, 0.06891786399864941, 0.0688371320029546, 0.07182414699855144, 0.07013282600019011, 0.06927706799979205, 0.07143569199979538, 0.06967536699812626, 0.06849739300014335, 0.06798228200204903, 0.06792344199857325, 0.0685955240005569, 0.06918272300026729, 0.07071926600110601, 0.06946930199774215, 0.0698834610011545, 0.06891304699820466, 0.0686757570001646, 0.06801360200188356, 0.06960151699968264, 0.06868809799925657, 0.06956202400033362, 0.06871937500181957, 0.06884851299764705, 0.07042932200056384, 0.07415868300086004, 0.06967043599797762, 0.0730906259996118, 0.06835198000044329, 0.07009848300003796, 0.06939578600213281, 0.06943804500042461, 0.0690682829990692, 0.0709657959996548, 0.06944805899911444, 0.06786061599996174, 0.06835062599930097, 0.06806960399990203, 0.06814678200316848, 0.06847542799732764, 0.06996901200182037, 0.06779044499853626, 0.0693439960014075, 0.06965918700007023, 0.07190019599875086, 0.06876909800121211, 0.06826798299880465, 0.06849809699997422, 0.06947379299890599, 0.06894013300188817, 0.06895889299994451, 0.0697160529998655, 0.0739290669989714, 0.07510310900033801, 0.06995547699989402, 0.07006883600115543, 0.06844055699912133, 0.06887437900149962, 0.06846600299832062, 0.06806285000129719, 0.07022644599783234, 0.0684547710006882, 0.06836327800192521, 0.06962163599746418, 0.06852073200207087, 0.06904657899940503, 0.06929348500125343, 0.06947851899894886, 0.06857886400030111, 0.0723603299993556, 0.06908430800103815, 0.06879372599723865, 0.0688595620013075, 0.06772928099962883, 0.06864115799908177, 0.0693515090024448, 0.06930053899850463, 0.07025251000231947, 0.06934450999688124, 0.06929860099990037, 0.06831846500062966, 0.06812862600054359, 0.06862181299948134, 0.0706843209991348, 0.06945967400315567, 0.06848524700035341, 0.06878959299865528, 0.06969262100028573, 0.06843943399871932, 0.06774673800100572, 0.06770348799909698, 0.0684282379988872, 0.0674551820011402, 0.06883071700212895, 0.07008111699906294, 0.07188564099851646, 0.06932725500155357, 0.06880522599749384, 0.06785172800300643, 0.06782473599741934, 0.06808479300161707, 0.06815351299883332, 0.06784432300264598, 0.067818087998603, 0.06845222300034948, 0.06875547699746676, 0.06843373000083375, 0.06962154500070028, 0.06990794800003641, 0.06882652800049982, 0.06993443299870705, 0.06979917300122906, 0.0689491849989281, 0.0694473730000027, 0.06878774000142585, 0.06893773399860947, 0.06797405900215381, 0.06801352199909161, 0.07104142499883892, 0.07043690100181266, 0.07041367800047738, 0.06952864199774922, 0.06861022100201808, 0.06885404999775346, 0.07002485400153091, 0.06846055400092155, 0.06799924499864574, 0.06835993899949244, 0.06756043299901648, 0.0688104740002018, 0.06929582300290349, 0.06921469799999613, 0.07300772199960193, 0.06970840499707265, 0.06875301900072373, 0.06869539500257815, 0.06775803999698837, 0.06953223500022432, 0.06979862799926195, 0.06777460100056487, 0.07003503099986119, 0.06809027400231571, 0.07040292499732459, 0.06876122600078816, 0.06803755299915792, 0.06910106200302835, 0.0688760889970581, 0.0697526010008005, 0.0688411859991902, 0.07110576800187118, 0.06944491199828917, 0.06951626100271824, 0.06828473600035068, 0.06842866399892955, 0.06777259099908406, 0.06895878900104435, 0.06797358699986944, 0.0679750259987486, 0.06777221000083955, 0.06820673900074326, 0.06819596900095348, 0.06834961499771453, 0.06893773800038616, 0.06840723999994225, 0.06992296899989014, 0.06791973399958806, 0.06910382800197112, 0.0680545590003021, 0.06850872699942556, 0.07106207700053346, 0.06818686399856233, 0.0696900340008142, 0.06755293599780998, 0.06820279000021401, 0.0686517680005636, 0.06928145799975027, 0.06983338700229069, 0.06849278200024855, 0.06741859199973987, 0.06829902199751814, 0.06754432500019902, 0.06826532000195584, 0.06863872499889112, 0.06808233699848643, 0.06792719300210592, 0.06826346999878297, 0.06768378999913693, 0.0685203110006114, 0.06820354899900849, 0.07023488600316341, 0.06856510499710566, 0.0686278780012799, 0.06906062399866641, 0.06840209599977243, 0.06798870400234591, 0.07105229100125143, 0.06824344699998619, 0.0678640109981643, 0.06916303600155516, 0.06863445799899637, 0.06792906500049867, 0.06797605500105419, 0.0677739089987881, 0.06818368500171346, 0.06772823599749245, 0.06856359200173756, 0.06844417699903715, 0.06862281400026404, 0.06967717899897252, 0.0713304769997194, 0.06885583600160317, 0.06857393400059664, 0.06895803999941563, 0.06835765000141691, 0.06799845399655169, 0.06860428500294802, 0.06834277699817903, 0.06799448500169092, 0.06843851699886727, 0.06796729599955142, 0.06862275900130044, 0.06721802899846807, 0.06851106400063145, 0.06910703500034288, 0.06817858800059184, 0.0694150859999354, 0.06833364799967967, 0.06802324000091176, 0.06890907999695628, 0.06877796500339173, 0.06918644299730659, 0.06921024400071474, 0.06846556500022416, 0.07026242099891533, 0.07214136500260793, 0.07231172799947672, 0.07019858000057866, 0.06876260999706574, 0.06950572300047497, 0.07037973200203851, 0.06862610099778976, 0.06942560800234787, 0.06893650499841897, 0.07095125599880703, 0.06940631900215521, 0.06910623599833343, 0.06858806200034451, 0.07043090200022561, 0.06977383699995698, 0.06947601800129632, 0.06983519499772228, 0.06874956000319798, 0.06904673799726879, 0.06924336000156472, 0.06826098099918454, 0.0680641930011916, 0.06846806799876504, 0.06839114000104018, 0.07136686200101394, 0.06983542199668591, 0.0677184619999025, 0.06882759200016153, 0.0672688400009065, 0.06756842100003269, 0.06735470499916119, 0.06758426500164205, 0.07026973900065059, 0.06888617199729197, 0.06975610900190077, 0.06779767699845252, 0.0677526340004988, 0.06871178499932284, 0.0674958970012085, 0.06816960600190214, 0.06744163399707759, 0.06868491800196352, 0.06911096700059716, 0.06896863099973416, 0.06895377399996505, 0.06901221799853374, 0.06888388700099313, 0.06880948799880571, 0.07018747400070424, 0.0695478039997397, 0.07305708100102493, 0.07008003800001461, 0.07279167999877245, 0.06933370000115247, 0.06869796799946926, 0.06885379899904365, 0.06888121900192345, 0.06813412499832339, 0.0673199980010395, 0.06872750199909206, 0.06783879200156662, 0.06893653999941307, 0.06897303299774649, 0.06904742200276814, 0.06896624499859172, 0.06892837000123109, 0.06851561599978595, 0.06890353600101662, 0.06789630399725866, 0.06800142400243203, 0.06765878399892244, 0.06964496499858797, 0.06885974100077874, 0.06881482400058303, 0.06859651700142422, 0.06923817699862411, 0.06797706300130812, 0.068555429999833, 0.06901574599760352, 0.06889749800029676, 0.06767101299919887, 0.06840623000243795, 0.06913689700013492, 0.06844463199740858, 0.06808575200193445, 0.06802406800125027, 0.06906332699873019, 0.07090084200171987, 0.06905386699872906, 0.06781745700209285, 0.0682541059977666, 0.06868545500037726, 0.06796396800200455, 0.06803025900080684, 0.06761759599976358, 0.06793305199971655, 0.06801805799841532, 0.0680532949991175, 0.06736809500216623, 0.06797112499771174, 0.06824037700062036, 0.06786676800038549, 0.06806969000172103, 0.06817228499858174, 0.06795947100181365, 0.06830926599650411, 0.06834968900147942, 0.06801073599854135, 0.06790428400199744, 0.06878966599833802, 0.06895404200258781, 0.06816655299917329, 0.06814428299912834, 0.06752122300167684, 0.06921782099743723, 0.07070012199983466, 0.06789225500324392, 0.07139182599712512, 0.06797985800221795, 0.0670162349997554, 0.06835601999773644, 0.06756635500278207, 0.06781356699866592, 0.06871041300109937, 0.0696255859984376, 0.06828809400030877, 0.06863028299994767, 0.06910485100161168, 0.06800047599972459, 0.06837226800053031, 0.06805679199896986, 0.06800134500008426, 0.07104237299790839, 0.06886506900264067, 0.06877838899890776, 0.06880612899840344, 0.06881143700229586, 0.06873440599883907, 0.068706107998878, 0.06829691100210766, 0.06873007199828862, 0.06787834100032342, 0.06901394799933769, 0.06967934600106673, 0.06805691100089462, 0.06815172400092706, 0.06808071999694221, 0.0679686550029146, 0.06885297599728801, 0.06818688400016981, 0.07174596699769609, 0.06904518400187953, 0.06865422799819498, 0.06948366399956285, 0.0718056030018488, 0.06812223700035247, 0.06790460699994583, 0.06873914999960107, 0.06842906900055823, 0.06831951399726677, 0.06793497600301635, 0.06871437999870977, 0.06871688300088863, 0.06906843899923842, 0.06813411699840799, 0.06914359200163744, 0.0687777860002825, 0.06888808999792673, 0.07126078200235497, 0.06964832399899024, 0.0692676559992833, 0.06846070699975826, 0.06787399700260721, 0.06870575999710127, 0.069629387002351, 0.07111314599751495, 0.06989394999982323, 0.06884614000227884, 0.06799302299987176, 0.07081683800061, 0.07030458199733403, 0.06853104100082419, 0.06879149399901507, 0.06774486100039212, 0.06898578199979966, 0.06857276099981391, 0.06870664300004137, 0.0684365200031607, 0.07017648199689575, 0.06941476300198701, 0.06908020199989551, 0.06909295799778192, 0.06881412500297301, 0.07012948799820151, 0.06918663699980243, 0.06980593399930513, 0.07051891400260502, 0.06803065799977048, 0.06842366199998651, 0.06836523300080444, 0.06930667199776508, 0.06832906099953107, 0.06821610300175962, 0.06820716899892432, 0.07071491000169772, 0.06923622300018906, 0.06979227699775947, 0.06891248700048891, 0.07067801800076268, 0.0695999790004862, 0.06996831300057238, 0.07036059299935005, 0.07105542199860793, 0.07100265299959574, 0.06835261699961848, 0.0698453500008327, 0.06896385999789345, 0.06824796400178457, 0.06801126999926055, 0.06849223899916979, 0.06868777899944689, 0.06918948700331384, 0.06774440999652143, 0.06858318000013242, 0.06832623300215346, 0.06840134199956083, 0.06862473900037003, 0.06811308299802477, 0.06852089200037881, 0.06890448800186277, 0.0691743530005624, 0.06837944099970628, 0.07023305799884838, 0.06936702700113528, 0.07025972900009947, 0.06877464599892846, 0.06854860100065707, 0.06839345099797356, 0.06961967300230754, 0.0694382340006996, 0.0696434949968534, 0.06929700600085198, 0.06821437899998273, 0.06842842100013513, 0.06900814099935815, 0.06855595700108097, 0.06820182299998123, 0.06889673800105811, 0.06789316299909842, 0.06945287800044753, 0.06850370800020755, 0.06774874599796021, 0.06780728500234545, 0.0685700949979946, 0.06800247200226295, 0.06756391399903805, 0.0688055130012799, 0.06810579899683944, 0.06889781600330025, 0.06866976899982546, 0.0681112940001185, 0.0690300619971822, 0.06864214999950491, 0.0689316370007873, 0.06854225200004294, 0.0688963730026444, 0.06910991999757243, 0.06867673300075694, 0.06937388900041697, 0.07081841599938343, 0.0690725870008464, 0.07014999500097474, 0.06948754799668677, 0.06924370400156477, 0.06864819299880764, 0.0693208720003895, 0.07116927400056738, 0.06889779799894313, 0.06729137699949206, 0.06786528999873553, 0.06824960900121368, 0.06821805499930633, 0.068150595001498, 0.06873157799782348, 0.06785844200203428, 0.0697151690001192, 0.0672825149995333, 0.06786094999915804, 0.06916432200159761, 0.0680361989980156, 0.06810881600176799, 0.06841199399787001, 0.06946380600129487, 0.06923883399940678, 0.06810581200261367, 0.06945775799977127, 0.0679719709987694, 0.06841992699992261, 0.06832726900029229, 0.06785696400038432, 0.06893402800051263, 0.06807649699840113, 0.0680754450004315, 0.06748542200148222, 0.06785208699875511, 0.06823653700121213, 0.0692265559991938, 0.06859360099770129, 0.06879522400049609, 0.06858724600169808, 0.06799878499805345, 0.06854619300065679, 0.06899833900024532, 0.06833157599976403, 0.06831361800141167, 0.06942537699796958, 0.06794491700202343, 0.06928211999911582, 0.06902075100151706, 0.07063152099726722, 0.07064884300052654, 0.07007358000191743, 0.06991609299802803, 0.06864828600009787, 0.06976530800238834, 0.06892309499744442, 0.07001925300210132, 0.07012071099961759, 0.06919236799876671, 0.06955724300132715, 0.06976507799845422, 0.07200298600218957, 0.06959300199741847, 0.06842358699941542, 0.06887628300319193, 0.0697726660000626, 0.06885971499650623, 0.06816399400122464, 0.06882414700157824]",tokens/s,14.511105282594887,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-2.7B,EleutherAI/gpt-neo-2.7B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 111, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 564, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: GPTNeoForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gptj,EleutherAI/gpt-j-6b,EleutherAI/gpt-j-6b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 111, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 564, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: GPTJForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-1.3B,EleutherAI/gpt-neo-1.3B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,3374.096384,,,,,s,1,40.40298847700069,40.40298847700069,0.0,40.40298847700069,40.40298847700069,40.40298847700069,40.40298847700069,[40.40298847700069],,kWh,0.000448394099476396,0.00024439086347910477,0,0.0006927849629555008,,MB,3386.372096,,,,,s,10,5.081101806001243,0.5081101806001243,0.0032179546311577414,0.507622211499438,0.5092548716005695,0.5132234783006424,0.5163983636607008,"[0.5079443670001638, 0.5074658419998741, 0.507770926999001, 0.507473495999875, 0.5171920850007155, 0.5060488750004879, 0.5048994710014085, 0.5057695409996086, 0.5083729590005532, 0.5081642429995554]",tokens/s,503.82773220099773,kWh,6.0505089412151845e-06,3.297670236284909e-06,0.0,9.348179177500095e-06,tokens/kWh,27385012.111894492,MB,3404.587008,,,,,s,10,23.12246347800101,2.3122463478001007,0.014848238735775832,2.307289389000289,2.33329433179897,2.3358067483999547,2.3378166816807426,"[2.30246206800075, 2.3067284820008354, 2.3383191650009394, 2.307804195999779, 2.3288760220002587, 2.307183516000805, 2.3327360169987514, 2.301445855999191, 2.3073952619997726, 2.2895128939999267]",tokens/s,27.246231812600318,kWh,2.6998047201978276e-05,1.4714908403085284e-05,0.0,4.171295560506356e-05,tokens/kWh,1510322.1310060415,,s,630,23.11729763599942,0.03669412323174511,0.0008016607430829591,0.036572998499650566,0.037623678699492305,0.0383038886497161,0.03921609268065367,"[0.03790680100064492, 0.036813442999118706, 0.037447701000928646, 0.03673492999951122, 0.03649803400003293, 0.035982187999252346, 0.03536354700008815, 0.036021641000843374, 0.037721619999501854, 0.03851450299953285, 0.03778651100037678, 0.036231922000297345, 0.03621369900065474, 0.035697913999683806, 0.036058708999917144, 0.03535627800010843, 0.03572928699941258, 0.035403735000727465, 0.03562995299944305, 0.035848076000547735, 0.03526092799984326, 0.03611745499983954, 0.03590674999941257, 0.035892257999876165, 0.036615491000702605, 0.036096010999244754, 0.03681286200117029, 0.03721185299946228, 0.03661302299951785, 0.037021471000116435, 0.037095745999977225, 0.03644385400002648, 0.03598998500092421, 0.03679102299975057, 0.03617690700048115, 0.03661958199882065, 0.03646255800049403, 0.03644876199905411, 0.03578236800058221, 0.036029066000992316, 0.03571526599989738, 0.0362737819996255, 0.03742712799976289, 0.03655288799927803, 0.03725210000084189, 0.037070391999805, 0.03691500700006145, 0.036864237999907346, 0.03654631999961566, 0.036005166000904865, 0.036343293999379966, 0.038588674000493484, 0.03902937800012296, 0.03634888200031128, 0.03681794099975377, 0.036391116000231705, 0.036482213999988744, 0.036948741999367485, 0.03629457200077013, 0.036229421999451006, 0.03672414599896001, 0.03631436300020141, 0.03649546800079406, 0.0389668839998194, 0.03596958799971617, 0.03578155099967262, 0.035859275001712376, 0.035150828000041656, 0.03593736799848557, 0.035626382999907946, 0.03604373000052874, 0.03595908600073017, 0.0358109560002049, 0.03612995999901614, 0.03626054900087183, 0.03540191999854869, 0.03690726700006053, 0.03696608500104048, 0.03696723299981386, 0.0362281220004661, 0.03634674199929577, 0.03818889400099579, 0.0363015329985501, 0.036293667000791174, 0.03596807000030822, 0.0365960979997908, 0.036608243999580736, 0.035794137000266346, 0.03628768300040974, 0.03573013599998376, 0.03633529000035196, 0.03737342199929117, 0.03603681700042216, 0.03634032399895659, 0.0362554800012731, 0.03656467999826418, 0.035777136001343024, 0.03554753400021582, 0.036346790999232326, 0.03619281400096952, 0.0367679879982461, 0.03583234700090543, 0.03620689799936372, 0.03634822800086113, 0.03673148199959542, 0.03663812900049379, 0.03651528499904089, 0.040629072000228916, 0.03677582000091206, 0.03710446100012632, 0.036893771999530145, 0.039157985000201734, 0.036926335998941795, 0.036822069001573254, 0.03644847399846185, 0.03622472400093102, 0.03650895399914589, 0.036893919999783975, 0.03675953400124854, 0.03669945900037419, 0.037287283999830834, 0.03728904699892155, 0.03706063699974038, 0.03712427600112278, 0.03726873999949021, 0.0382990800007974, 0.039765706000252976, 0.0377993410002091, 0.03788219700072659, 0.035961727999165305, 0.035822076999465935, 0.03688620300090406, 0.036482568000792526, 0.036702519999380456, 0.03617849100010062, 0.037071933000333956, 0.038150940999912564, 0.037371735999840894, 0.03742635999878985, 0.03683287400053814, 0.03693917199962016, 0.039041423000526265, 0.036286386000938364, 0.03597241399984341, 0.03674580799997784, 0.03649367399884795, 0.036110140001255786, 0.03652080799838586, 0.036735985000632354, 0.03734995299964794, 0.03743354300058854, 0.036554065000018454, 0.03729134800050815, 0.036769679998542415, 0.03748015300152474, 0.03708944899881317, 0.036790564001421444, 0.03705645299851312, 0.03686995300085982, 0.037245072999212425, 0.03757425600088027, 0.03690587500022957, 0.03654532600012317, 0.03715445399939199, 0.03693220800050767, 0.03719516899946029, 0.03678558700084977, 0.03680952399918169, 0.03733535399987886, 0.03701017000093998, 0.03856342299877724, 0.03852016500059108, 0.038251239000601345, 0.03763149699989299, 0.03709655499915243, 0.03734185299981618, 0.03731107200110273, 0.03711342899987358, 0.036238253000192344, 0.03722969599948556, 0.03671250799925474, 0.03733983900019666, 0.03690709500006051, 0.03694392999932461, 0.03700446800030477, 0.0365735430004861, 0.03745399000035832, 0.0370426999998017, 0.03719930599982035, 0.0385343460002332, 0.036987178998970194, 0.03640571500000078, 0.036464732000240474, 0.036469857001065975, 0.03599840799870435, 0.036301306001405464, 0.03601056999832508, 0.03559088600013638, 0.0368408089998411, 0.036484667001786875, 0.03582615999948757, 0.03548408899951028, 0.035974058000647346, 0.03660716699960176, 0.03714833699996234, 0.03660538199983421, 0.035698969000804937, 0.03598461799992947, 0.0358603229997243, 0.03671576600027038, 0.03651226699912513, 0.03694169099981082, 0.036570817001120304, 0.036857008999504615, 0.03750944300008996, 0.036562563000188675, 0.03622693899887963, 0.03637144800086389, 0.03597650099982275, 0.03865681599927484, 0.03680148900093627, 0.0367619629996625, 0.03673626099953253, 0.03627496100125427, 0.037296234999303124, 0.03627927299930889, 0.036306449001131114, 0.03658990999974776, 0.03640781399917614, 0.03600431900122203, 0.0358750979994511, 0.036534036000375636, 0.03638348599997698, 0.036382985999807715, 0.03688554399923305, 0.03749001800133556, 0.03760825599965756, 0.03630560199962929, 0.03671872599989001, 0.036421147000510246, 0.0365430589990865, 0.037124579001101665, 0.03687788499883027, 0.036962264000976575, 0.03721718700035126, 0.03687774899844953, 0.03698197599987907, 0.037151980000999174, 0.036636131999330246, 0.03717385300114984, 0.03686308999931498, 0.03667377599958854, 0.03874508399894694, 0.037048009000500315, 0.03623883299951558, 0.036099638000450796, 0.03588256500006537, 0.036713499001052696, 0.03641671699915605, 0.03700464500070666, 0.03628517799916153, 0.036403940999662154, 0.03663292300007015, 0.036196314000335406, 0.03612036599952262, 0.03631679099999019, 0.03671410600145464, 0.03761577099976421, 0.039328000999375945, 0.03671846900033415, 0.03636276199904387, 0.03620182600025146, 0.036463047999859555, 0.03708477000145649, 0.0371359989985649, 0.036900770999636734, 0.037518950000958284, 0.037304817000404, 0.03647677699882479, 0.03671667300113768, 0.0360267340001883, 0.036910504999468685, 0.03648875900034909, 0.03791160299988405, 0.03909626600034244, 0.040226649998658104, 0.03906548600025417, 0.03717940500064287, 0.03681554799914011, 0.03649303800011694, 0.036447784999836585, 0.037108939000972896, 0.03707523299999593, 0.03687372499916819, 0.03698360000089451, 0.037535949999437435, 0.03656974700061255, 0.03668634099994961, 0.036259839000194916, 0.03662298999915947, 0.037505624000914395, 0.03748639299919887, 0.036537037000016426, 0.037033141999927466, 0.03700083300100232, 0.03713871399850177, 0.03719430100136378, 0.03706458299893711, 0.03716835200066271, 0.03715874800036545, 0.03600632899906486, 0.03610198299975309, 0.037008000999776414, 0.03670497800158046, 0.036238228998627164, 0.03923593100080325, 0.03733675100011169, 0.036616440000216244, 0.03693394999936572, 0.03612157499992463, 0.035973980999187916, 0.035648631001095055, 0.03791297200041299, 0.040171193999412935, 0.035974428999907104, 0.035706331000255886, 0.038211197999771684, 0.03669909100062796, 0.03553469399957976, 0.03580450099980226, 0.03532830800031661, 0.035751514000367024, 0.03615323599842668, 0.0361438210002234, 0.03565372100092645, 0.03596280899910198, 0.0364880320012162, 0.0362254479987314, 0.03596990400001232, 0.03634206000060658, 0.03725001299972064, 0.03744937699957518, 0.036460819999774685, 0.036440456000491395, 0.03676620100122818, 0.03635710899834521, 0.03611733700017794, 0.03707196400137036, 0.035829271999318735, 0.036219064000761136, 0.03564180199828115, 0.03610255500097992, 0.036634829999457, 0.036485501999777625, 0.03627823799979524, 0.03653998400113778, 0.03633625899965409, 0.03613634899920726, 0.03638232200137281, 0.03682842299895128, 0.037025994000941864, 0.03650700499929371, 0.03707638699961535, 0.036602900001525995, 0.03605148799942981, 0.036446348000026774, 0.03588400099943101, 0.03709285700097098, 0.03576218099988182, 0.03599582700007886, 0.036174116999973194, 0.03598441699978139, 0.03710393599976669, 0.037288032999640564, 0.0378762310010643, 0.0383078229988314, 0.03853452200019092, 0.03762280999944778, 0.03864258799876552, 0.037305960000594496, 0.03737313300007372, 0.036885479999909876, 0.037817958000232466, 0.03804544699960388, 0.03865906700048072, 0.03910531200017431, 0.03789507699912065, 0.03733990500040818, 0.036952889000531286, 0.036088495999138104, 0.03688814800079854, 0.03699418199903448, 0.03679574200032221, 0.037117079000381636, 0.03661180999915814, 0.0360662120001507, 0.03671205400132749, 0.03739446999861684, 0.03815442599989183, 0.037138982999749715, 0.03856326000095578, 0.0383682060000865, 0.03729638999902818, 0.03619401100149844, 0.03674162799870828, 0.03635433599993121, 0.036588061000657035, 0.03697295399979339, 0.03677390899974853, 0.03572643100051209, 0.03649499799939804, 0.036727922000864055, 0.0368890649988316, 0.03573207000044931, 0.03607171700059553, 0.035897081999792135, 0.0366773280002235, 0.036476150000453345, 0.03623985400008678, 0.03625020299841708, 0.036669220000476344, 0.0359103970004071, 0.036375309000504785, 0.036228334000043105, 0.036572453998815035, 0.03655646200058982, 0.03704748299969651, 0.03710551400035911, 0.03680754599918146, 0.036975299000914674, 0.03670494099969801, 0.03696641900023678, 0.036575292999259545, 0.03684796700144943, 0.0375083969993284, 0.037367953000284615, 0.037731802000052994, 0.03857848900042882, 0.0374754969998321, 0.038034630999391084, 0.03720287900068797, 0.03803880399937043, 0.03644171400082996, 0.036395987999640056, 0.035596026998973684, 0.03561477000039304, 0.03595121600119455, 0.03711882599964156, 0.03657194599873037, 0.036008382001455175, 0.035568548999435734, 0.0354615840005863, 0.03580259699992894, 0.035513393999281107, 0.035390717999689514, 0.035142767999786884, 0.035725130001083016, 0.03556308400038688, 0.03604086599989387, 0.035770593998677214, 0.03596325699982117, 0.03587554700061446, 0.035467298001094605, 0.0357138949984801, 0.0354714260010951, 0.03656224699989252, 0.03578297899912286, 0.03551618200071971, 0.036045892999027274, 0.03564682500109484, 0.03601319500012323, 0.03622196499964048, 0.03619511900069483, 0.036537727999530034, 0.03676917699885962, 0.036242442000002484, 0.036717425000460935, 0.03617694000058691, 0.03711102600027516, 0.03705813600026886, 0.03720920999876398, 0.036760724000487244, 0.036303127999417484, 0.036976033999962965, 0.03721761100132426, 0.03835607499968319, 0.03768139499879908, 0.0368931020002492, 0.037006780001320294, 0.03633502199954819, 0.037901444999079104, 0.03712211099991691, 0.037211426000794745, 0.036477711000770796, 0.0366851869985112, 0.03771916100049566, 0.03696927000055439, 0.03771277799933159, 0.039167523000287474, 0.03832707999936247, 0.036475939999945695, 0.036700921000374365, 0.036987302999477834, 0.037956400999973994, 0.03801575800025603, 0.03679886399913812, 0.036132870000074035, 0.03577595400020073, 0.03590179000093485, 0.03678503699848079, 0.03569562099983159, 0.03566550499999721, 0.035673304000738426, 0.03588180299993837, 0.035691162000148324, 0.036251608000384294, 0.03664430099888705, 0.036585131001629634, 0.03700651199869753, 0.036172090000036405, 0.036884049000946106, 0.03728740999940783, 0.03714959799981443, 0.036697675999675994, 0.03607763900072314, 0.03665171099964937, 0.036793045001104474, 0.03652607000003627, 0.03626112499841838, 0.035881871001038235, 0.03706558299927565, 0.03589311900032044, 0.036374851000800845, 0.03623183399940899, 0.036481675000686664, 0.03589465199911501, 0.03597670400085917, 0.03715134799858788, 0.03622158000143827, 0.03646919999846432, 0.038909453000087524, 0.03626020000046992, 0.03660974900049041, 0.03666655499910121, 0.03615602600075363, 0.036542137000651564, 0.03647969899975578, 0.036897216999932425, 0.03746882099949289, 0.03593070799979614, 0.03696254900023632, 0.0370061909998185, 0.03695417500057374, 0.03752991999863298, 0.03978967500006547, 0.0363244920008583, 0.03594888199950219, 0.037884016001044074, 0.037898212998698, 0.03672458900109632, 0.036747823000041535, 0.03602183099974354, 0.03609441200023866, 0.036499919999187114, 0.03670611500092491, 0.03690377899874875, 0.03635983000094711, 0.037998980000338634, 0.036352564000480925, 0.03635980899889546, 0.03612642300140578, 0.0357992720000766, 0.03593323699897155, 0.035935576999690966, 0.03602392500033602, 0.0362286050003604, 0.0358056619988929, 0.035465027000100235, 0.03579208300106984, 0.03599251500054379, 0.035910297998270835, 0.03562394300024607, 0.035886638001102256, 0.036191360999509925, 0.035876374000508804, 0.035808421998808626, 0.036285714000769076, 0.03636367500075721, 0.03567370299970207, 0.03729610399932426, 0.035862699000063, 0.036659740000686725, 0.03658610099955695, 0.036613959999158396, 0.037045136999950046, 0.03627109599983669, 0.03711175700118474, 0.0362037529994268, 0.03560088599988376, 0.03627619600047183, 0.03630607100058114, 0.03681873099958466, 0.03658314799940854, 0.03585583200037945, 0.03685825100001239, 0.037596164000206045, 0.0377880260002712, 0.03636570500020753, 0.036465862998738885, 0.03594504700049583, 0.036493404999419, 0.03585429400118301, 0.03572473599888326, 0.035988472000099136, 0.03604691800137516, 0.036504433999652974, 0.03651804400033143, 0.03635389299961389, 0.036199041998770554, 0.03617827600101009, 0.0369907839994994, 0.036485115000687074, 0.03707744999883289, 0.03689945600126521, 0.03632140899935621, 0.03650690299946291, 0.03635003900126321, 0.03639143500004138, 0.03630615699876216, 0.03627472200059856]",tokens/s,27.252320315283402,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gptj,EleutherAI/gpt-j-6b,EleutherAI/gpt-j-6b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 111, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 564, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: GPTJForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-125m,EleutherAI/gpt-neo-125m,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 111, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 564, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: GPTNeoForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-1.3B,EleutherAI/gpt-neo-1.3B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 111, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 564, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: GPTNeoForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/gpt-neox-20b,EleutherAI/gpt-neox-20b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 111, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 57, in launch raise RuntimeError(f""Isolated process exited with non-zero code {isolated_process.exitcode}"") RuntimeError: Isolated process exited with non-zero code -9 ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-2.7B,EleutherAI/gpt-neo-2.7B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,11693.142016,,,,,s,1,29.41541665099794,29.41541665099794,0.0,29.41541665099794,29.41541665099794,29.41541665099794,29.41541665099794,[29.41541665099794],,kWh,0.0003189265374680771,0.0001738259765790067,0,0.0004927525140470838,,MB,11812.90496,,,,,s,10,7.102716182995209,0.7102716182995209,0.005096656777520243,0.7078282490001584,0.7164747309991071,0.7188930624985005,0.7208277276980152,"[0.7062851859991497, 0.7065217999988818, 0.7062391380022746, 0.707326440999168, 0.7049440939990745, 0.7144621869992989, 0.7083300570011488, 0.7113585619990772, 0.7159373239992419, 0.7213113939978939]",tokens/s,360.42549554900705,kWh,8.446054256696951e-06,4.6032773856984855e-06,0.0,1.3049331642395436e-05,tokens/kWh,19617862.969187796,MB,11981.279232,,,,,s,10,51.29337705800572,5.129337705800571,0.03471973986825579,5.127027131000432,5.181126338601098,5.18282017730071,5.184175248260399,"[5.100540788000217, 5.158111803000793, 5.124483988998691, 5.137218851999933, 5.112562635000359, 5.180749930001184, 5.184514016000321, 5.080222856002365, 5.085401915999682, 5.129570273002173]",tokens/s,12.282287424506231,kWh,6.084029665746813e-05,3.3160265560703406e-05,0.0,9.400056221817155e-05,tokens/kWh,670208.7574091261,,s,630,51.28851896800916,0.08141034756826851,0.0020656284087260104,0.08106037899960938,0.08408412230055547,0.08524025579863519,0.08841822099006097,"[0.08434359899911215, 0.08135598900116747, 0.08063318700078526, 0.08336111500102561, 0.08225446999858832, 0.08032969600026263, 0.08338929499950609, 0.07945668500178726, 0.07951266799864243, 0.07965856000009808, 0.08176748299956671, 0.08130000600067433, 0.08008907999828807, 0.07938705600099638, 0.08031909200144582, 0.08020780199876754, 0.08029974799865158, 0.08128857900010189, 0.08027474499976961, 0.0797725590018672, 0.0816415089975635, 0.08175332400060142, 0.08516732800126192, 0.0821527789994434, 0.07954492399949231, 0.07908027700250386, 0.08499813699745573, 0.08153586200205609, 0.0861508159978257, 0.08125240300068981, 0.08095723299993551, 0.08083177500157035, 0.08209521800017683, 0.08317917199747171, 0.08127142500234186, 0.0780251389987825, 0.07873162100077025, 0.0791358839996974, 0.07874153900047531, 0.07969426799900248, 0.0808876400005829, 0.08150139999997918, 0.08204924399979063, 0.07965084399984335, 0.08067613599996548, 0.08081984700038447, 0.0830861009999353, 0.08283192399903783, 0.08175904400195577, 0.08245104899833677, 0.07941551900148625, 0.08013948999723652, 0.08018356899992796, 0.08085417400070583, 0.0799123580000014, 0.08079054600239033, 0.0791244079991884, 0.07903808099945309, 0.07976090000011027, 0.08023501299976488, 0.07969694100029301, 0.07903039799930411, 0.08103991000098176, 0.08274569400236942, 0.07949822299997322, 0.07961581699782982, 0.07937278900135425, 0.08095311999932164, 0.07852035399992019, 0.07900115400116192, 0.07922065900129382, 0.08156216499992297, 0.08019676699768752, 0.07835902000078931, 0.08178172100087977, 0.07981243099857238, 0.0787114400009159, 0.08037147899813135, 0.08037584900012007, 0.08000081600039266, 0.07860558800166473, 0.08246394199886709, 0.08136427299905336, 0.08106338400102686, 0.08353343099952326, 0.08244291899973177, 0.08021308300158125, 0.08155053700102144, 0.07992578099947423, 0.0818153779982822, 0.08147107600234449, 0.08233137499701115, 0.08081164699979126, 0.08886218300176552, 0.08486347600046429, 0.0839919350000855, 0.08201321700107655, 0.08418783199886093, 0.08265866600049776, 0.08155049400011194, 0.08228993900047499, 0.08296992299801786, 0.08138459499969031, 0.08219717099927948, 0.08646272000260069, 0.08089513400045689, 0.07962249099728069, 0.08016036499975598, 0.08167531000071904, 0.08476605499890866, 0.08359672300139209, 0.08412686100200517, 0.08370719199956511, 0.08339975099806907, 0.0836675099999411, 0.08398238700101501, 0.08446352199825924, 0.08449810200181673, 0.08505310599866789, 0.08204921400101739, 0.08337555300022359, 0.08323290000043926, 0.08042243299860274, 0.08037437600069097, 0.0823852169996826, 0.08100089599975036, 0.08860123100021156, 0.08523937799691339, 0.08202214500124683, 0.08175280000068597, 0.07933035499809193, 0.08069278800030588, 0.08211686600043322, 0.07925638899905607, 0.08175117100108764, 0.08518658400134882, 0.08148218399946927, 0.08210832600161666, 0.07963267799641471, 0.08067462700273609, 0.08091380399855552, 0.08013172500068322, 0.07856844300113153, 0.07907441999850562, 0.08283059200039133, 0.08102530700125499, 0.08041498899910948, 0.08138976600093883, 0.08217116299783811, 0.07975683200129424, 0.08054265800092253, 0.07850665399746504, 0.07932500400056597, 0.0796500520009431, 0.08207459899858804, 0.0840832430003502, 0.0818797319989244, 0.08299603800332989, 0.0817877729969041, 0.08329713200146216, 0.08595244100069976, 0.0817027839984803, 0.08148746699953335, 0.08274880500175641, 0.08118620299865142, 0.07902454700160888, 0.08010951599862892, 0.08097824400101672, 0.08129679299963755, 0.08161428500170587, 0.08014024599833647, 0.08174685300036799, 0.07974845799981267, 0.08185910199972568, 0.08613746300034109, 0.08159371700094198, 0.08231327099929331, 0.08272859099815832, 0.07962941500227316, 0.07859475199802546, 0.07861024299927521, 0.0794696120028675, 0.07999930799996946, 0.0806045589997666, 0.08132538099744124, 0.08194140700288699, 0.08067518700045184, 0.0815497219991812, 0.07905281700004707, 0.08487912100099493, 0.08094798100137268, 0.08328502899894374, 0.08108496400018339, 0.08118293399820686, 0.08052631800092058, 0.07851454200135777, 0.08129302399902372, 0.08050136299789301, 0.07952315600050497, 0.07996220300265122, 0.07849465099934605, 0.08021085300060804, 0.07918570199763053, 0.08114151500194566, 0.07912000099895522, 0.08081168300122954, 0.08137794499998563, 0.07923411799856694, 0.0809669459995348, 0.08620067900119466, 0.07889296500070486, 0.07944675399994594, 0.07963304399891058, 0.0797391529995366, 0.07821145900015836, 0.08063204800055246, 0.08010868199926335, 0.08289022000099067, 0.08111690900113899, 0.08000894499855349, 0.08165140699929907, 0.07972888600124861, 0.08437184099966544, 0.0822269279997272, 0.0830511550011579, 0.08351944199966965, 0.08163527699798578, 0.07923918700180366, 0.08024536800076021, 0.08060818699959782, 0.08118010399994091, 0.08184815200002049, 0.08288527900003828, 0.0856724769982975, 0.08729704000143101, 0.08460385699800099, 0.08216496800014284, 0.08410247400024673, 0.08090097300009802, 0.07995015400229022, 0.08797016199969221, 0.08156900299945846, 0.08917290399767808, 0.08140798500244273, 0.07960598099816707, 0.08241963500040583, 0.08405656300237752, 0.08029892399645178, 0.08004470800005947, 0.08086528600324527, 0.08196780099751777, 0.0810935920017073, 0.0826436810020823, 0.08131533799678436, 0.08430248600052437, 0.08098368699938874, 0.08207296700129518, 0.0802896579989465, 0.07955265100099496, 0.07785696100108908, 0.07881661699866527, 0.0829497420018015, 0.08049417299844208, 0.0790910329997132, 0.08430498300003819, 0.0841290870012017, 0.08446829600143246, 0.08365530099763419, 0.07998880200102576, 0.07978443400133983, 0.07939829899987672, 0.07863306999934139, 0.07996505799746956, 0.07965972800229792, 0.08004886599883321, 0.07935111500046332, 0.08073482400141074, 0.08047217299827025, 0.08098284800144029, 0.0798860329996387, 0.08052093999867793, 0.0800345150018984, 0.08279126999696018, 0.07938733100309037, 0.08351175200004946, 0.08160453299933579, 0.07991035799932433, 0.08215252100126236, 0.07990289299777942, 0.08086076000108733, 0.08286864600086119, 0.08141126799819176, 0.08398168799976702, 0.08202080499904696, 0.07925029300167807, 0.08197641700098757, 0.08100900099816499, 0.07896742999946582, 0.08109124100155896, 0.0857474859985814, 0.08212519700100529, 0.08298575500157312, 0.08089185599965276, 0.08431780699902447, 0.08284929000001284, 0.0808067990001291, 0.08006968300105655, 0.07971065499805263, 0.08112939599959645, 0.08123765300115338, 0.08123486900149146, 0.08140675599861424, 0.0783246879982471, 0.08058030100073665, 0.07967274900147459, 0.08795396800269373, 0.08368934999816702, 0.08440743599931011, 0.0823501760023646, 0.08274558699849877, 0.08326191599917365, 0.08235948600122356, 0.08282533699821215, 0.08194154200100456, 0.08172396200097864, 0.08931736299928161, 0.08569052500024554, 0.08232156899975962, 0.08328660899860552, 0.08182652400137158, 0.08370448500136263, 0.08151950699902955, 0.08174719100134098, 0.07892168199759908, 0.07890058200064232, 0.07962296199912089, 0.08040437900126562, 0.08229179699992528, 0.08237514099891996, 0.08139199600191205, 0.08166610599801061, 0.08314393399996334, 0.08273020900014671, 0.08317647000149009, 0.08255473499957589, 0.08790556199892308, 0.08357194700147375, 0.08962981299919193, 0.08213735499884933, 0.0827406480020727, 0.07999009099876275, 0.08289354600128718, 0.08973240799969062, 0.08687384299992118, 0.08345314400139614, 0.08228497199888807, 0.08215581900003599, 0.08238574400093057, 0.07977187799770036, 0.07994144700205652, 0.08166412199716433, 0.08058090900158277, 0.07942098599960445, 0.07967161800115719, 0.07972760899792775, 0.0785655610015965, 0.07975297099983436, 0.07897668499936117, 0.08008350700038136, 0.07975764400180196, 0.07957217099828995, 0.07866714099873207, 0.08030931600296753, 0.07997856899964972, 0.08096509799725027, 0.08526485600305023, 0.08119519499814487, 0.08073254600094515, 0.08311555799809867, 0.08183520900274743, 0.08318634199895314, 0.08620045900170226, 0.0818903159997717, 0.08010149199981242, 0.0797592419985449, 0.08060252900031628, 0.08204390999890165, 0.08199063700158149, 0.08200196200050414, 0.07995581399882212, 0.07898386200031382, 0.07995786500032409, 0.07851540499905241, 0.08106613299969467, 0.08262706700043054, 0.08050906599964947, 0.08211463699990418, 0.08045055999900796, 0.08318115800284431, 0.08109598399823881, 0.08307782300107647, 0.08200577499883366, 0.08667664799941122, 0.08240413400199031, 0.08122864200049662, 0.08454059499854338, 0.08353968899973552, 0.08333583800049382, 0.08321495500058518, 0.08131421600046451, 0.08144169499792042, 0.08254977500109817, 0.08642986400082009, 0.08568639499935671, 0.0835585640015779, 0.0802012169988302, 0.07777994299976854, 0.07988799099985044, 0.07912080599999172, 0.08099477699943236, 0.07904104499903042, 0.08049008800298907, 0.08280263299820945, 0.08368788000007044, 0.08312808199843857, 0.08200405400202726, 0.0822181069997896, 0.08667351600161055, 0.08559814799809828, 0.08213981399967452, 0.08594830299989553, 0.08567040500201983, 0.08173302199793397, 0.08201383499908843, 0.08266668100259267, 0.08447297000020626, 0.08223071399697801, 0.08207893300277647, 0.08168266699794913, 0.0826199950024602, 0.08504136199917411, 0.08409203600240289, 0.08066216899896972, 0.07980582199888886, 0.0799330240006384, 0.08381266500146012, 0.0814168199976848, 0.07854976700036786, 0.07797402700089151, 0.0801948900007119, 0.08146317399950931, 0.0831730019999668, 0.08262908699907712, 0.08030377300019609, 0.0823686080002517, 0.0791155320002872, 0.07892923599865753, 0.08284387300227536, 0.07979641099882429, 0.08107852100147284, 0.08100389399987762, 0.07945478900001035, 0.08090714099671459, 0.08041380100257811, 0.07985747400016407, 0.08146701599980588, 0.08004815399908694, 0.08017080699937651, 0.07977034500072477, 0.0819138059996476, 0.08236872899942682, 0.08321580000119866, 0.08333978500013473, 0.08147299600022961, 0.07955451099769562, 0.08100626800296595, 0.08203618599873153, 0.08113002399841207, 0.07868750600027852, 0.07913872200151673, 0.08027412999945227, 0.0809580349996395, 0.07993556600195006, 0.07946721699772752, 0.08080752900059451, 0.07951335400139214, 0.08004740300020785, 0.07942486799947801, 0.08042291200035834, 0.07898907199705718, 0.08058861500103376, 0.08104825900227297, 0.08112771499872906, 0.07895553799971822, 0.08008937499835156, 0.08315759100150899, 0.07984010400105035, 0.07991118599966285, 0.07983847400100785, 0.0800772729999153, 0.08065382199856685, 0.08057218300018576, 0.079761224998947, 0.0792718379998405, 0.08431816599841113, 0.0826130400018883, 0.0838836029979575, 0.0803783890005434, 0.08190861800176208, 0.08208630700028152, 0.08066570300070453, 0.07962025899905711, 0.07980437999867718, 0.08057743199969991, 0.0795388600017759, 0.08224823499767808, 0.08222593100072118, 0.08378998300031526, 0.08088736900026561, 0.08051190900005167, 0.08010219900097582, 0.08178430199768627, 0.08224057600091328, 0.0826979349985777, 0.08133502400232828, 0.08431205799934105, 0.08022969499870669, 0.0806536230011261, 0.08016037000197684, 0.07910826799707138, 0.0803749010010506, 0.07865734000006341, 0.08042184399891994, 0.08397538000281202, 0.0805309559982561, 0.08011141799943289, 0.08127847600189853, 0.08071292900058324, 0.08082925499911653, 0.08027007399869035, 0.08140800500041223, 0.08124413499899674, 0.07982272300068871, 0.07830316499894252, 0.0788955000025453, 0.07743503099845839, 0.07854925599895068, 0.07740353300323477, 0.078027954998106, 0.07830144300169195, 0.07839412499743048, 0.07889538400195306, 0.07957209699816303, 0.07906173300216324, 0.07934991599904606, 0.07915972599948873, 0.08076609799900325, 0.08243389900235343, 0.07958585899905302, 0.08215492800081847, 0.0786143359982816, 0.07938213699890184, 0.08144204900236218, 0.08025770200038096, 0.0810129040000902, 0.08738204999826849, 0.08328194900241215, 0.0899103500014462, 0.08737445299993851, 0.08424060700053815, 0.08524097400004393, 0.08280292299969005, 0.08454473899837467, 0.0795365199992375, 0.08041841900194413, 0.08327739800006384, 0.08183576100054779, 0.08193525900060195, 0.08050330899641267, 0.08397898600014742, 0.08148171400171123, 0.08046749699860811, 0.08131787800084567, 0.0825631740008248, 0.0806279110001924, 0.08182992699948954, 0.07974956999896676, 0.0798060439992696, 0.08060641100018984, 0.08056308200320927, 0.08034347599823377, 0.08202810700095142, 0.08123883299776935, 0.08029217700095614, 0.08048049599892693, 0.0849331310018897, 0.08217446799972095, 0.0795350119988143, 0.07891505100269569, 0.08004081899707671, 0.08157529100208194, 0.080306046998885, 0.08008373800112167, 0.07916193299752194, 0.07970300400120323, 0.08139491800102405, 0.08114439500059234, 0.08148575799714308, 0.08311262999995961, 0.08312660100273206, 0.08304894599859836, 0.08067626400224981, 0.07987127599699306, 0.07932421500299824, 0.08383102999869152, 0.0810573739981919, 0.08011853400239488, 0.08036924499901943, 0.0791581129997212, 0.08026161299858359, 0.08031306700286223, 0.08086750700022094, 0.08018900800016127, 0.0823558049996791, 0.08011431999693741, 0.08017183500123792, 0.0784261869994225, 0.08029931800047052, 0.0822193160020106, 0.08081573299932643]",tokens/s,12.283450812704455,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-2.7B,EleutherAI/gpt-neo-2.7B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,6132.334592,,,,,s,1,90.84713750200171,90.84713750200171,0.0,90.84713750200171,90.84713750200171,90.84713750200171,90.84713750200171,[90.84713750200171],,kWh,0.0010448627633111328,0.0005694895313896468,0,0.0016143522947007795,,MB,6147.055616,,,,,s,10,8.072768113008351,0.8072768113008351,0.01385902257184664,0.8007011895006144,0.829717986601463,0.8317327158016269,0.833344499161758,"[0.7927945510018617, 0.8002993549998791, 0.7963087460011593, 0.8011030240013497, 0.7957770579996577, 0.8139620649999415, 0.796696580000571, 0.8128090200007136, 0.8292702690014266, 0.8337474450017908]",tokens/s,317.1155128158395,kWh,9.473915152244235e-06,5.163494840766349e-06,0.0,1.4637409993010584e-05,tokens/kWh,17489432.90665773,MB,6188.433408,,,,,s,10,53.7149477189887,5.3714947718988695,0.04258194419988249,5.369725200000175,5.424924088697298,5.42939343334765,5.432968909067931,"[5.326287449999654, 5.323044418997597, 5.32039523200001, 5.332673065000563, 5.4338627779980015, 5.359667009000987, 5.398701096997684, 5.379783390999364, 5.42393090099722, 5.416602376997616]",tokens/s,11.728578854732639,kWh,6.363549738532589e-05,3.4683819158336127e-05,0.0,9.8319316543662e-05,tokens/kWh,640769.3036802461,,s,630,53.707255257988436,0.08524961152061657,0.001960640013488116,0.08494156800043129,0.08686101159946702,0.08742505384998367,0.08882091418094205,"[0.08739604299989878, 0.08295146799719078, 0.0861445430018648, 0.08340475300065009, 0.08452410999962012, 0.08334187899890821, 0.08380206299989368, 0.08356838599866023, 0.08384912800102029, 0.08365385200158926, 0.08349663699846133, 0.08356656999967527, 0.08453640600055223, 0.08523240200156579, 0.08528943899727892, 0.08625086300162366, 0.08415058099853923, 0.08348421700065956, 0.08459205600229325, 0.08561749999716994, 0.08474178600226878, 0.085417389000213, 0.08501858099771198, 0.08347723000042606, 0.08517409900014172, 0.08473769600095693, 0.08348976799970842, 0.08402663200104143, 0.08365269599744352, 0.08475168600125471, 0.08435684700089041, 0.08479201899899635, 0.08497049799916567, 0.08579703900250024, 0.083531555999798, 0.08420031199784717, 0.08503054299944779, 0.08456968000245979, 0.08396531399921514, 0.08374051500140922, 0.08395625999764889, 0.08509176500228932, 0.08473786999820732, 0.08413565899900277, 0.0836625450028805, 0.08437009799672524, 0.08447512600105256, 0.08584112700191326, 0.08476495499780867, 0.0859762670006603, 0.08563942199907615, 0.08545720600159257, 0.08494240700019873, 0.08396770199760795, 0.08548586600227281, 0.08374107700001332, 0.08430495799984783, 0.08409452799969586, 0.08464002400069148, 0.08492111899977317, 0.08392974299931666, 0.08448514699921361, 0.08465275300113717, 0.08588808499916922, 0.086031599999842, 0.0851731100010511, 0.08465852299923426, 0.08405189299810445, 0.08484513900111779, 0.08460266800102545, 0.08422928100117133, 0.08311200099706184, 0.08366550000209827, 0.08348143799958052, 0.08267633099967497, 0.08307051000156207, 0.08386809699732112, 0.0834477770004014, 0.08591729000181658, 0.08703556199907325, 0.08350790300028166, 0.08567202699850895, 0.08491114999924321, 0.08461529100168264, 0.08455754199894727, 0.08392855000056443, 0.0843751530010195, 0.0833819030012819, 0.08577674299885985, 0.08428707200073404, 0.08442218799973489, 0.08416036599737708, 0.08321104000060586, 0.08380751900040195, 0.08495050700003048, 0.0836677459992643, 0.08418694099964341, 0.08416780800325796, 0.08394157599832397, 0.08470667399888043, 0.08378058500238694, 0.0847114079988387, 0.0852606510015903, 0.08412804499675985, 0.08389003200136358, 0.08398650099843508, 0.08406834700144827, 0.08429422400149633, 0.0860736270005873, 0.08780354499685927, 0.08508482900288072, 0.08607617399684386, 0.08435227200243389, 0.08428187399840681, 0.08400204899953678, 0.08401996199972928, 0.08286962800048059, 0.08463753500109306, 0.08524670699989656, 0.08392292500138865, 0.0847239559989248, 0.08494072900066385, 0.08446197100056452, 0.08492463899892755, 0.08527467699968838, 0.0836169920003158, 0.08598274500036496, 0.084880673999578, 0.08469388299999991, 0.08458530499774497, 0.0834452240014798, 0.08542315399972722, 0.08402466400002595, 0.08312726800068049, 0.08408310699815047, 0.08331761800218374, 0.08324500099843135, 0.08384327499879873, 0.08340663600029075, 0.08360173300025053, 0.08310700900256052, 0.08346741499917698, 0.08368826199875912, 0.08413266900242888, 0.08407439799702843, 0.08394507200137014, 0.08484145400143461, 0.08464441199976136, 0.0840624550000939, 0.08490187699862872, 0.08538035899982788, 0.08516875300119864, 0.08408184399741003, 0.08527035100269131, 0.08367466199706541, 0.08447144100136939, 0.08467495299919392, 0.08409685900187469, 0.08493765399907716, 0.08478334400206222, 0.08401996299653547, 0.08397763500033761, 0.08410438999999315, 0.08484239199970034, 0.08463233400107129, 0.08377087999906507, 0.0835057210024388, 0.08401747999960207, 0.0840683469978103, 0.08381746400118573, 0.0846620560005249, 0.08472730900030001, 0.08342629799881252, 0.08397033300207113, 0.08363040199765237, 0.08620587900077226, 0.08619838099912158, 0.08430289800162427, 0.08630718099811929, 0.08464190300219343, 0.08558937999987393, 0.08403123199968832, 0.08475818900114973, 0.08391350999954739, 0.0850873329982278, 0.08509741200032295, 0.08539479600221966, 0.0840312559994345, 0.08777449899935164, 0.08557094500065432, 0.08349974699740415, 0.08254025400310638, 0.08344378199763014, 0.08354318599958788, 0.08416274800038082, 0.08324937100042007, 0.08384287299850257, 0.08342762900065281, 0.08453308000025572, 0.08443926200197893, 0.08480587200028822, 0.08478736899996875, 0.08570363899707445, 0.08505516200239072, 0.0844831369977328, 0.08420412400300847, 0.0840929009973479, 0.08600204799950006, 0.0854141250019893, 0.08456782799839857, 0.0872741950006457, 0.08542922400010866, 0.0843222940020496, 0.08365195599981234, 0.08404119899932994, 0.083770254997944, 0.08515595700009726, 0.08661103499980527, 0.0858450570012792, 0.08661414699963643, 0.08573464499932015, 0.08476104700093856, 0.08358876499914913, 0.08477130599931115, 0.08670829200127628, 0.08323040200048126, 0.08370490000015707, 0.08514312300030724, 0.08380551200025366, 0.08419747700099833, 0.08430700899771182, 0.08432798600188107, 0.08454363299824763, 0.08466186599980574, 0.08687073699911707, 0.08413666700289468, 0.08428014399760286, 0.08634234800047125, 0.08547322300000815, 0.08428912499948638, 0.08413762500276789, 0.085729521997564, 0.08445712300090236, 0.0849270639992028, 0.08363128500059247, 0.08459883899922715, 0.08365692699953797, 0.08472320800137823, 0.08407905499916524, 0.08440860500195413, 0.08424740599730285, 0.08422458499990171, 0.08554574899972067, 0.082836818000942, 0.08377354999902309, 0.08260834599786904, 0.08392506900054286, 0.08373437400223338, 0.08499804899838637, 0.08497941500172601, 0.08503933099927963, 0.08493795899994439, 0.08401561899881926, 0.08423983000102453, 0.08376722100001643, 0.08377359799851547, 0.0848911280008906, 0.08454128399898764, 0.08664759200109984, 0.08682411699919612, 0.08616867499949876, 0.08531814100206248, 0.08512558299844386, 0.0861805300010019, 0.08501636199798668, 0.0840884110002662, 0.08492660000047181, 0.08425648400225327, 0.08600716299770284, 0.08610086800035788, 0.08507140499932575, 0.08501205100037623, 0.0841433710011188, 0.08543430899953819, 0.08538333799879183, 0.08745521700257086, 0.08721339899784653, 0.08734583900150028, 0.08626305000143475, 0.08531334899817011, 0.0844052139982523, 0.08430193200183567, 0.08312543799911509, 0.08488502399995923, 0.08481966000181274, 0.0845594530001108, 0.08522122800059151, 0.08461366199844633, 0.08486545599953388, 0.08467337600086466, 0.08556550499997684, 0.08507330299835303, 0.08561437000025762, 0.10035489700021571, 0.1094269000022905, 0.1109549100001459, 0.09389905099669704, 0.0854438670030504, 0.08617415499975323, 0.08541870199769619, 0.08502447100181598, 0.08560046099955798, 0.08561782299875631, 0.08527420999962487, 0.0852226540009724, 0.08557012100209249, 0.08467180699881283, 0.08540757700029644, 0.08600977099922602, 0.08499496700096643, 0.0858302630003891, 0.08572117500079912, 0.08888575499804574, 0.08493440700112842, 0.08483535699997446, 0.08605829199950676, 0.08604790399840567, 0.0861507879999408, 0.08553642900005798, 0.08488218999991659, 0.08588121800130466, 0.0853023720010242, 0.0842984279988741, 0.08411127300132648, 0.08388873399962904, 0.0842647629979183, 0.0849975130004168, 0.08482637999986764, 0.08604333500261419, 0.08587725200050045, 0.08827559799829032, 0.08581837800011272, 0.08474324100097874, 0.08516393899844843, 0.08413807200122392, 0.08339314499971806, 0.0841760980001709, 0.08425272599924938, 0.08381703100167215, 0.08454640099807875, 0.08506812600171543, 0.0850145619988325, 0.08511833000011393, 0.08467638799993438, 0.08465268899817602, 0.08438142000159132, 0.08422570699985954, 0.08470140400095261, 0.0839191960003518, 0.08557176400063327, 0.08470928299720981, 0.08584673299992573, 0.08368818999952055, 0.08536389900109498, 0.08396376300152042, 0.0846141189977061, 0.08570491000136826, 0.08469888399849879, 0.08377298699997482, 0.08455598400178133, 0.08488119899993762, 0.08490452499972889, 0.08526445800089277, 0.08554232799724559, 0.08701166800165083, 0.08479008699941915, 0.08444594699903973, 0.08438431800095714, 0.08643529999972088, 0.08416034800029593, 0.08420272799776285, 0.08418472300036228, 0.08448904900069465, 0.08592770000177552, 0.08456566499808105, 0.08750698800213286, 0.08450451899989275, 0.08513559499988332, 0.0844975969994266, 0.08520603199940524, 0.08447878199876868, 0.08405713899992406, 0.08511520799947903, 0.08557648500209325, 0.0844356230008998, 0.08447655199779547, 0.08390788600081578, 0.08528481300163548, 0.08430228099678061, 0.08478792300229543, 0.0847138270000869, 0.08497872799853212, 0.0847989329995471, 0.0848877230018843, 0.0858747050006059, 0.0850785589973384, 0.08686731700072414, 0.0876891309999337, 0.08599966300243977, 0.08675896999920951, 0.08685714699822711, 0.08468587800234673, 0.0844822139988537, 0.0844578129981528, 0.08695242300018435, 0.08693958200092311, 0.08860107800137484, 0.0851840719988104, 0.08679915299944696, 0.08476022399918293, 0.08876201400198624, 0.08652740699835704, 0.08559418500226457, 0.08446050199927413, 0.08486175999860279, 0.08532927900159848, 0.08685558700017282, 0.08502158799819881, 0.08628162300010445, 0.0858778190013254, 0.08731497999906424, 0.08485638899946935, 0.086905159001617, 0.08589382900026976, 0.08744879000005312, 0.08679162800035556, 0.08735793300002115, 0.08765870999923209, 0.08779229200081318, 0.0869887929984543, 0.08476195199909853, 0.08650436099924264, 0.08469685999807552, 0.08576136600095197, 0.08490359600182273, 0.08472186699873419, 0.08388218999971286, 0.08501477100071497, 0.0846658819973527, 0.08454771700053243, 0.08517004300301778, 0.08513665599821252, 0.08568701200056239, 0.08570216899897787, 0.08540571200137492, 0.08507753099911497, 0.08429890299885301, 0.08642569000221556, 0.08483997199800797, 0.08537240200166707, 0.08528505999856861, 0.08652179500131751, 0.08566974600034882, 0.08508525999786798, 0.08567214700087789, 0.08636846299850731, 0.08596676200249931, 0.08518232699861983, 0.08658486000058474, 0.08646928700181888, 0.08698765599910985, 0.08649995800078614, 0.08480400999906124, 0.08559564199822489, 0.08597064200148452, 0.08527393300028052, 0.08550440600083675, 0.08468663199892035, 0.08474202399884234, 0.0860650060021726, 0.08587682899815263, 0.08465481900202576, 0.08520800299811526, 0.08431787800145685, 0.08451428699845565, 0.08517351100090309, 0.08544124699983513, 0.08675759000107064, 0.08578717399723246, 0.08579823200125247, 0.08583008099958533, 0.08588918000168633, 0.08867089599880273, 0.08604656800162047, 0.08487707399763167, 0.08567836300062481, 0.08471518900114461, 0.08553731899883132, 0.08444567900005495, 0.08439929200176266, 0.08408888599660713, 0.08387239000148838, 0.0842868690015166, 0.08448115699866321, 0.08838370999728795, 0.0864607170005911, 0.08479758300018148, 0.08469502699881559, 0.08531074600250577, 0.08628967299955548, 0.08670784100104356, 0.08583583899962832, 0.08884497200051555, 0.08580692999748862, 0.08632393200241495, 0.08505307700033882, 0.08473874799892656, 0.08361036099813646, 0.08399533299962059, 0.08417467500112252, 0.08526552200055448, 0.0848360429990862, 0.0851289740021457, 0.08592036299887695, 0.08607439000115846, 0.08724840699869674, 0.08655305999855045, 0.08636162600305397, 0.08686031099932734, 0.08521010699769249, 0.0841520110006968, 0.08549035900068702, 0.08613997399879736, 0.0850102889999107, 0.08619201400142629, 0.08627459299896145, 0.08406551000007312, 0.08427256499999203, 0.08410645999902044, 0.08444025600329041, 0.08475811399694066, 0.08620376399994711, 0.08795844400083297, 0.08737284500239184, 0.08694790799927432, 0.08779372500066529, 0.0863728109980002, 0.08537170500130742, 0.0857967349984392, 0.08635387300091679, 0.08805585699883522, 0.08545662400138099, 0.08641266899940092, 0.08714205900105298, 0.08773483199911425, 0.08631400100057363, 0.08705420299884281, 0.08568793700032984, 0.0869789780008432, 0.0869062159981695, 0.0844751440017717, 0.08662418399762828, 0.08772725600283593, 0.08885720499893068, 0.0887613170016266, 0.08759703999749036, 0.08594062100019073, 0.0872584739990998, 0.08557346000088728, 0.08634366099795443, 0.08689042300102301, 0.08670183600042947, 0.08714973400128656, 0.08582229999956326, 0.08558058400012669, 0.08725117199719534, 0.08616658900064067, 0.08628817600038019, 0.087097317998996, 0.08590830300090602, 0.08692191000227467, 0.08709619199726149, 0.08864032900237362, 0.08691777599960915, 0.08546469299835735, 0.08791307900173706, 0.08795460699911928, 0.08666495999932522, 0.08581447400138131, 0.08680151799853775, 0.08650661900173873, 0.08590531499794452, 0.08650952600146411, 0.08537659899957362, 0.08623224699840648, 0.08497882400115486, 0.08484918199974345, 0.0856094100017799, 0.0841474869994272, 0.08470275199942989, 0.08535509400098817, 0.08413539799948921, 0.08437310199951753, 0.08549775099891121, 0.08581742699971073, 0.0855849700019462, 0.08510280699920258, 0.08484248199965805, 0.08533266100130277, 0.08458954699744936, 0.08496884000123828, 0.08641789000103017, 0.08618264799952158, 0.08513373499954469, 0.08634789600182557, 0.08535976199709694, 0.08561702100269031, 0.08523856099782279, 0.08765794000282767, 0.08821514599912916, 0.08702843799983384, 0.08609520299796714, 0.08515851100310101, 0.0858958819990221, 0.08498998199866037, 0.08512125600100262, 0.085435258999496, 0.08484941899951082, 0.08522696599902702, 0.08509543300169753]",tokens/s,11.730258732711789,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-125m,EleutherAI/gpt-neo-125m,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 111, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 564, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: GPTNeoForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-125m,EleutherAI/gpt-neo-125m,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,798.892032,,,,,s,1,8.25673309100057,8.25673309100057,0.0,8.25673309100057,8.25673309100057,8.25673309100057,8.25673309100057,[8.25673309100057],,kWh,6.981589805485302e-05,3.8051053237441425e-05,0,0.00010786695129229445,,MB,835.100672,,,,,s,15,0.980113280003934,0.0653408853335956,0.0004304203264354521,0.06535554299989599,0.06594069399907312,0.06613562309976259,0.06622356382002181,"[0.06624554900008661, 0.06526084600045579, 0.06537002400000347, 0.06549612800154136, 0.06531217800147715, 0.06487396100055776, 0.06497835099980875, 0.06608851199962373, 0.0657189669982472, 0.06535554299989599, 0.0654226100014057, 0.06541133800055832, 0.06453260600028443, 0.06509452599857468, 0.06495214100141311]",tokens/s,3917.9144679935234,kWh,7.947336912191851e-07,4.3314892811933023e-07,0.0,1.2278826193385153e-06,tokens/kWh,208488984.1814947,MB,845.55776,,,,,s,15,9.69449415899544,0.646299610599696,0.004648820202933521,0.645305369000198,0.6502607877984701,0.6528931953989741,0.6577738350804794,"[0.6473840580001706, 0.643205524998848, 0.6502341189989238, 0.6480869579991122, 0.64320374899944, 0.645305369000198, 0.6589939950008556, 0.6479464340009145, 0.6468643740008702, 0.6502785669981677, 0.6451608509996731, 0.644981885998277, 0.6406475260009756, 0.6438500900003419, 0.6383506579986715]",tokens/s,97.47801014693917,kWh,7.646574295335924e-06,4.167550876959612e-06,0.0,1.1814125172295539e-05,tokens/kWh,5332599.6704129055,,s,945,9.686770006996085,0.010250550271953528,0.00030107754393953324,0.01021268999829772,0.010527285199714242,0.010674218198982998,0.01143063995958073,"[0.012614911000127904, 0.010488073001397424, 0.010506089000045904, 0.010183323998717242, 0.010228111999822431, 0.009973854999770992, 0.010181717001614743, 0.010104883998792502, 0.010465457000464085, 0.010087819000546006, 0.010330246999728843, 0.010187489999225363, 0.010302475000571576, 0.010060483000415843, 0.010206827999354573, 0.009980635999454535, 0.010187216001213528, 0.010411506998934783, 0.010117768000782235, 0.010053935999167152, 0.010288319999745, 0.01014727600158949, 0.010214314999757335, 0.010238058999675559, 0.010211527000137721, 0.009993055999075295, 0.010248868000417133, 0.010099471001012716, 0.010271145998558495, 0.010202837000178988, 0.010524876999625121, 0.010224276000371901, 0.01050430299983418, 0.010317033000319498, 0.010209285001110402, 0.010168150998651981, 0.009982535000744974, 0.01030610799898568, 0.010224382000160404, 0.010299610001311521, 0.01021540100009588, 0.010244957999020698, 0.010524118999455823, 0.010406050001620315, 0.010282602999723167, 0.010684417999073048, 0.010036952000518795, 0.009976257999369409, 0.010110426001119777, 0.010199471998930676, 0.010117324000020744, 0.010429370000565541, 0.01032854199911526, 0.010476531000676914, 0.010093610000694753, 0.010245436998957302, 0.010032063000835478, 0.010385820998635609, 0.010118312000486185, 0.01022116900094261, 0.010109212000315893, 0.010056853998321458, 0.010220299000138766, 0.011798974999692291, 0.010182697000345797, 0.010248237998894183, 0.009916389000864001, 0.009935231999406824, 0.009805231000427739, 0.01007768700037559, 0.009885810999548994, 0.009851458999037277, 0.009678456000983715, 0.009934337000231608, 0.0101829129998805, 0.010181226998611237, 0.010107228001288604, 0.010213711999313091, 0.010151598000447848, 0.010028005999629386, 0.009954130000551231, 0.010078924999106675, 0.00992123600008199, 0.010109333001310006, 0.009946987998773693, 0.010095904999616323, 0.010307103000741336, 0.010029154000221752, 0.010266231000059634, 0.01023435199931555, 0.010387991000243346, 0.010184202999880654, 0.010676152000087313, 0.010219908999715699, 0.010159933000977617, 0.010177614998610807, 0.010146153001187486, 0.010268960999383125, 0.010328115000447724, 0.010402964000604698, 0.010246247999020852, 0.01019202600036806, 0.010464598999533337, 0.01036925100015651, 0.010301730999344727, 0.010396009000032791, 0.010228187000393518, 0.010333616000934853, 0.01031623699964257, 0.010251469000650104, 0.010285069000019575, 0.010485690998393693, 0.010456478999913088, 0.010348955000154092, 0.01015333100076532, 0.010304339999493095, 0.010128068999620155, 0.010336417000871734, 0.00999861700074689, 0.010252518999550375, 0.00995897199936735, 0.010234147999653942, 0.01007098300033249, 0.010148219000257086, 0.01006372600022587, 0.010317246998965857, 0.01171000899921637, 0.010537039999690023, 0.010185386001467123, 0.010357165998357232, 0.010128577001523809, 0.010154102999877068, 0.010307292999641504, 0.010004939998907503, 0.010277050001604948, 0.010004046998801641, 0.010389990000476246, 0.010284604999469593, 0.01079478400060907, 0.010166355999899679, 0.009920264999891515, 0.010084527999424608, 0.010645435000697034, 0.010499658999833628, 0.010605326000586501, 0.010184664999542292, 0.01036285800000769, 0.010664796000128263, 0.010790062000523903, 0.011076083999796538, 0.010399124999821652, 0.010418677999041392, 0.010192223000558442, 0.010242757000014535, 0.010047891999420244, 0.0101988110000093, 0.010135630000149831, 0.009923962999891955, 0.010232155000267085, 0.009914169000694528, 0.010182472999076708, 0.010931164000794524, 0.013365945000259671, 0.010078544999487349, 0.010009996000007959, 0.010153429000638425, 0.010035772000264842, 0.010229097999399528, 0.010307393999028136, 0.010154057999898214, 0.009970569000870455, 0.009966170000552665, 0.010146085000087623, 0.010090984998896602, 0.010321637000743067, 0.01018628599922522, 0.009989960999519099, 0.010190482000325574, 0.010033819000454969, 0.01018846199986001, 0.010577068000202416, 0.010085108000566834, 0.01023166599952674, 0.009870148000118206, 0.010343407000618754, 0.009979264999856241, 0.010070379999888246, 0.009981076998883509, 0.010101589999976568, 0.011561911998796859, 0.010438737999720615, 0.01035888800106477, 0.010209473999566399, 0.010236415000690613, 0.010095550000187359, 0.009975716999178985, 0.010108169000886846, 0.010299483999915537, 0.010175388999414281, 0.010184503000346012, 0.010223429999314249, 0.01015222400019411, 0.010035114999482175, 0.010328521000701585, 0.010062445000585285, 0.011001815999406972, 0.010557968998909928, 0.01055394300055923, 0.010294678000718704, 0.010556045999692287, 0.010064091999083757, 0.010258744001475861, 0.010161453999899095, 0.010289552999893203, 0.010208831999989343, 0.010348900999815669, 0.010387075999460649, 0.010368142000515945, 0.010527852000450366, 0.010278364999976475, 0.010262026999043883, 0.010286475000611972, 0.010052637999251601, 0.010401813000498805, 0.010111699000844965, 0.010236032998363953, 0.010081940999953076, 0.010277811001287773, 0.010045973000160302, 0.010305484998752945, 0.010833693000677158, 0.010530157000175677, 0.010100145998876542, 0.010355459000493283, 0.01021116400079336, 0.010642925999491126, 0.010152176999326912, 0.010227718001260655, 0.010163744998862967, 0.009985156000766438, 0.010000996999224299, 0.01011384400044335, 0.01022768700022425, 0.010202837000178988, 0.010147646000405075, 0.010225725998679991, 0.010090572000990505, 0.01026135800020711, 0.010080840998853091, 0.010385061001215945, 0.010018801998739946, 0.010278823001499404, 0.011338454998622183, 0.010161087000597036, 0.009905945000355132, 0.010323548000087612, 0.009751038000104018, 0.010289459998602979, 0.010231410000415053, 0.010100663001139765, 0.010442629998578923, 0.010440085001391708, 0.01009553599942592, 0.010115380999195622, 0.010042571000667522, 0.009876338999674772, 0.01003679700079374, 0.010027337999417796, 0.010226963999230065, 0.009963743001208059, 0.010207172999798786, 0.010171911999350414, 0.010043293999842717, 0.01027707899993402, 0.00997393500074395, 0.010274661999574164, 0.009975189001124818, 0.010385150999354664, 0.010259160000714473, 0.010006802000134485, 0.010060128999612061, 0.01064099100040039, 0.010438236999107176, 0.010051498000393622, 0.010283948999131098, 0.010049321999758831, 0.010297991000697948, 0.010138814999663737, 0.01021537199994782, 0.010257234000164317, 0.010535212000831962, 0.010291741999026272, 0.010171019999688724, 0.010803002000102424, 0.010089428000355838, 0.010221889000604278, 0.010208020999925793, 0.009976977000405896, 0.010336797999116243, 0.009937171000274247, 0.010409765000076732, 0.009942237998984638, 0.010378763001426705, 0.00995121899904916, 0.010231033000309253, 0.01000113600093755, 0.010593793998850742, 0.010051557001133915, 0.010494384998310125, 0.01002994500049681, 0.010159143001146731, 0.010118109999893932, 0.010459007999088499, 0.00998046700078703, 0.00996189199941, 0.011496610999529366, 0.010222971000985126, 0.010280344999046065, 0.010428094999952009, 0.010276388000420411, 0.010319764000087162, 0.010120008999365382, 0.010156157000892563, 0.010029024999312242, 0.01025732600101037, 0.01023738699950627, 0.0101156330001686, 0.010301214999344666, 0.010137139001017204, 0.010204768999756197, 0.01044112099953054, 0.010251526000502054, 0.010430031999931089, 0.010346983999625081, 0.01060501500069222, 0.010398029999123537, 0.010510321999390726, 0.010398811000413843, 0.010540340001170989, 0.010056535998955951, 0.010439838999445783, 0.01008580300003814, 0.010255629000312183, 0.009932462000506348, 0.01026331899993238, 0.012240160000146716, 0.0101519849995384, 0.009990316000767052, 0.009980929999073851, 0.009985538001274108, 0.009949022000000696, 0.009984913000153028, 0.009945830999640748, 0.01011191599900485, 0.009939530000337982, 0.00999401300032332, 0.00999727599992184, 0.009994381000069552, 0.009879122000711504, 0.010023338998507825, 0.010088205001011374, 0.01002058899939584, 0.010058113999548368, 0.010078958001031424, 0.010052809999251622, 0.010066728000310832, 0.010214743000688031, 0.00992709499951161, 0.01031472499926167, 0.009967449999749078, 0.010044757000287063, 0.00996621000012965, 0.01028666000092926, 0.011077092998675653, 0.010422266001114622, 0.010407458999907249, 0.010002719000112847, 0.01010313199913071, 0.011342685000272468, 0.010383775999798672, 0.010240311001325608, 0.011017064998668502, 0.010232669999822974, 0.010480631000973517, 0.01040821400056302, 0.010675140998500865, 0.011080815000241273, 0.010534465000091586, 0.010351016000640811, 0.010197823999988032, 0.010186203000557725, 0.010437353999805055, 0.010266440998748294, 0.010272576000716072, 0.010445362000609748, 0.010257093999825884, 0.0103466299988213, 0.010732230000940035, 0.010198945999945863, 0.010369538998929784, 0.0104141490010079, 0.010035175999291823, 0.010636610000801738, 0.010725574999014498, 0.01027157300086401, 0.010815722000188543, 0.010319421000531293, 0.010852961999262334, 0.010473856000317028, 0.010921917999439756, 0.0105077620009979, 0.010514473999137408, 0.00995207300002221, 0.010561126999164117, 0.010079685000164318, 0.01033038400055375, 0.010129128999324166, 0.01044269600060943, 0.01021672199931345, 0.010760226999991573, 0.010413805001007859, 0.010400070999821764, 0.010324574999685865, 0.010377923001215095, 0.010430225998788956, 0.010704590000386816, 0.010635000999172917, 0.01061535500048194, 0.010453480001160642, 0.010621195999192423, 0.010579497000435367, 0.010386154999650898, 0.010294723999322741, 0.010447618000398506, 0.010185360999457771, 0.01044047700088413, 0.01015023000036308, 0.010091168000144535, 0.010332658999686828, 0.010968509999656817, 0.010222958000667859, 0.011495382999783033, 0.010417052000775584, 0.010321354999177856, 0.010287714001606219, 0.010235975998512004, 0.010143198000150733, 0.010133527001016773, 0.010182578000240028, 0.010025628998846514, 0.010119821001353557, 0.010041502999229124, 0.010349259000577149, 0.01027384400003939, 0.009936315998857026, 0.010198637000939925, 0.010441313999763224, 0.01042484599929594, 0.010384342000179458, 0.010209957999904873, 0.01031331699959992, 0.010403486001450801, 0.010471058998518856, 0.010404475000541424, 0.010168979999434669, 0.01028198400126712, 0.010362442999394261, 0.010441013000672683, 0.010329662000003736, 0.01029334899976675, 0.010313171998859616, 0.010297104001438129, 0.010342486999434186, 0.010346887000196148, 0.009919600999637623, 0.010216741000476759, 0.010442245999001898, 0.010328477999792085, 0.01024313600100868, 0.01035118700019666, 0.01006250899990846, 0.010477320000063628, 0.010277998999299598, 0.01042913099990983, 0.010501775001102942, 0.011018143999535823, 0.010398930000519613, 0.010284320998835028, 0.01024640899959195, 0.010321671001292998, 0.010232364998955745, 0.010164588000407093, 0.01021797700013849, 0.010101202000441845, 0.010080033000122057, 0.0100914089998696, 0.010006581998823094, 0.009940042000380345, 0.009923759000230348, 0.009988478999730432, 0.010100159001012798, 0.009955853000064963, 0.010277719999066903, 0.010461740999744507, 0.0113041719996545, 0.010398440001154086, 0.010510326999792596, 0.010466301999258576, 0.01044157900105347, 0.01044367799840984, 0.010276547000103164, 0.010191689001658233, 0.010003111998230452, 0.010201018001680495, 0.010149386998818954, 0.00989065199973993, 0.010181843001191737, 0.010078963001433294, 0.010119770999153843, 0.010278518999257358, 0.010494782000023406, 0.010103888998855837, 0.010154364001209615, 0.010061583001515828, 0.010029637996922247, 0.009801947002415545, 0.010051489000034053, 0.010205226997641148, 0.009995691001677187, 0.01028921300166985, 0.0103101679997053, 0.010199426000326639, 0.009963535998394946, 0.010339327000110643, 0.01024870000037481, 0.010080981999635696, 0.010543274998781271, 0.010299510002369061, 0.010225996000372106, 0.010268083999108057, 0.010106197998538846, 0.010284428000886692, 0.010069026000564918, 0.010022241000115173, 0.010044900998764206, 0.010000302001571981, 0.010472147998370929, 0.010282076000294182, 0.010128604000783525, 0.010185490998992464, 0.010191943998506758, 0.010233283002889948, 0.010229634997813264, 0.01058562000253005, 0.01021268999829772, 0.01048644399998011, 0.010293055998772616, 0.010645031001331517, 0.010364376001234632, 0.010554077998676803, 0.010222589000477456, 0.010854453998035751, 0.010392094001872465, 0.010292652001226088, 0.010290488997270586, 0.010157303000596585, 0.010114929002156714, 0.011375803998816991, 0.011062361001677345, 0.010221633998298785, 0.010226168000372127, 0.010031009998783702, 0.010151097001653397, 0.0101860430004308, 0.010138800000277115, 0.0101550289982697, 0.010252773001411697, 0.009975483000744134, 0.01029880799978855, 0.01032622799903038, 0.01025561300048139, 0.010486011997272726, 0.01026313300098991, 0.010465580999152735, 0.010336020000977442, 0.010358879000705201, 0.010530294999625767, 0.010580312999081798, 0.010391039002570324, 0.010081218999403063, 0.010049402000731789, 0.009953359996870859, 0.010175612002058187, 0.01041554699986591, 0.01009884800077998, 0.010422176997963106, 0.010236823000013828, 0.01053102700097952, 0.010284072999638738, 0.010619561999192229, 0.010543436001171358, 0.010314219998690533, 0.010471335001057014, 0.01057691700043506, 0.01075048699931358, 0.010370889998739585, 0.010607657000946347, 0.010403763000795152, 0.010512340999412118, 0.010258105001412332, 0.010408239999378566, 0.010259520000545308, 0.010258435999276116, 0.01024995899933856, 0.01045910399989225, 0.010200327000347897, 0.010118540001712972, 0.010079305997351184, 0.010216423001111252, 0.010339780001231702, 0.010563911997451214, 0.010257173002173658, 0.01028016599957482, 0.009967894999135751, 0.010199461001320742, 0.010120766997715691, 0.00995010300175636, 0.010121459999936633, 0.009920076001435518, 0.010040741999546299, 0.011403119999158662, 0.010258943999360781, 0.010355843998695491, 0.010440134999953443, 0.010016394000558648, 0.010024491002695868, 0.009951970998372417, 0.010081858999910764, 0.0099448780019884, 0.010245035999105312, 0.01026743599868496, 0.009826944999076659, 0.010294869000063045, 0.009787062001123559, 0.010059298001579009, 0.009781125998415519, 0.010111472998687532, 0.00995292300285655, 0.009816540998144774, 0.009706683002150385, 0.009738325999933295, 0.009875792999082478, 0.01008825499957311, 0.010143609000806464, 0.010297945998900104, 0.010336472001654329, 0.010311384998203721, 0.010477920000994345, 0.01005778100079624, 0.010299937999661779, 0.01026757499857922, 0.009967948000848992, 0.010243578999507008, 0.010097967999172397, 0.010416820001410088, 0.010112641997693572, 0.010428794001200004, 0.010148605000722455, 0.010460405999765499, 0.0103937899984885, 0.010618419000820722, 0.010328939999453723, 0.010375662001024466, 0.010435158001200762, 0.010472474998096004, 0.010196618000918534, 0.010323758000595262, 0.01047719700000016, 0.010433927000121912, 0.010382876000221586, 0.010618748998240335, 0.010251986001094338, 0.010341150999011006, 0.010537465001107194, 0.01018441099949996, 0.010492118999536615, 0.009964534001483116, 0.010405114997411147, 0.010347778999857837, 0.01019558600091841, 0.010264533000736265, 0.0101221170007193, 0.010389087998191826, 0.011436487999162637, 0.010488387000805233, 0.010436067001137417, 0.01025043600020581, 0.010222452998277731, 0.010529402999964077, 0.010367331000452396, 0.010110754999914207, 0.010057868999865605, 0.009875013998680515, 0.010480886001460021, 0.01039961599963135, 0.01034369600165519, 0.010570263999397866, 0.0103932359997998, 0.010392044998297933, 0.010100337000039872, 0.009931653999956325, 0.010007480999774998, 0.010290650003298651, 0.010557541998423403, 0.010248271999444114, 0.010276879998855293, 0.010001546001149109, 0.010147083001356805, 0.01018769399888697, 0.010141208000277402, 0.010253806998662185, 0.01017248300195206, 0.01040208199992776, 0.010311054000339936, 0.010131497998372652, 0.010184437000134494, 0.010071605000121053, 0.010330466000596061, 0.010166059000766836, 0.010343399000703357, 0.010070757998619229, 0.010442383998451987, 0.010051602999737952, 0.010463736001838697, 0.01004395400013891, 0.01019357200129889, 0.010186239996983204, 0.009979612001188798, 0.009907283001666656, 0.009744405997480499, 0.010254135999275604, 0.009947061000275426, 0.009887390002404572, 0.010007778997533023, 0.010137155000847997, 0.009981326998968143, 0.010247795002214843, 0.010343009998905472, 0.010683623000659281, 0.010153292998438701, 0.010363667002820875, 0.010082764998514904, 0.01014043900067918, 0.010005124000599608, 0.01019238899971242, 0.01029968099828693, 0.01142319700011285, 0.010822050000570016, 0.010085834001074545, 0.0100901209989388, 0.00994226799957687, 0.010174404000281356, 0.010848992998944595, 0.010115249002410565, 0.010155518000829034, 0.010003990999393864, 0.010032663998572389, 0.010100281000632094, 0.010004864001530223, 0.010153155999432784, 0.010023120998084778, 0.010003829000197584, 0.009862856000836473, 0.009988671001337934, 0.0100230929965619, 0.010011846003180835, 0.009971159997803625, 0.010141261001990642, 0.009977402998629259, 0.010135289001482306, 0.00997768999877735, 0.010083961999043822, 0.010203670000919374, 0.010304047998943133, 0.010349177002353827, 0.010179518998484127, 0.010526434998610057, 0.01011032800306566, 0.010460721998242661, 0.01019016600184841, 0.010365807997004595, 0.009887208001600811, 0.010670527000911534, 0.01008033499965677, 0.01016499199977261, 0.01000231500074733, 0.010006385997257894, 0.009936659000231884, 0.009989219000999583, 0.010018494998803362, 0.009949290000804467, 0.010045087001344655, 0.009913666999636916, 0.009978515998227522, 0.009931668002536753, 0.010115470999153331, 0.009941477997926995, 0.00997765200008871, 0.00986326500060386, 0.010270448001392651, 0.010668012000678573, 0.01095195499874535, 0.010505950001970632, 0.010307487998943543, 0.010130328999366611, 0.009993331001169281, 0.00987909600007697, 0.01010918199972366, 0.010024961000453914, 0.011447565000707982, 0.010354877998906886, 0.011166018000949407, 0.010138818000996253, 0.010240256997349206, 0.010047724001196912, 0.01050289499835344, 0.01013411700114375, 0.010273713000060525, 0.010157265998714138, 0.010134841002582107, 0.010147201999643585, 0.010258417998556979, 0.010263563999615144, 0.01034822000292479, 0.010305707997758873, 0.010163939001358813, 0.009984692998841638, 0.01000207600009162, 0.01001061200076947, 0.01012785700004315, 0.009985994998714887, 0.010031204001279548, 0.010000056998251239, 0.010130116999789607, 0.010156164000363788, 0.010279774000082398, 0.009918899002514081, 0.010017953998612938, 0.010013199000241002, 0.010226640999462688, 0.009988752000936074, 0.01006871199933812, 0.010601761998259462, 0.010375232002843404, 0.010735527997894678, 0.010295947002305184, 0.010289624999131775, 0.010213503999693785, 0.010310852001566673, 0.010179032997257309, 0.01039501600098447, 0.010374530000262894, 0.010116179000760894, 0.010184263999690302, 0.00993653800105676, 0.010162103997572558, 0.010241479001706466, 0.010284031999617582, 0.010266368997690734, 0.010154749001230812, 0.01021984299950418, 0.010095120000187308, 0.010458124001161195, 0.009892645000945777, 0.010299887999281054, 0.009810180999920703, 0.010166848998778732, 0.01009318400247139, 0.010164250998059288, 0.009884271999908378, 0.00997526599894627, 0.010145999000087613, 0.011201712000911357, 0.01050422599655576, 0.010271894003381021, 0.009985507997043896, 0.009917627001414075, 0.010593538001558045, 0.010052825997263426, 0.009912075001921039, 0.009949594998033717, 0.010042579000582919, 0.010137394001503708, 0.009923833997163456, 0.009798334001970943, 0.009906144001433859, 0.01017601799685508, 0.010226734000752913, 0.010176824001973728, 0.01002331299969228, 0.009963882999727502, 0.010148189998290036, 0.01007715300147538, 0.009794023000722518, 0.0100745999989158, 0.009662045998993563, 0.010088005001307465, 0.009947586000635056, 0.010188243999436963, 0.010074159999930998, 0.010025561998190824, 0.009970008002710529, 0.010023408998677041, 0.009990285001549637, 0.01008602199726738, 0.010088758001074893, 0.009852058999967994, 0.010574566000286723, 0.009998003999498906, 0.010098205999383936, 0.010012881000875495, 0.010101424999447772, 0.009955772999092005, 0.009845259002759121, 0.01014934699924197, 0.01005554799849051, 0.010164621002331842, 0.010357103998103412, 0.010635319998982595, 0.010119203001522692, 0.010220423999271588, 0.010071910000988282, 0.010155315001611598, 0.010061119999591028, 0.010213354998995783, 0.010203262998402352, 0.010113160002219956, 0.010269736998452572, 0.0100755540006503, 0.010263361000397708, 0.010317184998712037, 0.01017443000091589, 0.010260284001560649, 0.010382638000010047, 0.010153502997127362]",tokens/s,97.55573832324829,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-2.7B,EleutherAI/gpt-neo-2.7B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 111, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 564, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: GPTNeoForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-125m,EleutherAI/gpt-neo-125m,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 111, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 564, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: GPTNeoForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gptj,EleutherAI/gpt-j-6b,EleutherAI/gpt-j-6b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,12675.555328,,,,,s,1,159.70505922200027,159.70505922200027,0.0,159.70505922200027,159.70505922200027,159.70505922200027,159.70505922200027,[159.70505922200027],,kWh,0.0018568492267708406,0.0010120535320007513,0,0.002868902758771592,,MB,12898.725888,,,,,s,10,20.571253644002354,2.0571253644002354,0.011200779817389877,2.0574909434999427,2.070192047000637,2.0760838385006535,2.080797271700667,"[2.054039360000388, 2.056634958000359, 2.0583469289995264, 2.059023277999586, 2.0588079760000255, 2.0460298319994763, 2.0688827600006334, 2.043233387001237, 2.0442795340004523, 2.08197563000067]",tokens/s,124.44550265639158,kWh,2.429793235048755e-05,1.324313725576786e-05,0.0,3.754106960625541e-05,tokens/kWh,6819198.352231901,MB,13027.762176,,,,,s,10,81.82274617299663,8.182274617299663,0.03665982580145618,8.180775010499929,8.224108223999064,8.23759191599911,8.248378869599145,"[8.151513246000832, 8.12987049000003, 8.129500327999267, 8.177928581999367, 8.205390242999783, 8.179163675000382, 8.251075607999155, 8.194805806999284, 8.221111847999055, 8.182386345999475]",tokens/s,7.699570467459015,kWh,9.674973843319308e-05,5.273238056033515e-05,0.0,0.00014948211899352824,tokens/kWh,421455.0905766031,,s,630,81.81856641899867,0.12987074034761695,0.0022911200549274205,0.12948964099996374,0.1329902128010872,0.13397532615081217,0.1369667184401624,"[0.13219707800089964, 0.1294600069995795, 0.1295117699992261, 0.1281607740002073, 0.13102802600042196, 0.12746862700078054, 0.12699771899860934, 0.12968346300112898, 0.1279192879992479, 0.12827947400000994, 0.13017008799943142, 0.12739852000049723, 0.12692242000048282, 0.12676236299921584, 0.1264761250004085, 0.12751361899972835, 0.12685818200043286, 0.1286368830005813, 0.13006684699939797, 0.12862791800034756, 0.1288690420005878, 0.1273576299990964, 0.12781822500073758, 0.1288364960000763, 0.13206311899921275, 0.13371546000053058, 0.13373530599892547, 0.13037574000009045, 0.1294951569998375, 0.1294060910004191, 0.1334942579997005, 0.12847179399977904, 0.12946015400120814, 0.12644962499871326, 0.1294178460011608, 0.1277282440005365, 0.1288177859987627, 0.1289441250009986, 0.12912724600028014, 0.1319482099988818, 0.13001189100032207, 0.12915475299996615, 0.12984745200083125, 0.1302862019983877, 0.1285632910003187, 0.13075032599954284, 0.1337802420002845, 0.1296521849999408, 0.13032300000122632, 0.1304019489998609, 0.12868838999929721, 0.12802062099945033, 0.12941339800090645, 0.1309989620003762, 0.13380638399939926, 0.12951988900022116, 0.1308289970002079, 0.12811295800020162, 0.12907940900004178, 0.13017567899987625, 0.12863048599865579, 0.12758119300087856, 0.12777750299937907, 0.1318833410005027, 0.13256101200022385, 0.13217026299935242, 0.1298184860006586, 0.12680122699930507, 0.12537878500006627, 0.1255562619990087, 0.1280915940005798, 0.12777605799965386, 0.12677198900018993, 0.1277283350009384, 0.12783285200021055, 0.1259415029999218, 0.12755482799911988, 0.12717430600059743, 0.13049270199917373, 0.13160540100034268, 0.1277243759996054, 0.12839253800120787, 0.12821829399945273, 0.12955102500018256, 0.1267661780002527, 0.12843687199892884, 0.12883567300013965, 0.1265408210001624, 0.12737923100030457, 0.13070792100006656, 0.13142000600055326, 0.1295258689988259, 0.13141591100065853, 0.12782207000054768, 0.1287719140000263, 0.1284324829994148, 0.13118437400044058, 0.12948252800015325, 0.1318172789997334, 0.13373236599909433, 0.1294431970000005, 0.12870943800044188, 0.12996688400016865, 0.12854099899959692, 0.129140715000176, 0.12874448299953656, 0.1298328960001527, 0.13657588900059636, 0.1302302799995232, 0.13035008100086998, 0.12786595199941075, 0.12793792000047688, 0.1281031719991006, 0.1291262459999416, 0.1309598379993986, 0.13071971099998336, 0.12887806600156182, 0.1279107969985489, 0.13092290700114972, 0.12918468099996971, 0.12762777299940353, 0.12723901900062629, 0.12734871999964525, 0.1278097729991714, 0.12793214400153374, 0.12706776599952718, 0.13353459800055134, 0.1304305169996951, 0.12712601299972448, 0.13051814900063619, 0.1265334259987867, 0.12975888199980545, 0.12794397300058336, 0.1266028650006774, 0.12598323999918648, 0.1255630560008285, 0.1263450999995257, 0.12884653599940066, 0.12789458199949877, 0.13387243600118381, 0.1288862559995323, 0.1298221030010609, 0.12882314899979974, 0.12795955000001413, 0.1299133829998027, 0.1314863379993767, 0.12834948300042015, 0.12870690599993395, 0.1274195879996114, 0.12637658300081966, 0.1266018609985622, 0.12586116100101208, 0.1298339089989895, 0.1268529450007918, 0.12585854200005997, 0.12810707000062393, 0.12620361399967805, 0.12848340299933625, 0.12754658499943616, 0.12655345000166562, 0.12690646299961372, 0.1266674870003044, 0.1279555769997387, 0.12907978399925923, 0.1328189209998527, 0.12976027100012288, 0.12910755700067966, 0.12851432400020713, 0.13157995199981087, 0.13800848299979407, 0.13429904399890802, 0.13217879200055904, 0.1289653100011492, 0.1295250479997776, 0.12867812299919024, 0.13063887799944496, 0.13262702800057014, 0.12909010800103715, 0.13283256699833146, 0.13299010900118446, 0.12789754100049322, 0.12774265299958643, 0.12699354399956064, 0.1271763650001958, 0.12830944400047883, 0.12903120599912654, 0.12734319499941193, 0.1282707130012568, 0.13350563399944804, 0.1337291069994535, 0.13193327699991642, 0.13087840000116557, 0.13737956099976145, 0.13212635600029898, 0.12873653899987403, 0.12739175699971383, 0.12787095100065926, 0.12744510199991055, 0.12692270499974256, 0.13120254899877182, 0.12961712200012698, 0.13034182800038252, 0.12896932100011327, 0.12699264799994125, 0.12842970299971057, 0.12831042200014053, 0.13042926100024488, 0.1271863490001124, 0.1288156339996931, 0.12888300200029335, 0.1312679910006409, 0.12718304699956207, 0.12884319799923105, 0.12764649000018835, 0.12794859200039355, 0.1292405759995745, 0.12753976800013334, 0.12795933800043713, 0.12986645199998748, 0.12923719900027208, 0.12864110400005302, 0.1324309470001026, 0.13065265600016573, 0.12839712999993935, 0.1287539739987551, 0.1273425870003848, 0.12841569800002617, 0.1295905210008641, 0.1264791569992667, 0.1296794490008324, 0.1319670729990321, 0.12979338799959805, 0.13529816700065567, 0.13087219900080527, 0.13092742799926782, 0.12828543099931267, 0.12745958699997573, 0.12972861300113436, 0.12985645499975362, 0.12806804200045008, 0.12998980299926188, 0.13080106599954888, 0.12878125800125417, 0.12871857699974498, 0.1291572999998607, 0.13136648799991235, 0.13156780499957677, 0.13088225499996042, 0.13010897300046054, 0.13538298700041196, 0.1319044699994265, 0.13585792499907257, 0.13407992899919918, 0.13143703800051298, 0.1305697660009173, 0.13056273499933013, 0.12988820799910172, 0.1293816390007123, 0.12632026800019958, 0.127245588999358, 0.1271166490005271, 0.12837111400040158, 0.12895767999907548, 0.12777952699980233, 0.12746798000080162, 0.13011563600048248, 0.1297010529997351, 0.12918860299942025, 0.13006635300007474, 0.1268372240010649, 0.12856079199991655, 0.12855892699917604, 0.12985425000078976, 0.1286015449986735, 0.12825949800026137, 0.13037870500011195, 0.12673654100035492, 0.13354198200067913, 0.14316609900015465, 0.13341286399918317, 0.13090021800053364, 0.12980606599921884, 0.13468727500003297, 0.13076271700083453, 0.131319097999949, 0.1287576300001092, 0.13100350799868465, 0.1297868230012682, 0.1283263289988099, 0.12844692200087593, 0.12967391699930886, 0.13502918400081398, 0.12761099499948614, 0.1277222349999647, 0.1322107150008378, 0.1308455660000618, 0.13231803999951808, 0.13054794799973024, 0.129429094000443, 0.12998207799864758, 0.12914312900102232, 0.12835880999955407, 0.12854538800092996, 0.13117118199988909, 0.13162217500030238, 0.13026602499849105, 0.130070388000604, 0.13029462899976352, 0.13183608399958757, 0.13052382900059456, 0.1312217230006354, 0.13412892499945883, 0.13369067100029497, 0.1292015109993372, 0.12956343699988793, 0.1351484340011666, 0.13154167199900257, 0.1317753100011032, 0.12911422599972866, 0.13006173699977808, 0.12791435799954343, 0.12930223799958185, 0.13040180900134146, 0.13122004799879505, 0.12850136599990947, 0.12795740500041575, 0.13133990899950732, 0.12761127800149552, 0.12884496599872364, 0.12887305700132856, 0.1285005749996344, 0.1288353059990186, 0.13214401799996267, 0.13054859200019564, 0.12751037800080667, 0.1269137250001222, 0.12822335499913606, 0.13419378500111634, 0.127878116998545, 0.1298984400000336, 0.131992408001679, 0.1293154709983355, 0.12800604100084456, 0.1281818209990888, 0.1283294630011369, 0.12887208400024974, 0.1300570549992699, 0.1275827740009845, 0.1282006139990699, 0.1279822750002495, 0.12839042199993855, 0.1283708539995132, 0.13140529700103798, 0.1295858949997637, 0.12786949799919967, 0.13200881000011577, 0.13145474799966905, 0.13014581200150133, 0.12745678599821986, 0.1289277170017158, 0.13041685299867822, 0.13209300100061228, 0.13089790599951812, 0.12993931399978464, 0.12914926600024046, 0.1276671970008465, 0.1279206669987616, 0.13160540100034268, 0.1291061930005526, 0.12808925799981807, 0.13104385699989507, 0.13243148299989116, 0.13305134099937277, 0.13405950900050811, 0.12837315700016916, 0.12854116699963924, 0.13172510500044154, 0.134258514000976, 0.1373506969994196, 0.1330986640004994, 0.13014034399930097, 0.13311759600037476, 0.13115482899956987, 0.12977148500067415, 0.13075303499863367, 0.1291071590003412, 0.13117255100041803, 0.13022271800036833, 0.13195713300046918, 0.12823095199928503, 0.1314124519994948, 0.13368429299953277, 0.1280479170000035, 0.12912641200091457, 0.12894042900006752, 0.12972638000064762, 0.1292644079985621, 0.12948412500009, 0.1328993850002007, 0.1330083470002137, 0.13575020800089987, 0.13307753299886826, 0.1290073290001601, 0.1280947390005167, 0.1302427179998631, 0.13130003799960832, 0.1327821140002925, 0.1332436239990784, 0.13305378700169967, 0.1313832879986876, 0.13006048500028555, 0.12957753800037608, 0.13324633499905758, 0.13511217000086617, 0.13187481000022672, 0.130458390000058, 0.1309919510003965, 0.12938722799844982, 0.1299315910000587, 0.13009234099990863, 0.13262697600112006, 0.13179812700036564, 0.13155553399883502, 0.130781093999758, 0.12925372400059132, 0.12937277300079586, 0.12979287799862504, 0.13503893800043443, 0.12984543700076756, 0.1296075659993221, 0.13226090900025156, 0.13003431300057855, 0.13528087699887692, 0.13196973300000536, 0.12864226100100495, 0.12914826099950005, 0.12885423000079754, 0.12834157099860022, 0.128447037001024, 0.1298996530003933, 0.12778945899844985, 0.1323950709993369, 0.13026674600041588, 0.1283848749990284, 0.12935944400123844, 0.1335131010000623, 0.13272382499962987, 0.12992199799919035, 0.12619028300105128, 0.12700065100034408, 0.12771696699928725, 0.12760643100045854, 0.12822539300032076, 0.12993471099980525, 0.1296313069997268, 0.12969191999945906, 0.13079997400018328, 0.13374575799934973, 0.1285195290001866, 0.1294252219995542, 0.13005583400081377, 0.12979363500016916, 0.12900732799971593, 0.12890838900057133, 0.12801369999942835, 0.13005345500096155, 0.12667135699848586, 0.12712590299997828, 0.12993220000134897, 0.12848306100022455, 0.12717611899824988, 0.12854184500065458, 0.12857790599991858, 0.12935582300087844, 0.13537225700019917, 0.12890739399881568, 0.1303179429996817, 0.13574431400047615, 0.1290349890005018, 0.12981452500025625, 0.1371263529999851, 0.12998363800033985, 0.12825455899837834, 0.13005286100087687, 0.13104675099930319, 0.13158056900101656, 0.13003853900045215, 0.12754894199861155, 0.1301889200003643, 0.13373056499949598, 0.12848615500115557, 0.129052819998833, 0.1315969759998552, 0.13552616500055592, 0.13556914000037068, 0.1320864570006961, 0.13024737899831962, 0.12860798400106432, 0.12956522300009965, 0.13205780899988895, 0.13000399699922127, 0.12897184299981745, 0.12786298200080637, 0.12927052499981073, 0.13592716899984225, 0.13476033699953405, 0.132329636000577, 0.13021639900034643, 0.12823343699892575, 0.12884377599948493, 0.12870155400014482, 0.1290585930000816, 0.12889015700056916, 0.1292000459998235, 0.12800017699919408, 0.1277829410009872, 0.1280966329995863, 0.12840001000040502, 0.13009554500058584, 0.12879741599863337, 0.129905312000119, 0.12647821900100098, 0.12825559900011285, 0.13126895599998534, 0.1284780519999913, 0.12992006099921127, 0.13027903600050195, 0.13139841500014882, 0.1282748180001363, 0.12870134999866423, 0.13086327400014852, 0.13137360300061118, 0.13299114700021164, 0.135204595999312, 0.1326514610009326, 0.13805465800032835, 0.12844219599901407, 0.1287186389999988, 0.13248146400110272, 0.12981248599862738, 0.13129154099988227, 0.12841264600137947, 0.12780669099993247, 0.1268639299996721, 0.1309067509992019, 0.1313243410004361, 0.13235998500022106, 0.13143001699972956, 0.13042659299935622, 0.13192998100021214, 0.13352617600139638, 0.13035512299939, 0.12851713400050357, 0.1293803399985336, 0.13084336100109795, 0.1301561029995355, 0.1330640090000088, 0.12849760300014168, 0.13186916499944346, 0.1333543800010375, 0.13332253599946853, 0.13198518399985915, 0.13001457499922253, 0.1304852370012668, 0.12957621100031247, 0.130549716999667, 0.13153149800018582, 0.14064775999941048, 0.13593682900136628, 0.1293848360000993, 0.13030680699921504, 0.12818223599970224, 0.12863554900104646, 0.12905479799883324, 0.1320876040008443, 0.1312660589992447, 0.1294243930005905, 0.12732347000019217, 0.1276766390001285, 0.1285048720001214, 0.12771583099856798, 0.1312339450014406, 0.12958694400003878, 0.12943000199993548, 0.12891079899964097, 0.13050280700008443, 0.12697141299940995, 0.128162427999996, 0.12817594800071674, 0.12914484799875936, 0.12875916499979212, 0.12822584100103995, 0.12692041099944618, 0.131960918999539, 0.1302603980002459, 0.12903011100024742, 0.13279105100082234, 0.12777081499916676, 0.1309531690003496, 0.13024662799944053, 0.1306845710005291, 0.12924117900001875, 0.12914142800036643, 0.1279118379989086, 0.12931485599983716, 0.12795709100100794, 0.12854972199966141, 0.1288249770004768, 0.13185234699994908, 0.12789663200055656, 0.12960799099892029, 0.1277768769996328, 0.12714469300044584, 0.12748505399940768, 0.13080593000086083, 0.13115474799997173, 0.13343974499912292, 0.1320354170002247, 0.13225041199984844, 0.12825284100108547, 0.13004708399967058, 0.12995121899984952, 0.13056779200087476, 0.1308510529997875, 0.13089072599905194, 0.1326281569999992, 0.129531937000138, 0.1312905579998187, 0.12898651900104596, 0.13072083800034306]",tokens/s,7.699963804959932,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-2.7B,EleutherAI/gpt-neo-2.7B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 111, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 564, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: GPTNeoForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gptj,EleutherAI/gpt-j-6b,EleutherAI/gpt-j-6b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,24784.900096,,,,,s,1,61.02686414100026,61.02686414100026,0.0,61.02686414100026,61.02686414100026,61.02686414100026,61.02686414100026,[61.02686414100026],,kWh,0.0006901925983298573,0.0003761804603315801,0,0.0010663730586614375,,MB,25631.019008,,,,,s,10,15.961028011002782,1.5961028011002782,0.030233379538160264,1.5840821319998213,1.6283443715006798,1.6524122952508151,1.6716666342509234,"[1.579503900000418, 1.5906680370007962, 1.578171344999646, 1.585258442999475, 1.5736175580004783, 1.6764802190009505, 1.5829058210001676, 1.573124137999912, 1.6229959440006496, 1.5983026060002885]",tokens/s,160.39067146773104,kWh,1.8630973835139078e-05,1.0154414463790743e-05,0.0,2.8785388298929824e-05,tokens/kWh,8893400.96237359,MB,25636.585472,,,,,s,10,106.21130797499973,10.621130797499973,0.0952491986418871,10.597710490999816,10.753395898599956,10.797170641299726,10.832190435459543,"[10.585181579999698, 10.610239401999934, 10.621331709000515, 10.569498233000559, 10.500062295999669, 10.563363115999891, 10.628448117999142, 10.548569959000815, 10.840945383999497, 10.743668178000007]",tokens/s,5.931571807290904,kWh,0.00012500059010639046,6.813020514447285e-05,0.0,0.00019313079525086328,tokens/kWh,326203.8035838223,,s,630,106.20689972099899,0.1685823805095222,0.003902743850471036,0.16797043299902725,0.17398343269942415,0.17547980515082598,0.18072319818982577,"[0.17257069399965985, 0.1738807910005562, 0.17510875599873543, 0.16496041000027617, 0.16476559399961843, 0.16375816199979454, 0.16599752600086504, 0.1654400049992546, 0.16621476500040444, 0.16442809299951477, 0.1651982160001353, 0.1674881369999639, 0.16461957600040478, 0.16792505600096774, 0.16923021599905042, 0.1697901980005554, 0.17103009299898986, 0.17528148400015198, 0.17824452300010307, 0.16805688900058158, 0.16597613299927616, 0.1709476430005452, 0.16926663999947777, 0.16685815100026957, 0.16976633400008723, 0.16609648499979812, 0.1633536350000213, 0.16560250700058532, 0.1641485250002006, 0.1635278459998517, 0.1668488189989148, 0.16653471700010414, 0.1655577430010453, 0.17148317200008023, 0.17530296099903353, 0.16695429700121167, 0.16660765300002822, 0.1683176469996397, 0.17094270000052347, 0.16714854799829482, 0.17186488900006225, 0.1693601140013925, 0.16674276099911367, 0.1685211599997274, 0.16850343599980988, 0.16533377000087057, 0.1683824449992244, 0.16498091900029976, 0.1709483110007568, 0.16586191799979133, 0.16790138299984392, 0.1674075350001658, 0.1674901080004929, 0.1699328599988803, 0.1653688719998172, 0.1679286510006932, 0.16650838200075668, 0.16773832999933802, 0.16520881299948087, 0.16611604100035038, 0.16644536800049536, 0.17543584200029727, 0.1654795069989632, 0.16831072599961772, 0.1646302540011675, 0.16634072099986952, 0.1646925850000116, 0.1638224859998445, 0.1719941169994854, 0.1790654149990587, 0.1652205980008148, 0.16859149400079332, 0.1734789579986682, 0.1701611389999016, 0.16836220300137938, 0.16834073300015007, 0.17069961199922545, 0.16521697099960875, 0.16385403000094811, 0.16852382899924123, 0.16727809400072147, 0.16633071599972027, 0.1692664189995412, 0.16926927600070485, 0.172985544999392, 0.1646104680003191, 0.1635234549994493, 0.17108594899946183, 0.17075933100022667, 0.16787683300026401, 0.16498617100114643, 0.1648567229985929, 0.17085863400097878, 0.16589529299926653, 0.16212574699966353, 0.16562554800111684, 0.16377164000004996, 0.16848016899893992, 0.16613848199995118, 0.16679781400125648, 0.1697943330000271, 0.18089868099923478, 0.17153056200004357, 0.16795999799978745, 0.1696724190005625, 0.17164855199916929, 0.16560105400094471, 0.17018005600039032, 0.16488644399942132, 0.17022911999993084, 0.16964667899992492, 0.1712908539993805, 0.17012017700108117, 0.16636220500004129, 0.17002394299925072, 0.17585267499998736, 0.16666354900007718, 0.1665789210001094, 0.1659154810004111, 0.16548432200033858, 0.1670937579983729, 0.1700506060005864, 0.16712918899975193, 0.16561001100126305, 0.17527828199854412, 0.17050411900163454, 0.17473784600042563, 0.17216934200041578, 0.17133723100050702, 0.17204975899949204, 0.17060342199874867, 0.1726018080007634, 0.1678177859994321, 0.17633762500008743, 0.1694987549999496, 0.16525806299978285, 0.16324243100098101, 0.1706359820000216, 0.1693128560000332, 0.1729503679998743, 0.16809146400009922, 0.1654207920000772, 0.16324430699933146, 0.16366315699997358, 0.1689807140010089, 0.1685912519988051, 0.17201271500016446, 0.16678769500140334, 0.16886616699957813, 0.16608160400028282, 0.16750357999990229, 0.16844003099868132, 0.16225953300090623, 0.16470427499916696, 0.16350227300063125, 0.16885412100054964, 0.16636990299957688, 0.163367424000171, 0.16230056499989587, 0.16258840800037433, 0.16310801799954788, 0.1657776960000774, 0.17186662200037972, 0.16627667099965038, 0.16687891199944715, 0.16433067100115295, 0.16527447499902337, 0.16904500700002245, 0.16600474799997755, 0.16926212799990026, 0.16932907400041586, 0.16692399100065813, 0.17397777199948905, 0.17185404299925722, 0.16925189600078738, 0.17219862700039812, 0.16938580899841327, 0.16898633300115762, 0.1732823299989832, 0.1742542730007699, 0.16675096899962227, 0.16940365400114388, 0.16768205799962743, 0.17285719199935556, 0.17186707300061244, 0.1700675489992136, 0.17525320300046587, 0.17130707499927667, 0.1683110720005061, 0.1700561050001852, 0.16569904900097754, 0.16987082099876716, 0.1691646600011154, 0.16592569899876253, 0.1702379700000165, 0.1674439850012277, 0.1657277679987601, 0.17088175100070657, 0.16700349100028689, 0.1668087079997349, 0.17092671699901985, 0.16552543500074535, 0.16458599699944898, 0.1645771399998921, 0.1654935540009319, 0.1659814840004401, 0.169817587999205, 0.17358629800037306, 0.17322526499992819, 0.16693719000068086, 0.1650931659987691, 0.16763035300027695, 0.16889523999998346, 0.16300399099964125, 0.1675468780013034, 0.17101946199909435, 0.1690738090001105, 0.17533939100030693, 0.17264216199873772, 0.1658127830014564, 0.16585945399856428, 0.16384432300037588, 0.16290733400091995, 0.16199061299994355, 0.1674959560004936, 0.17206005499974708, 0.1607808799999475, 0.16597581699898, 0.17224988599991775, 0.16606262599998445, 0.17188221500146028, 0.16966622599829861, 0.16529545600133133, 0.16503305699916382, 0.1699680180008727, 0.1686992539998755, 0.16613488199982385, 0.1656029160003527, 0.16725131099883583, 0.1651938129998598, 0.16632053900139, 0.16709187800006475, 0.1668719859990233, 0.17519755600005738, 0.1690173910010344, 0.16700703099922976, 0.16491007399963564, 0.1691891320006107, 0.17288253100014117, 0.16799351099871274, 0.16538746500009438, 0.16771957800119708, 0.17307663599967782, 0.16515246400012984, 0.16733045799992396, 0.16494860999955563, 0.16626288299994485, 0.168615275000775, 0.1740343789988401, 0.1690582880000875, 0.16906685899994045, 0.16790780300107144, 0.16469085899916536, 0.16559603799942124, 0.16433240300102625, 0.16212135899877467, 0.16364957400037383, 0.16374409899981401, 0.16408414200122934, 0.16285958399930678, 0.1629002310000942, 0.1646380099991802, 0.16498378300093464, 0.16644827399977657, 0.17082478600059403, 0.17260249699938868, 0.17558151299999736, 0.1643110559998604, 0.1692300200011232, 0.1671030299985432, 0.1694675870003266, 0.16672860700055026, 0.16818420699928538, 0.16633616299986898, 0.17305311800009804, 0.16636416700021073, 0.1697446090001904, 0.16352971600099409, 0.1648876029994426, 0.16641310900013195, 0.16458179499932157, 0.1653423820007447, 0.16700611699889123, 0.17565562600066187, 0.1686646380003367, 0.16606056700038607, 0.16535050299899012, 0.1671247009999206, 0.16914910299965413, 0.16769916800149076, 0.1676913039991632, 0.16368797600080143, 0.1642122979992564, 0.16404556999987108, 0.1623201069996867, 0.1634031049998157, 0.16318055800002185, 0.16626648100100283, 0.1673982039992552, 0.16670704100033618, 0.16411646800042945, 0.1626523279992398, 0.16462850700008858, 0.16560799599938036, 0.16714287800095917, 0.17191235000063898, 0.1644882909986336, 0.16955836300076044, 0.16686824200041883, 0.1700889379990258, 0.1757959070000652, 0.16983465300108946, 0.17139751599825104, 0.16666419700050028, 0.16376628000034543, 0.1677964209993661, 0.16461792800146213, 0.16561449699838704, 0.1716273510010069, 0.1644083840001258, 0.1673450590005814, 0.16798086799826706, 0.16915960400001495, 0.16544647400041868, 0.1692381499997282, 0.16275337800107081, 0.1652135129988892, 0.1703842570004781, 0.16361703000075067, 0.16631902399967657, 0.16631907299961313, 0.16702308499952778, 0.16772933200081752, 0.17025384299995494, 0.16871405900019454, 0.16845128199929604, 0.16770948300109012, 0.17079453599944827, 0.1673314389990992, 0.1687284700001328, 0.16763698100112379, 0.16764743400017323, 0.16375592599979427, 0.1689675969992095, 0.16666581600111385, 0.16854361199875711, 0.16506784400007746, 0.1663582420005696, 0.16750914799922612, 0.16630405300020357, 0.16786831600074947, 0.16850813099881634, 0.16878574800102797, 0.16684451999935845, 0.1659179939997557, 0.16748372100119013, 0.1717662589999236, 0.16548765299921797, 0.168548997000471, 0.16605393200006802, 0.1650440030007303, 0.16721025899823871, 0.1684878830001253, 0.1685819040012575, 0.16466115299954254, 0.16858421299912152, 0.17230356000072788, 0.1674362720004865, 0.18071461499857833, 0.16856331500093802, 0.1684183960005612, 0.16516419399886217, 0.16839452800013532, 0.1743534430006548, 0.17354532100034703, 0.16555330499977572, 0.16410722999899008, 0.16779171800044423, 0.1648151469998993, 0.16587715199966624, 0.16716152600019996, 0.16398972000024514, 0.16739327700088324, 0.18201837400010845, 0.1784945039999002, 0.16973737999978766, 0.16575707499941927, 0.1698789010006294, 0.1704197769995517, 0.1635464270002558, 0.16410208599882026, 0.1657129610011907, 0.16433041100026458, 0.16492567199929908, 0.16539017899958708, 0.16389084900038142, 0.1631596189999982, 0.1650795420009672, 0.16321890599829203, 0.16318714000044565, 0.16860195400113298, 0.1671843779986375, 0.1667969259997335, 0.16959170300106052, 0.16529967099995702, 0.16821502299899294, 0.1699210540009517, 0.1714836209994246, 0.16463292899970838, 0.1671010030004254, 0.16635269000107655, 0.1658895759992447, 0.16761810100069852, 0.1736431729987089, 0.17490778200044588, 0.17591390400048112, 0.17432175199974154, 0.16701417500007665, 0.16719017700052063, 0.16687862199978554, 0.17308740499902342, 0.1807267040003353, 0.17321966300005442, 0.1725214899997809, 0.1693634210005257, 0.1684374750002462, 0.16656171199974779, 0.1744728239991673, 0.1709994810007629, 0.16614716599906387, 0.16518790400004946, 0.17234401600035198, 0.1696646830005193, 0.17499287700047716, 0.17076385599830246, 0.17333917100040708, 0.16619563499989454, 0.1704074799999944, 0.1692908670011093, 0.163688448999892, 0.1667808199999854, 0.16252631899988046, 0.16295217699916975, 0.16316421100054868, 0.16102571500050544, 0.16237634499884734, 0.16775059400060854, 0.1641663200007315, 0.16538502499861352, 0.16743075500016857, 0.163351840001269, 0.16432512599931215, 0.16549536300044565, 0.16532912900038355, 0.1641469549995236, 0.1650385789998836, 0.16265823299909243, 0.16368909000084386, 0.16382756500024698, 0.16625796999869635, 0.16638058700118563, 0.16240733999984514, 0.16248426600031962, 0.16647196399935638, 0.16646776600100566, 0.16288839599837956, 0.16471679800088168, 0.16552352699909534, 0.16901109700120287, 0.16876262400000996, 0.17114968199894065, 0.17798424400098156, 0.1700613399989379, 0.1660964820002846, 0.16745212500063644, 0.17028100899915444, 0.16948500299986335, 0.16840496600161714, 0.17698935699991125, 0.1716476369983866, 0.16825997000159987, 0.16600328399908904, 0.16799805899972853, 0.16417031600030896, 0.16916571799993108, 0.168709014000342, 0.16928895999990345, 0.16956304499944963, 0.16966835700077354, 0.16710278099890274, 0.1676172570005292, 0.17459656699975312, 0.17101142899991828, 0.17191137300142145, 0.17665877099898353, 0.17178663900085667, 0.1772507610003231, 0.16737858199849143, 0.17347889200027566, 0.16733493200081284, 0.17566860199985967, 0.17054322399962984, 0.16996530700089352, 0.17021442099940032, 0.1705912189991068, 0.18686335700112977, 0.1895163049994153, 0.17729385900020134, 0.17424666700026137, 0.16847493699970073, 0.16900656899997557, 0.17103093600053398, 0.1697886980000476, 0.17323808499895677, 0.1696843230001832, 0.16772152200064738, 0.1714475320004567, 0.16842195999925025, 0.16801629399924423, 0.17340953600069042, 0.169133587000033, 0.16636045999985072, 0.17022626000107266, 0.16815919199871132, 0.17610955000054673, 0.17371257900049386, 0.16880227499859757, 0.1760808730014105, 0.17116786499900627, 0.17012573200008774, 0.17214072800015856, 0.1744314179995854, 0.16666684400115628, 0.16890760899877932, 0.1720069090006291, 0.17237324900088424, 0.16943217900006857, 0.1707596279993595, 0.17154187099913543, 0.16905614400093327, 0.1694066380005097, 0.17277456499869004, 0.17745217100127775, 0.1712009200000466, 0.17272097199929703, 0.17121282100015378, 0.18293309199907526, 0.17394386399973882, 0.17047197300053085, 0.16739963200052443, 0.1697491060003813, 0.17123841799912043, 0.16684948300098768, 0.16980355299892835, 0.1712071140009357, 0.18081419999907666, 0.17504082699997525, 0.17017781600043236, 0.16795746599927952, 0.16824630900009652, 0.16701713700058463, 0.16820087899941427, 0.16935781500069425, 0.16656688500006567, 0.1662721100001363, 0.1681277739990037, 0.16812473599929945, 0.17004513900064921, 0.17476199500015355, 0.17448567999963416, 0.1684055850000732, 0.16844529199988756, 0.16545638699972187, 0.17242777200044657, 0.17513796800085402, 0.17891412799872342, 0.17502327200054424, 0.16787594699962938, 0.16783639500135905, 0.1723073769990151, 0.1673826080004801, 0.16689367799881438, 0.16757790300107445, 0.17027259899987257, 0.16828513899963582, 0.17131683600018732, 0.17467702099929738, 0.1745973180004512, 0.17568369600121514, 0.17099710999900708, 0.1763992070009408, 0.1733838009986357, 0.17404666699985682, 0.17698723900139157, 0.17423198699907516, 0.16879198100104986, 0.16793288799999573, 0.17403914499845996, 0.16891961800138233, 0.16843913499906193, 0.1734747160007828, 0.16602589299873216, 0.1715097460000834, 0.17859293000037724, 0.17426908500056015, 0.16762392400050885, 0.172240026999134, 0.1737197290003678, 0.17136012399896572, 0.1755157750012586, 0.1711768610002764, 0.17495472999871708, 0.16767336700104352, 0.17043456200008222, 0.16424893200019142, 0.1623269749998144, 0.1630622510001558, 0.16641706399968825, 0.16675635100000363, 0.16987189399878844]",tokens/s,5.9318180048093225,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-1.3B,EleutherAI/gpt-neo-1.3B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 111, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 564, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: GPTNeoForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-1.3B,EleutherAI/gpt-neo-1.3B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,6213.902336,,,,,s,1,16.82828445300038,16.82828445300038,0.0,16.82828445300038,16.82828445300038,16.82828445300038,16.82828445300038,[16.82828445300038],,kWh,0.000163032265474313,8.885757816504003e-05,0,0.000251889843639353,,MB,6334.312448,,,,,s,10,3.714737233998676,0.3714737233998676,0.007708497202829009,0.3687407044990323,0.37846695830048704,0.3842126676501721,0.3888092351299201,"[0.3665656239991222, 0.37282725800105254, 0.36448245300016424, 0.3631408780001948, 0.36830376199941384, 0.377190134000557, 0.3770356740005809, 0.36605542699908256, 0.36917764699865074, 0.38995837699985714]",tokens/s,689.146994454928,kWh,4.359083559325965e-06,2.3758070505436826e-06,0.0,6.734890609869648e-06,tokens/kWh,38011010.843271114,MB,6339.305472,,,,,s,10,28.279212945000836,2.827921294500084,0.02247434674107151,2.826415186000304,2.8522092179009633,2.865909620450111,2.8768699424894293,"[2.8244233060013357, 2.837737545998607, 2.801933495000412, 2.828407065999272, 2.879610022999259, 2.8068749949998164, 2.8299959569994826, 2.8037580190011795, 2.8491646840011526, 2.817307854000319]",tokens/s,22.2778477330774,kWh,3.368288653400898e-05,1.8358372070625973e-05,0.0,5.2041258604634965e-05,tokens/kWh,1210577.9469828005,,s,630,28.274672424999153,0.044880432420633574,0.0011727571334431803,0.044669613499536354,0.04645259969965991,0.04720746805087401,0.048416777320253464,"[0.047616452000511345, 0.04500083600032667, 0.04357341499962786, 0.043362002999856486, 0.04322311299983994, 0.042846592999921995, 0.04392330500013486, 0.04348152100101288, 0.044620249998843065, 0.04498082500140299, 0.0453546759999881, 0.04601072699915676, 0.04340224100087653, 0.043908796998948674, 0.04398424400096701, 0.043568470999161946, 0.043551380000280915, 0.04423656499966455, 0.04522772000018449, 0.044490427999335225, 0.04415977100143209, 0.04481037799996557, 0.04337102899989986, 0.04456848799964064, 0.04384122800001933, 0.04326177499933692, 0.04438445500090893, 0.045511026999520254, 0.044399152999176295, 0.04383762700126681, 0.04411357800017868, 0.04470384500018554, 0.04608506499971554, 0.04820492699946044, 0.045500889000322786, 0.04591168099977949, 0.04525337499944726, 0.04500620300132141, 0.046451473999695736, 0.0445720949992392, 0.04504755200105137, 0.044833989999460755, 0.04413523599941982, 0.04331343200101401, 0.043706337999537936, 0.045341250999626936, 0.04654720799953793, 0.046105741001156275, 0.04553804399984074, 0.04525115300020843, 0.0473070199986978, 0.0460285670014855, 0.04545643299934454, 0.043768130999524146, 0.044516317000670824, 0.04584303099909448, 0.044293450000623125, 0.04377764300079434, 0.04471628599821997, 0.04572423500030709, 0.04633483700126817, 0.04673706499852415, 0.04542559400033497, 0.046644086000014795, 0.044958062999285175, 0.0447727640002995, 0.04516596400026174, 0.044043490999683854, 0.04324137199910183, 0.04393077200074913, 0.04335965099926398, 0.043639449000693276, 0.043105388000185485, 0.04306403199916531, 0.042949644001055276, 0.04300856100053352, 0.04333893999864813, 0.043781715001387056, 0.04416690299876791, 0.04543620100048429, 0.04453693100003875, 0.04393080999943777, 0.04379871099990851, 0.045369749999736086, 0.043690006001270376, 0.043397629999162746, 0.04423723100080679, 0.044988999999986845, 0.04453871700025047, 0.04523036199861963, 0.04505776500081993, 0.0447732669999823, 0.04425030099992, 0.0456214789992373, 0.04683704900162411, 0.0466670059995522, 0.0461573069987935, 0.04535368700089748, 0.04435379399910744, 0.04491087099995639, 0.045863898001698544, 0.045639761998245376, 0.047324234001280274, 0.045036053999865544, 0.044684595999569865, 0.044349017000058666, 0.044135853999250685, 0.044772612000087975, 0.04483277200051816, 0.04506300499997451, 0.04917057500097144, 0.044209136998688336, 0.045123855999918305, 0.04480135599987989, 0.04535061800015683, 0.045780256999933044, 0.046059622000029776, 0.04642762100047548, 0.04646273099933751, 0.04516118100036692, 0.04627738700037298, 0.04605393500060018, 0.04584991599949717, 0.04725398899972788, 0.047288244000810664, 0.04804658699868014, 0.049363452000761754, 0.044561243999851285, 0.04582825800025603, 0.04382458499821951, 0.0443800930006546, 0.043861596001079306, 0.043374021999625256, 0.04394494199914334, 0.04375234799954342, 0.04368905800038192, 0.043211239000811474, 0.04328156699921237, 0.04279735999989498, 0.04284189000100014, 0.04320875499979593, 0.044043034000424086, 0.04359093599850894, 0.044128993000413175, 0.04504454600100871, 0.04590145600013784, 0.04417490899868426, 0.04446301400093944, 0.04406306599958043, 0.04480440000043018, 0.04554258099960862, 0.044505821000711876, 0.04390623399922333, 0.04361586300001363, 0.04425946499941347, 0.04377483200005372, 0.04474071399999957, 0.04378078500121774, 0.046860935999575304, 0.04596698100067442, 0.04318188699835446, 0.044209389001480304, 0.045781712999087176, 0.04413629100054095, 0.044456390000050305, 0.04464512699996703, 0.04439176599953498, 0.0441274879995035, 0.04409353099981672, 0.043738043001212645, 0.043838949999553734, 0.043807694000861375, 0.044661903999440256, 0.04510758200012788, 0.04529131500021322, 0.04349542799900519, 0.044439369999963674, 0.04409418500108586, 0.045046250999803306, 0.04499474099975487, 0.04762166799991974, 0.04539595700043719, 0.04427091700017627, 0.045748794998871745, 0.043954894001217326, 0.04388725699936913, 0.04372094099926471, 0.04510145300082513, 0.04523786499885318, 0.04643167499853007, 0.04577179400075693, 0.04636061100063671, 0.04580371199881483, 0.045194824000645895, 0.04536520799956634, 0.043440948000352364, 0.04507415999978548, 0.04417739600103232, 0.04703462499855959, 0.043921451000642264, 0.04445573399971181, 0.04325968100056343, 0.04470007999952941, 0.047195142000418855, 0.04695714799890993, 0.04513313400093466, 0.043782266999187414, 0.044133297000371385, 0.04564505199959967, 0.04517240099994524, 0.045253673000843264, 0.04452277999916987, 0.04410246100087534, 0.04400945199995476, 0.04550692699922365, 0.04539466200003517, 0.04522977700071351, 0.045736608999504824, 0.047044975000972045, 0.04553346799912106, 0.047217553001246415, 0.04499868199854973, 0.0443508890002704, 0.04541611000058765, 0.043911437000133446, 0.04461076199913805, 0.0453706250009418, 0.04533038899899111, 0.04531006599972898, 0.044204761001310544, 0.04436992799855943, 0.04392899200138345, 0.043864700999620254, 0.04448939000030805, 0.04434292999940226, 0.0445096769999509, 0.044925919000888825, 0.04412773100011691, 0.04293470799893839, 0.04351413699987461, 0.04305361099977745, 0.045043508000162547, 0.04439962899959937, 0.04485096500138752, 0.04382878099931986, 0.04482187699977658, 0.04430674899958831, 0.04377599500003271, 0.04413172600106918, 0.044373880000421195, 0.04681522999999288, 0.045326546000069357, 0.04826671199953125, 0.04689284400046745, 0.04407089599953906, 0.046759374999965075, 0.04656292300023779, 0.04622854499939422, 0.04558829000052356, 0.04413304499939841, 0.04523638300088351, 0.04738904499936325, 0.045700429000135045, 0.04616213200097263, 0.04518755999924906, 0.046226712000134285, 0.046427421999396756, 0.04656732200055558, 0.046678916000018944, 0.04688075299964112, 0.04542857300111791, 0.046035879999180906, 0.04732274900015909, 0.04684094299955177, 0.04569142199943599, 0.04686767000021064, 0.048435016000439646, 0.04749292000087735, 0.04714211999998952, 0.045780328999171616, 0.046226415999626624, 0.04550256699985766, 0.0459384770001634, 0.04555208800047694, 0.044529254999361, 0.04514690799987875, 0.04433821300153795, 0.04458023899860564, 0.04568173200095771, 0.045479757000066456, 0.045595049999974435, 0.043600003999017645, 0.045481436000045505, 0.04501094700026442, 0.04677142000036838, 0.04450549300054263, 0.043972870998914004, 0.046170073001121636, 0.04510295999898517, 0.0455861360005656, 0.044520085999465664, 0.045718892999502714, 0.04363406600168673, 0.04357824499857088, 0.044179726000947994, 0.04424170200036315, 0.043913711999266525, 0.046036470999752055, 0.047290892000091844, 0.04494983900076477, 0.04512871099905169, 0.04589567699986219, 0.045994632000656566, 0.04556326599958993, 0.04570114300076966, 0.04774125799849571, 0.04578750800101261, 0.04334687899972778, 0.04384132899940596, 0.043192336001084186, 0.04290550999940024, 0.042963136000253144, 0.043875827999727335, 0.04520089899961022, 0.048774865999803296, 0.04543073800050479, 0.044857430999400094, 0.04402583000046434, 0.04457668100076262, 0.04403756399915437, 0.04403238499980944, 0.04455529500046396, 0.04496170499987784, 0.045008520999545, 0.04365143200084276, 0.04308293699978094, 0.04411744999924849, 0.043522147001567646, 0.04373956599920348, 0.04390758199951961, 0.044766166000044905, 0.04497773100047198, 0.04632655800014618, 0.0450204249991657, 0.045101082001565374, 0.043428384999060654, 0.043758892999903765, 0.04360940500009747, 0.043998880000799545, 0.04501832200003264, 0.044473632999142865, 0.04373732299973199, 0.04329045400118048, 0.044107664998591645, 0.043826301000081, 0.043061373000455205, 0.04683971099984774, 0.043908244000704144, 0.043306253999617184, 0.047287948000303004, 0.044141991998913, 0.0453430940015096, 0.044891526998981135, 0.04477433099964401, 0.04344732000026852, 0.04442057800042676, 0.04483424499994726, 0.044416860000637826, 0.043777939999927185, 0.04492282100000011, 0.04476164900006552, 0.04460688699873572, 0.04469355100081884, 0.04458655800044653, 0.04484125299859443, 0.04565162600010808, 0.045896157000242965, 0.045501365000745864, 0.04797606200008886, 0.04505432099904283, 0.04526974100008374, 0.04634475199964072, 0.04537933900064672, 0.04467222699895501, 0.04628723499990883, 0.044941569000002346, 0.04442410600131552, 0.043997152999509126, 0.043868466000276385, 0.044569698999112006, 0.044426589000067906, 0.04446099500091805, 0.044950194998818915, 0.04413266900155577, 0.04520468800001254, 0.04618582599869114, 0.04837212399979762, 0.04677715100115165, 0.04703412699927867, 0.04744066700004623, 0.04578249199948914, 0.04478908900091483, 0.047149957999863545, 0.04421162099970388, 0.04316146200108051, 0.0434486839985766, 0.044631014001424774, 0.04424092899898824, 0.043345198000679375, 0.04383762299949012, 0.04383811200023047, 0.04507937000016682, 0.04409302899875911, 0.04365639300158364, 0.044119488999058376, 0.04406042400114529, 0.04433237699959136, 0.04519354299918632, 0.044231899999431334, 0.04550415900121152, 0.044998703999226564, 0.04474387300069793, 0.0438151590005873, 0.04552281499854871, 0.04550584699973115, 0.044762879000700195, 0.044287885999438004, 0.043823630001497804, 0.04380009099986637, 0.044707626999297645, 0.045027366000795155, 0.04534876299840107, 0.044449839000662905, 0.04436632500073756, 0.04366319799919438, 0.045132793000448146, 0.04577172800054541, 0.04476003899981151, 0.046123727999656694, 0.043338780000340194, 0.044951902998946025, 0.047161848000541795, 0.04679249099899607, 0.046209579000787926, 0.04459291199964355, 0.043911722999837366, 0.04513304200008861, 0.04457628700038185, 0.044602142999792704, 0.04390366200095741, 0.0454823159998341, 0.04485618400030944, 0.04562004999934288, 0.04371250899930601, 0.04273009100143099, 0.04433099399830098, 0.043541279001146904, 0.043966085999272764, 0.04377923399988504, 0.043701500000679516, 0.04280589200061513, 0.04543544799889787, 0.045661591000680346, 0.04389560799972969, 0.04376732099990477, 0.043770419999418664, 0.04331467900010466, 0.043633942001179093, 0.044303258999207173, 0.04512871100087068, 0.045372635999228805, 0.04558861099940259, 0.04465039900060219, 0.04346453399921302, 0.04380403800132626, 0.04411039799924765, 0.04450779299986607, 0.045492147999539156, 0.04411537900159601, 0.04507789099989168, 0.044295916999544716, 0.04347221100033494, 0.04361064200020337, 0.04507467699841072, 0.04547391699998116, 0.0441201200010255, 0.04432321099920955, 0.04486545500003558, 0.04517505500007246, 0.044366465001075994, 0.043926574999204604, 0.04478537000068172, 0.04344700500041654, 0.044083593998948345, 0.04328669999995327, 0.04565236599955824, 0.045325773000513436, 0.04483955599971523, 0.04422610599976906, 0.04370740400008799, 0.04416654600026959, 0.0446135719994345, 0.044348458000968094, 0.04568325900072523, 0.047674342000391334, 0.0443852770004014, 0.04437119099929987, 0.04564468300122826, 0.044289919000220834, 0.04409401699922455, 0.043973200999971596, 0.04447685000013735, 0.044869201999972574, 0.04407060300036392, 0.04332717499892169, 0.043816286000947, 0.04416693100029079, 0.04485899999963294, 0.043876902000192786, 0.04337613200004853, 0.04459147600027791, 0.044617453999308054, 0.04385736400035967, 0.044858567000119365, 0.048981419999108766, 0.04433096400134673, 0.04418831999828399, 0.04390436700123246, 0.04403583699968294, 0.04435709599965776, 0.04349026300042169, 0.04516388099909818, 0.045746099000098184, 0.04623492200153123, 0.049220050999792875, 0.04741909599943028, 0.044899823999003274, 0.043914109000979806, 0.04528372099957778, 0.046014924000701285, 0.04562237199934316, 0.04474581000067701, 0.044538905000081286, 0.0444300259987358, 0.04485911800111353, 0.044458565998866106, 0.04417612300130713, 0.04538698699980159, 0.04545462500027497, 0.04363614099929691, 0.045006009999269736, 0.0463808570002584, 0.046183790000213776, 0.044836389999545645, 0.04794932300137589, 0.04806096199899912, 0.04795960199953697, 0.046793327001068974, 0.04621167400000559, 0.04483726699982071, 0.04537595299916575, 0.044782608001696644, 0.04484624099859502, 0.045149608000429, 0.04643761899933452, 0.047873535000690026, 0.046298392000608146, 0.04850015199917834, 0.04633296300016809, 0.044369657000061125, 0.043621857001198805, 0.0451516229986737, 0.046930106000218075, 0.04447718200026429, 0.044015516999934334, 0.044782684999518096, 0.045394360000500455, 0.04534589000104461, 0.0447100439996575, 0.04476653599886049, 0.04510821200165083, 0.04500446699967142, 0.0451597289993515, 0.044436393000069074, 0.04420728299919574, 0.04451526200136868, 0.044550904000061564, 0.044015645999024855, 0.044667000000117696, 0.044210457999724895, 0.04404329200042412, 0.04444051900100021, 0.044663697999567376, 0.04397423999944294, 0.043961821000266355, 0.04498613500072679, 0.04442280699913681, 0.043594955999651575, 0.044235240000489284, 0.04433271199923183, 0.04509943400080374, 0.046129827000186197, 0.04415917999904195, 0.044334727001114516, 0.04573800899925118, 0.044559083000422106, 0.04390699999930803, 0.04494740600057412, 0.04442783100057568, 0.044000291998600005, 0.044159071001558914, 0.044204292998983874, 0.04436176899980637, 0.04652045600050769, 0.044367705999320606, 0.04492141199989419, 0.04446433200064348, 0.044413777999579906, 0.04415121500096575, 0.045376805999694625, 0.04418687500037777, 0.044348080999043304, 0.04562299200006237, 0.04442778799966618, 0.043795040000986774, 0.044147171000076924, 0.04556468199916708, 0.043944248000116204, 0.0441491199999291, 0.04552024700024049]",tokens/s,22.281425246256195,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gptj,EleutherAI/gpt-j-6b,EleutherAI/gpt-j-6b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 111, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 564, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: GPTJForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-125m,EleutherAI/gpt-neo-125m,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,800.27648,,,,,s,1,7.250024639997719,7.250024639997719,0.0,7.250024639997719,7.250024639997719,7.250024639997719,7.250024639997719,[7.250024639997719],,kWh,5.721620516041337e-05,3.1183561531503536e-05,0,8.839976669191691e-05,,MB,834.506752,,,,,s,17,1.1208413999956974,0.06593184705857044,0.0012142121645627763,0.06581297099910444,0.06758569099984016,0.06782723380092648,0.06798058676140499,"[0.06478042399976403, 0.06745661099921563, 0.06655471200065222, 0.06474048499876517, 0.06389624300209107, 0.0663358710007742, 0.06438100000013947, 0.06581297099910444, 0.06420548999813036, 0.06569095499799005, 0.06564425000033225, 0.06708905999767012, 0.06647115499799838, 0.06641139500061399, 0.0655725420001545, 0.06801892500152462, 0.06777931100077694]",tokens/s,3882.7973342318596,kWh,7.885553023935346e-07,4.2978040299061075e-07,0.0,1.2183357053841454e-06,tokens/kWh,210122709.91375265,MB,846.782464,,,,,s,17,9.356281086991658,0.5503694757053916,0.00833010417346717,0.5495066299990867,0.5642630127986195,0.5667418311983056,0.5669455758393451,"[0.5520696709972981, 0.550958735999302, 0.5433079629983695, 0.5409999229996174, 0.5424858739970659, 0.5461325489995943, 0.5412751139992906, 0.5408520019991556, 0.5456455460007419, 0.5465740070030733, 0.5495066299990867, 0.5525149640016025, 0.5501940040012414, 0.5574365169995872, 0.5626529139990453, 0.566996511999605, 0.5666781609979807]",tokens/s,114.46855754355715,kWh,6.433827144829188e-06,3.5065853545587428e-06,0.0,9.94041249938793e-06,tokens/kWh,6337765.158526284,,s,1071,9.348910220996913,0.00872914119607555,0.0002896541047236104,0.008657130001665791,0.009060186999704456,0.0092222054990998,0.009913969300396274,"[0.009949040999345016, 0.009209806001308607, 0.009188401996652829, 0.009028280001075473, 0.008821491999697173, 0.008920778000174323, 0.008724571001948789, 0.008726179999939632, 0.00990794799872674, 0.008826427001622505, 0.008897640000213869, 0.008859830999426777, 0.008781008997175377, 0.008879062002961291, 0.008907682997232769, 0.008888497002772056, 0.00883001199690625, 0.008813815002213232, 0.008840276001137681, 0.008710250000149244, 0.008672761996422196, 0.00864500100215082, 0.008745056999032386, 0.008635148999019293, 0.008573785002226941, 0.008555660999263637, 0.00863283400030923, 0.008702154998900369, 0.008659248000185471, 0.008640445001219632, 0.008642221000627615, 0.008681670999067137, 0.008875932999217184, 0.008699395999428816, 0.008691394999914337, 0.008594793001975631, 0.008556255997973494, 0.008451508001598995, 0.008483307999995304, 0.008513974000379676, 0.008568075998482527, 0.008690923001267947, 0.008615789000032237, 0.008752554000238888, 0.008712421000382164, 0.008603534999565454, 0.008615560000180267, 0.00856458499765722, 0.008460005003144033, 0.008494958998198854, 0.008447252999758348, 0.008431721998931607, 0.008591413003159687, 0.008797222999419319, 0.008674577999045141, 0.008618833999207709, 0.008840115999191767, 0.008946607002144447, 0.008704801999556366, 0.008953934000601294, 0.008681483999680495, 0.008632969998870976, 0.008888583000953076, 0.010385957000835333, 0.009621646000596229, 0.009467271996982163, 0.008745659000851447, 0.008651641001051757, 0.00869301399870892, 0.008501206000801176, 0.008520300001691794, 0.008522128999175038, 0.008754790000239154, 0.009420037997188047, 0.009252963001927128, 0.008605119001003914, 0.008579910998378182, 0.008637173999886727, 0.008915320999221876, 0.010024144001363311, 0.009119737998844357, 0.00855114400110324, 0.008693916999618523, 0.008491052998579107, 0.008763354002439883, 0.008728075998078566, 0.008793513999989955, 0.008585351999499835, 0.00891639200199279, 0.008499186998960795, 0.008598831002018414, 0.008624981997854775, 0.008573566999984905, 0.008389156002522213, 0.008348874998773681, 0.008625029000540962, 0.0085005729997647, 0.008418147001066245, 0.008639922998554539, 0.008393722000619164, 0.008546630000637379, 0.008602502999565331, 0.008823591997497715, 0.008460397002636455, 0.008481388998916373, 0.0084534759989765, 0.00866547899931902, 0.008414048003032804, 0.008443352999165654, 0.010514985999179771, 0.00839002700013225, 0.008483251000143355, 0.008591401001467602, 0.00865031099965563, 0.008557969998946646, 0.008669661001476925, 0.008612671997980215, 0.008804405999399023, 0.008591105000959942, 0.008581190999393584, 0.00845975500124041, 0.008661259998916648, 0.00859723499888787, 0.00857390300006955, 0.008614099002443254, 0.008716237000044202, 0.00974530399980722, 0.008922763001464773, 0.008757949999562697, 0.008684473999892361, 0.009396981000463711, 0.009007728996948572, 0.008627302002423676, 0.008554441999876872, 0.008567307999328477, 0.008442074999038596, 0.008592571000917815, 0.008351945998583687, 0.00856693199966685, 0.008342859000549652, 0.008355346002645092, 0.00854643499769736, 0.008523787000740413, 0.008487538998451782, 0.008469268002954777, 0.008808913997199852, 0.00874524100072449, 0.008591482001065742, 0.008611175999249099, 0.008571467998990556, 0.008554465999623062, 0.00840569200227037, 0.00843326500034891, 0.008579130997532047, 0.008452969002973987, 0.008477772000333061, 0.008387587997276569, 0.008391933002712904, 0.008519521998096025, 0.008437807999143843, 0.008619162999821128, 0.008526331999746617, 0.009318694999819854, 0.008621120003226679, 0.008640119998744922, 0.009027207997860387, 0.008719066001503961, 0.008608575000835117, 0.008552520997909596, 0.008578621000197018, 0.008526224999513943, 0.008571736001613317, 0.008678769998368807, 0.008524763001332758, 0.00842347900106688, 0.008408269000938162, 0.00865501999942353, 0.008480136999423848, 0.008602382000390207, 0.00843758699920727, 0.008787681999820052, 0.00856680799915921, 0.008684389002155513, 0.008786594997218344, 0.00860625800123671, 0.008502343000145629, 0.008385578999877907, 0.008662770000228193, 0.008481559998472221, 0.009910947999742348, 0.009208125000441214, 0.00961105399983353, 0.008748068998102099, 0.008529190999979619, 0.008544712000002619, 0.008543381001800299, 0.008434047998889582, 0.008645421999972314, 0.008638629002234666, 0.008516874997440027, 0.008366229001694592, 0.00842832099806401, 0.008441923000646057, 0.008629452000604942, 0.008610459000919946, 0.008512125998095144, 0.008527129000867717, 0.00851395700010471, 0.008503126999130473, 0.008392216001084307, 0.008593370999733452, 0.008560682999814162, 0.008625910999398911, 0.008564805000787601, 0.00847208900086116, 0.008529994000127772, 0.008547737001208588, 0.008440879999398021, 0.008316123999975389, 0.008568437999201706, 0.008405126998695778, 0.008480183001665864, 0.008507221999025205, 0.008505547000822844, 0.008531821000360651, 0.008534982000128366, 0.008538799000234576, 0.008647253998788074, 0.008579453999118414, 0.008452697002212517, 0.008608577998529654, 0.008693797000887571, 0.008572325998102315, 0.008459720000246307, 0.008481701999698998, 0.008410623002419015, 0.00845506899713655, 0.008454065002297284, 0.008527366000635084, 0.008665958997880807, 0.0087277830025414, 0.008612652000010712, 0.008535476998076774, 0.008497121001710184, 0.008531005998520413, 0.008505001998855732, 0.008501195999997435, 0.00853365300281439, 0.008441283000138355, 0.0085206029980327, 0.008540547998563852, 0.008646134003356565, 0.009569906997057842, 0.008773246001510415, 0.0086028029982117, 0.008554534000722924, 0.008315128001413541, 0.008582654998463113, 0.008517562000633916, 0.008485957001539646, 0.00856363499769941, 0.008552888000849634, 0.008440137000434333, 0.008624998001323547, 0.008344601999851875, 0.008659600000100909, 0.008675966997543583, 0.008531024999683723, 0.008373879001737805, 0.008606711999163963, 0.008469397998851491, 0.00851510200300254, 0.00879550099853077, 0.008586673000536393, 0.008571602000301937, 0.008712626000487944, 0.008670522998727392, 0.008469095999316778, 0.008410753998759901, 0.00872793100279523, 0.008513084998412523, 0.008543202002329053, 0.009277609999116976, 0.008530772000085562, 0.008713908999197884, 0.008520693001628388, 0.008637224997073645, 0.008584444000007352, 0.008475947000988526, 0.00866651400065166, 0.008499572999426164, 0.008503919001668692, 0.008533745996828657, 0.008548953002900817, 0.008655965997604653, 0.008627236002212157, 0.008556388998840703, 0.008646615999168716, 0.00870143100109999, 0.008718720000615576, 0.008652279997477308, 0.008617635001428425, 0.008611339999333723, 0.008503140001266729, 0.008450523000647081, 0.008441193000180647, 0.008827435998682631, 0.008384528999158647, 0.00839094299954013, 0.008651736003230326, 0.00856470899816486, 0.008666649999213405, 0.008809790000668727, 0.008755082999414299, 0.008569421999709448, 0.009723630999360466, 0.008812050000415184, 0.008807158999843523, 0.00847452200105181, 0.008533038999303244, 0.008526069999788888, 0.008485182999720564, 0.008369944000151008, 0.008473941001284402, 0.008408942001551623, 0.008387484998820582, 0.008394845001021167, 0.00843361699662637, 0.008679032001964515, 0.008564241001295159, 0.008529077997081913, 0.008494363002682803, 0.008523714997863863, 0.00873294499979238, 0.008786311002040748, 0.008759618998738006, 0.008534939999663038, 0.008601178000390064, 0.008366735000890912, 0.008635754998977063, 0.00891514700197149, 0.00881126499734819, 0.008467728999676183, 0.008567029002733761, 0.009004722996905912, 0.008532073003152618, 0.00853090899909148, 0.008486098999128444, 0.00876126699949964, 0.008560058999137254, 0.008626578000985319, 0.008829897000396159, 0.008703006998985074, 0.00855577300171717, 0.008742912999878172, 0.008968148998974357, 0.008686871002282714, 0.008450377998087788, 0.008680805000039982, 0.008534024000255158, 0.008477575000142679, 0.00873869000133709, 0.008535700999345863, 0.008614734000730095, 0.008624081998277688, 0.008772987999691395, 0.008484944999509025, 0.008503872999426676, 0.008694118001585593, 0.00900198399904184, 0.008695253000041703, 0.008688199002790498, 0.0086475669995707, 0.008677562000229955, 0.008630368000012822, 0.009259370999643579, 0.008904867998353438, 0.009301312002207851, 0.009564107000187505, 0.008979563997854711, 0.008616544000688009, 0.008565492000343511, 0.008782632001384627, 0.008585282997955801, 0.00849898399974336, 0.008484920999762835, 0.008445515999483177, 0.00854157800131361, 0.008530104001692962, 0.008652902997710044, 0.008484279002004769, 0.008409423000557581, 0.008587773998442572, 0.008497717000864213, 0.008412841998506337, 0.008565739000914618, 0.008533595999324461, 0.008599593998951605, 0.008916804003092693, 0.008630635998997604, 0.008511100000760052, 0.008530183997208951, 0.008788366001681425, 0.008600282999395858, 0.008388559999730205, 0.008679836999363033, 0.00842168000235688, 0.008480727999994997, 0.00842521999948076, 0.008592869999120012, 0.008383355001569726, 0.008494006997352699, 0.009637105002184398, 0.008482774999720277, 0.00858483900083229, 0.008561332997487625, 0.008485015001497231, 0.008484967998811044, 0.00851935299942852, 0.008616867002274375, 0.008472579000226688, 0.008437731998128584, 0.008427519001998007, 0.008559205998608377, 0.008508658000209834, 0.00846922100026859, 0.008512443000654457, 0.008495158999721752, 0.00845497399859596, 0.008450256998912664, 0.008635051002784166, 0.008760206997976638, 0.008757454001170117, 0.008637262999400264, 0.008533207001164556, 0.008545682998374104, 0.00855879300070228, 0.008517572001437657, 0.008582760998251615, 0.008548515001166379, 0.008401856997807045, 0.009761714998603566, 0.009066603000974283, 0.008616712999355514, 0.008534967000741744, 0.009921019001922105, 0.00845400499747484, 0.008587790001911344, 0.008344562000274891, 0.00843420899764169, 0.008404270000028191, 0.008386981000512606, 0.008660294999572216, 0.008604751001257682, 0.008415055999648757, 0.008484182999382028, 0.008659964001708431, 0.009108496000408195, 0.008587522999732755, 0.008590973997343099, 0.008472813002299517, 0.008523000000423053, 0.008495875998050906, 0.008493926001392538, 0.008422066999628441, 0.008456879000732442, 0.008490723997965688, 0.00847844400050235, 0.008481138000206556, 0.008393047999561531, 0.008488228999340208, 0.008435168001597049, 0.008414911000727443, 0.008441254998615477, 0.008384114000364207, 0.008536115998140303, 0.00858098900062032, 0.008581019999837736, 0.008334514001035132, 0.008441522000794066, 0.008554543001082493, 0.008445755996945081, 0.008440915000392124, 0.008412847000727197, 0.008452710000710795, 0.008534177999536041, 0.008498087998304982, 0.008512600001267856, 0.008548131001589354, 0.00872003900076379, 0.008541736999177374, 0.008928965999075444, 0.00855267600127263, 0.008672624997416278, 0.008701929000380915, 0.008596804000262637, 0.00855847300044843, 0.008483909001370193, 0.00864456099952804, 0.00844726799914497, 0.0084695740006282, 0.008494088000588818, 0.008480248998239404, 0.00878365899916389, 0.009970267001335742, 0.008878757998900255, 0.008739409000554588, 0.008699779999005841, 0.008614963000582065, 0.008649416999105597, 0.008882795002136845, 0.00856437000038568, 0.008635139998659724, 0.008847960998537019, 0.008863114002451766, 0.008741923000343377, 0.008638392999273492, 0.008531543000572128, 0.008493944998917868, 0.008376658999623032, 0.008564333002141211, 0.008526077999704285, 0.008616431998234475, 0.008460678000119515, 0.008739362001506379, 0.008788719998847228, 0.008638250001240522, 0.008513634998962516, 0.008536623998224968, 0.008667437003168743, 0.008472430999972858, 0.008621860997664044, 0.008492626999213826, 0.00843423300102586, 0.008607112999015953, 0.008279179000965087, 0.00860043700231472, 0.008387578996917, 0.008692929000972072, 0.008473412999592256, 0.008417389999522129, 0.008603075002611149, 0.008603764999861596, 0.008611182998720324, 0.008835653999994975, 0.00854243199864868, 0.008487581002555089, 0.008481279997795355, 0.008598511001764564, 0.008714359999430599, 0.008576904998335522, 0.00867235400073696, 0.008398710000619758, 0.008434753999608802, 0.008583204002206912, 0.008729387998755556, 0.008544263000658248, 0.008644912999443477, 0.008699096000782447, 0.009034140999574447, 0.00878594899768359, 0.008831537001242395, 0.008815500001219334, 0.008884363000106532, 0.00882665300014196, 0.009071225998923182, 0.00856252900121035, 0.010277663001033943, 0.008879124001396121, 0.00878319599723909, 0.008721453999896767, 0.008603109999967273, 0.008478084000671515, 0.008624321002571378, 0.008675285000208532, 0.0087622309983999, 0.009106567998969695, 0.008735316001548199, 0.00884358199982671, 0.008705772001121659, 0.008614843998657307, 0.00850751499820035, 0.008473002002574503, 0.008418708999670343, 0.008518423997884383, 0.008529103000910254, 0.008406189001107123, 0.008699682999576908, 0.008740058001421858, 0.008690335998835508, 0.008854293999320362, 0.008642986002087127, 0.008496685997670284, 0.008804044999124017, 0.008786717000475619, 0.008700612001121044, 0.008578036999097094, 0.008806718000414548, 0.008560721998946974, 0.008549817001039628, 0.008622638000815641, 0.008886758998414734, 0.008657130001665791, 0.008693877000041539, 0.0084848949991283, 0.008500872001604876, 0.008506835998559836, 0.008554132000426762, 0.009027945001435, 0.00854728899867041, 0.008557061999454163, 0.008510760999342892, 0.008565325999370543, 0.00860665400250582, 0.008575783998821862, 0.008566123000491643, 0.008644686000479851, 0.008680939998157555, 0.00857338400237495, 0.008556152999517508, 0.008603514997957973, 0.0085862520027149, 0.008621799999673385, 0.008592322999902535, 0.008833396997943055, 0.008646106001833687, 0.008576169999287231, 0.008647713999380358, 0.008536110999557422, 0.008605759001511615, 0.01040124699648004, 0.009158054002909921, 0.008914546000596602, 0.008726566997211194, 0.00872382200032007, 0.008482920999085763, 0.008581426001910586, 0.008733440001378767, 0.008699958998477086, 0.008680017999722622, 0.008673940999869956, 0.008634427002107259, 0.008818743997835554, 0.00861816700125928, 0.008619461998023326, 0.008732558002520818, 0.008587446998717496, 0.008527327998308465, 0.00882552199982456, 0.008640867999929469, 0.008656130001327256, 0.008581633999710903, 0.008866595999279525, 0.00860708300024271, 0.008601288001955254, 0.008901694000087446, 0.008536231998732546, 0.008490053998684743, 0.008572689002903644, 0.008605418999650283, 0.008540558999811765, 0.009003751998534426, 0.00866696299999603, 0.008735659001104068, 0.008686561999638798, 0.008990826998342527, 0.008706615000846796, 0.008682071002112934, 0.00930852999954368, 0.008581158999731997, 0.008672420000948478, 0.008636464997834992, 0.008714419000170892, 0.008554500000172993, 0.008649537001474528, 0.008496174999891082, 0.00859111299723736, 0.008466024002700578, 0.008488545998261543, 0.008567913002480054, 0.008622857996670064, 0.008657617003336782, 0.00870448399655288, 0.008650108000438195, 0.008643963003123645, 0.008932171997003024, 0.008794830002443632, 0.008668279999255901, 0.008803150998573983, 0.008654290999402292, 0.008804701999906683, 0.008527513000444742, 0.008669992999784881, 0.00979507800002466, 0.008865069001330994, 0.008840598999086069, 0.008691879000252811, 0.008661402000143426, 0.008646449001389556, 0.008530785999028012, 0.008453637001366587, 0.008529724000254646, 0.008522083000571001, 0.008400244998483686, 0.008410796999669401, 0.0085342540005513, 0.008448550001048716, 0.008464548998745158, 0.008732446000067284, 0.00852884299820289, 0.00848110200240626, 0.008526179997716099, 0.008524623000994325, 0.008680820999870775, 0.008705049000127474, 0.00880322599914507, 0.008862030001182575, 0.009004439001728315, 0.008982804996776395, 0.00894481500290567, 0.009041992998390924, 0.008680027000082191, 0.008715150001080474, 0.008995878000860102, 0.008580650999647332, 0.008669183000165503, 0.008826344997942215, 0.008651490999909583, 0.008700682999915443, 0.008724003000679659, 0.009024328999657882, 0.008771253000304569, 0.008727016000193544, 0.00924037699951441, 0.00880029700056184, 0.008916499999031657, 0.00881334600126138, 0.008818807000352535, 0.008706214997800998, 0.00872014900232898, 0.008725965999474283, 0.00879120700119529, 0.00890092799818376, 0.008619135001936229, 0.008671011997648748, 0.008682192001288058, 0.008845110998663586, 0.009004646999528632, 0.009026150000863709, 0.008760959000937873, 0.008719682999071665, 0.008702470000571338, 0.009120151000388432, 0.00876321399846347, 0.008910881999327103, 0.009129011999903014, 0.009890003999316832, 0.009142865001194878, 0.009106478999456158, 0.008928048999223392, 0.009822387000895105, 0.009069424002518645, 0.008994061998237157, 0.008966956000222126, 0.008736995998333441, 0.008624092002719408, 0.008587066000472987, 0.008421368998824619, 0.008476118000544375, 0.008474226997350343, 0.008576488002290716, 0.008574385999963852, 0.008481264998408733, 0.008671464001963614, 0.008636832997581223, 0.008700975002284395, 0.0085653669993917, 0.008599318000051426, 0.008540745999198407, 0.00864217100024689, 0.008549729998776456, 0.008600487002695445, 0.008520879000570858, 0.008564251998905092, 0.008774050998908933, 0.008680424998601666, 0.008611362001829548, 0.008840825001243502, 0.009197149996907683, 0.008784974001173396, 0.00880318800045643, 0.00880865599901881, 0.00867671600281028, 0.008670162998896558, 0.008580257999710739, 0.008794969999144087, 0.008619800999440486, 0.0086598439993395, 0.008687679001013748, 0.008646902002510615, 0.00865220999912708, 0.008470839999063173, 0.008608447998994961, 0.0088077489999705, 0.008828144000290195, 0.008854722000251058, 0.008769075000600424, 0.008579214998462703, 0.008608470001490787, 0.008734410999750253, 0.008488643001328455, 0.008488121999107534, 0.008568959001422627, 0.0084639819979202, 0.00866597999993246, 0.008795707999524893, 0.00868669700139435, 0.008536825000192039, 0.008820369999739341, 0.009764455000549788, 0.009008950997667853, 0.0088553720015625, 0.00884648699866375, 0.008889742999599548, 0.008790997002506629, 0.008816338999167783, 0.008633298999484396, 0.008613246001914376, 0.008541582999896491, 0.008570986999984598, 0.008537227997294394, 0.008574955001677154, 0.00866867600052501, 0.009757010997418547, 0.009788131999812322, 0.009086807000130648, 0.009398087000590749, 0.008808318001683801, 0.008673463999002706, 0.008849066998664057, 0.008635299000161467, 0.008672533000208205, 0.008862995000527008, 0.008592767000664026, 0.008558278001146391, 0.009050284999830183, 0.00862879700071062, 0.008679310998559231, 0.008724758998141624, 0.00911636599994381, 0.00870566300000064, 0.008686975001182873, 0.008692657000210602, 0.008941648000472924, 0.008698264999111416, 0.008837319001031574, 0.009016619998874376, 0.009380037001392338, 0.008941363001213176, 0.00881824999669334, 0.008681696002895478, 0.008802174997981638, 0.00857613200059859, 0.008519678998709423, 0.008547117002308369, 0.008605132999946363, 0.008610177999798907, 0.008641148000606336, 0.008746314997551963, 0.008834272000967758, 0.008920521999243647, 0.008866601001500385, 0.008703240000613732, 0.008722670998395188, 0.00881135700183222, 0.008919298998080194, 0.008977569999842672, 0.008841162001772318, 0.008901844998035813, 0.009034383001562674, 0.008919263000279898, 0.009082605000003241, 0.009946987996954704, 0.008977694000350311, 0.008751927001867443, 0.008692004998010816, 0.008584383002016693, 0.00913128599859192, 0.00875151500076754, 0.008715594998648157, 0.008681882001837948, 0.008768233998125652, 0.008619741001893999, 0.008547475998057052, 0.00868330000230344, 0.00862960299855331, 0.00875954500224907, 0.009103090997086838, 0.008737382002436789, 0.008863151997502428, 0.008784730001934804, 0.008780821000982542, 0.008633673998701852, 0.008831823000946315, 0.008787364000454545, 0.00868822799748159, 0.00910531599947717, 0.008627602001070045, 0.008749923999857856, 0.0087207260003197, 0.008979604001069674, 0.008767662999161985, 0.008775091999268625, 0.008958682999946177, 0.00878830200235825, 0.008861571997840656, 0.00911957700009225, 0.00922618199911085, 0.009254168002371443, 0.0091419969976414, 0.00932247700256994, 0.009097190999455051, 0.00923674599835067, 0.009218228999088751, 0.00953735200164374, 0.009125562999543035, 0.008962122999946587, 0.009208884999679867, 0.00961473800271051, 0.008863508999638725, 0.00896747299702838, 0.008966917001089314, 0.0088236470000993, 0.008772465000220109, 0.008712588001799304, 0.008703776999027468, 0.008775878999585984, 0.00884446000054595, 0.008872777998476522, 0.009031436002260307, 0.00898192999738967, 0.009089899001992308, 0.008997871998872142, 0.009068295999895781, 0.008891877001588, 0.009977458998037037, 0.009060186999704456, 0.00903945300160558, 0.008833536001475295, 0.008875637999153696, 0.008724831997824367, 0.00880994900217047, 0.008896392999304226, 0.008782142998825293, 0.008769225001742598, 0.008853098999679787, 0.008889871998690069, 0.009089453000342473, 0.008950565999839455, 0.00906674500220106, 0.009067413997399854, 0.009000693000416504, 0.009029439002915751, 0.008831601997371763, 0.009062547000212362, 0.0090100480010733, 0.009136595999734709, 0.009288591998483753, 0.009060350002982887, 0.009265589997085044, 0.008996784999908414, 0.009106663001148263, 0.009070405001693871, 0.008974102998763556, 0.008998000997962663, 0.008777811002801172, 0.008994408999569714, 0.008944986999267712, 0.009211990000039805, 0.009375794001243776, 0.008953724998718826, 0.008989940000901697, 0.009091463998629479, 0.009053162000782322, 0.008927014998334926, 0.00898617200073204, 0.009040286000526976, 0.008876878000592114, 0.008814673998131184, 0.009167888001684332, 0.008840940998197766, 0.008717323002201738, 0.008897678999346681, 0.008959663999121403, 0.009010409001348307, 0.008975025000836467, 0.009058687999640824, 0.00871403599740006, 0.008835645003273385, 0.00887802999932319, 0.009125361997575965, 0.009373977001814637, 0.008867369000654435, 0.008784213998296764, 0.009094532000744948, 0.008838320998620475, 0.008858003002387704, 0.009016284999233903, 0.010126794997631805, 0.009033194000949152, 0.00884330999906524, 0.008725252002477646, 0.008992605999083025, 0.008970957998826634, 0.00883921599961468, 0.008659751001687255, 0.00878520499827573, 0.008651546002511168, 0.008737719999771798, 0.00887012900057016, 0.008953436998126563, 0.008749462002015207, 0.008820863997243578, 0.009208700001181569, 0.008809194001514697, 0.008898903997760499, 0.009159158002148615, 0.008989590998680796, 0.008890049000910949, 0.008919873998820549, 0.009118189998844173, 0.009001883001474198, 0.008843130999593996, 0.009350808999442961, 0.008965981000073953, 0.00894272000005003, 0.008865514002536656, 0.008909503998438595, 0.008940922998590395, 0.008877055999619188, 0.008951329000410624, 0.00929916400127695, 0.008826414999930421, 0.00905255500038038, 0.008971242998086382, 0.00914397300221026, 0.009429023000848247, 0.00937587699809228, 0.009141409002040746, 0.009019465000164928, 0.008854256997437915, 0.008811900999717182, 0.008897353000065777, 0.009087411999644246, 0.008912217999750283, 0.008898797001165804, 0.009020675999636296, 0.008760133001487702, 0.009203964000334963, 0.008995144999062177, 0.008818818998406641, 0.009082219999982044, 0.00900225100122043, 0.008933842000260483, 0.008870433000993216, 0.009135241998592392, 0.008847854001942324, 0.008913707999454346, 0.009233140997821465, 0.009210333002556581, 0.009080840998649364]",tokens/s,114.5588068216356,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-125m,EleutherAI/gpt-neo-125m,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,1143.107584,,,,,s,1,4.0587995480000245,4.0587995480000245,0.0,4.0587995480000245,4.0587995480000245,4.0587995480000245,4.0587995480000245,[4.0587995480000245],,kWh,1.947744179235037e-05,1.0614373952206124e-05,0,3.0091815744556492e-05,,MB,1203.48672,,,,,s,19,0.833764943999995,0.043882365473683946,0.000625064505694988,0.043716924999898765,0.04444004560100438,0.04532229999913397,0.04556897200065577,"[0.043716924999898765, 0.04528803999892261, 0.043691532000593725, 0.04563064000103623, 0.043213367000134895, 0.04334531999847968, 0.04298494499926164, 0.04380180299995118, 0.04411552599958668, 0.04413793300045654, 0.04341831600140722, 0.04390394400070363, 0.04402314300023136, 0.04352137699970626, 0.04380141900037415, 0.043608129999483936, 0.04366751399902569, 0.04366702299921599, 0.04422804700152483]",tokens/s,5833.778494769659,kWh,5.307851733495375e-07,2.8928982561102767e-07,0.0,8.20074998960565e-07,tokens/kWh,312166570.526448,MB,1204.588544,,,,,s,19,9.488216687999738,0.49937982568419675,0.004064820446410168,0.49825668199991924,0.5046494797999912,0.5055243601995244,0.5058301960400786,"[0.5014008569996804, 0.49825668199991924, 0.502270850000059, 0.4981829160005873, 0.49739025800045056, 0.49920912900051917, 0.5041972380004154, 0.5004290640008549, 0.5059066550002171, 0.5054818829994474, 0.4982358249999379, 0.5026601829995343, 0.5044413790001272, 0.4979378279986122, 0.4900455039987719, 0.4938750399996934, 0.4962062970007537, 0.4968013930010784, 0.4952877069990791]",tokens/s,126.15647801487404,kWh,5.869766659874607e-06,3.1991635989531544e-06,0.0,9.06893025882776e-06,tokens/kWh,6946795.068654912,,s,1197,9.482040092991156,0.007921503837085344,0.000215854106431482,0.007875440998759586,0.008170755600440316,0.00831041279998317,0.00878448019946518,"[0.008867268999892985, 0.008320558999912464, 0.007989735999217373, 0.007939490000353544, 0.00792609500058461, 0.008046635999562568, 0.008119583999359747, 0.008004776000234415, 0.007941302001199801, 0.0078408599983959, 0.00783658600084891, 0.007866990999900736, 0.0078118159999576164, 0.007839796000553179, 0.007834373998775845, 0.007893190000686445, 0.008024778000617516, 0.007762755998555804, 0.007691059001444955, 0.007737030999123817, 0.007834590000129538, 0.00792883400026767, 0.007801435000146739, 0.007908100000349805, 0.007979038999110344, 0.008051679000345757, 0.008038769999984652, 0.007965931999933673, 0.007894882999607944, 0.007912652999948477, 0.007802341000569868, 0.00783173799936776, 0.00792384800115542, 0.007860345000153757, 0.0078113159997883486, 0.007832723998944857, 0.00783181900078489, 0.008036361999984365, 0.008261105000201496, 0.007931871999971918, 0.007760114998745848, 0.007716725000136648, 0.007853389000956668, 0.007861914999011788, 0.00786592900112737, 0.00770129999909841, 0.007762709999951767, 0.007949722999910591, 0.00780911699985154, 0.007866642001317814, 0.007906777000243892, 0.007878239999627112, 0.007861824000428896, 0.00801151099949493, 0.00803524799994193, 0.008020866000151727, 0.0082817709990195, 0.008364680001250235, 0.00831300399840984, 0.008303728000100818, 0.008002067001143587, 0.008053281999309547, 0.008136831000228995, 0.008806838999589672, 0.008338704999914626, 0.008309765000376501, 0.008004985000297893, 0.008009651999600464, 0.008107555000606226, 0.008122298000671435, 0.00811691799935943, 0.007954946000609198, 0.008036147999519017, 0.007995818999916082, 0.008032334000745323, 0.008006131000001915, 0.007995657999344985, 0.007829350999600138, 0.007908338000561344, 0.007768392999423668, 0.007955961000334355, 0.008006246000149986, 0.008042608998948708, 0.008033642001464614, 0.008038504998694407, 0.007980555999893113, 0.00792389100024593, 0.007906655000624596, 0.00799240599917539, 0.007910752001407673, 0.00776776899874676, 0.007760997999866959, 0.007717855000009877, 0.007684412999878987, 0.007752229999823612, 0.007827193001503474, 0.007785173998854589, 0.007929131001219503, 0.007906005999757326, 0.007738033000350697, 0.007810197999788215, 0.00793658699876687, 0.007942218000607681, 0.007917447999716387, 0.007782475000567501, 0.007703764000325464, 0.0076397739994717995, 0.007695162999880267, 0.007786639000187279, 0.008112433999485802, 0.008089229000688647, 0.007733898999504163, 0.0077549990000989055, 0.007783908000419615, 0.007766922999508097, 0.007852978000300936, 0.0077692249997198815, 0.0077604739999515004, 0.007810578999851714, 0.007917019000160508, 0.007801558000210207, 0.007762331999401795, 0.007708740000452963, 0.007603501000630786, 0.0077078699996491196, 0.007794725999701768, 0.00878432699937548, 0.008231842999521177, 0.008074885001406074, 0.007972100998813403, 0.007858430999476695, 0.00784501199996157, 0.007816974000888877, 0.007740160999674117, 0.007889556000009179, 0.007877318999817362, 0.0078936120007711, 0.008373053000468644, 0.008796393000011449, 0.0085854829994787, 0.008166469999196124, 0.00828150400047889, 0.00782333099959942, 0.00798604200099362, 0.007956894998642383, 0.007999031000508694, 0.007854778999899281, 0.008032163001189474, 0.00803059600002598, 0.00806863699835958, 0.007951387000503018, 0.007801219000612036, 0.007856455998989986, 0.007823836000170559, 0.008035036000364926, 0.008022289999644272, 0.007946409001306165, 0.007977846998983296, 0.007901295999545255, 0.007847102000596351, 0.00772907400096301, 0.007873758999267011, 0.007876765999753843, 0.007934770999781904, 0.007838465000531869, 0.007838501000151155, 0.007820011000148952, 0.007895828999608057, 0.007837970000764471, 0.007729767999990145, 0.007809589998942101, 0.007992635000846349, 0.00802072899932682, 0.007869687000493286, 0.00795740899957309, 0.008043416999498731, 0.008203389001209871, 0.008227480999266845, 0.00812512000084098, 0.007961319999594707, 0.007931971000289195, 0.00788744300007238, 0.007825233999028569, 0.007806907000485808, 0.007812953999746242, 0.007807685000443598, 0.00772141099878354, 0.007730786001047818, 0.007754812999337446, 0.00881278300039412, 0.008322318999489653, 0.008193097999537713, 0.008218811000915593, 0.008043465999435284, 0.007984694999322528, 0.007890515000326559, 0.007783930999721633, 0.007744723001451348, 0.007981494998603011, 0.00785738800004765, 0.007891229000961175, 0.00790095999946061, 0.0077319690008152975, 0.007913616000223556, 0.00770572799956426, 0.007926295000288519, 0.007745003998934408, 0.007946605001052376, 0.008132416998705594, 0.007984650001162663, 0.008034376998693915, 0.008303540000270004, 0.007917078999525984, 0.007853270000850898, 0.007795662999342312, 0.007836758000848931, 0.00780620200021076, 0.0077893769994261675, 0.007798963000823278, 0.007812340998498257, 0.008127571001750766, 0.008119350999550079, 0.007857943999624695, 0.007745887000055518, 0.007778518000122858, 0.007786682999721961, 0.007681971999772941, 0.007757338000374148, 0.007896253999206237, 0.007937958000184153, 0.0077635960005864035, 0.007761574999676668, 0.007767061999402358, 0.007693873001699103, 0.007857493999836151, 0.007919279998532147, 0.007779654000842129, 0.007845829999496345, 0.007756412000162527, 0.007737658001133241, 0.007831758999600424, 0.007851065000068047, 0.00798823599870957, 0.007712969001659076, 0.007729209999524755, 0.0077863980004622135, 0.007816985998942982, 0.007896807001088746, 0.008039153999561677, 0.008070631000009598, 0.008046458999160677, 0.007874295999499736, 0.008937960999901406, 0.007969973001308972, 0.0078061519998300355, 0.007892360999903758, 0.007962009998664143, 0.007952961001137737, 0.00793606200022623, 0.007800085999406292, 0.007630719999724533, 0.007636857000761665, 0.007632830998772988, 0.007793078000759124, 0.007900029999291291, 0.007763260000501759, 0.007616947999849799, 0.0076981269994576, 0.007743856000161031, 0.0076365519998944364, 0.007588685000882833, 0.007566357999166939, 0.007628964000105043, 0.007717524000327103, 0.007851104999645031, 0.007654001001355937, 0.00776447199859831, 0.007806558000083896, 0.007819615000698832, 0.007765263000692357, 0.007835529999283608, 0.0077380300008371705, 0.007818102998498944, 0.007819145001121797, 0.007771825999952853, 0.007665148999876692, 0.007751466999252443, 0.007862270000259741, 0.00789068700032658, 0.007949667999127996, 0.007847352000680985, 0.007859896000809385, 0.008015127999897231, 0.007977904999279417, 0.008425852000073064, 0.008022942000025068, 0.008808754000710906, 0.007947090000016033, 0.007889257998613175, 0.00791453900092165, 0.008019922999665141, 0.007887711999501335, 0.007976292001330876, 0.007815186998413992, 0.007811537001543911, 0.007969239999511046, 0.00786995099952037, 0.007805874000041513, 0.007971856999574811, 0.008118077001199708, 0.008222884998758673, 0.008214508001401555, 0.008106481998765958, 0.008132150000164984, 0.007879175000198302, 0.008788157001617947, 0.008126683998852968, 0.007968575000631972, 0.008085379000476678, 0.008034015998418909, 0.007990892001544125, 0.008045165999646997, 0.008000292000360787, 0.007780308998917462, 0.007802517000527587, 0.007675255999856745, 0.00767652300055488, 0.007658233998881769, 0.00779833900014637, 0.007701271000769339, 0.007783955999911996, 0.007772765000481741, 0.007753986999887275, 0.007782176999171497, 0.007833039000615827, 0.00785000199903152, 0.007959395001307712, 0.007825592998415232, 0.007738179001535173, 0.007805395998730091, 0.007937970000057248, 0.008010019000721513, 0.008023046999369399, 0.00801098100055242, 0.007831951999833109, 0.007895217000623234, 0.00791832199865894, 0.007784424000419676, 0.007815113000106066, 0.007877387999542407, 0.007926603000669274, 0.008080263000010746, 0.008029743999941275, 0.008053629000642104, 0.007960863998960122, 0.007882346000769758, 0.008045378999668173, 0.0081290899997839, 0.008176671999535756, 0.008177147001333651, 0.007958223999594338, 0.007911987999250414, 0.007944349001263618, 0.007959429000038654, 0.007865097999456339, 0.007869269998991513, 0.007828835001419066, 0.007857130998672801, 0.00782092600093165, 0.007816178998837131, 0.00785557500057621, 0.007990158001121017, 0.008054101999732666, 0.007955680999657488, 0.007902721999926143, 0.007837404000383685, 0.007772168999508722, 0.007872553000197513, 0.008371830999749363, 0.007847098999263835, 0.007681131000936148, 0.007666691999475006, 0.007823558000382036, 0.007937881999168894, 0.007714305000263266, 0.007684485000936547, 0.007554404999609687, 0.0075885810001636855, 0.007744425000055344, 0.007778650999171077, 0.007861410000259639, 0.007782586000757874, 0.007734236000032979, 0.007746794999548001, 0.007838546000130009, 0.0077713409991702065, 0.007807212999978219, 0.007845334001103765, 0.007830590999219567, 0.007874586999605526, 0.007740558001387399, 0.007754786998702912, 0.007784856001308071, 0.00783174699972733, 0.007833448000383214, 0.008212943999751587, 0.008343886000147904, 0.008569931000238284, 0.0085543269997288, 0.008880194998710067, 0.008534444001270458, 0.00834032899911108, 0.008187235000150395, 0.008060744999966118, 0.00812768200012215, 0.008123896001052344, 0.00785748799899011, 0.007792984000843717, 0.0079273209994426, 0.00784973500049091, 0.007776309999826481, 0.007766258999254205, 0.00776549799957138, 0.007954366001285962, 0.008178170999599388, 0.008002181999472668, 0.007939891000205535, 0.007976300999871455, 0.007973018000484444, 0.008049800000662799, 0.008132750999720884, 0.008044729998800904, 0.00789218499994604, 0.008021499001188204, 0.008415831998718204, 0.008821186000204762, 0.008294040000691894, 0.008316774999912013, 0.008467772000585683, 0.008176295999874128, 0.008110278999083675, 0.008684877000632696, 0.008033668998905341, 0.008016491001399118, 0.007640516998435487, 0.007694020001508761, 0.008467871999528143, 0.00857608399928722, 0.008128655999826151, 0.008407303001149558, 0.00784826099879865, 0.007940121000501676, 0.007916665999800898, 0.008078560000285506, 0.008109974000035436, 0.008079743000052986, 0.00804498599973158, 0.008124195001073531, 0.008039573000132805, 0.008142802998918341, 0.0080398520003655, 0.008049001000472344, 0.007951497000249219, 0.007964058999277768, 0.008004662999155698, 0.007970877000843757, 0.007950545999847236, 0.008049415999266785, 0.007987376000528457, 0.007811216999471071, 0.007912558001407888, 0.007967322999320459, 0.007849531000829302, 0.007841139999072766, 0.007897440000306233, 0.007801801999448799, 0.007796587000484578, 0.007915604999652714, 0.00806784499945934, 0.00786948900167772, 0.008084171999144019, 0.0079751680004847, 0.007851626000046963, 0.007805769999322365, 0.007754902999295155, 0.007753260000754381, 0.007721600999502698, 0.007717263000813546, 0.007730375000392087, 0.007696229999055504, 0.007770821999656619, 0.007710874000622425, 0.007676557999729994, 0.007731011999567272, 0.007747151001240127, 0.0077652939999097725, 0.007681058999878587, 0.007912426999610034, 0.00796158900084265, 0.007845934998840676, 0.007833022000340861, 0.007956978999573039, 0.007874271999753546, 0.007848006000131136, 0.008506345000569127, 0.008052717999817105, 0.008275456999399466, 0.008295815001474693, 0.007829261998267611, 0.007838436000383808, 0.007829377000234672, 0.00780547199974535, 0.007843520001188153, 0.007785781999700703, 0.007753207999485312, 0.007666163999601849, 0.007726466001258814, 0.007812425999873085, 0.007967252999151242, 0.00797217599938449, 0.008025079001527047, 0.00792254499901901, 0.007885779999924125, 0.008209626999814645, 0.0079308280000987, 0.007825074000720633, 0.007920948999526445, 0.007794933000695892, 0.008362545999261783, 0.00804113599951961, 0.008254944999862346, 0.00797238200175343, 0.007869075998314656, 0.007738167001662077, 0.007987938999576727, 0.007942969999930938, 0.007978928999364143, 0.007926030000817263, 0.008444793998933164, 0.008061509999606642, 0.00780094900073891, 0.007944218999909936, 0.008037396999498014, 0.008038533000217285, 0.008215679001295939, 0.008120589998725336, 0.008261797000159277, 0.007938894999824697, 0.008002290000149515, 0.007966500001202803, 0.008033473999603302, 0.007987601000422728, 0.0080040579996421, 0.007933347998914542, 0.007997200000318117, 0.008036774001084268, 0.007945906998429564, 0.008314313001392293, 0.008512999998856685, 0.008417293000093196, 0.008324098000230151, 0.00830196300012176, 0.008155948000421631, 0.008252227000411949, 0.008174599999620114, 0.007975889999215724, 0.007849174000511994, 0.008746997000343981, 0.008182206998753827, 0.007943366001200047, 0.007988610999746015, 0.008008627999515738, 0.008047220000662492, 0.00824885899965011, 0.008197917999495985, 0.008083048000116833, 0.008108641999569954, 0.00806409500000882, 0.0078116220010997495, 0.007897220999439014, 0.00785805200030154, 0.007931850999739254, 0.007775431999107241, 0.007943266000438598, 0.007838888999685878, 0.007814696000423282, 0.00864860299952852, 0.007897670000602375, 0.007967015999383875, 0.008049254000070505, 0.008070773999861558, 0.008014046999960556, 0.007967056000779849, 0.008019213999432395, 0.007847156000934774, 0.007909669999207836, 0.00802067200129386, 0.008148588998665218, 0.008176232000550954, 0.00814206799987005, 0.008390626000618795, 0.008294451999972807, 0.008094638000329724, 0.00811021399931633, 0.007935292000183836, 0.007974293999723159, 0.008016603000214673, 0.00815374299963878, 0.008054489000642207, 0.008037280000280589, 0.007936041998618748, 0.007894606000263593, 0.0078545779997512, 0.007913883000583155, 0.007835316999262432, 0.007766355000057956, 0.007729615001153434, 0.007813182999598212, 0.0080506640006206, 0.007889196000178345, 0.007930421999844839, 0.008013909999135649, 0.008078340000793105, 0.008133932999044191, 0.007949980999910622, 0.008077115000560298, 0.00813682399893878, 0.007928565000838717, 0.007909445999757736, 0.007905788999778451, 0.008598309999797493, 0.00805225699878065, 0.007825333001164836, 0.007879490000050282, 0.0077741059994878015, 0.007787615999404807, 0.0077605879996553995, 0.007896862000052352, 0.007773979999910807, 0.00760440000158269, 0.007693280998864793, 0.007714215000305558, 0.007635930000105873, 0.007820106000508531, 0.008013979999304865, 0.007708821000051103, 0.007839064001018414, 0.0077412019982148195, 0.007931378000648692, 0.00783956300074351, 0.008284730000013951, 0.00823648699952173, 0.008108132000415935, 0.008124415999191115, 0.008034755001062877, 0.007760503998724744, 0.007818955000402639, 0.007698441000684397, 0.007657956999537419, 0.00765997599955881, 0.007861932001105743, 0.007987889999640174, 0.00808468799914408, 0.008043040999837103, 0.008074967001448385, 0.008236478999606334, 0.008088769000096363, 0.00807801299924904, 0.008082259999355301, 0.008066752001468558, 0.008002558999578469, 0.008047838000493357, 0.007924083000034443, 0.007790948999172542, 0.007693543000641512, 0.007854026998757035, 0.00789477600119426, 0.007880115999796544, 0.007886790999691584, 0.007870757999626221, 0.007917132999864407, 0.007827040000847774, 0.007751162000204204, 0.0077548310000565834, 0.007916603999547078, 0.007987011000295752, 0.00798163800027396, 0.007872697999118827, 0.007924014000309398, 0.007916468999610515, 0.007743785999991815, 0.007784766999975545, 0.007832159999452415, 0.009161272999335779, 0.008502321999912965, 0.008289956000226084, 0.008084343999144039, 0.00791375700100616, 0.007770525000523776, 0.007695648999288096, 0.007707347000177833, 0.007652610998775344, 0.007640233001438901, 0.007576529000289156, 0.007759697999063064, 0.007624518999364227, 0.0076117480002722004, 0.007768737001242698, 0.007830394999473356, 0.007921144999272656, 0.008755341999858501, 0.008556775999750243, 0.007867315000112285, 0.007856448000893579, 0.00778366700069455, 0.00806262499827426, 0.007956938999996055, 0.00804106400028104, 0.0080686710007285, 0.007762422999803675, 0.0078012510002736235, 0.00763852399904863, 0.007863824001105968, 0.0077340099996945355, 0.007898903999375761, 0.00788345900036802, 0.007920662999822525, 0.007862652000767412, 0.007869687999118469, 0.00806664300034754, 0.00788147400089656, 0.007879965000029188, 0.00784626599852345, 0.007917234001070028, 0.0079105980003078, 0.00806681899848627, 0.007932043999971938, 0.007837622000806732, 0.007648245000382303, 0.007756115999654867, 0.008161828000083915, 0.008263274999990244, 0.008186114999261918, 0.008000474001164548, 0.00803824899958272, 0.007947090000016033, 0.007859794999603764, 0.00806740200096101, 0.00813634699989052, 0.008241913999881945, 0.007998265000423999, 0.008065264999459032, 0.008144813999024336, 0.00840782900013437, 0.008135310999932699, 0.008201783000913565, 0.009244062999641756, 0.008162750000337837, 0.007972637000420946, 0.00837618999867118, 0.007753587000479456, 0.007673308000448742, 0.007866855999964173, 0.00797349300046335, 0.008068639999692095, 0.007890798999142135, 0.007935067000289564, 0.00781722400097351, 0.007813146999978926, 0.007811128998582717, 0.00783081200097513, 0.007697854000070947, 0.0077175320002425, 0.007872454998505418, 0.007989802999873064, 0.007881275001636823, 0.007861857999159838, 0.007858283999667037, 0.007829862001017318, 0.007990567999513587, 0.007962288000271656, 0.007947423999212333, 0.008350760999746853, 0.008065601999987848, 0.007975107000675052, 0.00803695600006904, 0.00796230900050432, 0.008032517000174266, 0.008080570998572512, 0.008120918000713573, 0.008043413999985205, 0.008118318999549956, 0.008121320001009735, 0.007872616999520687, 0.008043620999160339, 0.008170714001607848, 0.00825384499876236, 0.008153320000928943, 0.008245622999311308, 0.008154384999215836, 0.007971358001668705, 0.007989491999978782, 0.007998438999493374, 0.007989468000232591, 0.008001774000149453, 0.008012204998522066, 0.008192123001208529, 0.008098947999314987, 0.007997243999852799, 0.008010243000171613, 0.007803247999618179, 0.007754010001008282, 0.007833550000214018, 0.00792728799933684, 0.007937001000755117, 0.007950831999551156, 0.007971790999363293, 0.008069946999967215, 0.007979605999935302, 0.008637008999357931, 0.008030815999518381, 0.008004143001016928, 0.008010031999219791, 0.0078704050010856, 0.007868486998631852, 0.008446339001238812, 0.008228634000261081, 0.008155682999131386, 0.008024532999115763, 0.00782267700014927, 0.008141320000504493, 0.007998467001016252, 0.008170817998689017, 0.008221785999921849, 0.008302738000566023, 0.008281288000944187, 0.00830076599959284, 0.008196214999770746, 0.008013978000235511, 0.007952291000037803, 0.007985512998857303, 0.00790087400127959, 0.007686659999308176, 0.007713316999797826, 0.00775260599948524, 0.0076485750014398945, 0.007707630998993409, 0.00781850699968345, 0.007827348999853712, 0.008152031999998144, 0.007834035000996664, 0.007815323000613716, 0.007740637998722377, 0.007857046999561135, 0.007823693000318599, 0.007768395000312012, 0.007902927000031923, 0.007840739999664947, 0.007862301001296146, 0.007855527999709011, 0.007835565000277711, 0.00776503499946557, 0.0077565640003740555, 0.007593836999149062, 0.007642466000106651, 0.007682024001042009, 0.007791275998897618, 0.007946117999381386, 0.007671123001273372, 0.007657104999452713, 0.007639120000021649, 0.007566817999759223, 0.007821381001122063, 0.007650513998669339, 0.00786787099968933, 0.007762386001559207, 0.0076987209995422745, 0.0077983339997445, 0.007833874000425567, 0.007742783000139752, 0.007829936999769416, 0.007898968000517925, 0.008721586998944986, 0.008306550000270363, 0.008108722000542912, 0.008030461000089417, 0.00795367299906502, 0.007825280999895767, 0.007898134001152357, 0.00774509599978046, 0.007759239999359124, 0.007572407999759889, 0.007596629000545363, 0.007538650999777019, 0.007529766000516247, 0.007652059999600169, 0.0077251650000107475, 0.007777786999213276, 0.007741075000012643, 0.00778965500103368, 0.007740855999145424, 0.007680389000597643, 0.00762605199997779, 0.007636288000867353, 0.007585044999359525, 0.007634571000380674, 0.007762383000226691, 0.00772942699950363, 0.007761245000438066, 0.007722661999650882, 0.007714547999057686, 0.007739771999695222, 0.007834594000087236, 0.007778852001138148, 0.007765373000438558, 0.007747818999632727, 0.007796459998644423, 0.0077265540003281785, 0.007801944000675576, 0.0077637310005229665, 0.007912590999694658, 0.007850357000279473, 0.007841132999601541, 0.007868226999562467, 0.007879816999775358, 0.007698065999647952, 0.0077359540009638295, 0.0076833959992654854, 0.007786251000652555, 0.007675139000639319, 0.007857949000026565, 0.007927475999167655, 0.007862790000217501, 0.007657285999812302, 0.007630633999724523, 0.007538801000919193, 0.007561308999356697, 0.007652992999283015, 0.007632814000317012, 0.0077328839997790055, 0.007890583001426421, 0.007757396999295452, 0.007756823999443441, 0.007770402000460308, 0.007734090999292675, 0.008706717999302782, 0.008147184000335983, 0.007978962999914074, 0.007871489000535803, 0.007767135999529273, 0.007762941000692081, 0.007767629998852499, 0.007759142999930191, 0.007711120000749361, 0.007763477000480634, 0.0077529809987026965, 0.00785099000131595, 0.007832016999600455, 0.00790350299939746, 0.00772984200011706, 0.007883415000833338, 0.007716902999163722, 0.007842384000468883, 0.007869686000049114, 0.007936836000226322, 0.007866836998800864, 0.00786306600093667, 0.00763957399976789, 0.007691736000197125, 0.0079106689991022, 0.007875837000028696, 0.007814659000359825, 0.007657014999495004, 0.007742961000985815, 0.0077297560001170496, 0.007728102000328363, 0.007688831999985268, 0.007764683999994304, 0.007757477998893592, 0.007785269001033157, 0.007974366999405902, 0.008103001000563381, 0.007944605000375304, 0.007904559999587946, 0.00785335199907422, 0.007839256000806927, 0.00793994599916914, 0.007926772999780951, 0.00820974400085106, 0.00801960299941129, 0.007763503999740351, 0.0078042060013103765, 0.007819450998795219, 0.007720340001469594, 0.007910489999630954, 0.007829893000234733, 0.007772928000122192, 0.007740876999378088, 0.00761578899982851, 0.007729405999270966, 0.007723847000306705, 0.007666540001082467, 0.007721307998508564, 0.007724219000010635, 0.0077166790015326114, 0.007754498999929638, 0.007850351999877603, 0.00792407199878653, 0.008472901001368882, 0.008048589999816613, 0.007904187999884016, 0.0077702910002699355, 0.007740024999293382, 0.007916488999399007, 0.007646769001439679, 0.007500721998439985, 0.007638542001586757, 0.007663555999897653, 0.007692612000028021, 0.007671411000046646, 0.007726357000137796, 0.007878477999838651, 0.007682340999963344, 0.007717643999058055, 0.007808813999872655, 0.00769390000095882, 0.007790927998939878, 0.007829064999896218, 0.007886139001129777, 0.007877669999288628, 0.007827437999367248, 0.0078063030014163814, 0.0077138010001363, 0.007740803999695345, 0.007862057998863747, 0.007937103000585921, 0.007825687000149628, 0.0077271459995245095, 0.00777829000071506, 0.007832409999537049, 0.00789874600013718, 0.00792478299990762, 0.0077652760010096245, 0.007895062999523361, 0.007888746000389801, 0.0077281959984247806, 0.0077410630001395475, 0.007885556000474025, 0.007964410000568023, 0.007922447999590077, 0.008008900000277208, 0.008033972999328398, 0.007931104000817868, 0.00832873000035761, 0.008296019999761484, 0.008237423999162274, 0.007920987000034074, 0.00803899799939245, 0.008045241000218084, 0.008014048000404728, 0.007873200000176439, 0.007746690000203671, 0.007817476000127499, 0.007996413000000757, 0.007960937000461854, 0.00792442499914614, 0.007919855999716674, 0.007864323000831064, 0.007826877999832504, 0.007862733998990734, 0.007937901000332204, 0.008628212000985513, 0.008025526998608257, 0.00779466499989212, 0.007713394001257257, 0.007690675000048941, 0.007875440998759586, 0.007809934000761132, 0.007731175999651896, 0.007710947000305168, 0.007757585999570438, 0.007800028999554343, 0.007769632000417914, 0.007561439000710379, 0.007584700999359484, 0.0076197520011191955, 0.007618863999596215, 0.00767751499915903, 0.007740453000224079, 0.007821655000952887, 0.007830857999579166, 0.007645102999958908, 0.007671544999539037, 0.007675651999306865, 0.007735383000181173, 0.007796577001499827, 0.007856117999835988, 0.007826604998626863, 0.007792686001266702, 0.007860879999498138, 0.007783544000631082, 0.007843520999813336, 0.007743950998701621, 0.007732838001174969, 0.007812359999661567, 0.008057050999923376, 0.008027478999792947, 0.007860730000174954, 0.007882407999204588, 0.007799485001669382, 0.0077911299995321315, 0.0076847450000059325, 0.0076371800005290424, 0.007775981999657233, 0.0076067310001235455, 0.00779806199898303, 0.00788307699986035, 0.007957334000820993, 0.007907303999672877, 0.008114954000120633, 0.008320417999129859, 0.008121600001686602, 0.00811696099844994, 0.008162388001437648, 0.008238910999352811, 0.008237306999944849, 0.008422543000051519, 0.008129920999635942, 0.008020237999517121, 0.008030689999941387, 0.008058999001150369, 0.008124269999825628, 0.008172149999154499, 0.008013931999812485, 0.008869110999512486, 0.008225899999160902, 0.008120021000650013, 0.007828539999536588, 0.007782774000588688, 0.007857426999180461, 0.007794127999659395, 0.007869720000599045, 0.00784440099960193, 0.007775500000207103, 0.007781112000884605, 0.00773063899941917, 0.007749145001071156, 0.007815594999556197, 0.007821764998880099, 0.008004870000149822, 0.007813203999830876, 0.007747299001493957, 0.00783268199847953, 0.007741192001049058, 0.007640411999091157, 0.007837515000574058, 0.007819208000000799, 0.007760489999782294, 0.007826932000170927, 0.007772543000100995, 0.007813174999682815, 0.007937976999528473, 0.007817595000233268, 0.00792059400009748, 0.007916771000964218, 0.007951335999678122, 0.0077916629998071585, 0.007873739999922691, 0.00783057400076359, 0.007774287998472573, 0.007827575000192155, 0.007752688001346542, 0.007850239999243058, 0.007749570000669337, 0.007754249998470186, 0.007723597000222071, 0.0077291650013648905, 0.007680633998461417, 0.00773988600121811, 0.0077428160002455115, 0.007722205999016296, 0.007787036000081571, 0.007815824999852339, 0.007823208999980125, 0.007863947999794618, 0.007953940001243609, 0.007866878999266191, 0.007869224000387476, 0.00791172400022333, 0.007959128999573295, 0.007959959000800154, 0.008042999999815947, 0.007979955998962396, 0.007933574999697157, 0.007857368000259157, 0.007820541000910453, 0.00797530099953292]",tokens/s,126.23865626604838,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen,Qwen/Qwen-7B,Qwen/Qwen-7B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-66b,facebook/opt-66b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,stabilityai/stablelm-base-alpha-7b,stabilityai/stablelm-base-alpha-7b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-2.7B,EleutherAI/gpt-neo-2.7B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 564, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: GPTNeoForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-7b,tiiuae/falcon-7b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Llama-2-7b-hf,meta-llama/Llama-2-7b-hf,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-rw-1b,tiiuae/falcon-rw-1b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-4B,Qwen/Qwen1.5-4B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,internlm2,internlm/internlm2-20b,internlm/internlm2-20b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,deci,Deci/DeciLM-7B,Deci/DeciLM-7B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 559, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: DeciLMForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stablelm,stabilityai/stablelm-3b-4e1t,stabilityai/stablelm-3b-4e1t,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-13b,huggyllama/llama-13b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-2.7b,facebook/opt-2.7b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,phi,microsoft/phi-1_5,microsoft/phi-1_5,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,recurrent_gemma,google/recurrentgemma-2b,google/recurrentgemma-2b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gptj,EleutherAI/gpt-j-6b,EleutherAI/gpt-j-6b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 564, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: GPTJForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stablelm,stabilityai/stablelm-2-1_6b,stabilityai/stablelm-2-1_6b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,togethercomputer/RedPajama-INCITE-Base-3B-v1,togethercomputer/RedPajama-INCITE-Base-3B-v1,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Meta-Llama-3-8B,meta-llama/Meta-Llama-3-8B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen2-beta-14B,Qwen/Qwen2-beta-14B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-32B,Qwen/Qwen1.5-32B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-125m,EleutherAI/gpt-neo-125m,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 564, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: GPTNeoForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,xglm,facebook/xglm-564M,facebook/xglm-564M,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen,Qwen/Qwen-14B,Qwen/Qwen-14B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-7b,huggyllama/llama-7b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-180B,tiiuae/falcon-180B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-1.3B,EleutherAI/gpt-neo-1.3B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 564, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: GPTNeoForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mistral,mistralai/Mistral-7B-v0.1,mistralai/Mistral-7B-v0.1,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mixtral,mistralai/Mixtral-8x7B-v0.1,mistralai/Mixtral-8x7B-v0.1,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen,Qwen/Qwen-72B,Qwen/Qwen-72B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-30b,facebook/opt-30b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2_moe,Qwen/Qwen1.5-MoE-A2.7B,Qwen/Qwen1.5-MoE-A2.7B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-1.3b,EleutherAI/pythia-1.3b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-1.4b,EleutherAI/pythia-1.4b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,01-ai/Yi-34B,01-ai/Yi-34B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 57, in launch raise RuntimeError(f""Isolated process exited with non-zero code {isolated_process.exitcode}"") RuntimeError: Isolated process exited with non-zero code -9 ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-12b,EleutherAI/pythia-12b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,xglm,facebook/xglm-4.5B,facebook/xglm-4.5B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,xglm,facebook/xglm-7.5B,facebook/xglm-7.5B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-14B,Qwen/Qwen1.5-14B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Llama-2-70b-hf,meta-llama/Llama-2-70b-hf,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,Deci/DeciCoder-1b,Deci/DeciCoder-1b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 559, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3832, in from_pretrained model = cls(config, *model_args, **model_kwargs) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 248, in __init__ self.model = DeciCoderModel(config) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 215, in __init__ self.layers = nn.ModuleList([DeciCoderDecoderLayer(config) for _ in range(config.num_hidden_layers)]) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 215, in self.layers = nn.ModuleList([DeciCoderDecoderLayer(config) for _ in range(config.num_hidden_layers)]) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 181, in __init__ self.self_attn = DeciCoderAttention(config=config) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 54, in __init__ self._init_rope() File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1729, in __getattr__ raise AttributeError(f""'{type(self).__name__}' object has no attribute '{name}'"") AttributeError: 'DeciCoderAttention' object has no attribute '_init_rope' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Meta-Llama-3-70B,meta-llama/Meta-Llama-3-70B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,togethercomputer/RedPajama-INCITE-Base-7B-v0.1,togethercomputer/RedPajama-INCITE-Base-7B-v0.1,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-72B,Qwen/Qwen1.5-72B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,internlm,internlm/internlm-20b,internlm/internlm-20b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-110B,Qwen/Qwen1.5-110B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,codegen,Salesforce/codegen-16B-nl,Salesforce/codegen-16B-nl,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt2,openai-community/gpt2-large,openai-community/gpt2-large,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-65b,huggyllama/llama-65b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-30b,huggyllama/llama-30b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Llama-2-13b-hf,meta-llama/Llama-2-13b-hf,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-7B,Qwen/Qwen1.5-7B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,stabilityai/stablelm-base-alpha-3b,stabilityai/stablelm-base-alpha-3b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,recurrent_gemma,google/recurrentgemma-9b,google/recurrentgemma-9b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/gpt-neox-20b,EleutherAI/gpt-neox-20b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mixtral,mistralai/Mixtral-8x22B-v0.1,mistralai/Mixtral-8x22B-v0.1,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,01-ai/Yi-6B,01-ai/Yi-6B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,24689.881088,,,,,s,1,60.363369740999815,60.363369740999815,0.0,60.363369740999815,60.363369740999815,60.363369740999815,60.363369740999815,[60.363369740999815],,kWh,0.000684794916170139,0.00037323844647021477,0,0.0010580333626403538,,MB,25401.991168,,,,,s,10,15.057919330999766,1.5057919330999767,0.007374011870120183,1.5033461645000443,1.5129652740999973,1.518337019049909,1.5226344150098385,"[1.504224835000059, 1.5117715530000169, 1.5024674940000295, 1.5237087639998208, 1.497746989999996, 1.4997162259999186, 1.5081430010000076, 1.501218095000013, 1.4998862809998172, 1.5090360920000876]",tokens/s,170.01020816532886,kWh,1.7777925016180518e-05,9.68949481908458e-06,0.0,2.7467419835265097e-05,tokens/kWh,9320132.780412255,MB,25404.329984,,,,,s,10,101.42836767200015,10.142836767200015,0.05510247876285938,10.137486185000057,10.219362267000111,10.233614262000026,10.245015857999958,"[10.247866256999941, 10.065926365999985, 10.164840614000013, 10.150626774000102, 10.075096407000046, 10.101899868000146, 10.16170414599992, 10.119866486999854, 10.21619515700013, 10.124345596000012]",tokens/s,6.2112800832731425,kWh,0.00011957540378833332,6.517325586950066e-05,0.0,0.00018474865965783396,tokens/kWh,341003.82712751435,,s,630,101.42451689399991,0.1609912966571427,0.003504769008380984,0.16040358099996865,0.16576462099983474,0.16798500089988694,0.17135744245988235,"[0.16098539800009348, 0.15962457699993138, 0.16246605700007422, 0.16545515099983277, 0.15707181300012962, 0.15882035899994662, 0.1661916810001003, 0.15871987899981832, 0.16242112000009, 0.15930571300009433, 0.15657868599987523, 0.16123075700011213, 0.16842876399982742, 0.17016766800020378, 0.16220456799987915, 0.15888340200012863, 0.1641013359999306, 0.16110290300002816, 0.15998733099991114, 0.16428808099999515, 0.16658642099991994, 0.17171893100021407, 0.16772526099998686, 0.1633885079997981, 0.16529325700003028, 0.1596348300001864, 0.15983275899998262, 0.16227590399989822, 0.15736650200005897, 0.1606213109998862, 0.1597971989999678, 0.15766306300020005, 0.1612818179999067, 0.16133299900002385, 0.15776593099985803, 0.15761390700004085, 0.15815158100008375, 0.1618163989999175, 0.16463106000014704, 0.15940692699996362, 0.16485922800006847, 0.16680386399980307, 0.16763264900009744, 0.1605156690000058, 0.15999376600007054, 0.16156141399983426, 0.159693266999966, 0.16059696000002077, 0.16455737100000078, 0.16722992900008649, 0.16013705199998185, 0.15947301599999264, 0.1620329889999539, 0.16272406799998862, 0.16394125800002257, 0.17364037400011512, 0.1660368830000607, 0.16612440099993364, 0.16477485899986277, 0.1667504850001933, 0.16863297899999452, 0.16301379799983806, 0.16480917100011538, 0.16353195700003198, 0.1615900330000386, 0.16200450499991348, 0.16399117800006024, 0.1586754249999558, 0.15868090999993, 0.15700169600017944, 0.1566729529999975, 0.1550112579998313, 0.15479301200002737, 0.16126723200000015, 0.16773532800016255, 0.16932001799978025, 0.16240595100020982, 0.16262018099996567, 0.1606848409999202, 0.16035711600011382, 0.16015960099980475, 0.15791278500000772, 0.15782976300010887, 0.15993862999994235, 0.1567508830000861, 0.15890492899984565, 0.15802875000008498, 0.15966362299991488, 0.1588343010000699, 0.15773330499996518, 0.1579275230001258, 0.1625736189998861, 0.1573114960001476, 0.15868719499985673, 0.15489127000000735, 0.15968077399998037, 0.15750049200005378, 0.15907110800003466, 0.1560262769999099, 0.1564050900001348, 0.15826743499997065, 0.15864829999986796, 0.15537376100019173, 0.1581338759999653, 0.16060056099991016, 0.1558317110000189, 0.1551740869999776, 0.16406811100000596, 0.16081933800001025, 0.15798035500006335, 0.15770581599986144, 0.1567248600001676, 0.16230698899994422, 0.15899429099999907, 0.16222801000003528, 0.16926154099996893, 0.17101375599986568, 0.1616213230001904, 0.16260306699996363, 0.16111457099987092, 0.1611325900000793, 0.1570625370000016, 0.15882576800004244, 0.1604385819998697, 0.16043739900010223, 0.15700744500009023, 0.16421334999995452, 0.1704374309999821, 0.16017953699997634, 0.15779175600005146, 0.1593333389998861, 0.16346835300009843, 0.1591207349999877, 0.1594611860000441, 0.1606404560000101, 0.16155762699986553, 0.1594044959999792, 0.15926692200014259, 0.1618446820000372, 0.16640886100003627, 0.16159976699987055, 0.15630121100002725, 0.15850280599988764, 0.16121450400009962, 0.16039462999992793, 0.15967053700001088, 0.16307264700003543, 0.15728604800005996, 0.1580209260000629, 0.161374553999849, 0.15837757500003136, 0.15921990900005767, 0.16041253200000938, 0.1583838960000321, 0.15957447599998886, 0.15737414099999114, 0.16454561599994122, 0.16913295900008052, 0.15880131099993378, 0.16133692299990798, 0.15618245300015587, 0.1618040599998949, 0.15677218199994059, 0.16920657000014216, 0.16804899499993553, 0.1689034809999157, 0.16386618000001363, 0.16370919000019057, 0.1642938829998002, 0.15742527800011885, 0.1587161519998972, 0.16109816600010163, 0.1558103919999212, 0.16590747300006115, 0.15746889199999714, 0.1559912909999639, 0.1579875570000695, 0.15860641599988412, 0.1606439050001427, 0.16368916199985506, 0.15929242900006102, 0.1689137840000967, 0.1616288729999269, 0.16277861499997925, 0.16201500300007865, 0.16471271199998228, 0.16221642200002862, 0.16458296599989808, 0.16447137499994824, 0.17599061700002494, 0.17189099300003363, 0.16219655300005797, 0.15811647999998968, 0.15727926099998513, 0.1603728580000734, 0.15822678799986534, 0.16351167500010888, 0.16967427800000223, 0.16421362500000214, 0.16274578200000178, 0.15985286199997972, 0.16796350799995707, 0.16290724800001044, 0.16808033200004502, 0.16034333699985837, 0.1596044940001775, 0.15949267099995268, 0.1638060249999853, 0.1637437869999303, 0.16583022800000435, 0.16034838199993828, 0.15979602400011572, 0.16007835799996428, 0.15720569199993406, 0.159844011000132, 0.1575663959999929, 0.160469269000032, 0.159963623999829, 0.15884319400015556, 0.1593870279998555, 0.16079425700013417, 0.1590040339999632, 0.15869300600002134, 0.16056943500007037, 0.15820105699981468, 0.1608335270000225, 0.1621982440001375, 0.16014728499999364, 0.16459791499983112, 0.15815809300011097, 0.157198845000039, 0.1630477690000589, 0.15934797099998832, 0.15806301399993572, 0.17142916500006322, 0.1621609979999903, 0.15665599599992674, 0.15529680700001336, 0.1594858020000629, 0.1551113529999384, 0.15788647099998343, 0.16469391400005406, 0.16225726499988014, 0.15564778099997056, 0.16009618700013561, 0.15840834999994513, 0.16154948600001262, 0.15733089600007588, 0.1573881019999135, 0.16021834499997567, 0.16645948299992597, 0.15794735500003299, 0.16541850499993416, 0.1601132339999367, 0.15837106000003587, 0.16380406600001152, 0.16492637300007118, 0.15707237900005566, 0.16061036299993248, 0.1613383750000139, 0.1595318849999785, 0.1596192310000788, 0.15863791799984028, 0.1584972650000509, 0.16092454099998577, 0.159079002999988, 0.1588139840000622, 0.15657588099998065, 0.16145054300000083, 0.15695092000009936, 0.15616239999985737, 0.15718894299993735, 0.16116561200010437, 0.15954661699993267, 0.1575751919999675, 0.1598664570001347, 0.1598786699998982, 0.15590186100007486, 0.1554663580000124, 0.15946081399988543, 0.155881632000046, 0.1595565869999973, 0.160916909999969, 0.15710504800017588, 0.1586965279998367, 0.15665457199997945, 0.15495912799997313, 0.1579674330000671, 0.16321883299997353, 0.15858572399997684, 0.16035141800011843, 0.1601619190000747, 0.15865365899981043, 0.15609112200013442, 0.1654895149999902, 0.16789871199989648, 0.16075326700001824, 0.1590779170001042, 0.1655559659998289, 0.158266304000108, 0.15939908700011074, 0.15661900899999637, 0.1603883999998743, 0.15981357700002263, 0.16031143000009251, 0.16148635799982003, 0.1686665790000461, 0.1631313709999631, 0.15935528199997862, 0.1573279490000914, 0.15692768600001727, 0.1634471620000113, 0.16454569799998353, 0.16067294200001925, 0.16282898999997997, 0.1642325200000414, 0.16104049500017936, 0.15901445499980582, 0.1634796240000469, 0.16276828700006263, 0.16042938800001139, 0.16149437800004307, 0.1592179249998935, 0.16139144199996736, 0.157462298000155, 0.15719223599990073, 0.15565946800006714, 0.15649342899996554, 0.16038548400001673, 0.15634068400004253, 0.15711920599983387, 0.15851850500007458, 0.164427096000054, 0.15645112799984418, 0.1583771290002005, 0.16069780699990588, 0.16540087799990033, 0.1598501580001539, 0.15872160200001417, 0.1617319749998387, 0.16066895900007694, 0.16087212599995837, 0.1573664310001277, 0.1574904079998305, 0.15840279899998677, 0.15834554600019146, 0.16344720400002188, 0.16443435699989095, 0.1668894229999296, 0.1624438569999711, 0.1595732330001738, 0.16238727599989033, 0.16134548400009407, 0.15569747099993947, 0.15756823300012002, 0.15772840199997518, 0.15625307499999508, 0.15537808999988556, 0.16076289200009342, 0.15815113999997266, 0.16206179200003135, 0.15676143499990758, 0.1565926739999668, 0.15645881600016764, 0.16800258599982953, 0.15928652700017665, 0.1601400909999029, 0.16877347099989493, 0.1584746850001011, 0.1566636180000387, 0.16043028800004322, 0.1626942450000115, 0.1617982509999365, 0.16089516800002457, 0.16428697399987868, 0.16306893099999797, 0.1666222490000564, 0.1653968180000902, 0.16432282699997813, 0.16287079799985804, 0.16005353900004593, 0.1657488480000211, 0.16987116900008914, 0.16401253100002577, 0.16297048299998096, 0.15868846499984102, 0.16509221199999047, 0.16004934700004014, 0.1578161940001337, 0.16294533199993566, 0.1696539249999205, 0.16066374499996527, 0.16636166600005708, 0.1627100769999288, 0.1599659440000778, 0.1604976280000301, 0.16145543299990095, 0.16070246000003863, 0.1575689000001148, 0.15882861599993703, 0.1643296449999525, 0.1624921650000033, 0.15849615100000847, 0.15589352200004214, 0.16074730300010742, 0.1587913999999273, 0.15860649599994758, 0.15967055999999502, 0.15936777399997482, 0.156933459000129, 0.1593504039999516, 0.1586112239999693, 0.16181043200003842, 0.1620337509998535, 0.1721765240001787, 0.16307488899997225, 0.16184248600006867, 0.15921530299988262, 0.16380669899990608, 0.15775766500019017, 0.15737812999987, 0.16154281000012816, 0.16716411599986714, 0.16100895900012802, 0.1554757520000294, 0.16019952299984652, 0.16102583099996082, 0.16456858400010788, 0.1668116179998833, 0.15974401200014654, 0.15951081999992311, 0.1583471980000013, 0.15679302500006997, 0.15932411299991145, 0.1596518589999505, 0.15862867200007713, 0.1602148469999065, 0.1624878960001297, 0.15983956199988825, 0.16080266600010873, 0.16292239699987476, 0.17122522199997547, 0.16475994899997204, 0.16195247699988613, 0.16118429300013304, 0.16194327199991676, 0.15791738100006114, 0.16357952299995304, 0.16440855499990903, 0.15762863500003732, 0.15869051200002104, 0.16388014099993597, 0.15783525700021528, 0.16301675399995474, 0.1645053499998994, 0.1581273849999434, 0.15891397000018515, 0.15745856899980026, 0.15862279900011345, 0.15638677600009032, 0.1572480329998598, 0.15815748900013205, 0.15597944999990432, 0.1598757530000512, 0.15972309199992196, 0.16066974199998185, 0.159445069999947, 0.15656324700012192, 0.16868489400008002, 0.16400557299994034, 0.16031958600001417, 0.1642529209998429, 0.1599084980000498, 0.15767852900012258, 0.15872594200004642, 0.15766621899979327, 0.15980841400005374, 0.1579529729999649, 0.15819203500018375, 0.1607971879998331, 0.1599487680000493, 0.1604366660001233, 0.16047219799997947, 0.15629942499981553, 0.15960990700000366, 0.16031421299999238, 0.16343991200005803, 0.15819939700008945, 0.15906979500005036, 0.1593674519999695, 0.16458479499988243, 0.1600478049999765, 0.1603589210001246, 0.1589085079999677, 0.16529062299991892, 0.15985019300001113, 0.16054899000005207, 0.16123088199992708, 0.16042904900018584, 0.1632158459999573, 0.16110996199995498, 0.1616927529998975, 0.1667543140001726, 0.160620832999939, 0.16234137800006465, 0.16109239399997932, 0.16644300899997688, 0.16819966499997463, 0.1629700490000232, 0.1649563160001435, 0.163921228999925, 0.16166112199994132, 0.1651777540000694, 0.15751576299999215, 0.15729042699990714, 0.15953589600007945, 0.1577165020000848, 0.16245621899997786, 0.16281824299994696, 0.15870512199990117, 0.15978804400015179, 0.16182615899992925, 0.16121832399994673, 0.15892334400018626, 0.16132700799994382, 0.16294971199999964, 0.16670636300000297, 0.16875594799989813, 0.15626625999993848, 0.16159774900006596, 0.16126864500006377, 0.1584194760000628, 0.15700559599986263, 0.16011371200011126, 0.1675182760000098, 0.16869884499988075, 0.16322364600000583, 0.16190694000010808, 0.15911909099986588, 0.1639545770001405, 0.16090942999994695, 0.1638783329999569, 0.16561049000006278, 0.16148425599999428, 0.16037857499986785, 0.15878759200018067, 0.1606846739998673, 0.1639092929999606, 0.1678252170001997, 0.16644660599990857, 0.16339114499987772, 0.15771166100012124, 0.15968642500001806, 0.16182383499995012, 0.16312629999993078, 0.1676308200001131, 0.16314292199990632, 0.16503958700013754, 0.16505615500000204, 0.16035138500001267, 0.16101454599993303, 0.16013681799995538, 0.1657164210000701, 0.1646666169999662, 0.15809126799990736, 0.1571585280000818, 0.1587747619998936, 0.16097895099983361, 0.16017402000011316, 0.16310300500003905, 0.15941477299998041, 0.1605823249999503, 0.1565758649999225, 0.16061802400008673, 0.15832492100003037, 0.15556248799998684, 0.15751773700003469, 0.15886539899997842, 0.1572701259999576, 0.16258396200009884, 0.16109443699997428, 0.1625198609999643, 0.16177192600002854, 0.16009341099993435, 0.15478980200009573, 0.158408148000035, 0.15909737299989501, 0.15542113400010749, 0.15799839399983284, 0.16033921300004295, 0.15981333800004904, 0.1544518949999656, 0.1600800060000438, 0.1635195510000358, 0.1604825519998485, 0.1576487290001296, 0.16038005899986274, 0.15812736700013375, 0.15915535899989663, 0.1573387339999499, 0.16291604900015955, 0.16301315299983798, 0.1672376980000081, 0.1637574780002069, 0.16576299299981656, 0.16577927299999828, 0.15908438700012084, 0.16047021600002154, 0.1714114479998443, 0.16656770500003404, 0.16058043299995006, 0.15865560500014908, 0.1609501000000364, 0.1628713229999903, 0.16044583699999748, 0.16126812599986806, 0.16079798999999184, 0.1572453820001556, 0.16186549099984404, 0.15961940300007882, 0.16161020100003043, 0.16872371699992073, 0.16113509100000556, 0.16110495600014474, 0.1611874849998003, 0.15996062600015648, 0.15892775799989067, 0.1620488490000298, 0.16076416000009885, 0.16409127599990825]",tokens/s,6.211515906537876,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mistral,TencentARC/Mistral_Pro_8B_v0.1,TencentARC/Mistral_Pro_8B_v0.1,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-160m,EleutherAI/pythia-160m,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-6.7b,EleutherAI/pythia-6.7b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-13b,facebook/opt-13b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-6.7b,facebook/opt-6.7b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,microsoft/rho-math-1b-v0.1,microsoft/rho-math-1b-v0.1,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-2.7b,EleutherAI/pythia-2.7b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen2-beta-72B,Qwen/Qwen2-beta-72B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-0.5B,Qwen/Qwen1.5-0.5B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-1.8B,Qwen/Qwen1.5-1.8B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-70m,EleutherAI/pythia-70m,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gemma,google/gemma-2b,google/gemma-2b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-40b,tiiuae/falcon-40b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gemma,google/gemma-7b,google/gemma-7b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-125m,facebook/opt-125m,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,dbrx,databricks/dbrx-base,databricks/dbrx-base,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-350m,facebook/opt-350m,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stablelm,stabilityai/stablelm-2-12b,stabilityai/stablelm-2-12b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/polyglot-ko-12.8b,EleutherAI/polyglot-ko-12.8b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt2,openai-community/gpt2,openai-community/gpt2,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,codegen,Salesforce/codegen-6B-nl,Salesforce/codegen-6B-nl,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-410m,EleutherAI/pythia-410m,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen,Qwen/Qwen-7B,Qwen/Qwen-7B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-66b,facebook/opt-66b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,stabilityai/stablelm-base-alpha-7b,stabilityai/stablelm-base-alpha-7b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-2.7B,EleutherAI/gpt-neo-2.7B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 564, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: GPTNeoForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-7b,tiiuae/falcon-7b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Llama-2-7b-hf,meta-llama/Llama-2-7b-hf,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-rw-1b,tiiuae/falcon-rw-1b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-4B,Qwen/Qwen1.5-4B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,internlm2,internlm/internlm2-20b,internlm/internlm2-20b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,deci,Deci/DeciLM-7B,Deci/DeciLM-7B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 559, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: DeciLMForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stablelm,stabilityai/stablelm-3b-4e1t,stabilityai/stablelm-3b-4e1t,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-13b,huggyllama/llama-13b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-2.7b,facebook/opt-2.7b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,phi,microsoft/phi-1_5,microsoft/phi-1_5,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,recurrent_gemma,google/recurrentgemma-2b,google/recurrentgemma-2b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gptj,EleutherAI/gpt-j-6b,EleutherAI/gpt-j-6b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 564, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: GPTJForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stablelm,stabilityai/stablelm-2-1_6b,stabilityai/stablelm-2-1_6b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,togethercomputer/RedPajama-INCITE-Base-3B-v1,togethercomputer/RedPajama-INCITE-Base-3B-v1,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Meta-Llama-3-8B,meta-llama/Meta-Llama-3-8B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen2-beta-14B,Qwen/Qwen2-beta-14B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-32B,Qwen/Qwen1.5-32B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-125m,EleutherAI/gpt-neo-125m,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 564, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: GPTNeoForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,xglm,facebook/xglm-564M,facebook/xglm-564M,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen,Qwen/Qwen-14B,Qwen/Qwen-14B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-7b,huggyllama/llama-7b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-180B,tiiuae/falcon-180B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-1.3B,EleutherAI/gpt-neo-1.3B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 564, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: GPTNeoForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mistral,mistralai/Mistral-7B-v0.1,mistralai/Mistral-7B-v0.1,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mixtral,mistralai/Mixtral-8x7B-v0.1,mistralai/Mixtral-8x7B-v0.1,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen,Qwen/Qwen-72B,Qwen/Qwen-72B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-30b,facebook/opt-30b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2_moe,Qwen/Qwen1.5-MoE-A2.7B,Qwen/Qwen1.5-MoE-A2.7B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-1.3b,EleutherAI/pythia-1.3b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,6200.561664,,,,,s,1,16.928130026000872,16.928130026000872,0.0,16.928130026000872,16.928130026000872,16.928130026000872,16.928130026000872,[16.928130026000872],,kWh,0.0001710546133104294,9.323001827483136e-05,0,0.00026428463158526075,,MB,6683.348992,,,,,s,10,4.346182757006318,0.4346182757006318,0.0034897429604225957,0.43409501150017604,0.4398164006008301,0.44012291180079044,0.44036812076075876,"[0.4355767970009765, 0.43352265000066836, 0.43412527500186116, 0.43590057999972487, 0.43406474799849093, 0.44042942300075083, 0.4338537580006232, 0.4308962810027879, 0.4397482870008389, 0.4280649579995952]",tokens/s,589.0226304618968,kWh,5.106145529022136e-06,2.7829725229616966e-06,0.0,7.889118051983831e-06,tokens/kWh,32449761.597321406,MB,6696.706048,,,,,s,10,27.993452390997845,2.7993452390997846,0.008628677359263651,2.7996610185000463,2.8080733575985506,2.811563582797862,2.8143557629573115,"[2.784059718000208, 2.7995156969991513, 2.8072977519987035, 2.8057970390000264, 2.7998063400009414, 2.7962622369996097, 2.803025297998829, 2.815053807997174, 2.7894358070007, 2.793198695002502]",tokens/s,22.50526270216659,kWh,3.319729516688146e-05,1.8093698335083412e-05,0.0,5.1290993501964865e-05,tokens/kWh,1228285.8197626173,,s,630,27.98901252599171,0.044427004009510655,0.0006444210301121828,0.04427547299928847,0.04494600369980617,0.04537631735202012,0.0476682525605429,"[0.047693638000055216, 0.04488758699881146, 0.04408691900243866, 0.04430813699946157, 0.04391286999816657, 0.04373011700226925, 0.044007816999510396, 0.04399041799842962, 0.04385763699974632, 0.043495432000781875, 0.0437348049999855, 0.04412802300066687, 0.04417768699931912, 0.04434999099976267, 0.04399129600278684, 0.04375337199962814, 0.04392996499882429, 0.044140681999124354, 0.04424026600099751, 0.04377095200106851, 0.04405494999809889, 0.04394002700064448, 0.04381079900122131, 0.043883709997317055, 0.04406310800186475, 0.044237581998459063, 0.04386049700042349, 0.04394517499895301, 0.04398665900225751, 0.04411909999907948, 0.044163776001369115, 0.043884926999453455, 0.04425735900076688, 0.043764933998318156, 0.04408521300138091, 0.04447679399891058, 0.0439796690006915, 0.044102726998971775, 0.044162512000184506, 0.0442634419996466, 0.04424476500207675, 0.04484734299694537, 0.04393606900339364, 0.04385887799799093, 0.044133186002, 0.044215471996722044, 0.04421289800302475, 0.04392108699903474, 0.04419332299949019, 0.04405866700108163, 0.044308669999736594, 0.04403166499832878, 0.044590320001589134, 0.044129218000307446, 0.04420149399811635, 0.04431765200206428, 0.0441552859992953, 0.04463625100106583, 0.045039562999591, 0.04437647299710079, 0.04451119900113554, 0.04432094599906122, 0.04420156100241002, 0.04680632799863815, 0.044850435999251204, 0.04443074800292379, 0.04415273299673572, 0.04444360200068331, 0.0438511690008454, 0.04391472499992233, 0.043836074000864755, 0.04425812199770007, 0.0441822749999119, 0.04418863200044143, 0.04374555600224994, 0.04375142899880302, 0.044080937001126586, 0.044360939999023685, 0.04410443899905658, 0.04420013500202913, 0.04375666299893055, 0.04386073899877374, 0.044511197000247194, 0.04394691299967235, 0.04396978200020385, 0.04397629500090261, 0.04414669100151514, 0.043895775997953024, 0.04418228700160398, 0.04411111199806328, 0.04410466700210236, 0.044277297998633, 0.04380239199963398, 0.044299786000919994, 0.04403430800084607, 0.044132455997896614, 0.04376724599933368, 0.04421962300330051, 0.04410116399958497, 0.043773139997938415, 0.044493391000287374, 0.04412792999937665, 0.04438291100086644, 0.04469385600168607, 0.04677263600024162, 0.04457027799799107, 0.044284657000389416, 0.04423119499915629, 0.044089472001360264, 0.04492958099945099, 0.044796053000027314, 0.044613607999053784, 0.04440479200275149, 0.04441751899867086, 0.04422841599807725, 0.044261178001761436, 0.044803739998314995, 0.0442068360025587, 0.044453373997384915, 0.044069824001780944, 0.044217339000169886, 0.04824200900111464, 0.048453894996782765, 0.044399464000889566, 0.04468028100018273, 0.04427812100038864, 0.046706755998457083, 0.044519671999296406, 0.04444327700184658, 0.04458616600095411, 0.04410009999992326, 0.04455489999963902, 0.04426073599825031, 0.04454247499961639, 0.04385896399980993, 0.04372050200254307, 0.04402310099976603, 0.04447814900049707, 0.04368586099735694, 0.043767129001935245, 0.04432690300018294, 0.04391031799968914, 0.04396666799948434, 0.046624962000350934, 0.04716738600109238, 0.045503826997446595, 0.04540672599978279, 0.045381086001725635, 0.044266486998822074, 0.04467621100047836, 0.04498674600108643, 0.044467257997894194, 0.044472670000686776, 0.04434671399940271, 0.04447948900269694, 0.044248202997550834, 0.04484655399937765, 0.044154451999929734, 0.04431384100098512, 0.044172622001497075, 0.04419629800031544, 0.04446573099994566, 0.0449448149993259, 0.04455312899881392, 0.04430796200176701, 0.044193391000590054, 0.044161313999211416, 0.04434432299967739, 0.044046558999980334, 0.04416586200022721, 0.0445547989984334, 0.044579294000868686, 0.04432021599859581, 0.04496049900262733, 0.04454074499881244, 0.04473828499976662, 0.04447472500032745, 0.04449191999810864, 0.04445254600068438, 0.04441382799996063, 0.04435025000202586, 0.044394714997906704, 0.0449397090014827, 0.04513492700061761, 0.04466438599774847, 0.0443599690006522, 0.04443212100159144, 0.044380325998645276, 0.044371030999172945, 0.04704618899995694, 0.0449895359997754, 0.04477771399979247, 0.044302063000941416, 0.04435697699955199, 0.04439764699782245, 0.044263682000746485, 0.0448135420010658, 0.04402373199991416, 0.04441066900108126, 0.044139050998637686, 0.043618897998385364, 0.044137662000139244, 0.04482224500316079, 0.04420564999963972, 0.04452540399870486, 0.04416589700122131, 0.04399656199893798, 0.04414628200174775, 0.044553895997523796, 0.044627597999351565, 0.044340362001094036, 0.04487320200132672, 0.04416960899834521, 0.04422515099940938, 0.044374500001140404, 0.044452486999944085, 0.04470361100175069, 0.044249471997318324, 0.04409765300079016, 0.04444070799945621, 0.044224596000276506, 0.04403812700184062, 0.044069264997233404, 0.04485246400145115, 0.04392317599922535, 0.044123706000391394, 0.044313103000604315, 0.044341435001115315, 0.044136611999419983, 0.044742141999449814, 0.04432899699895643, 0.04484943600255065, 0.044693312996969325, 0.04473370100095053, 0.04469151800003601, 0.044560318001458654, 0.045333693000429776, 0.044642379998549586, 0.0447002490000159, 0.04459057200074312, 0.04543767499853857, 0.044568386001628824, 0.044793237997510005, 0.044775490001484286, 0.04488066200065077, 0.04476723100015079, 0.04444508500091615, 0.04422108699873206, 0.044572140999662224, 0.04444144900116953, 0.0449450859996432, 0.04531546299767797, 0.047694848999526585, 0.04562354500012589, 0.044587031999981264, 0.04408671599958325, 0.04408524199970998, 0.04387377900275169, 0.04401909199805232, 0.044384800999978324, 0.044371403000695864, 0.044034477999957744, 0.0439785380003741, 0.04396863600049983, 0.04381885099792271, 0.0439250470008119, 0.044218947001354536, 0.04426739200062002, 0.04406437799843843, 0.04407797200110508, 0.04391720199782867, 0.044532320000143955, 0.044248409001738764, 0.044435987998440396, 0.044085675002861535, 0.04393979499945999, 0.04382654299843125, 0.04464818300039042, 0.044084940000175266, 0.044034821999957785, 0.04437160999805201, 0.043898625001020264, 0.044172450001497054, 0.04385212199849775, 0.044175618000735994, 0.04443303199877846, 0.04444691200114903, 0.0441446820004785, 0.0442611170001328, 0.04457164199993713, 0.044378331000189064, 0.047695845998532604, 0.04399989400189952, 0.04429566299950238, 0.04434822199982591, 0.044274312000197824, 0.04428596800062223, 0.04426682199846255, 0.04400373799944646, 0.044418735000363085, 0.047060826000233646, 0.04481983599907835, 0.044212901000719285, 0.044429011999454815, 0.044340829001157545, 0.04450474799887161, 0.04422238100232789, 0.044323098998575006, 0.044428105000406504, 0.0450412909995066, 0.044490907999716, 0.044657448001089506, 0.0446329379992676, 0.04455311499987147, 0.04436897599953227, 0.04686725699866656, 0.04542958800084307, 0.044922616998519516, 0.044268715999351116, 0.044456260999140795, 0.043877203002921306, 0.04373921899968991, 0.04408547599814483, 0.04456152800048585, 0.04463666000083322, 0.044496831000287784, 0.04462611299823038, 0.04427993600256741, 0.04446358399945893, 0.04425621299742488, 0.04429956900276011, 0.0439416919980431, 0.043982246999803465, 0.04390539800078841, 0.04414819600060582, 0.04391360899899155, 0.04375072599941632, 0.04379379800229799, 0.04378200299834134, 0.04382572800022899, 0.044177439998748014, 0.04565142100182129, 0.04424879900034284, 0.0439157079999859, 0.04421277999790618, 0.04385307700067642, 0.04387122800108045, 0.0447991719993297, 0.04424291100076516, 0.044300315999862505, 0.04405671499989694, 0.0441792509991501, 0.04446026100049494, 0.043977666999126086, 0.04439735400228528, 0.044016299998475006, 0.043737440999393584, 0.044407546000002185, 0.04443610800080933, 0.044565109001268866, 0.044546108998474665, 0.04408206900188816, 0.04388961999939056, 0.04418243399777566, 0.04421562900097342, 0.04420316100004129, 0.04459415300152614, 0.044485145997896325, 0.044403476000297815, 0.04458987000180059, 0.044817152000177884, 0.044272322997130686, 0.04503913100052159, 0.04477346299972851, 0.04509536000114167, 0.044793597000534646, 0.04507707999800914, 0.04487503600103082, 0.0475676400019438, 0.0456146059987077, 0.04445440799827338, 0.044196320999617456, 0.045370489002380054, 0.044435208998038433, 0.04445799500172143, 0.04445776599823148, 0.044007592001435114, 0.04450898099821643, 0.044188658001075964, 0.043979231999401236, 0.04426893300114898, 0.04452542799845105, 0.04476340300243464, 0.044113171999924816, 0.04441374800080666, 0.04394726699683815, 0.043862789003469516, 0.044065138998121256, 0.04453061100139166, 0.04419631699784077, 0.04455467099978705, 0.04420891799964011, 0.04424279200247838, 0.04423008999947342, 0.04544578999775695, 0.04453026600094745, 0.04450251500020386, 0.044241438001336064, 0.04424149599799421, 0.04438110300179687, 0.044356341000820976, 0.04484537099779118, 0.044203334000485484, 0.04436986099972273, 0.04421156800162862, 0.04497346999778529, 0.04454927100232453, 0.044699014997604536, 0.04407171600178117, 0.04439777299921843, 0.04420996499902685, 0.0442599930029246, 0.043999556997732725, 0.04487741200136952, 0.044332425997708924, 0.04415071100083878, 0.044818112000939436, 0.044598797998332884, 0.04476862100273138, 0.044939277999219485, 0.04405105299883871, 0.04421051000099396, 0.045001433998550056, 0.044842264000180876, 0.044751036999514326, 0.04438831500010565, 0.04410337000081199, 0.04415562400026829, 0.04419938100181753, 0.044317729996691924, 0.04437961800067569, 0.04706327599706128, 0.04475126900069881, 0.045309583001653664, 0.04398226400007843, 0.04413074799958849, 0.044264265001402237, 0.04434718799893744, 0.04434826799842995, 0.04410532200199668, 0.044488036997790914, 0.04397687200253131, 0.04424894899784704, 0.04400340700158267, 0.04392423899844289, 0.044650661999185104, 0.04405986400161055, 0.04466666300140787, 0.04414701599671389, 0.04377364800166106, 0.04422289899957832, 0.044072034001146676, 0.04407239300053334, 0.04411319299833849, 0.04462888399939402, 0.044201999000506476, 0.04422304699983215, 0.044396186000085436, 0.044691052000416676, 0.04462989500098047, 0.044230769999558106, 0.04475390600055107, 0.04394870699979947, 0.044981971997913206, 0.04427060300076846, 0.044519585000671213, 0.04415659200094524, 0.044402764997357735, 0.045055230002617463, 0.04476536199945258, 0.04466169499937678, 0.04471685300086392, 0.044687534998956835, 0.04555987899948377, 0.04576576900217333, 0.045360711999819614, 0.04521000299791922, 0.04464692600231501, 0.045451738998963265, 0.04463761000079103, 0.04517212099744938, 0.04495426300127292, 0.044694878000882454, 0.044608575000893325, 0.044853413997770986, 0.045116967001376906, 0.0482057139997778, 0.04518948099939735, 0.04472634400008246, 0.044587329000933096, 0.045262018000357784, 0.04487327399692731, 0.044609434000449255, 0.044534024000313366, 0.04781148699839832, 0.04555444799916586, 0.044646783000644064, 0.044622645000345074, 0.04463764799947967, 0.04478097500032163, 0.0440209340013098, 0.04392683699916233, 0.04369663200122886, 0.04430526699798065, 0.043880028002604377, 0.04383039899767027, 0.044240900002478156, 0.04377946299791802, 0.04386057800002163, 0.04405434300133493, 0.043851722999534104, 0.04456198899788433, 0.04408188000161317, 0.04381125500003691, 0.044086777001211885, 0.045080570998834446, 0.04380182699969737, 0.04372555900044972, 0.04374526299943682, 0.04397932000210858, 0.04403319799894234, 0.0443853910001053, 0.04403219999949215, 0.04530391200023587, 0.04429457299920614, 0.04410650199861266, 0.04447022000022116, 0.04429249900204013, 0.04410894499960705, 0.04410779499812634, 0.04460866700173938, 0.04444968000098015, 0.04404071200042381, 0.04418481500033522, 0.04389372099831235, 0.04383049000171013, 0.04402662599750329, 0.04471416500018677, 0.04422076199989533, 0.04410590300176409, 0.04384494899932179, 0.044009747998643434, 0.044233292999706464, 0.04435317600291455, 0.04427886999837938, 0.04407331900074496, 0.044045704999007285, 0.04398822299845051, 0.04410670500146807, 0.04396666799948434, 0.04435540200211108, 0.04427173899966874, 0.043992204999085516, 0.044355319001624594, 0.044398437999916496, 0.04415900299864006, 0.04500192599880393, 0.04760610200173687, 0.045105190998583566, 0.04501524599982076, 0.04419204000078025, 0.043998884000757243, 0.04434841699912795, 0.043989996000163956, 0.04409794499952113, 0.043949416001851205, 0.04397549799978151, 0.04418522600099095, 0.044378732000041055, 0.043990343998302706, 0.044183360998431453, 0.046405980003328295, 0.044655327998043504, 0.04419262499868637, 0.04421532200285583, 0.044047809999028686, 0.04405532199962181, 0.04376569400119479, 0.04399216499950853, 0.044143110997538315, 0.04419811800107709, 0.04497635400184663, 0.044310329998552334, 0.043996279000566574, 0.044104140000854386, 0.04385443499995745, 0.044466248000389896, 0.04411385699859238, 0.04404214299938758, 0.04404991000046721, 0.04449191299863742, 0.04483193700070842, 0.044099273000028916, 0.044012073001795216, 0.04406658199877711, 0.043924820001848275, 0.04410787399683613, 0.044209171002876246, 0.044423448998713866, 0.04378023399840458, 0.04414812200047891, 0.04421694000120624, 0.044072697000956396, 0.04401782999775605, 0.044581098001799546, 0.04434250199847156, 0.04423678400053177, 0.044138794000900816, 0.04399063700111583, 0.044284384999627946, 0.044321912999294, 0.04427663399837911, 0.04502878200219129, 0.04430393099755747, 0.04440416700163041, 0.04406211999958032, 0.04426659499949892, 0.044696003998978995, 0.04429958000037004, 0.04457956700207433]",tokens/s,22.50883268621774,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-1.4b,EleutherAI/pythia-1.4b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,6199.115776,,,,,s,1,17.187759724998614,17.187759724998614,0.0,17.187759724998614,17.187759724998614,17.187759724998614,17.187759724998614,[17.187759724998614],,kWh,0.00017104540135278763,9.322492162057218e-05,0,0.0002642703229733598,,MB,6683.56608,,,,,s,10,4.369027415003075,0.43690274150030745,0.005286096742073189,0.4354133319993707,0.4463711198026431,0.4468071149014577,0.4471559109805094,"[0.4317744510008197, 0.4472431100002723, 0.4355769319990941, 0.4372442130006675, 0.4462742320029065, 0.43524973199964734, 0.43523827800163417, 0.4366513210006815, 0.43245169799774885, 0.43132344799960265]",tokens/s,585.9427641055895,kWh,5.188215434510941e-06,2.8276991201655236e-06,0.0,8.015914554676465e-06,tokens/kWh,31936468.166399084,MB,6696.198144,,,,,s,10,28.04069170699222,2.804069170699222,0.005165620057062035,2.8044723009988957,2.808493810398795,2.812035942198418,2.8148696476381154,"[2.8051908150009695, 2.81557807399804, 2.7992632370005595, 2.806257250998897, 2.8049071739987994, 2.8026060329975735, 2.7960313919975306, 2.804037427998992, 2.79911363300198, 2.807706669998879]",tokens/s,22.467348758122945,kWh,3.306623540159961e-05,1.8022274527113124e-05,0.0,5.108850992871274e-05,tokens/kWh,1233153.992706152,,s,630,28.036340704002214,0.044502128101590814,0.0006185743553942208,0.04438900600143825,0.045000586098467465,0.04525247464807762,0.04743939742846124,"[0.04690045400275267, 0.045473633999790763, 0.04461076199731906, 0.044554182000865694, 0.04467238299912424, 0.04418742500274675, 0.043997246997605544, 0.043873481001355685, 0.04387867300101789, 0.04377070099872071, 0.04440563599928282, 0.04403865100175608, 0.04398670099908486, 0.04395927099903929, 0.04385108100177604, 0.04381664699758403, 0.044096575002186, 0.0439452969985723, 0.044124828000349225, 0.04386747099852073, 0.04456920099983108, 0.04491074500037939, 0.04453524200289394, 0.044181466997542884, 0.04555675700248685, 0.04423221299657598, 0.04465790800168179, 0.044748588999937056, 0.04486907699902076, 0.04426593700191006, 0.044334024998534005, 0.04477207899981295, 0.045343980000325246, 0.04467664399999194, 0.04434911000134889, 0.04430441499789595, 0.04521582000234048, 0.044403976997273276, 0.04463245500301127, 0.044091585998103255, 0.0442527160012105, 0.044898074000229826, 0.04495755599782569, 0.04450301300312276, 0.04458316899763304, 0.04425752899987856, 0.04471587800071575, 0.044410381000488997, 0.04417353600001661, 0.04456915599803324, 0.044708940000418806, 0.04450649700083886, 0.04426774099920294, 0.04425913299928652, 0.044208621002326254, 0.044640751999395434, 0.04501691000041319, 0.04524180999942473, 0.044690932001685724, 0.044559148998814635, 0.04449139300049865, 0.045087618000252405, 0.044919902000401635, 0.04762636399755138, 0.04598368500228389, 0.04494614199938951, 0.04421643399837194, 0.04435860900048283, 0.04494959500152618, 0.04446434999772464, 0.04477280200080713, 0.04432165999969584, 0.04399495899997419, 0.04406676399958087, 0.0441853340016678, 0.044771896999009186, 0.04495803100144258, 0.04467406399999163, 0.04461109299882082, 0.044012703001499176, 0.043950241000857204, 0.04441706799843814, 0.044334572998195654, 0.04436418200202752, 0.044034168000507634, 0.04416049999781535, 0.044095918001403334, 0.04514526600178215, 0.04447661799713387, 0.044065911999496166, 0.044940734002011595, 0.04446768900015741, 0.04405554999902961, 0.04491169399989303, 0.04791421700065257, 0.04737930799819878, 0.0442414130011457, 0.044419990001188125, 0.04492945499805501, 0.04465940500085708, 0.044775031001336174, 0.04460970400032238, 0.04429397099738708, 0.04404978900129208, 0.04452495200166595, 0.04442076399936923, 0.04416305899940198, 0.0454079039991484, 0.04496669999934966, 0.0443828030001896, 0.04435322400240693, 0.04485788099918864, 0.044189010997797595, 0.04468720400109305, 0.04454877900207066, 0.04504319499756093, 0.044508808001410216, 0.04509866499938653, 0.04475398399881669, 0.04459463700186461, 0.044283707000431605, 0.044709841000440065, 0.04440703099680832, 0.04500963500322541, 0.04409017699799733, 0.044557913999597076, 0.04750617600075202, 0.04603196999960346, 0.04575320100047975, 0.04461337400061893, 0.04416306599887321, 0.04401649699866539, 0.044270161000895314, 0.04464762000134215, 0.044554057996720076, 0.0441796430022805, 0.044417436998628546, 0.044330208002065774, 0.04491826799858245, 0.04402089400173281, 0.044353658999170875, 0.04441431899977033, 0.04407685299884179, 0.04399565200219513, 0.044127413999376586, 0.0440814510002383, 0.044784243997128215, 0.04427213300004951, 0.04427206800028216, 0.04390923300161376, 0.044717509001202416, 0.04428424700017786, 0.04476215699833119, 0.04397089499980211, 0.04401704100018833, 0.04374148100032471, 0.044302955000603106, 0.04461321999770007, 0.044389487000444205, 0.04425854100190918, 0.04409905699867522, 0.04450123399874428, 0.044437467000534525, 0.04409653100083233, 0.044117149998783134, 0.0441263090033317, 0.0437005899984797, 0.044028551998053445, 0.04491130800306564, 0.04455949399925885, 0.04430865500034997, 0.04403354600071907, 0.044148654997115955, 0.04517109800144681, 0.04447336500015808, 0.04410487199857016, 0.04419723799946951, 0.044464997001341544, 0.04418668200014508, 0.044459386001108214, 0.04504273599741282, 0.044494073001260404, 0.04402047799885622, 0.04424232900055358, 0.044297453001490794, 0.044653314998868154, 0.0441310810019786, 0.04448919299829868, 0.04461681700195186, 0.047219321000739, 0.044896437000716105, 0.044366231999447336, 0.04433962400071323, 0.04469623999830219, 0.044765241000277456, 0.043943322998529766, 0.044212281001819065, 0.044017264001013245, 0.04405549399962183, 0.04503103699971689, 0.044547597997734556, 0.0442725060020166, 0.0442381969987764, 0.044203839999681804, 0.04446027700032573, 0.0442073199992592, 0.04478911499973037, 0.04416393500287086, 0.04415312799756066, 0.04477020200283732, 0.04416435899838689, 0.044459414999437286, 0.044868010001664516, 0.04459701599989785, 0.04412842599776923, 0.045070732001477154, 0.04490833900126745, 0.04481924900028389, 0.04499997599850758, 0.04489668200039887, 0.04445266000038828, 0.04455320600027335, 0.04452497799866251, 0.044480012998974416, 0.04427985800066381, 0.043893735000892775, 0.04407028000059654, 0.044077591999666765, 0.04438620099972468, 0.04426897200028179, 0.04483476899986272, 0.04467057500005467, 0.04441753399805748, 0.04464122300123563, 0.04641822100165882, 0.04415505599899916, 0.0442310059988813, 0.0448916730019846, 0.04465163199711242, 0.04431934199965326, 0.04415291500117746, 0.044305593000899535, 0.04429908299789531, 0.04505194000012125, 0.044289204000961035, 0.04409463699994376, 0.04448578799929237, 0.04438311500052805, 0.044535746001201915, 0.04466823699840461, 0.04463592300089658, 0.04448124500049744, 0.04746394099856843, 0.045603095000842586, 0.04522317299779388, 0.044408243000361836, 0.04446282500066445, 0.04449993900198024, 0.044102828000177396, 0.04427319799651741, 0.043969017002382316, 0.04416569599925424, 0.04464961499979836, 0.04449469199971645, 0.04396276700208546, 0.04425700899810181, 0.044372757998644374, 0.04426074100047117, 0.04442098800063832, 0.04389709600218339, 0.04393121199973393, 0.04405212399797165, 0.04441173899977002, 0.044304958999418886, 0.04460126400226727, 0.044087048998335376, 0.04378015200200025, 0.043895576000068104, 0.04400024999995367, 0.04415299999891431, 0.04399266900145449, 0.04464283499692101, 0.044003394003084395, 0.04449849499724223, 0.04422585300198989, 0.045065564998367336, 0.04521154100075364, 0.04416514699914842, 0.044402054001693614, 0.04428916799952276, 0.047147024000878446, 0.04480682899884414, 0.04429423400142696, 0.04431254399969475, 0.044219846997293644, 0.044459591001213994, 0.044553954001457896, 0.04448243399747298, 0.04453114300122252, 0.04452457899969886, 0.04451841799891554, 0.04440145000262419, 0.04478033099803724, 0.04418631000226014, 0.0447306860005483, 0.044763698999304324, 0.04516562299977522, 0.04426638500081026, 0.04495974299788941, 0.044495189998997375, 0.04462264700123342, 0.04438865300107864, 0.044722488997649634, 0.04483876700032852, 0.04414587000064785, 0.04718921699895873, 0.04480649600009201, 0.044495819998701336, 0.04438935900179786, 0.0443162929987011, 0.04419239100025152, 0.04456603200014797, 0.044117752000602195, 0.044814631997724064, 0.044607774001633516, 0.04436657800033572, 0.0438794660003623, 0.0440475499999593, 0.04398526400109404, 0.044010768997395644, 0.04441747099917848, 0.04379907800102956, 0.04388041000129306, 0.04440778799835243, 0.04421240300143836, 0.044083125998440664, 0.04409270900214324, 0.04383660500025144, 0.043876616000488866, 0.04485708899665042, 0.043949965001957025, 0.04413390899935621, 0.04420248400128912, 0.04408946100011235, 0.04469539599813288, 0.04451516500193975, 0.04446518699842272, 0.0447751870015054, 0.044750386998202885, 0.04426826400231221, 0.04409898799713119, 0.0439878500001214, 0.044324989001324866, 0.04460713599837618, 0.0447443220000423, 0.044044818001566455, 0.044884194001497235, 0.04431158899751608, 0.04454383600022993, 0.04399412400016445, 0.044857942000817275, 0.04439930399894365, 0.044625089001783635, 0.04438287999801105, 0.044277748002059525, 0.044766580998839345, 0.04475265699875308, 0.044351106000249274, 0.04532475900123245, 0.04524099300033413, 0.04503062200092245, 0.0450915029978205, 0.044385855999280466, 0.04470314600257552, 0.04500607699810644, 0.044555242002388695, 0.04468803299823776, 0.04512916800013045, 0.04729234899787116, 0.04577033100213157, 0.045086133999575395, 0.04452916399895912, 0.04436293600156205, 0.04389802999867243, 0.04412625300028594, 0.04425762399841915, 0.04399753300094744, 0.04399274000024889, 0.044541782001033425, 0.04468914899916854, 0.0446784050000133, 0.044303274000412785, 0.04406119499981287, 0.04446930500125745, 0.04394906099696527, 0.04475494800135493, 0.044079930001316825, 0.043985311000142246, 0.04422690799765405, 0.044176953000715, 0.04377615300109028, 0.04418825099855894, 0.044439494999096496, 0.04406033800114528, 0.04444736599907628, 0.044095523000578396, 0.04377866900176741, 0.043884998998692026, 0.04501718699975754, 0.04391459800172015, 0.04396489999999176, 0.044127412998932414, 0.0439277570003469, 0.04408630100078881, 0.04529195099894423, 0.044240979997994145, 0.0441097910006647, 0.04433300200253143, 0.044166342999233166, 0.04413218400077312, 0.04444809499909752, 0.044669670998700894, 0.044276069002080476, 0.04426243899797555, 0.04464350399939576, 0.04418211099982727, 0.04503989700242528, 0.04439490399818169, 0.04474236000169185, 0.04411360199810588, 0.04408222400161321, 0.04481460199895082, 0.04426733099899138, 0.04413606300295214, 0.044202555996889714, 0.04438502800257993, 0.04472593799800961, 0.044347684000968, 0.04438570999991498, 0.044155086998216575, 0.0441648960004386, 0.04756051699951058, 0.045203146000858396, 0.045342643999902066, 0.04960418900009245, 0.04456094900160679, 0.04444887099816697, 0.04389598600027966, 0.04405891499845893, 0.0438084039997193, 0.043707970002287766, 0.043832708997797454, 0.04433099200105062, 0.04420878200107836, 0.04456234399913228, 0.04389840300063952, 0.044114306998380926, 0.04458133300067857, 0.04432334500233992, 0.04432967599859694, 0.044311647998256376, 0.04432023000117624, 0.04424311099865008, 0.043911675002163975, 0.04383278399836854, 0.044838756999524776, 0.043667890000506304, 0.04444055800195201, 0.04429929400066612, 0.0440543289987545, 0.044181353001476964, 0.044389524999132846, 0.04407277499922202, 0.04422655899907113, 0.04444259199954104, 0.04453513300177292, 0.04395894600020256, 0.043941341999016004, 0.044088318001740845, 0.04447456999696442, 0.0439697330002673, 0.04519387800246477, 0.04412891899846727, 0.04405352300091181, 0.04418630399959511, 0.04468108299988671, 0.047990082999604056, 0.04432306200033054, 0.044310121000307845, 0.04443011300099897, 0.04459965400019428, 0.04422943999816198, 0.0440336589999788, 0.044437166001443984, 0.04439728099896456, 0.04470529299942427, 0.044337899998936336, 0.044248896003409754, 0.04430123999918578, 0.04406628300057491, 0.04440165499909199, 0.044507004000479355, 0.04476527499718941, 0.044736522002494894, 0.04722032800054876, 0.045208881001599366, 0.04451171899927431, 0.044921838998561725, 0.04476710000017192, 0.044573487000889145, 0.04397167500064825, 0.04417606399874785, 0.04430476700144936, 0.043790389001514995, 0.04369572499854257, 0.04389084599824855, 0.04367210700002033, 0.04399314200054505, 0.044041963999916334, 0.04435102400020696, 0.04401186100221821, 0.04408057199907489, 0.04668415400010417, 0.04436151899790275, 0.044687479003187036, 0.04415132999929483, 0.04396354100026656, 0.04430075199707062, 0.04445610600305372, 0.0443431799976679, 0.04398443399986718, 0.043921914002567064, 0.04416442799993092, 0.044173269998282194, 0.04462382299971068, 0.04432917500162148, 0.04409957499956363, 0.04451455600064946, 0.04427815199960605, 0.044399501999578206, 0.044407225999748334, 0.045250767998368246, 0.0442659750005987, 0.0442950690012367, 0.0446276160000707, 0.044309344000794226, 0.044038066000211984, 0.04430523699920741, 0.044348282001010375, 0.04421065599672147, 0.0443145880017255, 0.044530183000460966, 0.04455164699902525, 0.044469676999142393, 0.044410146001609974, 0.0439626830011548, 0.04421526899750461, 0.044856988002720755, 0.04432219899899792, 0.044423421000828966, 0.04437360999872908, 0.044107697998697404, 0.04485112800102797, 0.044612645000597695, 0.04535677999956533, 0.04435394699976314, 0.04430558600142831, 0.04695140200055903, 0.045782639001117786, 0.044832200997916516, 0.04434703800143325, 0.04471649599872762, 0.044239419999939855, 0.04454284199891845, 0.044137958000646904, 0.044705154999974184, 0.04471551599999657, 0.044710447000397835, 0.04489937300240854, 0.044527080997795565, 0.0441377659990394, 0.044081801002903376, 0.043975227999908384, 0.0446321050003462, 0.044835287997557316, 0.044605826999031706, 0.04488619100084179, 0.044544330001372145, 0.04452479699830292, 0.04493876900232863, 0.044787626997276675, 0.044516418001876445, 0.04508802700001979, 0.04455521199997747, 0.04461048499797471, 0.04464398600248387, 0.04445978600051603, 0.04438962299900595, 0.04419126100037829, 0.04425686999820755, 0.04466716100068879, 0.044404912001482444, 0.04425311600061832, 0.044403380998119246, 0.044561768998391926, 0.044567743003426585, 0.044584350998775335, 0.04436124299900257, 0.044459118998929625, 0.04431308300263481, 0.04525387099783984, 0.04437895900264266, 0.04430175000015879, 0.044324175996734994, 0.04436771800101269, 0.04441666500133579, 0.0442423519998556, 0.04416463199959253, 0.043985640000755666, 0.04419744500046363, 0.045007216998783406, 0.044672561998595484, 0.04453502000251319, 0.0444496589989285, 0.04424303300038446, 0.044669909999356605, 0.04459407399917836, 0.04417244400247, 0.04429960299967206, 0.044513269000162836]",tokens/s,22.470835500656722,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,01-ai/Yi-34B,01-ai/Yi-34B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 57, in launch raise RuntimeError(f""Isolated process exited with non-zero code {isolated_process.exitcode}"") RuntimeError: Isolated process exited with non-zero code -9 ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-12b,EleutherAI/pythia-12b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,xglm,facebook/xglm-4.5B,facebook/xglm-4.5B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,xglm,facebook/xglm-7.5B,facebook/xglm-7.5B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-14B,Qwen/Qwen1.5-14B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Llama-2-70b-hf,meta-llama/Llama-2-70b-hf,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,Deci/DeciCoder-1b,Deci/DeciCoder-1b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 559, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3832, in from_pretrained model = cls(config, *model_args, **model_kwargs) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 248, in __init__ self.model = DeciCoderModel(config) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 215, in __init__ self.layers = nn.ModuleList([DeciCoderDecoderLayer(config) for _ in range(config.num_hidden_layers)]) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 215, in self.layers = nn.ModuleList([DeciCoderDecoderLayer(config) for _ in range(config.num_hidden_layers)]) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 181, in __init__ self.self_attn = DeciCoderAttention(config=config) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 54, in __init__ self._init_rope() File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1729, in __getattr__ raise AttributeError(f""'{type(self).__name__}' object has no attribute '{name}'"") AttributeError: 'DeciCoderAttention' object has no attribute '_init_rope' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Meta-Llama-3-70B,meta-llama/Meta-Llama-3-70B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,togethercomputer/RedPajama-INCITE-Base-7B-v0.1,togethercomputer/RedPajama-INCITE-Base-7B-v0.1,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-72B,Qwen/Qwen1.5-72B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,internlm,internlm/internlm-20b,internlm/internlm-20b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-110B,Qwen/Qwen1.5-110B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,codegen,Salesforce/codegen-16B-nl,Salesforce/codegen-16B-nl,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt2,openai-community/gpt2-large,openai-community/gpt2-large,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-65b,huggyllama/llama-65b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-30b,huggyllama/llama-30b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Llama-2-13b-hf,meta-llama/Llama-2-13b-hf,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-7B,Qwen/Qwen1.5-7B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,stabilityai/stablelm-base-alpha-3b,stabilityai/stablelm-base-alpha-3b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,recurrent_gemma,google/recurrentgemma-9b,google/recurrentgemma-9b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/gpt-neox-20b,EleutherAI/gpt-neox-20b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 57, in launch raise RuntimeError(f""Isolated process exited with non-zero code {isolated_process.exitcode}"") RuntimeError: Isolated process exited with non-zero code -9 ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mixtral,mistralai/Mixtral-8x22B-v0.1,mistralai/Mixtral-8x22B-v0.1,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,01-ai/Yi-6B,01-ai/Yi-6B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,24689.451008,,,,,s,1,60.975405378000005,60.975405378000005,0.0,60.975405378000005,60.975405378000005,60.975405378000005,60.975405378000005,[60.975405378000005],,kWh,0.0006926463447194462,0.00037751779296109496,0,0.0010701641376805412,,MB,25401.356288,,,,,s,10,17.168421838999848,1.7168421838999848,0.09037432083524742,1.720624135499861,1.8274907828000095,1.8462229454000065,1.8612086754800043,"[1.717322668999941, 1.6174395140001252, 1.5788783790001162, 1.7268402970000807, 1.6639885109998431, 1.723925601999781, 1.6353824919999624, 1.8233280800000102, 1.8649551080000037, 1.816361186999984]",tokens/s,149.1109680322914,kWh,2.1516630244236206e-05,1.1727200302758207e-05,0.0,3.324383054699441e-05,tokens/kWh,7700676.961342081,MB,25404.219392,,,,,s,10,100.8124096580002,10.08124096580002,0.4845355613060642,9.7494412315001,10.745965313600049,10.836658766300081,10.909213528460107,"[9.703157246000046, 9.675852381999903, 9.720613294000032, 9.698446613999977, 9.724955949000105, 9.773926514000095, 10.142832008999903, 10.71946221799999, 10.927352219000113, 10.725811213000043]",tokens/s,6.249230646675698,kWh,0.00011435323262131943,6.232696121309034e-05,0.0,0.00017668019383440975,tokens/kWh,356576.4709260257,,s,630,100.80814476200021,0.16001292819365112,0.008139388178140503,0.15528020849990298,0.1729782644001716,0.1746311414999923,0.17855819287008445,"[0.1580551160000141, 0.15605722700001934, 0.154975542000102, 0.1549664760000269, 0.15456084799984637, 0.1531735739999931, 0.15278661900015322, 0.1529491799999505, 0.15283247599995775, 0.15353090000007796, 0.15263865299993995, 0.15752640699997755, 0.15443633800009593, 0.15386244299997998, 0.15336015299999417, 0.1559624819999499, 0.15870158899997477, 0.1544771149999633, 0.1547654030000558, 0.15329631800000243, 0.15396653700008756, 0.1586858249997931, 0.15552781900009904, 0.15686969600005796, 0.15437638599996717, 0.15240228099992237, 0.15273173900004622, 0.15180513299992526, 0.15375449700013633, 0.15464245899988782, 0.15402238100000432, 0.15330096100001356, 0.15306431900012285, 0.15230433800002174, 0.15273584899978232, 0.1534654470001442, 0.15395261999992726, 0.15411798100012675, 0.15356678299986015, 0.15315298200016514, 0.1528766529997938, 0.1531963639999958, 0.15322433599999385, 0.15347748900012448, 0.15317935999996735, 0.1536769629999526, 0.15332939700010684, 0.15290926299985586, 0.15391456200018183, 0.15283184999998412, 0.15381161400000565, 0.1529647439999735, 0.15337171199985278, 0.15373580700020284, 0.15340534099982506, 0.15467029000001276, 0.15398836600002141, 0.1543271340001411, 0.1535801210000045, 0.15405418999989706, 0.15496991000009075, 0.15365172899987556, 0.15228101799993965, 0.15782377000005, 0.15463208300002407, 0.1538719539998965, 0.15724119500009692, 0.15259811800001444, 0.1521598259998882, 0.15252611500000057, 0.15415226200002508, 0.15796355699990272, 0.153274225000132, 0.15375227300000915, 0.15275058799988983, 0.15259958299998289, 0.15878313799998978, 0.15345744000001105, 0.152914378000105, 0.15311761399993884, 0.15361924900003032, 0.15286272699995607, 0.15272962300014115, 0.15338848199985478, 0.1528380180000113, 0.15358259000004182, 0.1527794260000519, 0.15255511099985597, 0.15239611200013314, 0.15302296999993814, 0.15319700200006992, 0.15301896999994824, 0.15347758600000816, 0.1526315920000343, 0.15334251800004495, 0.15354945699982636, 0.1534180420001121, 0.15418531299997085, 0.1553503739999087, 0.15338415800010807, 0.15219555599992418, 0.15544525199993586, 0.1532766510001693, 0.15308766299995114, 0.15344344300001467, 0.15268315299999813, 0.15221670899995843, 0.15256592300011107, 0.15255635799985612, 0.15349788100002115, 0.15307783699995525, 0.1538566050001009, 0.1537592610000047, 0.15265792099989994, 0.15525448000016695, 0.15258139999991727, 0.15375409200009926, 0.15333583999995426, 0.15299568399996133, 0.15299437299995589, 0.15361633099996652, 0.15226778100009142, 0.15298848499992346, 0.15380827000012687, 0.1553503739999087, 0.1531596449999597, 0.16086066999992, 0.15539494500012552, 0.15443063399993662, 0.15333868099992287, 0.1534777930000928, 0.16163040199990064, 0.1553025969999453, 0.15471860700017714, 0.15425032400003147, 0.15298179899991737, 0.15262493199998062, 0.15266898599998058, 0.15350137499990524, 0.1530988750000688, 0.15405986400014626, 0.1546694439998646, 0.15438170800007356, 0.15306956799986438, 0.15347620900001857, 0.15327507100005278, 0.15533820900009232, 0.15323912400003792, 0.15443713699983164, 0.15357347400004073, 0.15322213600006762, 0.15403593399992133, 0.15399347099992156, 0.15322231200002534, 0.15333074000000124, 0.15405363700006092, 0.15266819800012854, 0.15344670199988286, 0.15310254299993176, 0.1528282830001899, 0.15361049099988122, 0.15342284700000164, 0.1531834140000683, 0.1537068239999826, 0.15619620400002532, 0.15508990900002573, 0.15542570599995997, 0.15460351199999423, 0.15400174000001243, 0.1579432429998633, 0.15370460500002991, 0.15310874300007526, 0.15351144999999633, 0.15361272099994494, 0.15409242900000208, 0.1538005869999779, 0.15322648899996238, 0.15463907299999846, 0.1544908320001923, 0.1553960209998877, 0.15392562900001394, 0.15358860099991034, 0.15450979900015227, 0.15460025399988808, 0.1539892979999422, 0.15829611600020144, 0.15490159399996628, 0.1539366729998619, 0.15401624500009348, 0.15849853700001404, 0.1557705329998953, 0.15445082900009766, 0.15567839100003766, 0.155711090000068, 0.153556910999896, 0.15412003300002652, 0.15323536799996873, 0.15324921399997038, 0.15304055000001426, 0.15315015900000617, 0.1550040459999309, 0.15317158400011976, 0.1543689519999134, 0.1535968870000488, 0.15327951299991582, 0.15408798200019191, 0.15461990599987985, 0.15328352400001677, 0.15320761399993899, 0.15355591299999105, 0.15392080700007682, 0.15329171500002303, 0.15301840500001163, 0.155580566000026, 0.15399201499985793, 0.15374176800014538, 0.15283929399993212, 0.15441341299992928, 0.15444146799995906, 0.15360149400021328, 0.1532498349999969, 0.15384472099981394, 0.15318484099998386, 0.15635856200015041, 0.15267340299988064, 0.15389705699999467, 0.15381728700003805, 0.1533630119999998, 0.15289649800001825, 0.1537142390000099, 0.15455065700007253, 0.15431832599983863, 0.15369859900010852, 0.1545523919999141, 0.15344078700013597, 0.15234853099991597, 0.15237608200004615, 0.15398150700002589, 0.15328665699985322, 0.15661967700020796, 0.15237173399987114, 0.15283700000009048, 0.15247851100002663, 0.15205550399991807, 0.15581341000006432, 0.15303340299988122, 0.1528175989999454, 0.1527176380000128, 0.15284601100006512, 0.15724857100008194, 0.15637025999990328, 0.15380631400012135, 0.15888582600018708, 0.15739688799999385, 0.155447840999841, 0.15325480299998162, 0.15489512500016644, 0.15369934699992882, 0.1537906149999344, 0.153647890000002, 0.1543083880001177, 0.1539329329998509, 0.15337935200000175, 0.15447494500017456, 0.1540738409998994, 0.15492996500006484, 0.15377252200005387, 0.15405520199988132, 0.15492346199994245, 0.15382931300018754, 0.15378506899992317, 0.15288454100004856, 0.15463049499999215, 0.1530855009998504, 0.15351111900008618, 0.1529993970000305, 0.15193536099991434, 0.1534975409999788, 0.15419936000012058, 0.15221973999996408, 0.1529802990000917, 0.1520004629999221, 0.15290799700005664, 0.15236774899994998, 0.15245023500006027, 0.15383815399991363, 0.15383435300009296, 0.15328052499990008, 0.15650287099992966, 0.15273104400012016, 0.15304279099996165, 0.15396680599997126, 0.15373782100004973, 0.15868675599995186, 0.15374393100000816, 0.15392360100008773, 0.15390312999988964, 0.15361509100011972, 0.15867052999988118, 0.1547567259999596, 0.15517884300015794, 0.15452036699980454, 0.15395091200002753, 0.15681383600008303, 0.1571723889999248, 0.1556003610000971, 0.15486878899992007, 0.15440844399995513, 0.15644634200020846, 0.1549416499999552, 0.15501321299984738, 0.15514180900004249, 0.154710600000044, 0.15538988599996628, 0.15399489300011737, 0.1626616590001504, 0.15775775999986763, 0.15645256300012989, 0.15623926500006746, 0.15662812299979123, 0.15660411800013208, 0.15424549199997273, 0.15333152700009123, 0.15437772399991445, 0.1534327360000134, 0.15423282200003996, 0.15527414099983616, 0.1557467740001357, 0.1551030289999744, 0.15327650199992604, 0.1536537510000926, 0.15656631999991077, 0.15370215899997675, 0.15314399700014292, 0.15454280699987066, 0.1536342300000797, 0.15370882100000927, 0.1534723889999441, 0.15380826699993122, 0.1540886010000122, 0.15478285500012134, 0.15461059900007967, 0.15410012399979678, 0.1548150070000247, 0.15389887400010593, 0.15397753199999897, 0.1533510379999825, 0.15767779499992685, 0.15434392400015895, 0.15610164800000348, 0.15379797599985068, 0.15461859800007005, 0.15918551899994782, 0.1549118279999675, 0.1542357880000509, 0.1536557060001087, 0.15364801199984868, 0.15868566500012093, 0.15446712999982992, 0.15876633200014112, 0.1536188380000567, 0.15523136499996326, 0.15442452499996762, 0.15552139400006126, 0.15648566400000163, 0.15613327400001253, 0.15385707799987358, 0.15446247399995627, 0.15363445100001627, 0.1530965230001584, 0.15438368199988872, 0.15559838900003342, 0.15589521499987313, 0.15621686300005422, 0.15653422700006558, 0.1561720099998638, 0.1559949790000701, 0.1569496690001415, 0.15786731000002874, 0.15595887299991773, 0.15632102700010364, 0.15517481799997768, 0.15481004299999768, 0.15360732999988613, 0.1537409600000501, 0.1552862759999698, 0.15369969500011393, 0.15441978800004108, 0.15633062999995673, 0.15550502899986895, 0.15618538300009277, 0.1562145729999429, 0.15596145299991804, 0.156663460000118, 0.15856202899999516, 0.15763907099994867, 0.15764837400001852, 0.15676515199993446, 0.16056507100006456, 0.16119574599997577, 0.16600998100011566, 0.1616226009998627, 0.15968320700017102, 0.15962788599995292, 0.1608037040000454, 0.1652326449998327, 0.1663032880001083, 0.1649518489998627, 0.1637205960000756, 0.15870314199992208, 0.16693664400008856, 0.15906448999999157, 0.15936835000002247, 0.1567286619999777, 0.15818601900014073, 0.15874538299999585, 0.16041249499994592, 0.16083702900004937, 0.16167915500000163, 0.16796861899979376, 0.16330733900008454, 0.163991919999944, 0.16135303700002623, 0.16242906000002222, 0.16369921499995144, 0.1640481940000882, 0.16149527399988983, 0.16066400700015038, 0.16202856899985818, 0.16166765600019062, 0.1633292829999391, 0.16583038699991448, 0.1657301320001352, 0.1638658829999713, 0.1712792299999819, 0.16924368199988749, 0.17055809099997532, 0.16927958800010856, 0.17074254299996028, 0.1652836160001243, 0.1658209069998975, 0.17310843699988254, 0.17224398700000165, 0.17270603599990864, 0.17406717300013952, 0.1726118259998657, 0.17102440799999385, 0.1689934420001009, 0.16887071699989065, 0.16618332100006228, 0.16809715800013691, 0.16815629799998533, 0.1668007989999296, 0.16625943600001847, 0.17065473699994982, 0.17171588199994403, 0.16936781300000803, 0.1677795530001731, 0.16634210299980623, 0.17147467300014796, 0.16565008899988243, 0.17043589000013526, 0.16799807500001407, 0.16569993600000998, 0.16884622199995647, 0.16829684000003908, 0.17089262799981952, 0.17101274100014052, 0.1669416109998565, 0.16916460100014774, 0.17319576299996697, 0.1728317120000611, 0.1737675560000298, 0.17363153899987083, 0.1730008760000601, 0.1738087109999924, 0.1691022069999235, 0.1693697969999448, 0.16829123100001198, 0.1686299919999783, 0.16727690100015025, 0.1673675889999231, 0.16772662099992885, 0.1662548260001131, 0.1678549569999177, 0.1634673590001512, 0.16387703999998848, 0.16618453399996724, 0.16421615700005532, 0.1671198970000205, 0.16753801099980592, 0.1661305210000137, 0.1688469810001152, 0.1708245380000335, 0.17305314399982308, 0.17030064800019318, 0.171423773000015, 0.1730450939999173, 0.1779810059999818, 0.18053737400009595, 0.1761308409998037, 0.17828562600016085, 0.18024400299987064, 0.1762927160000345, 0.17311721600003693, 0.16928645799998776, 0.17013987700011057, 0.1792685849998179, 0.17503087700015385, 0.1727303899999697, 0.16697389599994494, 0.1717582169999332, 0.1725871990001906, 0.17250271299985798, 0.17504192499995952, 0.17416269099999226, 0.1716392360001464, 0.16758675000005496, 0.17097495099983462, 0.17757488699999158, 0.17356373799998437, 0.17509603200005586, 0.17412424500003, 0.17866952300005323, 0.1741275609999775, 0.1714246760000151, 0.17777376999993066, 0.17023178499994174, 0.16951853300020048, 0.16691976099991734, 0.17339052700003776, 0.17475828399983584, 0.1737986279999859, 0.17255086600016512, 0.17738588699990032, 0.17611161000013453, 0.17363312999987102, 0.17059764700002233, 0.17102757900011056, 0.1708996949998891, 0.1724209700000756, 0.17492457699995612, 0.17662868899992645, 0.18065047300001424, 0.17724386500003675, 0.17429488900006618, 0.1761619609999343, 0.17468339800007016, 0.17078954799990242, 0.17421356499994545, 0.1730788280001434, 0.17372331100000338, 0.17102413299994623, 0.1756280780000452, 0.1771184069998526, 0.18042409899999257, 0.1749175520001245, 0.1745997749999333, 0.1737374550000368, 0.17661756500001502, 0.17908713299993906, 0.17434997300006216, 0.169436474999884, 0.16771394100010184, 0.1683718780000163, 0.17032461300004798, 0.16877194599987888, 0.17001543500009575, 0.1658546569999544, 0.16401893900001596, 0.16544074400007958, 0.16451520900000105, 0.17192935999992187, 0.16530505400010043, 0.16433376699978908, 0.16187587400008852, 0.1637340839999979, 0.16783682100003716, 0.16714748699996562, 0.17221713699996144, 0.17274857100005647, 0.16546987400010948, 0.16949761599994417, 0.17044012699989253, 0.17210459400007494, 0.17414529999996375, 0.17709522199993444, 0.1746799390000433, 0.17208895399994617, 0.172975752000184, 0.16945130599992808, 0.17387037799994687, 0.17304291499999636, 0.17228960000011284, 0.1689636490000339, 0.17397050899990063, 0.16971850599998106, 0.1703080110000883, 0.1671753999999055, 0.1677585810000437, 0.1656756319998749, 0.17058741100004227, 0.1726829040001121, 0.17465680500004055, 0.16858504499987248, 0.16818304200000966, 0.16604614700008824, 0.1686093799999071, 0.17443840500004626, 0.17105011400008152, 0.17112618900000598, 0.1692678370000067, 0.17065592199992352, 0.17761074400004873, 0.17415060099983748, 0.17402333800009728, 0.1696071670000947, 0.17066152699999293, 0.17230224199988697, 0.17289719900009004, 0.171400020999954, 0.172160544999997, 0.17041363899988937, 0.17184553900005994, 0.1712379759999294, 0.17258453300019028, 0.17267724399994222, 0.17066657999998824, 0.17007552799987025, 0.16745448300002863]",tokens/s,6.249495033237428,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mistral,TencentARC/Mistral_Pro_8B_v0.1,TencentARC/Mistral_Pro_8B_v0.1,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-160m,EleutherAI/pythia-160m,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-6.7b,EleutherAI/pythia-6.7b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-13b,facebook/opt-13b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-6.7b,facebook/opt-6.7b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,microsoft/rho-math-1b-v0.1,microsoft/rho-math-1b-v0.1,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-2.7b,EleutherAI/pythia-2.7b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen2-beta-72B,Qwen/Qwen2-beta-72B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-0.5B,Qwen/Qwen1.5-0.5B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-1.8B,Qwen/Qwen1.5-1.8B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-70m,EleutherAI/pythia-70m,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gemma,google/gemma-2b,google/gemma-2b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-40b,tiiuae/falcon-40b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gemma,google/gemma-7b,google/gemma-7b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-125m,facebook/opt-125m,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,dbrx,databricks/dbrx-base,databricks/dbrx-base,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-350m,facebook/opt-350m,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stablelm,stabilityai/stablelm-2-12b,stabilityai/stablelm-2-12b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/polyglot-ko-12.8b,EleutherAI/polyglot-ko-12.8b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,52254.031872,,,,,s,1,130.4677164170007,130.4677164170007,0.0,130.4677164170007,130.4677164170007,130.4677164170007,130.4677164170007,[130.4677164170007],,kWh,0.0015112815792958322,0.0008237056519961536,0,0.0023349872312919857,,MB,53502.128128,,,,,s,10,36.96727507400101,3.6967275074001007,0.012269793112432663,3.691741869000907,3.7142361153008094,3.7201836136504425,3.724941612330149,"[3.684750388998509, 3.712914449000891, 3.6889998499991634, 3.6936347219998424, 3.6933812120005314, 3.7261311120000755, 3.690102526001283, 3.689688964999732, 3.689102841000931, 3.6985690080000495]",tokens/s,69.25043825587355,kWh,4.3690152562013515e-05,2.3812639684143236e-05,0.0,6.750279224615676e-05,tokens/kWh,3792435.712384553,MB,53700.120576,,,,,s,10,206.822368318999,20.6822368318999,0.04909660708117693,20.68144830250003,20.743447551199097,20.747286286099097,20.7503572740191,"[20.67371912999988, 20.719267401000252, 20.636645448001218, 20.68917747500018, 20.664471870999478, 20.723196928000107, 20.751125020999098, 20.61477069099965, 20.742594498999097, 20.60739985500004]",tokens/s,3.0460921858717893,kWh,0.000244531393704097,0.00013327911850826926,0.0,0.0003778105122123662,tokens/kWh,166750.25697693633,,s,630,206.81602145399847,0.32827939913333093,0.0027978714928405847,0.32783619500060013,0.3319553573990561,0.33336332919925554,0.3371990892192116,"[0.33741713400013396, 0.32602862900057517, 0.3242599999994127, 0.3239213180004299, 0.3235016420003376, 0.32439479200002097, 0.3240189339994686, 0.32447418800074956, 0.32413896700018086, 0.32422728199890116, 0.325396649999675, 0.3258831450002617, 0.32557929900031013, 0.32609649500045634, 0.32501051200051734, 0.32789431499986676, 0.32797829899936914, 0.3302346889995533, 0.3271768049999082, 0.32756870900084323, 0.3281419899994944, 0.326871741001014, 0.3322682049983996, 0.33205625400114513, 0.33156011199935165, 0.33094660499955353, 0.32709111500116705, 0.32718243899944355, 0.332410823999453, 0.3309756690014183, 0.3333383680001134, 0.33870787099840527, 0.32951314599995385, 0.33062578099998063, 0.3299439300008089, 0.32937032600057137, 0.3286685149996629, 0.3279161850005039, 0.330161195999608, 0.33037189400056377, 0.3308750879987201, 0.3292845240011957, 0.3279934399997728, 0.32824062399959075, 0.3267739389993949, 0.3288572990004468, 0.3271458729996084, 0.3265158590002102, 0.32755173899931833, 0.32578776800073683, 0.32619001300008676, 0.32616779199997836, 0.32647792200077674, 0.3271438189985929, 0.3268276500002685, 0.3266565450012422, 0.3264485699983197, 0.327078424001229, 0.326991738000288, 0.3291837239994493, 0.3304024909994041, 0.3336505400002352, 0.32771432800109324, 0.33537264999904437, 0.3311496790011006, 0.32803376899937575, 0.32672869700036244, 0.32572057799916365, 0.32674788500116847, 0.32851061899964407, 0.3297749039993505, 0.3290868229996704, 0.32667645400033507, 0.3255622950000543, 0.3261813990011433, 0.3269211440001527, 0.3240488049996202, 0.3279935779992229, 0.3279420110011415, 0.3248931879988959, 0.33627028100090683, 0.3284341239996138, 0.32752164200064726, 0.3330905389993859, 0.32805374700001266, 0.32610696499978076, 0.32640165600059845, 0.32724869799858425, 0.3274652600011905, 0.32900563099974534, 0.3292282010006602, 0.33167589399999997, 0.3306444759982696, 0.3328878780012019, 0.33204470000055153, 0.32911882999906084, 0.3307033319997572, 0.3306123109996406, 0.32810150099976454, 0.32852506500057643, 0.3279241140007798, 0.32820721700045397, 0.32942397899932985, 0.3280343169990374, 0.32774402600080066, 0.33023250000042026, 0.3289726000002702, 0.33029595599873574, 0.32739965400105575, 0.33011126299970783, 0.3325352390002081, 0.33468877300038, 0.32674380199932784, 0.32698624600016046, 0.32807310099997267, 0.32958516200051236, 0.328702708999117, 0.32804980400032946, 0.32750748800026486, 0.32742362299904926, 0.3275675679997221, 0.3298034950003057, 0.33041394199972274, 0.3302975090009568, 0.32937084200057143, 0.3282334539999283, 0.3330101930005185, 0.32724318700093136, 0.3248473860003287, 0.325624130999131, 0.3353528030002053, 0.3246119470004487, 0.32585548299903166, 0.32728782199956186, 0.32946254900161875, 0.3271847699998034, 0.33078307599862455, 0.3271283419999236, 0.32543578400145634, 0.32543014499970013, 0.3264085619994148, 0.3281016130003991, 0.32553570799973386, 0.32495964100053243, 0.3262830149997171, 0.32644613000047684, 0.32473781099906773, 0.3249845070004085, 0.326736372000596, 0.3263373699992371, 0.3275042549994396, 0.32657519100030186, 0.3265048539997224, 0.3264609020006901, 0.3261106699992524, 0.33060802900035924, 0.32521313300094334, 0.32708682699922065, 0.3253040979998332, 0.32754376500088256, 0.3305915679993632, 0.33310802900086856, 0.3251923949992488, 0.3270905600002152, 0.3288762920001318, 0.32673284100019373, 0.3270133789992542, 0.32813343800080474, 0.3264212439989933, 0.3290733640005783, 0.3295132860002923, 0.32793790999858174, 0.3309301220015186, 0.32770078599969565, 0.32617984900025476, 0.3282850879986654, 0.3288055370012444, 0.32872709299954295, 0.3273235639990162, 0.32850056200004474, 0.3280370770007721, 0.32873916599965014, 0.3281488150005316, 0.32854999600021983, 0.32765587199901347, 0.3275591430010536, 0.3279969909999636, 0.32768718999977864, 0.3266363069997169, 0.33006655300050625, 0.3263976719990751, 0.325625614999808, 0.3252971290003188, 0.32364315899940266, 0.3241011730005994, 0.324235795000277, 0.3247556659989641, 0.32444508200023847, 0.32514477600125247, 0.3237768759991013, 0.3248204329993314, 0.3248007830006827, 0.32362016899969603, 0.3240057450002496, 0.32396188100028667, 0.32429944000068645, 0.3244255809986498, 0.3245743900006346, 0.32405528699928254, 0.3232342390001577, 0.33258143900093273, 0.3290047889986454, 0.32528754900158674, 0.3267712249999022, 0.3258154179984558, 0.3323325979999936, 0.3295550400016509, 0.3274078869999357, 0.3228875810000318, 0.3264388509996934, 0.32618847099911363, 0.3322329519996856, 0.3336775610005134, 0.3339370930007135, 0.3317026650001935, 0.3340777920002438, 0.32863756499864394, 0.32857385399984196, 0.330318903999796, 0.33033874800094054, 0.32979606300068554, 0.330745166998895, 0.3303053090003232, 0.3294651430005615, 0.33083315399926505, 0.332104535000326, 0.32845416300006036, 0.3311792320000677, 0.33485111799927836, 0.3327723000002152, 0.3297422239993466, 0.340359839001394, 0.33075405199997476, 0.33177235999937693, 0.3340893300010066, 0.32939245399938955, 0.3260306190004485, 0.3285439969986328, 0.3281055940005899, 0.3299056539999583, 0.3297686829992017, 0.3324624050001148, 0.33137053399877914, 0.3268256510000356, 0.32686706300046353, 0.3264819489995716, 0.32815245900019363, 0.3244804160003696, 0.3264754230003746, 0.32681537399912486, 0.3370804610003688, 0.3257215070007078, 0.32630032599990955, 0.3274066459998721, 0.32764329000019643, 0.3268838099993445, 0.3253134509996016, 0.3245509150001453, 0.3252378939996561, 0.32558996500119974, 0.32517947599990293, 0.3264569860002666, 0.32581967399892164, 0.3268958950011438, 0.32468072200026654, 0.3256803289987147, 0.3267293270000664, 0.3264929569995729, 0.32669677900048555, 0.3248705389996758, 0.3261704840006132, 0.3300194429994008, 0.33010242500131426, 0.3302273379995313, 0.3287978709995514, 0.32932851199984725, 0.3292044090012496, 0.3290619699982926, 0.32778214500103786, 0.32611347700003535, 0.3313309000004665, 0.33176820399967255, 0.32640053599971, 0.3277685970006132, 0.32851516299888317, 0.3295199780004623, 0.33168354500048736, 0.3301144959987141, 0.3260509550000279, 0.3279916810006398, 0.3282633689996146, 0.3282444350006699, 0.329505732999678, 0.3303117409996048, 0.33303403799982334, 0.32921837700087053, 0.32824170099956973, 0.32787241699952574, 0.32882501000131015, 0.3287093910003023, 0.3284995029989659, 0.3283814420010458, 0.3288188119986444, 0.32939403599993966, 0.33004820400128665, 0.3304044710002927, 0.32515069500004756, 0.32603135199860844, 0.32681304099969566, 0.32474196500152175, 0.3247031449991482, 0.32561255200016603, 0.3274850920006429, 0.32632583399936266, 0.3293849220008269, 0.3283372129990312, 0.3319959239997843, 0.3302667059997475, 0.3290037309998297, 0.3298236150003504, 0.33029207500112534, 0.33026602899917634, 0.3321415669997805, 0.3294632830002229, 0.3264425020006456, 0.32735407699874486, 0.32686236800145707, 0.32657563999964623, 0.328138675999071, 0.32733710700085794, 0.33467313399887644, 0.3304540260014619, 0.3260089549985423, 0.32806006700047874, 0.32709261899981357, 0.3263770600005955, 0.32654338000065763, 0.32579589399938413, 0.3288823010007036, 0.32684672299910744, 0.32872649899945827, 0.32752395900024567, 0.33107721600026707, 0.32709201000034227, 0.32941664999998466, 0.3289249280005606, 0.3274442469992209, 0.3295615570004884, 0.33014449199981755, 0.3290111149999575, 0.3293676859993866, 0.32829018000120413, 0.3293503079985385, 0.3290873620007915, 0.32969593099915073, 0.32874067800003104, 0.32736374600062845, 0.3286043330008397, 0.32930585199937923, 0.3288538750002772, 0.3352492060002987, 0.33338375199855363, 0.3283831310000096, 0.3292900810010906, 0.3296051300003455, 0.34393692999947234, 0.33165525999902457, 0.3317682380002225, 0.33200401099929877, 0.32887728700006846, 0.3309284259994456, 0.32963648900113185, 0.3260780509990582, 0.3304017880000174, 0.3311643050001294, 0.32917999399978726, 0.33046777799972915, 0.33391742999992857, 0.3305502860002889, 0.3372660269997141, 0.3353687280014128, 0.3282566379984928, 0.3329330070009746, 0.32812655799898494, 0.328106769000442, 0.32986074600012216, 0.3287894620007137, 0.3270015250000142, 0.3271061209998152, 0.32871710600011284, 0.3307907010002964, 0.3325835959985852, 0.32943329100089613, 0.3284391939996567, 0.32879672200033383, 0.3291579710003134, 0.3287752449996333, 0.3307773510005063, 0.3329732759993931, 0.33238195999911113, 0.3325287430016033, 0.3289398529996106, 0.32956432799983304, 0.32831763600006525, 0.3306407860000036, 0.32713951999903657, 0.3321073830011301, 0.32925733599950036, 0.32705894299942884, 0.3290986200008774, 0.33724754299873894, 0.33276227100031974, 0.3268141589996958, 0.32835727500059875, 0.3271910780003964, 0.3265870300001552, 0.32783880900024087, 0.327399574998708, 0.32617682100135426, 0.3268860449989006, 0.3283503689999634, 0.32722320900029445, 0.32878215500022634, 0.32637709899972833, 0.3281867620007688, 0.3270679469987954, 0.3268241610003315, 0.3276097859998117, 0.32667046900132846, 0.326841248999699, 0.32558418099870323, 0.3317152219988202, 0.3279931530014437, 0.3269170749990735, 0.32622642800015456, 0.3297837249992881, 0.3237542070000927, 0.3268644440013304, 0.3252701759993215, 0.3249723169992649, 0.323773699999947, 0.3243032280006446, 0.3229745120006555, 0.32519312399927003, 0.3250155010009621, 0.3250994259997242, 0.32520301299882703, 0.32589831200129993, 0.32519877099912264, 0.32514030399943294, 0.3256605269998545, 0.32748833800178545, 0.3252792729999783, 0.327012735999233, 0.33359748399925593, 0.3293570980004006, 0.330556582999634, 0.3290950540013, 0.3254087579989573, 0.3266577790000156, 0.3350326050003787, 0.331708231000448, 0.3259360399988509, 0.3255280630000925, 0.32582050600103685, 0.3254094570002053, 0.3273226649998833, 0.32698876099857443, 0.3253705570004968, 0.32511617000091064, 0.3255366519988456, 0.3260232869997708, 0.32702879200041934, 0.327020722999805, 0.32778735000101733, 0.32800978799969016, 0.32852961699973093, 0.32735236500047904, 0.3264946509989386, 0.3268905780005298, 0.32688695500110043, 0.3272448389998317, 0.3300358429987682, 0.32767680500001006, 0.3270414550006535, 0.32721702799972263, 0.3271721119999711, 0.3264584909993573, 0.32696211300026334, 0.32741976699981024, 0.33649043400146184, 0.3308152199988399, 0.32856717399954505, 0.3278335810009594, 0.33094312799948966, 0.3282311799994204, 0.3265967309998814, 0.3265464289997908, 0.3270013880010083, 0.32637837800029956, 0.327904681000291, 0.3264173209990986, 0.32474607000040123, 0.3255175499998586, 0.3265622649996658, 0.3244770060009614, 0.32520592699984263, 0.3253083929994318, 0.3244610649999231, 0.32936934499957715, 0.32774775799953204, 0.3277145060001203, 0.32540637500096636, 0.3259253920004994, 0.33428158999959123, 0.32919132899951364, 0.32669380600054865, 0.32753163000052155, 0.32842845099912665, 0.3359856919996673, 0.3315567860008741, 0.3308137629992416, 0.3330758270003571, 0.3377127069998096, 0.33447449400046025, 0.3319508499989752, 0.3302047550005227, 0.33141020699986257, 0.32933284799946705, 0.32978440199985926, 0.3307184090008377, 0.3296391029998631, 0.3286927770004695, 0.32922416099972907, 0.3294000749992847, 0.32924074200127507, 0.3305148219988041, 0.3275398800014955, 0.3290682150000066, 0.32777463699858345, 0.3353241690001596, 0.33123127200087765, 0.33318594499905885, 0.3309142760008399, 0.3275919249990693, 0.32850960600080725, 0.3276424859996041, 0.32680596399950446, 0.32831887300017115, 0.3290369180012931, 0.33032656199975463, 0.32986015399910684, 0.332562671001142, 0.3304637579985865, 0.3294565590003913, 0.329989404999651, 0.3340000500011229, 0.33169319100124994, 0.32667887000025075, 0.33488088399826665, 0.3285923190014728, 0.3239705589985533, 0.3261671530017338, 0.3256583459988178, 0.3248289000002842, 0.32652269800018985, 0.32473394499902497, 0.324959014000342, 0.32514365800125233, 0.3248466319982981, 0.3277531310013728, 0.3278306439988228, 0.32710523100104183, 0.3246559899998829, 0.32623352500013425, 0.32544702399900416, 0.3266411800013884, 0.32531476499934797, 0.3252367179993598, 0.3258179430013115, 0.3244695749999664, 0.32529210899883765, 0.3253162870005326, 0.32609574100024474, 0.3266257739996945, 0.32560174799982633, 0.3254382249997434, 0.3248962380002922, 0.3249062960003357, 0.32961025799886556, 0.3302426820009714, 0.328743404999841, 0.32583868199981225, 0.3271239740006422, 0.32963278199895285, 0.33110400999976264, 0.32743261200084817, 0.3277460200006317, 0.32792188500025077, 0.3254141669985984, 0.3271043960012321, 0.3270562589987094, 0.32656178300021566, 0.32958722399962426, 0.32746969100116985, 0.32684974199946737, 0.3250249899992923, 0.3278002610004478, 0.327201658001286, 0.32766641399939544, 0.32760646600036125, 0.32832602899907215, 0.3283086949995777, 0.3269441080010438, 0.32851279100032116, 0.33245347599950037, 0.32707825299985416, 0.3263587670007837, 0.33123360499848786, 0.32737481799995294]",tokens/s,3.046185665747028,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt2,openai-community/gpt2,openai-community/gpt2,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,codegen,Salesforce/codegen-6B-nl,Salesforce/codegen-6B-nl,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-410m,EleutherAI/pythia-410m,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen,Qwen/Qwen-7B,Qwen/Qwen-7B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-66b,facebook/opt-66b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,stabilityai/stablelm-base-alpha-7b,stabilityai/stablelm-base-alpha-7b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-2.7B,EleutherAI/gpt-neo-2.7B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,6131.851264,,,,,s,1,94.28196016199945,94.28196016199945,0.0,94.28196016199945,94.28196016199945,94.28196016199945,94.28196016199945,[94.28196016199945],,kWh,0.0010836021136236065,0.0005906039261554732,0,0.0016742060397790797,,MB,6144.79872,,,,,s,10,10.30668919299842,1.030668919299842,0.005154412248712421,1.031358734499463,1.0358147213998563,1.0368334646999302,1.037648459339989,"[1.0299713779995727, 1.03558833399984, 1.0353308779995132, 1.0378522080000039, 1.0241854429996238, 1.021928203999778, 1.0248038850004377, 1.0319089379991055, 1.0343113940007242, 1.0308085309998205]",tokens/s,248.38238080751182,kWh,1.2199619613124925e-05,6.649069942987612e-06,0.0,1.8848689556112537e-05,tokens/kWh,13581846.060856812,MB,6186.164224,,,,,s,10,54.881580772000234,5.488158077200024,0.02069427607433162,5.478911244999836,5.518599965000158,5.518781819000151,5.5189273022001455,"[5.518963673000144, 5.479588739000064, 5.471626872999877, 5.493514401000539, 5.518559553000159, 5.515118043000257, 5.472392572999524, 5.471636911000132, 5.46194625499993, 5.478233750999607]",tokens/s,11.47926118632167,kWh,6.476903971486088e-05,3.530164691299688e-05,0.0,0.00010007068662785776,tokens/kWh,629554.9888079014,,s,630,54.87441278700044,0.08710224251904831,0.0009520182857614164,0.08691907950014865,0.08783420230001866,0.0883591878995503,0.09147311482997793,"[0.09141320999970048, 0.08670444700055668, 0.08720572299989726, 0.08701363299951481, 0.08766544400077692, 0.08848497199960548, 0.08736071099974652, 0.08744694600045477, 0.08707360399967001, 0.09257127100045182, 0.09018962599930092, 0.08795657100017706, 0.08741091800038703, 0.08724741399964842, 0.08751545999984955, 0.08712965700033237, 0.08679320600003848, 0.08765870800016273, 0.08769768999991356, 0.08789626299949305, 0.08795447200009221, 0.08726834900062386, 0.08696852100001706, 0.08740453099926526, 0.08777803000066342, 0.08734231899961742, 0.08729509899967525, 0.08770944400021108, 0.08738214799996058, 0.08754612800021278, 0.08782579000035184, 0.08674871799939865, 0.08750059800058807, 0.08719281499998033, 0.08666303700010758, 0.08757860999958211, 0.08694205200026772, 0.08736073799991573, 0.08710745400003361, 0.08717540699944948, 0.08700165800019022, 0.0876309229997787, 0.08736843900078384, 0.08713571899988892, 0.08769434499936324, 0.08674069800053985, 0.08757206199970824, 0.08761883599981957, 0.0883465739998428, 0.0871163500005423, 0.08773726399977022, 0.08782857000005606, 0.08783154499997181, 0.087485005000417, 0.08734903999993548, 0.08751085199946829, 0.08698812700004055, 0.08708607600055984, 0.08736797099936666, 0.08777605700015556, 0.08703278299981321, 0.08729903900075442, 0.08756759199968656, 0.09078425600000628, 0.08706987699952151, 0.08633363300032215, 0.08642281999982515, 0.08664557399970363, 0.08648585100036144, 0.086467817999619, 0.08701416500025516, 0.08641201499995077, 0.0862160530004985, 0.08665352499974688, 0.08749969000018609, 0.08706927299954259, 0.08716289200037863, 0.08722012900034315, 0.08715245099938329, 0.08697564100020827, 0.08673847899990506, 0.08814390699990327, 0.08702811100010877, 0.0865935370002262, 0.08659310300026846, 0.0868270119999579, 0.08812935399964772, 0.08700362000035966, 0.08646596899961878, 0.08683125100014877, 0.08690160300011485, 0.08651948399983667, 0.08690180200028408, 0.08678224199957185, 0.08712640900012047, 0.08673512399946048, 0.08630425700084743, 0.08649347099981242, 0.08690370499971323, 0.08668123900042701, 0.0869152719997146, 0.0864038210002036, 0.0864262389995929, 0.08741385499979515, 0.08691671500037046, 0.08665073500014842, 0.08691150399954495, 0.08770792799987248, 0.08843882400014991, 0.08706861600057891, 0.08767125999929704, 0.08638986400001158, 0.09155073200054176, 0.08729605400003493, 0.08637601400005224, 0.0861524729998564, 0.08650382899941178, 0.08642090700050176, 0.08695980999982567, 0.08579680999991979, 0.08642155500001536, 0.08662884099976509, 0.0869392840004366, 0.08597473000008904, 0.08669547199951921, 0.08701038000072003, 0.09149758300009125, 0.08707133300049463, 0.08643027699963568, 0.08661305199984781, 0.08675724100066873, 0.0872043979998125, 0.08760189099939453, 0.08688521500062052, 0.08695182700012083, 0.08691470699977799, 0.08640010299950518, 0.08654738700079179, 0.08671888199933164, 0.08695355500003643, 0.08700192000014795, 0.08658541000022524, 0.08631728299951646, 0.08723370500047167, 0.08819399399999384, 0.08799103499950434, 0.08813748700049473, 0.08714228999997431, 0.08666712600006576, 0.08684580699991784, 0.08662019300027168, 0.08612939499926142, 0.08639578800011805, 0.08625666500029183, 0.08692081800018059, 0.08689421100007166, 0.08672064799975487, 0.08641943299971899, 0.08647169200048666, 0.0866094980001435, 0.08656092299952434, 0.08671735900043132, 0.08639008799946168, 0.08604194300005474, 0.0871430799998052, 0.08615942300002644, 0.0873235310000382, 0.08670288900066225, 0.08698626599925774, 0.08658507500058477, 0.08689293899988115, 0.08732815500025026, 0.08645281199915189, 0.08690051000030508, 0.086336301999836, 0.08647686499989504, 0.08632870700057538, 0.08705919800013362, 0.08755532999930438, 0.08607646000018576, 0.08638781900026515, 0.08665969100002258, 0.08669694099990011, 0.08660066700031166, 0.08681995200004167, 0.08631702699949528, 0.08630719099983253, 0.08673866300068767, 0.08631542500006617, 0.09021637300065777, 0.08701038799972594, 0.08648938500027725, 0.08709851499952492, 0.08641007300047931, 0.08663278999938484, 0.08660849500029144, 0.08617740600038815, 0.08649262699964311, 0.08750129500003823, 0.08708285899956536, 0.08869449300073029, 0.08642651499940257, 0.08710181000060402, 0.09232850299940765, 0.08664833300008468, 0.08721194100053253, 0.08684413299943117, 0.08702028100015013, 0.0880439299999125, 0.08682753100038099, 0.08672427700003027, 0.08647138199921756, 0.08689465600036783, 0.0871374790003756, 0.08702019500015012, 0.08697777899942594, 0.08645890600018902, 0.08662511799957429, 0.08626026100046147, 0.08843693699964206, 0.09011680599996907, 0.08817839000039385, 0.08754699699966295, 0.08676318200014066, 0.08685795899964432, 0.08644994500082248, 0.08729617900007725, 0.08658089999971708, 0.08687330300017493, 0.08633086899953923, 0.08662324699980672, 0.08645280900054786, 0.0863178669997069, 0.08660998200048198, 0.08630520599945157, 0.08695607800018479, 0.08685648400023638, 0.08728586799952609, 0.08799406700018153, 0.08712887000001501, 0.08732359700024972, 0.08699377999982971, 0.08709847499994794, 0.0865189169999212, 0.0873743829997693, 0.0875059300005887, 0.0876959839997653, 0.08774166100010916, 0.08657107899944094, 0.0877959710005598, 0.08729818800020439, 0.08735172699925897, 0.09055580800031748, 0.08683316599945101, 0.08714377200067247, 0.08731800199984718, 0.08685470099953818, 0.08739878800042788, 0.08805013100027281, 0.08740390399998432, 0.08828427099979308, 0.08730810999986716, 0.08793267300006846, 0.08775650400002633, 0.08694581399959134, 0.08701353800006473, 0.08738988300046913, 0.08721297299962316, 0.0878581180004403, 0.08843620300012844, 0.08708909300003143, 0.08695660299963492, 0.08678661399972043, 0.08660389099986787, 0.08702070700019249, 0.08731839699976263, 0.08698158400056855, 0.0869812680002724, 0.08713172299940197, 0.08714803099974233, 0.08753696500025399, 0.08701294700040307, 0.08735840899953473, 0.08745726100005413, 0.0869745520003562, 0.08701203999953577, 0.08839385000010225, 0.08737160100008623, 0.08734837399970274, 0.0871468069999537, 0.08729864900033135, 0.08756788000027882, 0.08836218399937934, 0.08748622700022679, 0.08982149300027231, 0.08694871300031082, 0.08737565100000211, 0.08738208299928374, 0.08733215800020844, 0.08707870000034745, 0.08720388999972783, 0.08719171200027631, 0.08757684800002608, 0.08944424599940248, 0.08745402000022295, 0.08770503600044322, 0.09528492899971752, 0.08748720800031151, 0.08738078399983351, 0.0872295569997732, 0.08703743400019448, 0.08787475400004041, 0.08674188500026503, 0.08663284599970211, 0.0876325409999481, 0.09070833700025105, 0.08705025699964608, 0.0877518940005757, 0.08835552599975927, 0.08679668799959472, 0.0872856200003298, 0.087395393999941, 0.08718274399961956, 0.08690304300034768, 0.08727200300018012, 0.08778467100000853, 0.08780157199998939, 0.08718404899991583, 0.08717002399953344, 0.0879019359999802, 0.08716414300033648, 0.08717720000004192, 0.08803284500027075, 0.08774378299949603, 0.08766591099993093, 0.08821034399989003, 0.0879052350001075, 0.08830746000057843, 0.0877060459997665, 0.08703773799970804, 0.08809751599983429, 0.08723979600017628, 0.08730929200009996, 0.08734884099976625, 0.08712401800039515, 0.08690368600036891, 0.08737945099983335, 0.0867962060001446, 0.08752202999949077, 0.08842638100031763, 0.0874125059999642, 0.08779144599975552, 0.0872985409996545, 0.08747943700018368, 0.0875143660005051, 0.08752049099985015, 0.08752072700008284, 0.08690887800003111, 0.08710819399948377, 0.0870514620000904, 0.08793056200011051, 0.08746509600041463, 0.08713643899955059, 0.0873412709997865, 0.08709204800015868, 0.08742264200009231, 0.08771141600027477, 0.08803945799991197, 0.08782470599999215, 0.08682410799974605, 0.08799724700020306, 0.0873781059999601, 0.08736548799970478, 0.08834885400028725, 0.08717457900002046, 0.08703021000019362, 0.08758468699943478, 0.08753155400063406, 0.09036680899953353, 0.08619615899988275, 0.0867513430002873, 0.08734241999991355, 0.0871172490005847, 0.08754453199981072, 0.08716450599968084, 0.08707518600022013, 0.08653847599998699, 0.08744849699996848, 0.08678894999957265, 0.08667121100006625, 0.08681243200044264, 0.08674470899950393, 0.08757139299996197, 0.08713133900073444, 0.08886176199939655, 0.08690526000009413, 0.08603193900034967, 0.09157933499955107, 0.08730148100039514, 0.08694672799992986, 0.08708304900028452, 0.0868074889995114, 0.0866022010004599, 0.08656294399952458, 0.08672382500026288, 0.08671727999990253, 0.08657784299975901, 0.0861495429999195, 0.08651358400038589, 0.0863620219997756, 0.08613190200048848, 0.0866367779999564, 0.08635334900009184, 0.0861491229998137, 0.0867127330002404, 0.08703377499932685, 0.08619430999988253, 0.08642699500069284, 0.08646957099972497, 0.08643006500005868, 0.08681646599961823, 0.08677243200054363, 0.08625649699934002, 0.08671037100066314, 0.08667953199983458, 0.08636881999973411, 0.08702757999981259, 0.08660792299997411, 0.08679596399997536, 0.08714906300065195, 0.08665678599936655, 0.0858008940003856, 0.08659407699997246, 0.08674913800041395, 0.0865324039996267, 0.08622835699952702, 0.08581555199998547, 0.08678815200073586, 0.08651492099943425, 0.08663259300010395, 0.08668710399979318, 0.0910181540002668, 0.08638436300043395, 0.08673182199981966, 0.08636012199985998, 0.0863420750001751, 0.086284742999851, 0.08635288099958416, 0.0862442440002269, 0.08614481099994009, 0.0868576339998981, 0.08667396800046845, 0.08686954699987837, 0.08614094800032035, 0.0866855439999199, 0.08681550599976617, 0.08673750999969343, 0.08618958900024154, 0.08680315400033578, 0.08649555800002418, 0.0869962859997031, 0.08593197200025315, 0.08730212399950688, 0.08774425699994026, 0.08691176400043332, 0.08642904199950863, 0.08705833700059884, 0.08710488699944108, 0.08657008899990615, 0.0868651350001528, 0.08625503600069351, 0.08654613699945912, 0.0863410419997308, 0.0869080770007713, 0.086748931999864, 0.08693585399942094, 0.08616159100074583, 0.0868920259999868, 0.08634488400002738, 0.08657360699999117, 0.08687152799939213, 0.08736213600059273, 0.08674976399925072, 0.08621448400026566, 0.08647519999976794, 0.08659274500041647, 0.08716799699959665, 0.08691734100011672, 0.08636232800017751, 0.08639297300032922, 0.08623700299995107, 0.08667231900017214, 0.08664041499923769, 0.08647893100078363, 0.08659618599995156, 0.08726543800003128, 0.08658442099931563, 0.08659121199980291, 0.08944972900007997, 0.08617785100068431, 0.0917273449995264, 0.08717464199980896, 0.08673127400015801, 0.08678866300033405, 0.09077798999987863, 0.0859160249992783, 0.08610157100065408, 0.08610615999987203, 0.08569254899975931, 0.08683403600025486, 0.08796070300013525, 0.08711382199999207, 0.08690369599935366, 0.08661393300008058, 0.08650626500002545, 0.08634727900061989, 0.08647182599997905, 0.08635363699977461, 0.08635116499954165, 0.08670428300047206, 0.08756989300036366, 0.08642705399961415, 0.08640271199965355, 0.0867440110005191, 0.08637567200003105, 0.08671975800007203, 0.08701617099995929, 0.08729777400003513, 0.08661791499980609, 0.08619684599943866, 0.08646763100023236, 0.08670375200017588, 0.08723304199975246, 0.08629474000008486, 0.08654278199992405, 0.08596235700042598, 0.08671393799977523, 0.08625176799978362, 0.08603790000051958, 0.08660739100014325, 0.08653730999958498, 0.08621998299986444, 0.08652239999992162, 0.08727146799992624, 0.08709642800022266, 0.08630544500010728, 0.08659974900001544, 0.08654887099964981, 0.08703238599991892, 0.08658131000083813, 0.08681451599932188, 0.08640479699988646, 0.08671587000026193, 0.08668135199968674, 0.08667798000078619, 0.08750295799927699, 0.08707778799998778, 0.08703053600038402, 0.08581831700030307, 0.08677442099997279, 0.08679140599997481, 0.08660113799942337, 0.08612357600031828, 0.08663738900031603, 0.08630964899930404, 0.08709170000020094, 0.08641758199973992, 0.09080132399958529, 0.0858533050004553, 0.08592891699936445, 0.0872560900006647, 0.08727429699956701, 0.08666228299989598, 0.08595653400061565, 0.08626406299936207, 0.08621385900005407, 0.08665552399997978, 0.08711774200037325, 0.08681398600037937, 0.08680450099927839, 0.08786905900069542, 0.08677424099914788, 0.0862250980007957, 0.08727900199937721, 0.08662889600054768, 0.0868495669992626, 0.08792851500038523, 0.08631877199968585, 0.08700206899993645, 0.08930683200014755, 0.08677044800060685, 0.08722330000000511, 0.0907657139996445, 0.08708680699965043, 0.08743327800038969, 0.08676945099978184, 0.08674918100041396, 0.08650748599939106, 0.08605671300028916, 0.08723955300047237, 0.08687762299996393, 0.08691678299965133, 0.08643992599991179, 0.08639260600011767, 0.08655666100003145, 0.08720808500038402, 0.08694971499971871, 0.086609686999509, 0.08673055500003102, 0.08740067300004739, 0.08636041800036764, 0.08670369500032393, 0.0868142009994699, 0.08693698600018251, 0.08690497299994604, 0.08697671400022955, 0.08664232399951288, 0.0869904340006542, 0.08738827099932678, 0.08644312600063131, 0.08687283499966725, 0.08703473399964423, 0.08702198600076372, 0.08683493399985309, 0.08661496399963653, 0.08661990899963712, 0.08647841500078357, 0.08632949599996209, 0.0862232720000975, 0.08680483299940533]",tokens/s,11.480760667916337,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-7b,tiiuae/falcon-7b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Llama-2-7b-hf,meta-llama/Llama-2-7b-hf,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-rw-1b,tiiuae/falcon-rw-1b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-4B,Qwen/Qwen1.5-4B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,internlm2,internlm/internlm2-20b,internlm/internlm2-20b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,deci,Deci/DeciLM-7B,Deci/DeciLM-7B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,14662.119424,,,,,s,1,229.316449723,229.316449723,0.0,229.316449723,229.316449723,229.316449723,229.316449723,[229.316449723],,kWh,0.0026782916711701366,0.0014597718043043407,0,0.0041380634754744775,,MB,14740.402176,,,,,s,10,25.21669034300021,2.5216690343000208,0.008066143052900062,2.524634474000095,2.5289505310001914,2.5310757730001114,2.5327759666000476,"[2.5246021550001387, 2.5246667930000513, 2.525222734000181, 2.5168845349999174, 2.528478255000209, 2.5266344199999367, 2.5194220719999976, 2.5332010150000315, 2.5034656719999475, 2.5141126919997987]",tokens/s,101.52006330642908,kWh,2.9891349208194404e-05,1.629176343389659e-05,0.0,4.618311264209099e-05,tokens/kWh,5543151.714002994,MB,14741.512192,,,,,s,10,117.89399935599886,11.789399935599885,0.018165150997217834,11.785552066999799,11.809138839999832,11.817212910999842,11.82367216779985,"[11.764835694999874, 11.763631981999879, 11.78467553199971, 11.787507170000026, 11.807242760000008, 11.78315391499973, 11.825286981999852, 11.783892116000061, 11.80734460199983, 11.786428601999887]",tokens/s,5.343783427836893,kWh,0.00013903043227187506,7.577698572841486e-05,0.0,0.00021480741800028992,tokens/kWh,293285.96091553493,,s,630,117.88942679399952,0.1871260742761897,0.001703600244787775,0.18682596349981395,0.1887985774999379,0.18969673004994547,0.19253733846992419,"[0.18922225599999365, 0.18782139599989023, 0.18590848899975754, 0.18499123700030395, 0.18611743099972955, 0.18608592500004306, 0.18545431300026394, 0.18526619499971275, 0.18634560100008457, 0.18548132400019313, 0.1856753869997192, 0.18644938600027672, 0.18594939199965665, 0.1853404779999437, 0.18657387000030212, 0.1848923829998057, 0.18696321300012642, 0.18832419999989725, 0.18647907500007932, 0.18563207699980921, 0.1864451250003185, 0.18655590199978178, 0.18848696200029735, 0.186579791999975, 0.18638446799968733, 0.18716643900006602, 0.18699386200023582, 0.1857468139996854, 0.18618581900000208, 0.18662674999995943, 0.18644947700022385, 0.18555137300018032, 0.1883914109998841, 0.18829077899999902, 0.18692386599968813, 0.1866576850002275, 0.18754170800002612, 0.18686405300013575, 0.186973014999694, 0.18633843499992508, 0.1871248170000399, 0.1877103450001414, 0.18671396699983234, 0.19076825800038932, 0.18592723899973862, 0.18608622900001137, 0.18562018800002988, 0.19123212500016962, 0.18704773499985095, 0.18708397499995044, 0.18635589299992716, 0.18644511299999067, 0.18646905300010985, 0.18677886800014676, 0.18646906899994065, 0.18629278900016288, 0.18750006999971447, 0.1887702970002465, 0.18772281299970928, 0.18581532700000025, 0.18610119999993913, 0.18585184900030072, 0.18637446000002456, 0.189983631999894, 0.18585517100018478, 0.18638125699999364, 0.18693802999996478, 0.18724482800007536, 0.18597010199982833, 0.18626637399984247, 0.18645984800014048, 0.18678074899980857, 0.18641191100005017, 0.18655172000035236, 0.18695047199980763, 0.18716692399993917, 0.18683720499984702, 0.18580203000010442, 0.1867090300002019, 0.18894017499997062, 0.18548490400007722, 0.18496237099998325, 0.1856336639998517, 0.18798242299999401, 0.18567578000011054, 0.18500765099997807, 0.18501614700016944, 0.19018538899990745, 0.186916649000068, 0.1866382089997387, 0.18827473300007114, 0.18624572799990347, 0.1857688009999947, 0.18572075900010532, 0.1867795930002103, 0.18662079399973663, 0.1858774390002509, 0.18768939099982163, 0.18566965799982427, 0.1872323279999364, 0.18684852100022908, 0.186720773000161, 0.18594867000001614, 0.1869345689997317, 0.1868679770000199, 0.18756517800011352, 0.18526980199976606, 0.18620487800035335, 0.18631478799989054, 0.18605920999971204, 0.18657103400028063, 0.18885075499974846, 0.18675676400016528, 0.186646378000205, 0.18626046600002155, 0.18678249599997798, 0.18691980899984628, 0.1891442780001853, 0.1866502309999305, 0.18678019699973447, 0.18705419000025358, 0.18806383899982393, 0.18612333100008982, 0.18641566499991313, 0.18585557599999447, 0.18694050300018716, 0.19011677299977237, 0.19154617399999552, 0.1853975869998976, 0.1857987610001146, 0.1854382540000188, 0.18554567799992583, 0.18620885700011058, 0.18543206699996517, 0.18857144399999015, 0.1856748029999835, 0.18488867099995332, 0.18522711900004651, 0.1853198839999095, 0.18469002600022577, 0.18617264200020145, 0.1857012229997963, 0.18713452700012567, 0.1867001129999153, 0.18597276099990268, 0.18620306299999356, 0.18778691099987554, 0.1858162460002859, 0.18592798100007712, 0.1852300609998565, 0.18598542500012627, 0.18524298599959366, 0.18584795500009932, 0.18598040599999877, 0.18610261000003447, 0.18630739900027038, 0.18879689899995356, 0.1856397299998207, 0.1883494060002704, 0.18876409799986504, 0.18535881899970263, 0.2052210480001122, 0.18594746799999484, 0.18625591699992583, 0.1865927100002409, 0.18629137500010984, 0.1874866549997023, 0.18722918299999947, 0.18696612100029597, 0.18674041399981434, 0.18622164899989002, 0.18824470100025792, 0.18658579599969016, 0.1856174910003574, 0.18679093199989438, 0.18798017600011008, 0.18598059999976613, 0.18837882500019987, 0.18755977899991194, 0.18947115699984352, 0.18890633199998774, 0.19168665000006513, 0.1868945100000019, 0.18785585900013757, 0.1857831309998801, 0.18537539899989497, 0.18695557299997745, 0.18726675400012027, 0.18704495300016788, 0.1900815879998845, 0.18649937700001828, 0.1847577150001598, 0.1861582759997873, 0.18600387100013904, 0.18657363100010116, 0.18602653399966584, 0.18848253700025452, 0.18680632999985392, 0.18682559899980333, 0.1855290530002094, 0.18561996500011446, 0.18595067099977314, 0.18497486400019625, 0.18594424599996273, 0.18681301400010852, 0.187379897000028, 0.1866511619996345, 0.18624212400027318, 0.18844871900000726, 0.18609308599980068, 0.18577816500010158, 0.18562005300009332, 0.18583577599974888, 0.18520476699995925, 0.18622646400035592, 0.18671424700005446, 0.18655805999969743, 0.18924256500031333, 0.18586127199978364, 0.18609577699999136, 0.18641561999993428, 0.1930992510001488, 0.18943923699998777, 0.1863799510001627, 0.18571061999955418, 0.1860524680000708, 0.18580678200032708, 0.18609473199967397, 0.19047820700006923, 0.18950080000013259, 0.18882118999999875, 0.1887473990000217, 0.18862736199980645, 0.19001129400021455, 0.1864273989999674, 0.18701912799997444, 0.18603413799974078, 0.18647988100019575, 0.1866523120002057, 0.18734637599982307, 0.1870807479999712, 0.18774007399997572, 0.18771500599996216, 0.18750004899993655, 0.187531360000321, 0.1880473080000229, 0.18951719300002878, 0.18802359899973453, 0.1866623740002069, 0.187249397999949, 0.1865390119996846, 0.18730151800036765, 0.1899841029999152, 0.18563340999980937, 0.18640179700014414, 0.18742450699983237, 0.1856702929999301, 0.18905915400000595, 0.18601973100021496, 0.18560419599998568, 0.18759912799987433, 0.19155881000006048, 0.1860949760002768, 0.18682632799982457, 0.18643230199995742, 0.1866539930001636, 0.1862035859999196, 0.18574610299992855, 0.18617026599986275, 0.18635223000001133, 0.18602434900003573, 0.18571644400026344, 0.18710081299968806, 0.18735201500021503, 0.18691704599996228, 0.1865008649997435, 0.1872599490002358, 0.18728598600000623, 0.18715303599992694, 0.18838776500024323, 0.1871026509998046, 0.18912294600022506, 0.1869036349999078, 0.1888487940000232, 0.1891854309997143, 0.18975152000029993, 0.18778153499988548, 0.18890476399974432, 0.18705954500001098, 0.18792360400038888, 0.18714923599964095, 0.18700705300034315, 0.18664747899993017, 0.1866832699997758, 0.18784295200021006, 0.18755744899999627, 0.18824713599997267, 0.18639647800000603, 0.18576971199991021, 0.18687308500011568, 0.1870583859999897, 0.1861157200000889, 0.18707290799966358, 0.18677398700037884, 0.1875729329999558, 0.1878546269999788, 0.18750645799991617, 0.1888702349997402, 0.18729140200002803, 0.18802250800035836, 0.18715749199964193, 0.19073541300031138, 0.18775736199995663, 0.18772078399979364, 0.1913852580000821, 0.1900649029998931, 0.1857368599999063, 0.18516338600011295, 0.18500995600015813, 0.18548736999991888, 0.18464127900006133, 0.18620686899976135, 0.18703597500007163, 0.1852116219997697, 0.1850613080000585, 0.1853648780002004, 0.18578273200000694, 0.18533357600017553, 0.18630635299996356, 0.18706155799964108, 0.18610750900006678, 0.1874299690002772, 0.18793726599960792, 0.18736164900019503, 0.18692739400012215, 0.18659660399998756, 0.1872952969997641, 0.18640969200032487, 0.18595001599987881, 0.1865000699999655, 0.1866847719998077, 0.1866818720000083, 0.18756109800006016, 0.18719322500010094, 0.18743994499982364, 0.1870128100003967, 0.18659269299996595, 0.18694233199994414, 0.18797521599981337, 0.18724661099986406, 0.1878337940001984, 0.1912064130001454, 0.18607415499991475, 0.18645359099991765, 0.1926017360001424, 0.18833906800000477, 0.1890532570000687, 0.1866256710000016, 0.1867515179997099, 0.18645971400019334, 0.18596601999979612, 0.18656151000004684, 0.18764901300028214, 0.18734238799970626, 0.1899796669999887, 0.18733431700002257, 0.1876817590000428, 0.1870459619999565, 0.18710427899986826, 0.18761328200025673, 0.18720566899992264, 0.1870167259999107, 0.18840720500020325, 0.18638991999978316, 0.18684548600003836, 0.18629285399993023, 0.1875873590001902, 0.18796679900015079, 0.18973488599976918, 0.18671488800009683, 0.1875663769997118, 0.18793137900001966, 0.18754758700015373, 0.18708690199991906, 0.1873771499999748, 0.18649572100002842, 0.1863375390003057, 0.18740875799994683, 0.1878804869998021, 0.18861307099996338, 0.18775107100009336, 0.18914576699989993, 0.1885598030003166, 0.1870426669997869, 0.19326106000016807, 0.1876932109998961, 0.18679610299977867, 0.18700837300002604, 0.18695065700012492, 0.1867259099999501, 0.1865247340001588, 0.18772296199995253, 0.18692857799987905, 0.18726243499986595, 0.1868590080002832, 0.18631929899993338, 0.18709260000014183, 0.1868660400000408, 0.1869620589995975, 0.1871568900000966, 0.18846381100001963, 0.1869317850000698, 0.1868672069999775, 0.18625955800007432, 0.18679314700011673, 0.18815676299982442, 0.18709964800018497, 0.1877791949996208, 0.18718105000016294, 0.18697126799997932, 0.1865835869998591, 0.187342345000161, 0.18903356700002405, 0.1896466580001288, 0.1873208019997037, 0.18671295600006488, 0.18737916300005963, 0.18718371300019498, 0.20616567499973826, 0.1868372110002383, 0.18749006699999882, 0.18665557999975135, 0.18678592100013702, 0.1878619079998316, 0.18786811200016018, 0.1873878119999972, 0.18702621400007047, 0.18670377399985227, 0.18696232699994653, 0.18607036599996718, 0.1859653960000287, 0.1900307949999842, 0.186666133000017, 0.1857223349998094, 0.18516316900013408, 0.18565447499986476, 0.1853758770002969, 0.185821200999726, 0.18607373300028485, 0.185848538999835, 0.18551760099990133, 0.18761016300004485, 0.1872861520000697, 0.18561311899975408, 0.18696359400018991, 0.1853327270000591, 0.18664036100017256, 0.1864349749998837, 0.18590429400001085, 0.18566235799971764, 0.18602349699995102, 0.1861468230003993, 0.18705171800002063, 0.18736946799981524, 0.18654234799987535, 0.18613624399995388, 0.18689227599998048, 0.18622757800039835, 0.18668284099976518, 0.18642140300016763, 0.18605513900001824, 0.1864214339998398, 0.18647725199980414, 0.18828996399997777, 0.18725964500026748, 0.18549078900014138, 0.185710724999808, 0.1858853700000509, 0.18624014099987107, 0.18621450899991032, 0.18720292600028188, 0.18681025899968517, 0.1875042570000005, 0.18661447000022235, 0.186675237000145, 0.18895448700004636, 0.18644554699994842, 0.19207679399960398, 0.18827625500034628, 0.18833369000003586, 0.18725657999993928, 0.18698272599976917, 0.1880885750001653, 0.1872243249999883, 0.18687753499989412, 0.19115814799988584, 0.18861579700023867, 0.18832379900004526, 0.18839200499996878, 0.18905743799996344, 0.1877982589999192, 0.189410362000217, 0.18918125099980898, 0.18728988800012303, 0.19003032999989955, 0.18735365400016235, 0.1860293830000046, 0.1859333079996759, 0.18641697300017768, 0.18595443200001682, 0.18728712699976313, 0.18583422500023516, 0.18562365800016778, 0.18754707499965662, 0.1864783310002167, 0.1863739909999822, 0.18689352699993833, 0.1865228520000528, 0.18685257900006036, 0.18709254399982456, 0.18855116099985025, 0.19077254700005142, 0.1877925880003204, 0.1873768199998267, 0.18731146700019963, 0.18881368399979692, 0.1866101810001055, 0.19259410799986654, 0.18856445800020083, 0.18733753599963165, 0.18674582000039663, 0.18866923599989605, 0.18696426699989388, 0.186536882999917, 0.18715586200005419, 0.1875416809998569, 0.18818075900026088, 0.18801689299971258, 0.18693849600003887, 0.18651399000009405, 0.18781014300020615, 0.18760667399965314, 0.18723414600026445, 0.1870995409999523, 0.1871947800000271, 0.18965009500016095, 0.18671963599990704, 0.18662427399976877, 0.186402021000049, 0.18707833999997092, 0.18668760900027337, 0.186739100000068, 0.18815694699969754, 0.18670035300010568, 0.18761167799993927, 0.1875708070001565, 0.1886642889999166, 0.18842786000004708, 0.18820102400013639, 0.18792494499984969, 0.18689030299992737, 0.18664937599987752, 0.18717582499994023, 0.18687821900039125, 0.18746566599975267, 0.18759148300023298, 0.1869190190000154, 0.19456231499998466, 0.1876634139998714, 0.18609438300018155, 0.18620863099977214, 0.18656203500040647, 0.18599816899995858, 0.1856915849998586, 0.18730754299986074, 0.18753978399990956, 0.18721914000025208, 0.18683621399986805, 0.1865934530001141, 0.1861675700001797, 0.18604692899998554, 0.18676202400001785, 0.18614268799956335, 0.18719653700009076, 0.18650159400021948, 0.18617255099979957, 0.1879929780002385, 0.1875494850000905, 0.1886721129999387, 0.18671790500002317, 0.1857818559997213, 0.1866586930000267, 0.18732936700007485, 0.18623975399987103, 0.18646673900002497, 0.18591487300000153, 0.18710145300019576, 0.18719994200000656, 0.18777325099972586, 0.18711710300021878, 0.18751954299978024, 0.18638153000028979, 0.18645743999968545, 0.186229153000113, 0.18658845200025098, 0.18659133299979658, 0.18656642999985706, 0.18639615200027038, 0.18683488599981501, 0.18613510100021813, 0.18657290000010107, 0.18631994699990173, 0.18543045199976405, 0.18561668300026213, 0.18673311199972886, 0.18744087799996123, 0.1866927310002211, 0.18667980400005035, 0.18753739499970834, 0.18934443800026202, 0.18964986399987538, 0.1892888560000756, 0.18670038399977784, 0.1858283620003931, 0.18737580699962564, 0.18677258800016716, 0.1923983510000653, 0.1860919770001601, 0.18914048299984643, 0.18689995599970644]",tokens/s,5.343990696475815,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stablelm,stabilityai/stablelm-3b-4e1t,stabilityai/stablelm-3b-4e1t,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-13b,huggyllama/llama-13b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-2.7b,facebook/opt-2.7b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,phi,microsoft/phi-1_5,microsoft/phi-1_5,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,recurrent_gemma,google/recurrentgemma-2b,google/recurrentgemma-2b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gptj,EleutherAI/gpt-j-6b,EleutherAI/gpt-j-6b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,12675.387392,,,,,s,1,199.88440986900014,199.88440986900014,0.0,199.88440986900014,199.88440986900014,199.88440986900014,199.88440986900014,[199.88440986900014],,kWh,0.0023300433634187477,0.0012699627762901991,0,0.003600006139708947,,MB,12924.985344,,,,,s,10,18.729645449000145,1.8729645449000145,0.008662469428448163,1.8742082750000009,1.8847147502001462,1.8857918261001032,1.8866534868200688,"[1.8691858699999102, 1.866395582000223, 1.876010282000152, 1.8868689020000602, 1.8578410469999653, 1.87765748899983, 1.873671763999937, 1.8844754000001558, 1.8627943269998468, 1.8747447860000648]",tokens/s,136.6817117265112,kWh,2.2094498833055055e-05,1.2042146643259755e-05,0.0,3.413664547631481e-05,tokens/kWh,7499272.304820392,MB,13055.91808,,,,,s,10,106.7469515849998,10.674695158499981,0.01906270999743508,10.669325931000003,10.698497402000157,10.710436122499914,10.719987098899718,"[10.65287973500017, 10.675227232999987, 10.669359090999933, 10.72237484299967, 10.695844353000211, 10.664142535999872, 10.670992067000043, 10.663520720000179, 10.669292771000073, 10.663318235999668]",tokens/s,5.901807879715867,kWh,0.0001258348347295143,6.858491341450176e-05,0.0,0.00019441974814401601,tokens/kWh,324041.15631984506,,s,630,106.74186991499937,0.16943153954761805,0.0017559270092563244,0.16973319700014144,0.1712258852001014,0.17178013579984963,0.17447381484992552,"[0.17185801799996625, 0.16605274200037456, 0.16704971899980592, 0.16634728500002893, 0.16816012299977956, 0.16804099099999803, 0.16797410400022272, 0.16548900299994784, 0.16546709500016732, 0.1658084929999859, 0.16653266699995584, 0.16747780800005785, 0.16710224899998138, 0.16643622099991262, 0.16786414499983948, 0.16802796000001763, 0.16740153799992186, 0.167825811000057, 0.16823170099996787, 0.16772514700005559, 0.1682994080001663, 0.16992710399972566, 0.16900050900039787, 0.1694510249999439, 0.16920796599970345, 0.16878556100027708, 0.16868241699967257, 0.16976486500016108, 0.16932707900014066, 0.16996573899996292, 0.16949165999994875, 0.1685800489999565, 0.1686783169998307, 0.17005854600029124, 0.1693060779998632, 0.1704534099999364, 0.17041885500020726, 0.16901838900002986, 0.17002815699970597, 0.17064543400010734, 0.1760264049999023, 0.16996912000013253, 0.1697025919997941, 0.1688850620002995, 0.16910734199973376, 0.16944212500038702, 0.16848900799959665, 0.16904920100023446, 0.16905503699990732, 0.16983318100028555, 0.16949134099968433, 0.1720699259999492, 0.17006215300034455, 0.1702215539999088, 0.17102157999988776, 0.16927551800017682, 0.1698999819996061, 0.17012662000024648, 0.17045313100015846, 0.1706271199996081, 0.17243823100034206, 0.17054595599984168, 0.17064458300001206, 0.17189992199973858, 0.16494140600025275, 0.16733000399972298, 0.16857968800013623, 0.168476020000071, 0.16720298000018374, 0.16705863599963777, 0.16633440700024948, 0.1669578329997421, 0.16728963600007773, 0.16631107700004577, 0.16662716800010458, 0.16707157300015751, 0.16746312099985516, 0.1685182490000443, 0.16909041500002786, 0.16735411199988448, 0.1674358499999471, 0.16958189900014986, 0.17017420599995603, 0.16808674200001406, 0.17024123600003804, 0.1695032929997069, 0.16900703200008138, 0.16921979300013845, 0.1736164139997527, 0.17103142500036483, 0.17020996099972763, 0.1697621450002771, 0.16952130499976192, 0.17116075600006297, 0.1689205759998913, 0.1701936970002862, 0.1698404959997788, 0.17007785700025124, 0.17020910299970637, 0.17034254500003954, 0.16997395499993218, 0.16943775000027017, 0.1700398929997391, 0.16937232999998741, 0.17007227000021885, 0.1707195529997989, 0.1699601929999517, 0.17006765400037693, 0.17019630400000096, 0.17015406099972097, 0.16954226899997593, 0.17095358699998542, 0.1707134359999145, 0.1712063160002799, 0.16941575400005604, 0.16979318699986834, 0.17054567500008488, 0.1714236150000943, 0.17007505399988077, 0.17014374099971974, 0.17097033000027295, 0.17028650399970502, 0.17079247000037867, 0.1704634630000328, 0.170739329999833, 0.17106048400000873, 0.171042550999573, 0.16665487800037226, 0.16585130399971604, 0.16789063300029738, 0.16771592399982183, 0.16661500899999737, 0.16625809700008176, 0.16692252299981192, 0.16594614099994942, 0.1665014710001742, 0.1711107890000676, 0.1679815869997583, 0.16681062299994664, 0.1670598919999975, 0.16696452100040915, 0.16770545099961964, 0.16791995900030088, 0.1679896949999602, 0.1678416350000589, 0.1692470999996658, 0.16876995700022235, 0.16945693700017728, 0.16885170799969274, 0.1686186130000351, 0.16907802900004754, 0.16962138500002766, 0.1700694169999224, 0.17054312400023264, 0.16981566100002965, 0.16955768699972396, 0.1705640449999919, 0.1700559199998679, 0.17013663100033227, 0.1735362249996797, 0.1698035880003772, 0.16913866400000188, 0.17105251199973281, 0.16973119200019937, 0.1704237760000069, 0.17029595699978017, 0.17014715300001626, 0.17022357299993018, 0.16907641000034346, 0.16955892099986158, 0.17131358500000715, 0.17021829899977092, 0.1699697060003018, 0.1700293670000974, 0.1691761049996785, 0.17060487500020827, 0.170220775999951, 0.16996567499973025, 0.17043088600030387, 0.1708326789998864, 0.1699733179998475, 0.17033075600011216, 0.16980138600001737, 0.1713512430001174, 0.17169010599991452, 0.17106583700024203, 0.17073825599982229, 0.1707749510001122, 0.170242405999943, 0.17132351600002949, 0.16716938599984132, 0.1657441470001686, 0.17033756499995434, 0.16974062400004186, 0.16846880100001727, 0.16768422799987093, 0.16694715699986773, 0.16701482400003442, 0.16696573599983822, 0.1667836750002607, 0.16824920199996996, 0.16857947600010448, 0.16952961099968888, 0.169539302999965, 0.1706303150003805, 0.16926218199978393, 0.16924902000027942, 0.1696589509997466, 0.17066625200004637, 0.16964185000006182, 0.17229111500000727, 0.17019323099975736, 0.1700749540000288, 0.16987525800004732, 0.16994415399994978, 0.16947115199991458, 0.17001439900013793, 0.17127327900016098, 0.170227507999698, 0.17002314700039278, 0.1703748979998636, 0.1697633499998119, 0.16972849200010387, 0.16979993899985857, 0.17130575500004852, 0.17052664500033643, 0.17103782399999545, 0.17090529799997967, 0.16914173299983304, 0.16983075699999972, 0.17122235399983765, 0.17123038700037796, 0.17078839299983883, 0.17037773899983222, 0.17043530399996598, 0.1702785750003386, 0.17094775999976264, 0.17290998999988005, 0.1734748120002223, 0.1725475949997417, 0.17197535800005426, 0.17084068800022578, 0.17105513899969083, 0.17661351900005684, 0.17071925400023247, 0.17094747400005872, 0.17011636699999144, 0.17205958799968357, 0.17134340700022221, 0.1713796529998035, 0.17088228900001923, 0.17074962400010918, 0.17152736600019125, 0.16796120600020004, 0.1671969489998446, 0.1694172200000139, 0.1679489719999765, 0.16727726399994935, 0.16654768399985187, 0.16743014300027426, 0.1668880590000299, 0.16683313299972724, 0.16858459200011566, 0.1675810140000067, 0.16794761400024072, 0.16732612699979654, 0.16890778800006956, 0.1671867109998857, 0.16743622200010577, 0.16873511199992208, 0.16817102799996064, 0.16914454100015064, 0.1685516339998685, 0.1699321589999272, 0.16986971100004666, 0.16895231600028637, 0.1692695299998377, 0.16944291499976316, 0.17011838200005513, 0.17040563399996245, 0.17073533400025553, 0.17147641700012173, 0.17016393399990193, 0.17196557999977813, 0.17030295800032036, 0.17087741999966966, 0.17190516800019395, 0.17043645400008245, 0.17143700399992667, 0.16964685699986148, 0.1707652780000899, 0.1760761509999611, 0.17130786000006992, 0.17022016300006726, 0.1704695759999595, 0.17054505999976755, 0.1707374380002875, 0.170401173999835, 0.1705239480002092, 0.16989355199984857, 0.17033339399995384, 0.16999844000019948, 0.17004210099958073, 0.16981211100028304, 0.17035134299976562, 0.16960849500037511, 0.1702706119999675, 0.17095099299967842, 0.16997368900001675, 0.17013331199996173, 0.17143941500034998, 0.17127777399991828, 0.17059100899996338, 0.17296645899978103, 0.17102258700015227, 0.17107140200005233, 0.16657525099981285, 0.1677284890001829, 0.16736968900022475, 0.16579406799974095, 0.1664308690001235, 0.16589512600012313, 0.1654494269996576, 0.16557371700037038, 0.16685723199998392, 0.16613750799979243, 0.16688701800012495, 0.16628122199972495, 0.16800319499998295, 0.16738431600015247, 0.16759180600001855, 0.16788466300022264, 0.16859900299959918, 0.1674981580003987, 0.168783295999674, 0.1686687209999036, 0.16933607800001482, 0.16893448800010447, 0.16947371900005237, 0.17475814099998388, 0.1694428619998689, 0.17029076400012855, 0.16928139900028327, 0.16900627399991208, 0.16958918199998152, 0.16988525899978413, 0.16907876000004762, 0.16966272800027582, 0.16942414199957057, 0.1698111499999868, 0.1718193980000251, 0.16972279000037815, 0.1702188809999825, 0.1704522739996719, 0.17057516000022588, 0.17095431699999608, 0.17077138500008004, 0.1710219970000253, 0.17045782800005327, 0.1706220339997344, 0.16963685500013526, 0.16975101499974699, 0.1699255590001485, 0.17012812800021493, 0.17028080099998988, 0.17087066799967943, 0.1706223979999777, 0.17125828700000056, 0.17015158799995334, 0.1703528660000302, 0.1702637510002205, 0.17021186600004512, 0.16991395400009424, 0.1706083689996376, 0.17017399500036845, 0.17047608499979106, 0.17089248299998872, 0.1710803969999688, 0.17245278900008998, 0.1687162419998458, 0.1686394560001645, 0.16876866799975687, 0.1659103460001461, 0.1655426960001023, 0.16558336899970527, 0.16539234300034877, 0.16485115199975553, 0.17134733100010635, 0.16602977200000169, 0.16720142499980284, 0.16619515000002139, 0.16669631800004936, 0.1673836139998457, 0.16667519300017375, 0.16741582199983895, 0.16832056100020054, 0.16899003500020626, 0.16714316999969014, 0.1676898450000408, 0.16790260400011903, 0.16853139499971803, 0.1687044860000242, 0.1688329030002933, 0.16962977899993348, 0.1698363519999475, 0.1693222290000449, 0.16932105900013994, 0.1692993789997672, 0.1698142390000612, 0.17004034699994008, 0.17000957900017966, 0.1704536970000845, 0.17067779399985739, 0.17123691400001917, 0.17107379799972477, 0.17051383300031375, 0.17011884699968505, 0.1701396910002586, 0.17141281399972286, 0.17156418300010046, 0.17050810799992178, 0.17122538500007067, 0.170277735000127, 0.1711836559998119, 0.17204311500017866, 0.17076622500007943, 0.1699910729998919, 0.17010385699995823, 0.17140073300015501, 0.17150342800005092, 0.17177538599980835, 0.16929013100025259, 0.16985729799989713, 0.16971671800001786, 0.1704711090001183, 0.17064884299998084, 0.17147204899993085, 0.16989383800000724, 0.17109433999985413, 0.1710607869999876, 0.17085538299988912, 0.172450685000058, 0.16812908199972298, 0.16664632100037124, 0.16621168199981184, 0.1665662360001079, 0.16531918400005452, 0.16681098099979863, 0.16637489899994762, 0.16612009800019223, 0.1667833139999857, 0.1663940119997278, 0.16633190000038667, 0.16631666199964457, 0.1679038830002355, 0.16885903699994742, 0.16772837500002424, 0.16824108999981036, 0.16995012600000337, 0.1683961880003153, 0.1695326340000065, 0.16973555799995665, 0.1683415210000021, 0.16837382699986847, 0.16894029200011573, 0.1696975569998358, 0.16927176800027155, 0.1689428989998305, 0.16895435100013856, 0.16952484399962486, 0.16893969700004163, 0.16884800100024222, 0.1690050170000177, 0.16888926299998275, 0.17044513600012579, 0.17030705999968632, 0.17036181899993608, 0.17000278000023172, 0.16889918800006853, 0.16901206500006083, 0.16954323499976454, 0.16854037500024788, 0.17003769299981286, 0.17007095700000718, 0.16998372199986989, 0.16955333400028394, 0.17002297199996974, 0.16962398599980588, 0.1699873130000924, 0.16993772900013937, 0.170971647999977, 0.16993595199983247, 0.16901516999996602, 0.16960701800007882, 0.17581731600012063, 0.17007679899961659, 0.17055784100011806, 0.1710742760001267, 0.1717378240000471, 0.17044212099972356, 0.171272689000034, 0.17050116800010073, 0.17341471000008823, 0.17377770599978248, 0.17148790400005964, 0.16869177699982174, 0.1667960330000824, 0.16666450799993981, 0.16793428400023913, 0.16827630999978282, 0.16613940100023683, 0.1662224309998237, 0.1665349229997446, 0.16651829000011276, 0.16633117099991068, 0.16673218400001133, 0.16703395300010015, 0.16804261700008283, 0.16780579999976908, 0.16789380700038237, 0.1680889279996336, 0.16850714000020162, 0.16817268400018293, 0.16874908299996605, 0.16857992599989302, 0.16933676500002548, 0.1688386040000296, 0.16943033899997317, 0.16852881099976003, 0.1690509490003933, 0.1689549969996733, 0.1696946540000681, 0.16968323299988697, 0.17018541600009485, 0.1696414719999666, 0.16924522599992997, 0.17181931499999337, 0.17029051500003334, 0.17212680600005115, 0.1709988370002975, 0.1717840219998834, 0.17079933900004107, 0.17590547000008883, 0.16978533199971935, 0.16973520200008352, 0.1697682280000663, 0.17017063100001906, 0.17038282199973764, 0.1700909920000413, 0.16957271699993726, 0.16909723100025076, 0.1697986949998267, 0.17037386199990578, 0.16979600800004846, 0.17021285200007696, 0.169976601000144, 0.16985027000009723, 0.17013794299964502, 0.16982866400030616, 0.16972620899969115, 0.16908142500005852, 0.17065619400000287, 0.17032660700033375, 0.17092678399967554, 0.17061928300017826, 0.17095556599997508, 0.1702407799998582, 0.1715037509998183, 0.16765972700022758, 0.16639759500003493, 0.16591054799982885, 0.1676608650000162, 0.16725471100016875, 0.1657967109999845, 0.1671980429996438, 0.16578424900035316, 0.1662309789999199, 0.16764105899983406, 0.16735610600017026, 0.16661504600006083, 0.16772334300003422, 0.16828512899974157, 0.1689041200002066, 0.1681896139998571, 0.1687334190000911, 0.16764982199993028, 0.17090051900004255, 0.1688017389997185, 0.16986163400042642, 0.16887858499967479, 0.17592255599993223, 0.16916609899999457, 0.16888118199995006, 0.16946939800027394, 0.16965087700009462, 0.16950768700007757, 0.1691983339997023, 0.16978321199985658, 0.1704174790002071, 0.16883341199991264, 0.16887601400003405, 0.16941958600000362, 0.1689715550000983, 0.1699462090000452, 0.168887347999771, 0.16934712000011132, 0.16928698399988207, 0.16965093900034844, 0.1691400239997165, 0.1693642750001345, 0.1695213100001638, 0.16889533699986714, 0.16951059899975007, 0.1702370780003548, 0.17058663799980422, 0.16987683300021672, 0.1697950459997628, 0.17198112100004437, 0.16999259800013533, 0.17064780900000187, 0.17133279299969217, 0.17029569700025604, 0.17100092300006509, 0.1702795920000426, 0.17154655399963303, 0.17082759899994926, 0.17057124400025714, 0.1704478920000838, 0.1710883279997688, 0.16972818900012498]",tokens/s,5.902088847625409,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stablelm,stabilityai/stablelm-2-1_6b,stabilityai/stablelm-2-1_6b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,togethercomputer/RedPajama-INCITE-Base-3B-v1,togethercomputer/RedPajama-INCITE-Base-3B-v1,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Meta-Llama-3-8B,meta-llama/Meta-Llama-3-8B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen2-beta-14B,Qwen/Qwen2-beta-14B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-32B,Qwen/Qwen1.5-32B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-125m,EleutherAI/gpt-neo-125m,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,799.051776,,,,,s,1,8.594879406000473,8.594879406000473,0.0,8.594879406000473,8.594879406000473,8.594879406000473,8.594879406000473,[8.594879406000473],,kWh,7.256885595486185e-05,3.955146393393532e-05,0,0.00011212031988879718,,MB,835.817472,,,,,s,14,1.076135077998515,0.07686679128560822,0.0004883562413950903,0.0768380370000159,0.07752340439974433,0.07771369694996792,0.07786819779029429,"[0.07790682300037588, 0.07655302999955893, 0.07693950599968957, 0.07711766200009151, 0.07760970599974826, 0.07689574000050925, 0.07625467799971375, 0.07709523899939086, 0.07655354200051079, 0.0765082549996805, 0.07618667899987486, 0.07641185000011319, 0.07678033399952255, 0.07732203399973514]",tokens/s,3330.4369249498113,kWh,9.326663956474732e-07,5.08325293767534e-07,0.0,1.4409916894150073e-06,tokens/kWh,177655431.24258208,MB,847.91296,,,,,s,14,9.528246803000002,0.680589057357143,0.0030922780829000097,0.6804444969998258,0.6842232507002336,0.6853335260503173,0.6861709148101091,"[0.6829477379997115, 0.6847698990004574, 0.682888825000191, 0.6821346030001223, 0.6816673809998974, 0.6800000599996565, 0.686380262000057, 0.6761088500006736, 0.6752318889994058, 0.680345013999613, 0.6770766899999217, 0.6805439800000386, 0.6801603989997602, 0.6779912130004959]",tokens/s,92.56687176934787,kWh,8.043686056683415e-06,4.384006145946697e-06,0.0,1.2427692202630108e-05,tokens/kWh,5069324.132976767,,s,882,9.52053339000031,0.010794255544218038,0.0003343438159347899,0.010742770999968343,0.011016953800208285,0.011136823449578514,0.01266067148001639,"[0.013644392999594857, 0.0111318660001416, 0.011035055999855103, 0.010800773000482877, 0.010934277999695041, 0.010815247000209638, 0.010826200999872526, 0.010776576999887766, 0.010919586999989406, 0.010741416000200843, 0.01082063499961805, 0.01065310300054989, 0.010586229999717034, 0.010647580999830097, 0.010670012999980827, 0.010582276000604907, 0.010731524999755493, 0.010637153000061517, 0.010838671999408689, 0.01082212600067578, 0.010821655999279756, 0.010682417000680289, 0.01084855399949447, 0.010553030000664876, 0.010708610999245138, 0.010995798000294599, 0.010617453000122623, 0.010833389000254101, 0.010813445999701798, 0.011611416000050667, 0.010842689000128303, 0.010854506000214315, 0.010613928999191558, 0.010669527000572998, 0.01064567100002023, 0.010623246999784897, 0.01080662900039897, 0.010818546999871614, 0.010806461999891326, 0.01057843699982186, 0.010679717999664717, 0.010728652000580041, 0.010683966999749828, 0.010847366000234615, 0.010838025999873935, 0.010557714000242413, 0.010975372999382671, 0.010738318000221625, 0.011034844999812776, 0.010835963999852538, 0.010701199000322958, 0.010854514000129711, 0.010602118999486265, 0.010726218000854715, 0.010689688999264035, 0.01069535700025881, 0.010842208999747527, 0.01060231900009967, 0.010788079000121797, 0.01065362000008463, 0.010913795999840659, 0.010705220000090776, 0.011338023999996949, 0.012870716999714205, 0.011329409000609303, 0.011126432999844837, 0.011350359000061871, 0.010910609999882581, 0.010885276999943017, 0.01068659700013086, 0.010946524000246427, 0.010706254999604425, 0.011059301999921445, 0.010612126000523858, 0.010725101999923936, 0.010629915999743389, 0.010577615999864065, 0.01083763499991619, 0.010602829000163183, 0.010942033999526757, 0.010784691000480962, 0.010674608999579505, 0.010764635000668932, 0.01092616599999019, 0.011190474999239086, 0.01085672000044724, 0.010771344999739085, 0.010662069999852974, 0.01101539200044499, 0.010760913000012806, 0.01070806999996421, 0.010788956999931543, 0.0110260270002982, 0.010742522999862558, 0.011110751999694912, 0.010823794999851089, 0.010737894000158121, 0.010705022000365716, 0.011312390000057349, 0.010697894999793789, 0.010597898000014538, 0.010781285999655665, 0.010621233000165375, 0.010627169000144931, 0.010758770999927947, 0.011028607999833184, 0.010907535000114876, 0.010926648999884492, 0.01097353800014389, 0.010527594999985013, 0.010808627999722376, 0.010834858000634995, 0.010932960999525676, 0.010728961000495474, 0.010871808999581845, 0.010583653000139748, 0.011001290999956836, 0.010651294000126654, 0.01073298600022099, 0.010565840999333886, 0.010713745999964885, 0.010835958000825485, 0.01134139799978584, 0.010686663999877055, 0.01071086399952037, 0.010607559000163747, 0.01272948699988774, 0.010936849000245275, 0.01077057699967554, 0.01097229300012259, 0.010947194999971543, 0.010912462000305823, 0.010765281999738363, 0.010832619000211707, 0.010776256999633915, 0.010668814999917231, 0.010781582000163326, 0.011099569000180054, 0.010574175999863655, 0.01089552699977503, 0.010803633000250557, 0.010788024000248697, 0.010948224999992817, 0.010548141000072064, 0.01074320599946077, 0.010867996000342828, 0.011010964999513817, 0.010880658000132826, 0.010541272000409663, 0.010530599000048824, 0.010574994999842602, 0.010622355000123207, 0.010746584000116854, 0.01080589899993356, 0.01089468999998644, 0.010960683999655885, 0.010832685999957903, 0.010909530000390077, 0.010842836999472638, 0.010649261000253318, 0.010760766000203148, 0.010452604999954929, 0.010826290999830235, 0.010770840999612119, 0.010895892000007734, 0.01084660000014992, 0.010651519000020926, 0.010834050000084972, 0.010617291000016849, 0.010854156000277726, 0.010645948999808752, 0.0108017619995735, 0.010730997000791831, 0.010648143999787862, 0.01079098799982603, 0.010619450000376673, 0.010793166999974346, 0.01090993899924797, 0.011135179000120843, 0.010907083000347484, 0.010781858999507676, 0.010692509000364225, 0.01151484900037758, 0.010795876999509346, 0.010764093000034336, 0.0106568769997466, 0.01112799000020459, 0.010644941999998991, 0.010692793000089296, 0.01254839200009883, 0.011076865999712027, 0.010996156000146584, 0.010806322999997064, 0.011044913000660017, 0.010712734999287932, 0.01076050500068959, 0.010592474999612023, 0.010503094999876339, 0.010634647000188124, 0.010808682999595476, 0.01058133800052019, 0.010714844000176527, 0.010588325999378867, 0.010733895000157645, 0.010699876999751723, 0.010656409000148415, 0.010677940000277886, 0.010782133000247995, 0.01069285899939132, 0.010521543999857386, 0.0105122590002793, 0.010688201000448316, 0.011024768999959633, 0.010620631999699981, 0.010481283000444819, 0.010577979999652598, 0.010540676999880816, 0.010813451000103669, 0.01080077899950993, 0.010613986000862496, 0.010705276999942726, 0.010817360999681114, 0.010912066999480885, 0.010900167000727379, 0.011133431999951426, 0.010907154000051378, 0.010954053999739699, 0.010664061999705154, 0.010960710000290419, 0.010727771000347275, 0.010924420999799622, 0.010928097000032722, 0.010895393999817315, 0.010792518999551248, 0.011322086000291165, 0.010722648999944795, 0.010896565000621194, 0.010747512999842002, 0.01064491299985093, 0.010703158999604057, 0.010971355000037875, 0.010907161000432097, 0.010892954999690119, 0.011112400999991223, 0.010608982000121614, 0.010801422000440652, 0.01096957299978385, 0.010762778999378497, 0.011112241000773793, 0.010621757999615511, 0.01104286999998294, 0.010619245000270894, 0.012777773000379966, 0.011009240000021236, 0.010715161000007356, 0.010591863999252382, 0.010686385000553855, 0.01087012300013157, 0.010600911999972595, 0.010536249999859137, 0.010606713000015588, 0.010964076000163914, 0.010647590999724343, 0.010604443999909563, 0.010646593000274152, 0.010683170999982394, 0.010716656999647967, 0.010782244999973045, 0.010934859999906621, 0.010929396000392444, 0.01081002599948988, 0.01063542000065354, 0.010652128999936394, 0.01050074599970685, 0.010831968000275083, 0.010563359999650856, 0.010743019000074128, 0.010557421000157774, 0.010952050999549101, 0.010740951000116183, 0.011164462000124331, 0.010568618999968749, 0.010682801000257314, 0.010653962999640498, 0.010691911000321852, 0.010832994000338658, 0.010866093999538862, 0.01082913499976712, 0.010846619000403734, 0.010790039999847068, 0.01062534599986975, 0.010830027000338305, 0.01080307400025049, 0.010643085999618052, 0.011058349999984785, 0.010797988999911468, 0.010814977000336512, 0.011015736999979708, 0.010796088999995845, 0.010997805999977572, 0.010745528999905218, 0.010951518000183569, 0.010635289999299857, 0.011037317000045732, 0.010559979999925417, 0.010862242000257538, 0.010660546000508475, 0.011136909999549971, 0.010898319999796513, 0.010743777000243426, 0.010847030999684648, 0.010811247000674484, 0.010858656999516825, 0.011000170000443177, 0.0107654140001614, 0.012438733999260876, 0.01075460500032932, 0.011460929999884684, 0.010567088999778207, 0.01056451400017977, 0.010522212000068976, 0.010588011999971059, 0.01041746500050067, 0.010581294000076014, 0.01059884799997235, 0.01053360999958386, 0.010531763000471983, 0.010609342999487126, 0.010796770000524702, 0.010755020000033255, 0.01056085699929099, 0.010652849000507558, 0.010875477999434224, 0.010764896000182489, 0.011594739999964077, 0.010689456000363862, 0.010921084000074188, 0.01091257999996742, 0.01052473799973086, 0.010809493999659026, 0.01048578500012809, 0.010785329000100319, 0.010827864000020782, 0.01093198000035045, 0.010706147999371751, 0.010970138000629959, 0.010719208999944385, 0.010692568000195024, 0.01111824399959005, 0.010635169000124733, 0.01062694400025066, 0.010580410999864398, 0.01066801300021325, 0.010604973999761569, 0.010744366999460908, 0.010732045000622747, 0.010711215999435808, 0.010777215999951295, 0.010826138000084029, 0.010709103000408504, 0.010587730000224838, 0.010896529999627091, 0.010918754999693192, 0.010795417000736052, 0.010887772999922163, 0.010946633999992628, 0.010887256999922101, 0.010594903999844973, 0.010689191999517789, 0.010665330000847462, 0.011123455999950238, 0.010907059999226476, 0.010721732000092743, 0.010689609000110067, 0.01129036900056235, 0.010730775999945763, 0.010589923999759776, 0.010640751000210003, 0.012690067999756138, 0.010971655000503233, 0.010913656999946397, 0.010785069000121439, 0.011031135999473918, 0.010808668000208854, 0.010978324000461726, 0.01084501100012858, 0.010753854999165924, 0.010805001000335324, 0.011060748000090825, 0.010620170000038343, 0.010798102999615367, 0.010765441000330611, 0.010753694000413816, 0.010967979999804811, 0.010878100999434537, 0.010904871000093408, 0.010792785999910848, 0.011131926999951247, 0.010779088000163028, 0.010831898000105866, 0.010709377000239328, 0.011145319000206655, 0.010657631999492878, 0.010688647000279161, 0.010629082999912498, 0.010635022000315075, 0.010562135999862221, 0.010734286999650067, 0.010815432000526926, 0.010644488999787427, 0.010704182000154105, 0.011020279999684135, 0.010669098000107624, 0.01076861299952725, 0.010665128000255208, 0.010989025000526453, 0.010752091999165714, 0.011343252000187931, 0.01087370599998394, 0.010862414000257559, 0.01069937200009008, 0.01068879400008882, 0.010705672999392846, 0.010646725000697188, 0.010712032999435905, 0.010774416000458586, 0.010975383000186412, 0.011095340999418113, 0.010798783000609546, 0.010696456000005128, 0.01077638799961278, 0.010894345000451722, 0.01079005499923369, 0.010857482000574237, 0.010652552999999898, 0.01139836199945421, 0.012236784000378975, 0.011293644000033964, 0.011092146999544639, 0.010518832999878214, 0.010803731000123662, 0.013384599999881175, 0.011025342000721139, 0.010748940999292245, 0.010596998000437452, 0.010493443999621377, 0.01050009000027785, 0.010560738000094716, 0.010470045000147365, 0.010580245999335602, 0.01060669000071357, 0.010361343999647943, 0.010580754999864439, 0.010477206000359729, 0.01081075099955342, 0.010720554000727134, 0.010581118999652972, 0.010716814999796043, 0.010867566999877454, 0.01069060999998328, 0.010576898000181245, 0.010500985999897239, 0.010715316000641906, 0.010695040999962657, 0.010469482999724278, 0.01058719899992866, 0.010308140000233834, 0.01075493899952562, 0.010503260000405135, 0.010843496999768831, 0.010437148000164598, 0.010763708000013139, 0.010722813000029419, 0.010896289999436704, 0.010715042000811081, 0.010779218999232398, 0.010574064000138605, 0.010927747000096133, 0.010555372999988322, 0.010581211000499025, 0.010549396999522287, 0.01087971499964624, 0.010759531000076095, 0.010673052000129246, 0.010799767000207794, 0.010463251000146556, 0.010420415999760735, 0.010613645000375982, 0.010738330999629397, 0.010775376000310644, 0.011004539000168734, 0.010706452999329485, 0.010934117000033439, 0.010602385000311187, 0.010937676999674295, 0.010666159000720654, 0.010806747999595245, 0.010748040000180481, 0.010670702999959758, 0.01082941899949219, 0.010781881000184512, 0.01062844700027199, 0.010875922999730392, 0.011029137000150513, 0.01264370399985637, 0.010768899999675341, 0.010776758999782032, 0.011117433000435994, 0.010466245000316121, 0.010564814999270311, 0.010548697000558604, 0.010414037999908032, 0.01038990399956674, 0.010468204000062542, 0.010400812000625592, 0.010414511999442766, 0.010659988000043086, 0.010655785999915679, 0.0105904649999502, 0.010421123000014632, 0.010815846000696183, 0.010767850999400252, 0.010726786999839533, 0.011035318000722327, 0.010747845999503625, 0.010630093999679957, 0.010730370000601397, 0.010502248000193504, 0.010671194999304134, 0.010458716000357526, 0.010808113000166486, 0.010762820999843825, 0.010608956000396574, 0.010754638999969757, 0.01047586299955583, 0.011215268999876571, 0.010631758000272384, 0.01054456499969092, 0.01061636099984753, 0.010569682000095781, 0.010641288000442728, 0.010992874999828928, 0.010687123000025167, 0.010517443000026105, 0.010651998999492207, 0.010653991000253882, 0.010732040999755554, 0.010541463000663498, 0.010537875999943935, 0.0108412439994936, 0.010640606000379194, 0.01075638699967385, 0.01094773500062729, 0.010566211999503139, 0.010879331000069214, 0.01051684899994143, 0.010677895999833709, 0.010608586000671494, 0.010862054999961401, 0.010623536999446515, 0.011046403999898757, 0.01060275100007857, 0.010977345999890531, 0.010614838000037707, 0.010555542000474816, 0.010868137999750616, 0.010785110999677272, 0.012658829999963928, 0.010932410999885178, 0.010811467000166886, 0.01044164599989017, 0.010615469999720517, 0.010594944000331452, 0.010794906999763043, 0.010604695000438369, 0.010575465999863809, 0.01071656600015558, 0.010681220999686047, 0.010683084999982384, 0.010646474000168382, 0.010661145000085526, 0.01096769099967787, 0.01145524799994746, 0.012495164000029035, 0.012604340000507364, 0.011306988999422174, 0.011222843000723515, 0.010704587999498472, 0.010807224000018323, 0.010475963999851956, 0.010853608000616077, 0.010536754999520781, 0.01059740700020484, 0.010634823000145843, 0.01047118299993599, 0.010649619999639981, 0.010497418000340986, 0.010671129999536788, 0.010750952000307734, 0.010842759999832197, 0.01073509300022124, 0.01049185400006536, 0.010551074999966659, 0.010728563999691687, 0.010531560000345053, 0.010785681000015757, 0.010541747999923246, 0.010674008000023605, 0.010419612999612582, 0.011017089000233682, 0.010673009999663918, 0.010712063000028138, 0.010468108000168286, 0.010829054999703658, 0.010527672000534949, 0.010539355000219075, 0.010592534999886993, 0.010954110999591649, 0.010602571000163152, 0.010527151999667694, 0.010538383000493923, 0.010769227999844588, 0.011085907999586198, 0.010548317000029783, 0.01056332600001042, 0.01064400600080262, 0.010899306999817782, 0.010681310999643756, 0.010595350000585313, 0.010618080999847734, 0.012668522000240046, 0.011201518999769178, 0.010693944000195188, 0.010708908999731648, 0.010538692000409355, 0.01054560299962759, 0.010618348000207334, 0.010700542999984464, 0.010661636999429902, 0.010857232000489603, 0.010511755999687011, 0.01053972000045178, 0.010605085999486619, 0.010391054000137956, 0.010907126000347489, 0.0106409789996178, 0.010982876000525721, 0.010686782999982825, 0.010732811999332625, 0.011139107999952103, 0.01043794599991088, 0.01068038700032048, 0.010650483000063105, 0.010557163000157743, 0.010706863999985217, 0.010499123000045074, 0.010647365000295395, 0.010932642999250675, 0.010824716000570334, 0.010741106999375916, 0.010774547000437451, 0.010778894999930344, 0.010952282999824092, 0.010596952000014426, 0.010871907000364445, 0.010743257999820344, 0.01052956900002755, 0.010777010999845515, 0.010648082999978215, 0.0108788799998365, 0.010582118999991508, 0.010799904000123206, 0.0106611970004451, 0.010793980000016745, 0.010517925999920408, 0.010931525000160036, 0.010510996999983035, 0.010449641999912274, 0.0105335769994781, 0.010526527000365604, 0.01062820799961628, 0.010426239000480564, 0.01061456699972041, 0.010761352999907103, 0.010926849000497896, 0.010910662999776832, 0.010723559000325622, 0.01081878599961783, 0.010857856000257016, 0.01053329099977418, 0.010803584999848681, 0.010629250000420143, 0.0110259289995156, 0.012751940000271134, 0.010867931999200664, 0.010788563999994949, 0.010864134000257764, 0.010936360000414425, 0.010907930999564996, 0.010763862999738194, 0.010598111000035715, 0.01078853800026991, 0.01059086799978104, 0.010799759000292397, 0.010986731999764743, 0.010529055000006338, 0.010832934000063688, 0.010528134999731265, 0.010872023000047193, 0.010525724000217451, 0.010780888000226696, 0.010744574999989709, 0.010838754999895173, 0.010651548999703664, 0.010883681000450451, 0.010555003999797918, 0.010779277000438015, 0.010453736999807006, 0.01037592600005155, 0.010437760999593593, 0.010529130000577425, 0.010645261999343347, 0.010925036000116961, 0.010962135000227136, 0.010902920999797061, 0.010863536999750067, 0.010794476000228315, 0.010874157000216655, 0.010861116999876685, 0.01068422099979216, 0.010852918000637146, 0.010675927999727719, 0.010860364999643934, 0.01057728900013899, 0.010793923000164796, 0.010678988000108802, 0.01077589699980308, 0.010596801999781746, 0.01073315099984029, 0.010755696000160242, 0.011297316000309365, 0.010732576999544108, 0.010619454000334372, 0.0106318320003993, 0.01110026399965136, 0.01055979499960813, 0.010765343000457506, 0.010745630000201345, 0.010655424000105995, 0.010974246999467141, 0.01077648400041653, 0.010877810000238242, 0.01084849899962137, 0.010988932000145724, 0.010791347000122187, 0.010867856000004394, 0.012897970000267378, 0.01082862200019008, 0.01156388299932587, 0.010525677000259748, 0.010690289000194753, 0.01059375699969678, 0.01050483200015151, 0.010705853999752435, 0.010804762000589108, 0.010733526999501919, 0.01072986100007256, 0.010437554999953136, 0.010397332000138704, 0.010504234000109136, 0.010789912999825901, 0.010826186000485905, 0.011128520000056596, 0.010557801999311778, 0.010602895000374701, 0.010748357999545988, 0.010669425000742194, 0.010908491000009235, 0.010720898999352357, 0.01081163600065338, 0.010545825999543013, 0.010940602999653493, 0.01085992900061683, 0.010706205000133195, 0.010797794999234611, 0.010525831000450125, 0.010770500999569776, 0.010577791000287107, 0.010784703000354057, 0.010674976999325736, 0.011161982000885473, 0.010748979999334551, 0.01076742799978092, 0.010725936000198999, 0.010542042000452057, 0.010583252999822435, 0.010760217000097327, 0.010650203000295733, 0.01056557799984148, 0.010802201999467798, 0.010637727999892377, 0.010678716000256827, 0.010836815999937244, 0.010826071000337834, 0.010913145999438711, 0.010741015000348852, 0.010840951000318455, 0.010849418999896443, 0.010627580999425845, 0.011201740000615246, 0.01068225299968617, 0.010918811000010464, 0.01064980299997842, 0.01089488599973265, 0.010932850000244798, 0.010841588999937812, 0.01067813300051057, 0.0109702700001435, 0.010731055999713135, 0.012645124000300711, 0.01073843999984092, 0.010655544000655937, 0.010720501999458065, 0.010747309999715071, 0.010497982000742923, 0.010516165999433724, 0.010628300999997009, 0.010631953000483918, 0.011082772999543522, 0.01047896000000037, 0.010618485000122746, 0.01036658399971202, 0.010681788000511006, 0.010500274999685644, 0.010634109999955399, 0.010805140999764262, 0.01064764400052809, 0.010743410000031872, 0.010463681999681285, 0.011078559000452515, 0.01054139200005011, 0.010686632999750145, 0.01068087200019363, 0.010509998000088672, 0.010510078999686812, 0.010671306000404002, 0.010793946999910986, 0.01071002399930876, 0.010667947000001732, 0.010661224000614311, 0.010731549999945855, 0.010855604999960633, 0.010842754999430326, 0.010585998000351537, 0.010977416999594425, 0.010702126000069256, 0.010753978000138886, 0.011058281999794417, 0.01067885100019339, 0.01099492299999838, 0.010674985000150627, 0.010879698000280769, 0.010671109999748296, 0.011019223000403144, 0.010707200999604538, 0.010875730000407202, 0.01055399300003046, 0.010994937999385002, 0.010715813000388152, 0.01107023999975354, 0.010733400000390247, 0.010606582999571401, 0.010639983000146458, 0.010626160000356322, 0.010470963999978267, 0.010877813999286445, 0.011033841000426037, 0.010735498999565607, 0.01090148900038912, 0.010606447000100161, 0.010766026999590395, 0.010792631000185793]",tokens/s,92.64186825145637,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,xglm,facebook/xglm-564M,facebook/xglm-564M,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen,Qwen/Qwen-14B,Qwen/Qwen-14B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-7b,huggyllama/llama-7b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-180B,tiiuae/falcon-180B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-1.3B,EleutherAI/gpt-neo-1.3B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,3369.312256,,,,,s,1,50.36510999100028,50.36510999100028,0.0,50.36510999100028,50.36510999100028,50.36510999100028,50.36510999100028,[50.36510999100028],,kWh,0.0005660599814805569,0.0003085232738589646,0,0.0008745832553395215,,MB,3380.932608,,,,,s,10,5.363020360000519,0.5363020360000519,0.0018948559948178624,0.5359900245002791,0.53855328950076,0.5389621167505994,0.5392891785504708,"[0.5322527339994849, 0.5357945779996953, 0.5356040639999264, 0.5359908130003532, 0.5352336859996285, 0.5361949500002083, 0.5381269159997828, 0.535989236000205, 0.5393709440004386, 0.5384624390007957]",tokens/s,477.3429575418864,kWh,6.358375209758807e-06,3.4654618645903267e-06,0.0,9.823837074349134e-06,tokens/kWh,26059064.097106982,MB,3414.949888,,,,,s,10,27.926811125998938,2.792681112599894,0.014928958103346482,2.789233779499682,2.8109722336997947,2.811110296849802,2.8112207473698074,"[2.775221674000022, 2.775996540000051, 2.78238298100041, 2.776237058999868, 2.782606314000077, 2.8078246499999295, 2.8112483599998086, 2.810941552999793, 2.8084907499996916, 2.795861244999287]",tokens/s,22.558966620198568,kWh,3.287978585621327e-05,1.792068095480426e-05,0.0,5.080046681101752e-05,tokens/kWh,1240146.0843729228,,s,630,27.920289595998838,0.04431791999364895,0.0006396523350698174,0.044243956499940396,0.04484169309971549,0.04509268070023609,0.04716952852986653,"[0.04585227300049155, 0.04427006900004926, 0.04331607099993562, 0.04325178599992796, 0.043372877000365406, 0.04363657699923351, 0.04356482200000755, 0.04455525299999863, 0.04374810500030435, 0.04402439099976618, 0.04376024300017889, 0.043731358000513865, 0.04411919699941791, 0.04392433900011383, 0.04387846300051024, 0.04341339499933383, 0.044169447000058426, 0.04394764700009546, 0.043568369999775314, 0.04399050400024862, 0.04396867800005566, 0.04405967700040492, 0.044697346999782894, 0.04422917699957907, 0.043368200000259094, 0.044046586000149546, 0.0439171769994573, 0.044023813999956474, 0.04426681400036614, 0.04402956499961874, 0.043927659000473795, 0.04396508100035135, 0.04406187799941108, 0.04409885600034613, 0.044191938000039954, 0.044060453999918536, 0.04460273899985623, 0.04629478700007894, 0.044157475999782037, 0.04396580899992841, 0.044167222999931255, 0.043996070000503096, 0.04405651399974886, 0.043700041999727546, 0.04424324800038448, 0.04433776800033229, 0.04385723999985203, 0.044198230999427324, 0.04370653200021479, 0.04387969199979125, 0.04425860700030171, 0.043942768999841064, 0.04422323700055131, 0.04366180099987105, 0.043823188999340346, 0.04374827300034667, 0.0442595579997942, 0.04393666300074983, 0.04417455499969947, 0.04404622699985339, 0.044107994999649236, 0.04431118000047718, 0.04394016799960809, 0.04654878299970733, 0.043832488000589365, 0.04427661799945781, 0.043979480000416515, 0.04379163500016148, 0.04367338599968207, 0.043705916999897454, 0.04461320300015359, 0.043467202999636356, 0.04366186000061134, 0.04351360399959958, 0.04337214099996345, 0.04407320100017387, 0.043623106999802985, 0.04399601800014352, 0.04408121200049209, 0.043762779999269696, 0.04375524100032635, 0.04374488699977519, 0.043672847999914666, 0.043853501000739925, 0.04383044299993344, 0.044121959999756655, 0.043912526999520196, 0.04415967900058604, 0.04394372899969312, 0.04426621899983729, 0.04414070800066838, 0.044142998999632255, 0.043524759000320046, 0.04394850199969369, 0.0439016950003861, 0.04424406199996156, 0.04431172999920818, 0.04495862200019474, 0.04451666900058626, 0.04401036799936264, 0.044332377000500856, 0.04405976299949543, 0.04441393600063748, 0.04379422100009833, 0.04383557899927837, 0.04412039199996798, 0.04394719399988389, 0.04414553500009788, 0.04414151700075308, 0.04411708899988298, 0.043857218000084686, 0.04415396399963356, 0.04416539300018485, 0.0435846809996292, 0.04415533900009905, 0.04382096900008037, 0.04445721800038882, 0.04390841799977352, 0.044617163999646436, 0.043920946000071126, 0.04372409700044955, 0.04516187299941521, 0.04417264600033377, 0.044090772999879846, 0.04392567200011399, 0.043830456000250706, 0.046700888000486884, 0.04388757400010945, 0.0438663289996839, 0.04347595200033538, 0.04380515399952856, 0.043574755000008736, 0.04336890300055529, 0.04462169399994309, 0.04433622499982448, 0.04495297499943263, 0.04461323900068237, 0.04363229499995214, 0.044283078999797, 0.04392518900021969, 0.04412271699948178, 0.043903318000047875, 0.04352333800034103, 0.043881171999601065, 0.04379016200073238, 0.043921632999627036, 0.04367079999974521, 0.04378122199977952, 0.043793413000457804, 0.048734470999988844, 0.044301418000031845, 0.04359529900011694, 0.04442631799975061, 0.043959767000160355, 0.04408694900030241, 0.04353609899953881, 0.04412151399992581, 0.04409339500034548, 0.043997445999593765, 0.04357959400022082, 0.04374653899958503, 0.043823576000249886, 0.04388046500025666, 0.0434679669997422, 0.04406657700019423, 0.043917920000239974, 0.0441472309994424, 0.04366750999997748, 0.04559736800001701, 0.043723325000428304, 0.04380645899982483, 0.04373314799977379, 0.044032599000274786, 0.04366881199985073, 0.04459771199981333, 0.04390839600000618, 0.04379787300058524, 0.04391225600011239, 0.04377621799994813, 0.04392060600002878, 0.04397929500009923, 0.04449521299920889, 0.04505429200071376, 0.04458085999976902, 0.045067758000186586, 0.044503871999950206, 0.04418556400014495, 0.04431278199990629, 0.04449957299948437, 0.046428730999650725, 0.04315431600025477, 0.0434979800002111, 0.044313691999377625, 0.043891172999792616, 0.043510333000085666, 0.043769397000687604, 0.044349566999699164, 0.04360769300001266, 0.04421784999976808, 0.044306556999799795, 0.04434781800046039, 0.04379540700028883, 0.04395751599986397, 0.044186458999320166, 0.04439400100000057, 0.043815887000164366, 0.04433529600009933, 0.0439344060005169, 0.04438551799921697, 0.04409058800047205, 0.044622868000260496, 0.04388045699943177, 0.0445926190004684, 0.04399221299991041, 0.044269017999795324, 0.043951900999672944, 0.04382878400065238, 0.04381964899948798, 0.0437946740003099, 0.043959593000181485, 0.043956122000054165, 0.043608766999568616, 0.04420455299987225, 0.0440716640005121, 0.04421630700016976, 0.044066211999961524, 0.044077904999539896, 0.044150368999908096, 0.04397732300003554, 0.04402990600010526, 0.043903460999899835, 0.043907936999858066, 0.04376711300028546, 0.04400467400046182, 0.04394899299950339, 0.04405861800023558, 0.04407098799947562, 0.04415105000043695, 0.0437525999996069, 0.04457457400076237, 0.043791256999611505, 0.044068672000321385, 0.044101459999183135, 0.04353194200029975, 0.04384968599970307, 0.044482615000561054, 0.044287971999438014, 0.044160145000205375, 0.04395622399988497, 0.0439719949999926, 0.04401695100023062, 0.04374959500000841, 0.045890000000326836, 0.04382537799938291, 0.043359700000110024, 0.0440171520003787, 0.043823483999403834, 0.0439626950001184, 0.04373570700045093, 0.04383954799959611, 0.044069423000109964, 0.04348982400006207, 0.044177233000482374, 0.04370037999979104, 0.043663338999976986, 0.04371235100006743, 0.04394835999937641, 0.044127914999990026, 0.044342463000248244, 0.04400419900048291, 0.04380081699946459, 0.04380577499978244, 0.04377737600043474, 0.044100633000198286, 0.04378141799952573, 0.044082252999942284, 0.0441266630004975, 0.04386072499983129, 0.04426628500004881, 0.04360118099975807, 0.0440709690001313, 0.04400565600008122, 0.04381232000014279, 0.044021128000167664, 0.04387045599924022, 0.04362141400088149, 0.04397465999954875, 0.04400461400018685, 0.044428408999920066, 0.04522552399976121, 0.044223292999959085, 0.04457406100027583, 0.044428766000237374, 0.0440593909997915, 0.044135375000223576, 0.04430757699992682, 0.044391880000148376, 0.044354004999149765, 0.04409988100087503, 0.04422408499976882, 0.044336293999549525, 0.04398379200029012, 0.04466418999982125, 0.04447901500043372, 0.04478296299930662, 0.044298620000517985, 0.04438981800012698, 0.04473687700010487, 0.044534815999213606, 0.04449004800062539, 0.044050923000213515, 0.04451619799965556, 0.045059580999804894, 0.04465312800039101, 0.04428001399992354, 0.047407962999386655, 0.044750582999768085, 0.04357639900081267, 0.04398543099978269, 0.04380794899952889, 0.044046441999853414, 0.04411743600030604, 0.04493967700000212, 0.0444314120004492, 0.04454464299942629, 0.044273843000155466, 0.04516493899973284, 0.04433321100077592, 0.0445533729998715, 0.04424190699955943, 0.044478697999693395, 0.04429430600066553, 0.043825830000059796, 0.04411398799948074, 0.044681563999802165, 0.0441219500007719, 0.044540023999616096, 0.04466586400030792, 0.04451964100007899, 0.04844596599923534, 0.045174382000368496, 0.04472988700035785, 0.044339299999592185, 0.04412793099982082, 0.044055615000615944, 0.044154531999993196, 0.044453521999457735, 0.0442652210003871, 0.044304858000032254, 0.04485858699990786, 0.04433773700020538, 0.044939172999875154, 0.04443262499989942, 0.043914642999880016, 0.04424385099991923, 0.04444285299996409, 0.045173083000008774, 0.04460259000006772, 0.04490038000039931, 0.044609223999941605, 0.04504761999942275, 0.044363822000377695, 0.04450527199969656, 0.04415056000016193, 0.044483798000328534, 0.04458796899962181, 0.044302144000539556, 0.044458413000029395, 0.044639136999649054, 0.04443769399949815, 0.04458743000031973, 0.0442284999999174, 0.04458617000000231, 0.04449032699994859, 0.04475019300025451, 0.04412428500017995, 0.04491496199989342, 0.04463699200005067, 0.047284293999837246, 0.044536215999869455, 0.043994102000397106, 0.04384988399942813, 0.04397863700069138, 0.04414135599927249, 0.04402195600050618, 0.04436919999989186, 0.044570611999915855, 0.044674755000414734, 0.044028898999386, 0.04455553600018902, 0.04443024299962417, 0.04437754500031588, 0.044328152000161936, 0.0445940370000244, 0.044506102000013925, 0.04439135600023292, 0.04452044499976182, 0.04439222200016957, 0.04413150299933477, 0.04411598800015781, 0.04452920099993207, 0.044754520000424236, 0.04492138499972498, 0.04496229899996251, 0.04440009200061468, 0.0446879249993799, 0.04457319900029688, 0.04451208899990888, 0.044461127999966266, 0.04492595800002164, 0.04459913000027882, 0.044645637999565224, 0.04558298699976149, 0.04475401400031842, 0.044254276999708964, 0.044987356000092404, 0.04487574599988875, 0.04521442500026751, 0.044619923000027484, 0.04523886399965704, 0.044900981000864704, 0.04494261499985441, 0.044685793000098784, 0.04450844099937967, 0.04490554299991345, 0.04440810800042527, 0.04424610699970799, 0.0445533219999561, 0.044725622000441945, 0.04450142499990761, 0.04396296100003383, 0.04440466199957882, 0.04474392600059218, 0.04522152999925311, 0.04473060899999837, 0.04493442200055142, 0.044297712999650685, 0.04432801399980235, 0.04477730700000393, 0.04488827700060938, 0.044657134999397385, 0.04688855099993816, 0.0441051449997758, 0.044152044999464124, 0.04516199400040932, 0.04433623299973988, 0.0447617990002982, 0.0439937450000798, 0.044090426999900956, 0.044493594000414305, 0.044001260999721126, 0.04436649499984924, 0.04446339300011459, 0.04446327599998767, 0.0447201649994895, 0.04404823100048816, 0.04444996199981688, 0.04431928800022433, 0.04426096499992127, 0.04422733200044604, 0.04477091199987626, 0.04443518299922289, 0.0443703020000612, 0.044500410000182455, 0.04468155199992907, 0.04418250200069451, 0.04496192999977211, 0.04458180199981143, 0.044601440000406, 0.04443577199981519, 0.044172920000164595, 0.04471325699978479, 0.044897001999743225, 0.04459513300025719, 0.04433362500003568, 0.044730556000104116, 0.04451516900007846, 0.04564224399928207, 0.046475648000523506, 0.04450266099956934, 0.04500369600009435, 0.04511307200027659, 0.044889165999848046, 0.044433392000428285, 0.04436783699929947, 0.04447389100005239, 0.0447641750006369, 0.04426995099947817, 0.04457741799978976, 0.04430360100013786, 0.04496252500030096, 0.04448877699996956, 0.04403963799995836, 0.0446430820002206, 0.04475764699964202, 0.04476788500051043, 0.044708528999763075, 0.044703268999910506, 0.04444970700023987, 0.04467593899971689, 0.04449812799975916, 0.044838134000201535, 0.04441467299966462, 0.04478204699989874, 0.047429156999896804, 0.04438580500027456, 0.04411778499979846, 0.04441999299979216, 0.044288262000009126, 0.044482254999820725, 0.04400509700008115, 0.044693302000268886, 0.04450223099956929, 0.044034428000486514, 0.044275815000219154, 0.04444758299996465, 0.04483981599969411, 0.04425113199977204, 0.044646330999967176, 0.04425501800051279, 0.04438467199997831, 0.04403347399966151, 0.04421182900023268, 0.04457372300021234, 0.04424354399998265, 0.044408527000086906, 0.043887763999919116, 0.05085066599986021, 0.04542741200020828, 0.044311177999588836, 0.04405405499983317, 0.0441750210002283, 0.04439510599968344, 0.04399386900058744, 0.04455498500010435, 0.04413365199980035, 0.044145773999844096, 0.04433567399973981, 0.044401431000551383, 0.04464081799960695, 0.04425928199998452, 0.04448136399969371, 0.04404681000050914, 0.04431078499965224, 0.04416958199999499, 0.04438173900052789, 0.044501292999484576, 0.044991264000600495, 0.04469041599986667, 0.044242616999326856, 0.044752094000614306, 0.04437865399995644, 0.044337782000184234, 0.044339134999972885, 0.04460666299928562, 0.04471055800058821, 0.04450760799954878, 0.04468834300041635, 0.044912636999470124, 0.04436579400044138, 0.044906193999850075, 0.044508214000416046, 0.04471498499970039, 0.04436842700033594, 0.0445477489993209, 0.04466971000056219, 0.044082108000111475, 0.04760896099924139, 0.044502261000161525, 0.044019793000188656, 0.04386912599966308, 0.04400284100029239, 0.044082940999942366, 0.04446230400026252, 0.0439448569995875, 0.04393211600017821, 0.0442770110003039, 0.04409344499981671, 0.04423066300023493, 0.0438683279999168, 0.044516727999507566, 0.04404987399993843, 0.043946331000370265, 0.044039444999725674, 0.04426023999985773, 0.04430336600034934, 0.0440714559999833, 0.04426869200051442, 0.044091322999520344, 0.04409429000043019, 0.044097598000007565, 0.04409785899952112, 0.04402713200033759, 0.04383098299967969, 0.04444791700007045, 0.044324858999971184, 0.04429680399971403, 0.0439684840002883, 0.044456943000113824, 0.0439828739999939, 0.0452681599999778, 0.045043420999718364, 0.04424114399989776, 0.04434741800014308, 0.046142866000081995, 0.0451240760003202, 0.04412235800009512, 0.044270460000007006, 0.044285693999881914, 0.04434496700014279, 0.0443510539998897, 0.04457790800006478, 0.04473638699982985, 0.04425683099998423, 0.044080315999963204, 0.04436928900031489, 0.04428203799943731, 0.04415037000035227, 0.044471850999798335, 0.04393385500043223, 0.044395884999175905, 0.044198010000400245, 0.04476310599966382, 0.0443525150003552, 0.04487513799995213, 0.044422453999686695, 0.044342254000184766, 0.04432692200043675, 0.044422105999728956, 0.044666191000032995]",tokens/s,22.564235869898827,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mistral,mistralai/Mistral-7B-v0.1,mistralai/Mistral-7B-v0.1,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mixtral,mistralai/Mixtral-8x7B-v0.1,mistralai/Mixtral-8x7B-v0.1,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen,Qwen/Qwen-72B,Qwen/Qwen-72B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-30b,facebook/opt-30b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2_moe,Qwen/Qwen1.5-MoE-A2.7B,Qwen/Qwen1.5-MoE-A2.7B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-1.3b,EleutherAI/pythia-1.3b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,3368.513536,,,,,s,1,50.00245079099841,50.00245079099841,0.0,50.00245079099841,50.00245079099841,50.00245079099841,50.00245079099841,[50.00245079099841],,kWh,0.0005613951376701784,0.0003059807425235272,0,0.0008673758801937057,,MB,3542.491136,,,,,s,10,5.241631489996507,0.5241631489996508,0.002106173152566915,0.5239509010007168,0.5274633375982376,0.5274741852985244,0.5274828634587538,"[0.5208553429984022, 0.522111419999419, 0.5229873079988465, 0.5224233739972988, 0.525189895000949, 0.525216388003173, 0.5274609269981738, 0.5245144569998956, 0.5274850329988112, 0.523387345001538]",tokens/s,488.39755425112986,kWh,6.194439192118403e-06,3.3761227531209855e-06,0.0,9.570561945239388e-06,tokens/kWh,26748690.564334117,MB,3616.202752,,,,,s,10,27.78016258199932,2.778016258199932,0.006363418374303222,2.778621176499655,2.785749782198036,2.7862630080986492,2.7866735888191396,"[2.766586655001447, 2.7693009590002475, 2.7734812819981016, 2.776964108001266, 2.7769759999973758, 2.7867762339992623, 2.7802663530019345, 2.7809529740006838, 2.783222285001102, 2.7856357319978997]",tokens/s,22.678053022202985,kWh,3.250792833107526e-05,1.7717994088213856e-05,0.0,5.022592241928911e-05,tokens/kWh,1254332.3639548537,,s,630,27.77313960000174,0.044084348571431335,0.0006669682888734225,0.04396441649987537,0.044476856799883537,0.044784754601641906,0.047566073739762946,"[0.04678417400282342, 0.04365802899701521, 0.043230237999523524, 0.0432770920015173, 0.04344904900062829, 0.043486269998538774, 0.04369049299930339, 0.04371940300188726, 0.043635450001602294, 0.04324309099683887, 0.04366028700314928, 0.04606532399702701, 0.04697393400056171, 0.043517729001905536, 0.04372331899867277, 0.04327940000075614, 0.043635465000988916, 0.04353423899738118, 0.043954016000498086, 0.04380525799933821, 0.043502488999365596, 0.043346936003217706, 0.04376718899948173, 0.04339955799878226, 0.043505662000825396, 0.044056812999770045, 0.04344157000014093, 0.04364040200016461, 0.043634614998154575, 0.043457375999423675, 0.04385784400074044, 0.04428968399952282, 0.04349258900037967, 0.044098800000938354, 0.04386739600158762, 0.04377512299834052, 0.04398888300056569, 0.0435016129995347, 0.04388593700059573, 0.043876777999685146, 0.04426814999897033, 0.043721449001168367, 0.04411630799950217, 0.044433253999159206, 0.044112379000580404, 0.04471190600088448, 0.04405545700137736, 0.04409305899753235, 0.04381125200234237, 0.043685214997822186, 0.04410102200199617, 0.04381045099944458, 0.04391826599749038, 0.0437794120007311, 0.043924906000029296, 0.04379676100143115, 0.04356148900114931, 0.044050967997463886, 0.04347024800154031, 0.043739040000218665, 0.04385706600078265, 0.04389660899687442, 0.04429780800273875, 0.046904603001166834, 0.04379214200162096, 0.0440036969994253, 0.043768224997620564, 0.0435315310023725, 0.043568346998654306, 0.04346797600010177, 0.04387713799951598, 0.04346493000048213, 0.04338033200110658, 0.0438536439978634, 0.043565597999986494, 0.04391318100169883, 0.04382627499944647, 0.04393326599893044, 0.043394051001087064, 0.04406050800025696, 0.043835380998643814, 0.04411266399984015, 0.043510843002877664, 0.04369810999924084, 0.04342732499935664, 0.0437812819982355, 0.04391903100258787, 0.04388852599731763, 0.04396495800028788, 0.043734226001106435, 0.04632901500008302, 0.04386030000023311, 0.043646542999340454, 0.043770569001935655, 0.04446800999721745, 0.04387213600057294, 0.044128755002020625, 0.04392801900030463, 0.04408274299930781, 0.04354118499759352, 0.0442877640016377, 0.04367079700023169, 0.04404742900078418, 0.04412670199963031, 0.0437276490010845, 0.04387814499932574, 0.04359431500051869, 0.043774198999017244, 0.044215271998837125, 0.04394116900220979, 0.04397851299654576, 0.04420719100016868, 0.04401236000194331, 0.043562744998780545, 0.0439269400012563, 0.04376780700113159, 0.04398056399804773, 0.04396706799889216, 0.04443086200262769, 0.044169015000079526, 0.04348407799989218, 0.04422241599968402, 0.04392688000007183, 0.04390222899746732, 0.04400903700297931, 0.043949505998170935, 0.04785569700106862, 0.04391708399998606, 0.0433282429985411, 0.044177656000101706, 0.043643766999593936, 0.043934768000326585, 0.043201276999752736, 0.0437856720018317, 0.04394483899886836, 0.044012764999934006, 0.04362480900090304, 0.043526196997845545, 0.04366153700175346, 0.04397470600088127, 0.04327905599711812, 0.04407727400030126, 0.04366379299972323, 0.04412074700303492, 0.044158927998068975, 0.04360454899870092, 0.04379517100096564, 0.04328968100162456, 0.043570555997575866, 0.0434687209999538, 0.04358163900178624, 0.04370848300095531, 0.04390052199960337, 0.04388258999824757, 0.04415147799954866, 0.04378957500011893, 0.044774649999453686, 0.04388756700063823, 0.043940536001173314, 0.043717625998397125, 0.04431728600320639, 0.04381601699788007, 0.044149524001113605, 0.0438078500010306, 0.043794530000013765, 0.04392943999846466, 0.04404621399953612, 0.04383974400116131, 0.04336970499934978, 0.04379989899825887, 0.04373274600220611, 0.04395854600079474, 0.043861708996701054, 0.04460145100165391, 0.04417903200010187, 0.04389028800142114, 0.043857443997694645, 0.0443927110027289, 0.04405265099921962, 0.047691665997263044, 0.0439655300033337, 0.04392220699810423, 0.04442563799966592, 0.0437919089999923, 0.04436035700200591, 0.044250039998587454, 0.04383639099978609, 0.04459738500008825, 0.04363031400134787, 0.047675207002612296, 0.04395380699861562, 0.04394652100017993, 0.043797455000458285, 0.0437693309977476, 0.04379334800250945, 0.043495573998370674, 0.04345073600052274, 0.04377470200051903, 0.04342155099948286, 0.0439201810004306, 0.04373134699926595, 0.04364875000101165, 0.043835796997882426, 0.048147570003493456, 0.04491351399701671, 0.04381938200094737, 0.04385039800035884, 0.04357305500161601, 0.043701799997506896, 0.04352030299924081, 0.044194589001563145, 0.04355667900017579, 0.04410194099909859, 0.04354146400146419, 0.04400712400092743, 0.04343565599992871, 0.04360963399813045, 0.043973505999019835, 0.04401955499997712, 0.043586063002294395, 0.04337001499879989, 0.04377725700032897, 0.04393726000125753, 0.0436159709970525, 0.043950590003078105, 0.043974159998469986, 0.04372670500015374, 0.043974326999887126, 0.04376017500180751, 0.04409429499719408, 0.04392524099966977, 0.04403984300006414, 0.04371699300099863, 0.04412610800136463, 0.04389538000032189, 0.044866434996947646, 0.04507706700314884, 0.04454389300008188, 0.04380125399984536, 0.04415653999967617, 0.0434794979992148, 0.043868385000678245, 0.0435749489988666, 0.043802259999210946, 0.04336537700146437, 0.04695157300011488, 0.04442408500108286, 0.04387648699776037, 0.04488954000044032, 0.04390355700161308, 0.04388554099932662, 0.04402705599932233, 0.04739750399676268, 0.043821707000461174, 0.04351527400285704, 0.04357563099983963, 0.04388533000019379, 0.043690582999261096, 0.0440183930004423, 0.04377212100007455, 0.04365148400029284, 0.04384879099961836, 0.04344666999895708, 0.044028467000316596, 0.043776178998086834, 0.043640403000608785, 0.04391576800117036, 0.044595846000447636, 0.04397321799842757, 0.043921337000938365, 0.043378030000894796, 0.044354675999784376, 0.043443309998110635, 0.04398982999919099, 0.04379850100303884, 0.04398460199809051, 0.04371291899951757, 0.04427128400129732, 0.043818442998599494, 0.04412268400119501, 0.04379059599887114, 0.04368524500023341, 0.04413946900240262, 0.04376069299905794, 0.04383097599929897, 0.044102120999014005, 0.04379815699940082, 0.04429745700326748, 0.04381691299931845, 0.04411154300032649, 0.044441473997721914, 0.04361677700217115, 0.044398451998858945, 0.044116395998571534, 0.044383694999851286, 0.04390531900207861, 0.04420223600027384, 0.04468061999796191, 0.04433220500141033, 0.04424454200125183, 0.044169343997054966, 0.04428033600197523, 0.04399378299785894, 0.04424424600074417, 0.04436971800168976, 0.043861266000021715, 0.04456737600048655, 0.04391956799736363, 0.044249216000025626, 0.04386837800120702, 0.04450913999971817, 0.044072414999391185, 0.04444030200102134, 0.044255213000724325, 0.04453559499961557, 0.047492521996900905, 0.044108687001426006, 0.04346866099876934, 0.04362188700179104, 0.04305822099922807, 0.04396219499903964, 0.043822933999763336, 0.04390162300114753, 0.043702367998776026, 0.04383544099982828, 0.04356949900102336, 0.04406744000152685, 0.04380204299741308, 0.04396190400075284, 0.04378099300083704, 0.044264402000408154, 0.04419618899919442, 0.04384035600014613, 0.043761632001405815, 0.043601998997473856, 0.044272728002397344, 0.04396387499946286, 0.04511910200017155, 0.043812832998810336, 0.04421035500126891, 0.04397690999758197, 0.044448116001149174, 0.04382631100088474, 0.04432738499963307, 0.04441064799902961, 0.04448955900079454, 0.044593236001674086, 0.044526390000100946, 0.044916566999745555, 0.04405112200038275, 0.04440872699706233, 0.044165293002151884, 0.044434965999244014, 0.04410460800136207, 0.04415789399718051, 0.04417552599988994, 0.044179879001603695, 0.04436140899997554, 0.04441626900006668, 0.04380822899838677, 0.044429331999708666, 0.04408054200030165, 0.04398641900115763, 0.044391953000740614, 0.04448088799836114, 0.04425392300254316, 0.04489975399701507, 0.04403939700205228, 0.044571597998583457, 0.04418177499974263, 0.044462578000093345, 0.045535109002230456, 0.04457878099856316, 0.04406438400110346, 0.04418820399951073, 0.04428756799825351, 0.0444940530032909, 0.04423779399803607, 0.04759611600093194, 0.04410608800026239, 0.04417077800098923, 0.04371434199856594, 0.04442629000186571, 0.0437162599992007, 0.04430577300081495, 0.043769708998297574, 0.04403736300082528, 0.04423385400150437, 0.04382578099830425, 0.043936060999840265, 0.04402327000207151, 0.04384734499762999, 0.04374702499990235, 0.0440445419990283, 0.047962171000108356, 0.04447678799988353, 0.0437355940011912, 0.04405605099964305, 0.04413838199980091, 0.043808845002786256, 0.04393466499823262, 0.04385257000103593, 0.04413997499796096, 0.043902171000809176, 0.043429154000477865, 0.04402205299993511, 0.04356157299844199, 0.04374890899998718, 0.043585895000433084, 0.04411419200187083, 0.04369386299731559, 0.0439278710000508, 0.04349209800056997, 0.0437773619996733, 0.04375158699986059, 0.04393729799994617, 0.04365794400291634, 0.044093002998124575, 0.04383126999891829, 0.04417228900274495, 0.043937858998106094, 0.04384279100122512, 0.044645457001024624, 0.04385035299856099, 0.04416752000179258, 0.04406459599704249, 0.04376359000161756, 0.04455917999803205, 0.04417683100109571, 0.04445003300133976, 0.04454818600061117, 0.04387298099754844, 0.04441026200220222, 0.04380394100007834, 0.04438242199830711, 0.04369386400139774, 0.044576029999007005, 0.04412260100070853, 0.04400173199974233, 0.044443501999921864, 0.04401735599822132, 0.047481696001341334, 0.04513452100218274, 0.04358482099996763, 0.04342737599654356, 0.04350573700139648, 0.043590413999481825, 0.0436456490024284, 0.043721266996726627, 0.0436901620014396, 0.043708966000849614, 0.043865331001143204, 0.04396811599872308, 0.043632320001051994, 0.04348268899775576, 0.04367603300124756, 0.043746139999711886, 0.043843163999554235, 0.04394654499992612, 0.0443801910005277, 0.04385571899911156, 0.044261959999857936, 0.044388866001099814, 0.04442732000097749, 0.04390381299890578, 0.0438786410013563, 0.04420669399769395, 0.044049962001736276, 0.04412236200005282, 0.043964959997538244, 0.04404046000126982, 0.04422885500025586, 0.04409760599810397, 0.044032866000634385, 0.04410713300239877, 0.044069146999390796, 0.04417724199811346, 0.04396914199969615, 0.04470325900183525, 0.04436475100010284, 0.044701062000967795, 0.04414059499686118, 0.044005546002154006, 0.04386739099936676, 0.04391583699907642, 0.043971398001303896, 0.043909113999689, 0.04407448200072395, 0.04389184200044838, 0.0440664919988194, 0.044315604001894826, 0.044432417998905294, 0.044172607998916646, 0.043857655000465456, 0.04417202599870507, 0.04406947900133673, 0.04475864299820387, 0.04439301500315196, 0.044478523999714525, 0.044132600000011735, 0.04419637699902523, 0.04491237500042189, 0.04474682900035987, 0.04407807099778438, 0.04739012400023057, 0.04382479200285161, 0.04438370999923791, 0.04398092799965525, 0.04365465799855883, 0.043576764001045376, 0.043677241999830585, 0.044049642001482425, 0.04404945699934615, 0.04393935500047519, 0.04398078799931682, 0.04437655799847562, 0.04446237000229303, 0.04389639099827036, 0.044115570999565534, 0.043850412002939265, 0.044378493999829516, 0.04424443699826952, 0.04392997100148932, 0.04416038399722311, 0.044065964000765234, 0.044343002999085, 0.04386240399981034, 0.04411789400182897, 0.04428153800108703, 0.04424176999964402, 0.04368827899816097, 0.044149662000563694, 0.04432611300217104, 0.04422403899661731, 0.04447747599988361, 0.04425016900131595, 0.04444453100222745, 0.04410028099664487, 0.04438927000228432, 0.04401016599877039, 0.04391622500043013, 0.044429903999116505, 0.044295307001448236, 0.04393343799893046, 0.04432479400202283, 0.04402192199995625, 0.04416280099758296, 0.04372201200021664, 0.044100523002271075, 0.04386758199689211, 0.04405948900239309, 0.04402629700052785, 0.044538755999383284, 0.043840959999215556, 0.0440592730010394, 0.043782000997453, 0.04392148700208054, 0.04431199900136562, 0.043839770998602035, 0.0442225699989649, 0.044120405000285245, 0.044196696999279084, 0.045929012001579395, 0.0439873079994868, 0.04417212800035486, 0.04401683199830586, 0.04372249600055511, 0.047455406998778926, 0.04408458399848314, 0.04396021100183134, 0.04355438000129652, 0.04379339499791968, 0.04394509000121616, 0.04415225599950645, 0.043568834000325296, 0.043822485000418965, 0.04370354899947415, 0.04407895500116865, 0.0439336959971115, 0.04379168000014033, 0.043992826002067886, 0.044032091998815304, 0.043968883001070935, 0.0436229219994857, 0.043816344001243124, 0.048560060997260734, 0.04436923799949, 0.043806945002870634, 0.04394904099899577, 0.04397591399902012, 0.04403233400080353, 0.044278787998337066, 0.04415380800128332, 0.043942999000137206, 0.04411924599844497, 0.04433366600278532, 0.04410668499986059, 0.04382828400048311, 0.04452668799785897, 0.04412697800216847, 0.04376625799704925, 0.04383830900042085, 0.044447530002798885, 0.04403249899769435, 0.04392034700140357, 0.04496911699970951, 0.04401432699887664, 0.04448037300244323, 0.04420933599976706, 0.04394538599808584, 0.044278736000705976, 0.04366991500137374, 0.04408739999780664, 0.04488935699919239, 0.044342346001940314, 0.04446707600072841, 0.04416305799895781, 0.04412108799806447, 0.04479302200343227, 0.04417914199802908, 0.04456152700004168, 0.04397128100026748, 0.04391547499835724, 0.04411493600127869, 0.04393307600184926, 0.044176896997669246, 0.044363200999214314, 0.043842315000802046, 0.04432385499967495, 0.043805217999761226]",tokens/s,22.68378761182479,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-1.4b,EleutherAI/pythia-1.4b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,3370.528768,,,,,s,1,50.124969248001435,50.124969248001435,0.0,50.124969248001435,50.124969248001435,50.124969248001435,50.124969248001435,[50.124969248001435],,kWh,0.0005622849414701326,0.0003064657984644856,0,0.0008687507399346182,,MB,3540.692992,,,,,s,10,5.248455297994951,0.5248455297994952,0.0026377886697021846,0.5250259234999248,0.5273484998011554,0.528689858899088,0.529762946177434,"[0.5203415920004772, 0.5270504200016148, 0.5222755229988252, 0.5260450550013047, 0.523139277996961, 0.5263442670002405, 0.5241635019992827, 0.5300312179970206, 0.5231760979986575, 0.5258883450005669]",tokens/s,487.7625614869936,kWh,6.263365455664724e-06,3.413680902625964e-06,0.0,9.67704635829069e-06,tokens/kWh,26454352.96284131,MB,3606.77376,,,,,s,10,27.61519683500228,2.761519683500228,0.005705422030497424,2.7599272664992895,2.76998511999991,2.772379925499263,2.7742957698987447,"[2.757767169001454, 2.7747747309986153, 2.76138852800068, 2.769452941000054, 2.7583824550019926, 2.759399238999322, 2.7604552939992573, 2.7556801040009304, 2.7567132719996152, 2.761183102000359]",tokens/s,22.813525602014707,kWh,3.236309555051498e-05,1.7639067593525698e-05,0.0,5.000216314404068e-05,tokens/kWh,1259945.4911283855,,s,630,27.60815287100195,0.04382246487460627,0.0005964685119116149,0.0437342745008209,0.04421736240183236,0.044484462400032496,0.046872898300862297,"[0.04677638800058048, 0.043481733999215066, 0.04337740100163501, 0.043604436999885365, 0.04339000699837925, 0.0432537910019164, 0.043747427997004706, 0.04339137799979653, 0.043912676999752875, 0.04329416800101171, 0.044007578002492664, 0.04334992299845908, 0.043389209000451956, 0.0434791640000185, 0.04370929899960174, 0.04345149000073434, 0.04367081199961831, 0.0431015030007984, 0.04389964399888413, 0.04359774999829824, 0.04447492300096201, 0.043390636001277016, 0.04359768200083636, 0.043490783999004634, 0.04346681500101113, 0.04351218699957826, 0.04334880399983376, 0.043405034997704206, 0.04372461000093608, 0.043434759998490335, 0.043641452000883874, 0.043243898999207886, 0.04351307500110124, 0.04295211399949039, 0.043503009001142345, 0.043458297001052415, 0.043810179999127286, 0.04325146300107008, 0.04367207799805328, 0.043835082000441616, 0.043455201001052046, 0.04375357100070687, 0.04418567899847403, 0.044053696998162195, 0.0436711420006759, 0.0438338490021124, 0.04391217299780692, 0.04342385900235968, 0.043766888997197384, 0.043410136000602506, 0.04400136299955193, 0.0433246800021152, 0.04414214400094352, 0.04389725699729752, 0.04357270100081223, 0.04385638700114214, 0.04723133399966173, 0.04527205100021092, 0.044124641997768776, 0.04460881600243738, 0.04336662399873603, 0.04381049400035408, 0.043810054998175474, 0.04691231800097739, 0.04352397899856442, 0.04338611799903447, 0.04360804700263543, 0.04510176799885812, 0.04393605799850775, 0.0437889080021705, 0.04338027300036629, 0.04334425100023509, 0.04341007999755675, 0.043183595000300556, 0.044175895000080345, 0.043309135999152204, 0.04496548500173958, 0.04473880200021085, 0.04395615400062525, 0.04464064599960693, 0.0438839470007224, 0.04431661999842618, 0.04375264700138359, 0.04399036499671638, 0.043549290003284113, 0.04424176399697899, 0.04363827900306205, 0.0439668580002035, 0.04398862299785833, 0.04430000199863571, 0.04395682900212705, 0.04391728200062062, 0.044115409000369254, 0.043563450999499764, 0.04386172199883731, 0.04412350900020101, 0.04353117700156872, 0.044254272997932276, 0.04386221900131204, 0.04425469899797463, 0.04458884400082752, 0.04366596600084449, 0.04371471899867174, 0.04382635300135007, 0.04394337299891049, 0.04363528099929681, 0.04433094900014112, 0.044316701001662295, 0.044044980000762735, 0.04430812300051912, 0.04404468799839378, 0.044068458999390714, 0.043462820001877844, 0.04449142299927189, 0.044243833999644266, 0.043786448000901146, 0.043925740999839036, 0.043520953000552254, 0.04406425799970748, 0.044033586000296054, 0.04424512699915795, 0.0444063830000232, 0.044778441999369534, 0.04381967299923417, 0.04402679499980877, 0.04439952800021274, 0.04657473699990078, 0.043606636001641164, 0.04347512599997572, 0.04372548999890569, 0.043122162998770364, 0.043687538000085624, 0.0434541190006712, 0.04469759900166537, 0.04350039199925959, 0.04372573900036514, 0.04362608299925341, 0.04306272900066688, 0.04390890899958322, 0.04338220800127601, 0.04406189599831123, 0.04384219400162692, 0.04368355099722976, 0.04380639400187647, 0.04344563699851278, 0.043627557999570854, 0.043368549002479995, 0.0440171409973118, 0.0432786279998254, 0.04355894700347562, 0.0434913349999988, 0.044081622996600345, 0.04379591000179062, 0.044226939000509446, 0.043515919998753816, 0.043852711001818534, 0.044079647999751614, 0.04364980600075796, 0.043653622997226194, 0.04377954600204248, 0.043394322998210555, 0.043665356999554206, 0.043999706002068706, 0.04402134599877172, 0.04421411200019065, 0.04371473400169634, 0.043775458998425165, 0.043444465001812205, 0.04403139199712314, 0.04416465500253253, 0.04401190899807261, 0.0439582020007947, 0.043902319001063006, 0.0439785739981744, 0.0439201180015516, 0.044080674000724684, 0.043783832999906735, 0.04398721599864075, 0.04376169099850813, 0.04467089399986435, 0.04358545500144828, 0.043840600999828894, 0.04360886100039352, 0.04381534400090459, 0.044169614997372264, 0.043584947001363616, 0.04404973900091136, 0.0433989199991629, 0.0437372870001127, 0.04661700499855215, 0.0434141699988686, 0.04334516300150426, 0.043193470999540295, 0.043309380002028774, 0.04327531099988846, 0.04356193700004951, 0.0432075039971096, 0.0434814610016474, 0.04378821099817287, 0.04359359900263371, 0.04310540799997398, 0.0443051549991651, 0.043989312998746755, 0.04352054199989652, 0.04387330200188444, 0.043836717999511166, 0.043661454001266975, 0.04379645599692594, 0.04431891700005508, 0.043693336003343575, 0.04359471399948234, 0.04383435799900326, 0.043631928998365765, 0.043888318999961484, 0.043640965999657055, 0.043596703002549475, 0.043737588999647414, 0.04355120699983672, 0.043607413997960975, 0.04345538800043869, 0.044268194000324, 0.04391618700174149, 0.043973825999273686, 0.04353527599960216, 0.04588933700142661, 0.0435386719982489, 0.04381175100206747, 0.04377529599878471, 0.043627053000818705, 0.043928232000325806, 0.043503949000296416, 0.044003851999150356, 0.043568240998865804, 0.043879665001441026, 0.04348185100025148, 0.04449552999722073, 0.04394552899975679, 0.0441867630033812, 0.044079878000047756, 0.043767495997599326, 0.043962875999568496, 0.043851895999978296, 0.04411404300117283, 0.043923717999859946, 0.044076532998587936, 0.04436869100027252, 0.044130492002295796, 0.04402748199936468, 0.048553104999882635, 0.044879880999360466, 0.04444306699951994, 0.043857568001840264, 0.04673256900059641, 0.04378515700227581, 0.043419660996733, 0.04370010100319632, 0.043231869996816386, 0.043729183002142236, 0.04329471700111753, 0.043462656998599414, 0.04498022799816681, 0.04363504200227908, 0.043456952000269666, 0.04447595500096213, 0.04353070299839601, 0.043403084000601666, 0.04322189699814771, 0.043141884001670405, 0.04337803700036602, 0.04375717799848644, 0.0436849780016928, 0.04383612699894002, 0.043687470999429934, 0.04381330099931802, 0.043665471002896084, 0.04349843899763073, 0.04400607800198486, 0.04343691499889246, 0.04428222899878165, 0.04340881100142724, 0.043546550998144085, 0.043817218000185676, 0.04398866100018495, 0.0434954470001685, 0.04387314899940975, 0.0432290999997349, 0.04373825100265094, 0.043717827000364196, 0.04378340499897604, 0.043793648001155816, 0.04330903899972327, 0.04422370699830935, 0.044265423999604536, 0.043339797000953695, 0.043754880000051344, 0.04392533400095999, 0.04345902099885279, 0.04390855699966778, 0.04348330500215525, 0.043740871999034425, 0.04345794599794317, 0.0441305120002653, 0.043085206001705956, 0.04379910200077575, 0.04399330799788004, 0.044200658001500415, 0.04357489500034717, 0.044187283998326166, 0.043605658000160474, 0.043856839001819026, 0.04370272199957981, 0.0439872450006078, 0.04405249599949457, 0.04416290399967693, 0.04373088300053496, 0.04716537700005574, 0.043382528998336056, 0.04366443700200762, 0.043907453000429086, 0.04363509099857765, 0.04411986400009482, 0.04362383899933775, 0.04356969900254626, 0.04365714799860143, 0.04304268000123557, 0.04337746899909689, 0.043307070998707786, 0.043680376998963766, 0.043115537002449855, 0.04358909399888944, 0.04329283100014436, 0.04328327999974135, 0.04370992300027865, 0.043275489999359706, 0.044008030999975745, 0.04354139200222562, 0.04367909999928088, 0.043433618000563, 0.04351556099936715, 0.04370211299828952, 0.04400320200147689, 0.04406738699981361, 0.04379429899927345, 0.04369517400118639, 0.044170246001158375, 0.04386122099822387, 0.043513104999874486, 0.045043936999718426, 0.04395664099865826, 0.04420808000213583, 0.043791456999315415, 0.043539900001633214, 0.04387151099945186, 0.043341094999050256, 0.043560865000472404, 0.043723337999836076, 0.04377708800166147, 0.04356391999681364, 0.04357464200074901, 0.043944559001829475, 0.043796742997074034, 0.0438127940033155, 0.043786756999907084, 0.043675566997990245, 0.04387539199888124, 0.04397399000299629, 0.04355833499721484, 0.043957757003227016, 0.043866770996828564, 0.043630971002130536, 0.04410885099787265, 0.04423961900101858, 0.04408007500023814, 0.04394644000058179, 0.043245119999482995, 0.043551208000280894, 0.04406142000152613, 0.044120303999079624, 0.04691534199810121, 0.04340610100189224, 0.043084822998935124, 0.044162121001136256, 0.04396397600066848, 0.043302943999151466, 0.04364102700128569, 0.04314750299818115, 0.04366818999915267, 0.04358464699907927, 0.043547801000386244, 0.043451822002680274, 0.04381573199862032, 0.0434001649991842, 0.043493069999385625, 0.043272660001093755, 0.04376160600077128, 0.04315093100012746, 0.04389022900068085, 0.04374800199730089, 0.043562020000535995, 0.04356782499962719, 0.04388346500127227, 0.043658795999363065, 0.04369964700163109, 0.043408069999713916, 0.04332557499947143, 0.04385515499961912, 0.04358730999956606, 0.04329693000181578, 0.043882325997401495, 0.04354983600205742, 0.043846223001310136, 0.04380173799654585, 0.044149219000246376, 0.04347632999997586, 0.044052438002836425, 0.04366704799758736, 0.04365689000042039, 0.0432615710014943, 0.04376929799764184, 0.0444085310009541, 0.044034154001565184, 0.04391603799740551, 0.04321881500072777, 0.04373414600195247, 0.0437996269974974, 0.04336827299994184, 0.04373440299968934, 0.04375598000115133, 0.04423019800015027, 0.04410163699867553, 0.043534233001992106, 0.043876710999029456, 0.043690639999113046, 0.04394768300335272, 0.04398799299815437, 0.0438355930018588, 0.04391082699658, 0.044221371001185616, 0.043865046001883456, 0.0439520049985731, 0.04730163400017773, 0.04629215900058625, 0.043542786999751115, 0.043497706999914953, 0.04320380799981649, 0.043393498002842534, 0.04324226799872122, 0.04382111399900168, 0.04305053899952327, 0.04364883200105396, 0.04337000699888449, 0.043637689002935076, 0.04328993399758474, 0.04504788900158019, 0.04386818700004369, 0.04371715099841822, 0.04337057900193031, 0.04370038399792975, 0.04346497300139163, 0.04357524900115095, 0.046550953997211764, 0.04379467100079637, 0.043252000999927986, 0.04412632000094163, 0.04360877300132415, 0.043419142999482574, 0.0438239609975426, 0.04397755500031053, 0.04356696900140378, 0.04387730599773931, 0.04367304900006275, 0.04412343100193539, 0.043425407999166055, 0.04365351299929898, 0.04352525600188528, 0.04364248899946688, 0.04350698200141778, 0.04370384799767635, 0.043619242002023384, 0.04412853399844607, 0.04394837699874188, 0.04407343900311389, 0.04343313899880741, 0.04329963499912992, 0.043583147002209444, 0.04335325799911516, 0.04379654999866034, 0.04342303100202116, 0.0435832869989099, 0.04367933400135371, 0.04336596399662085, 0.04392321900013485, 0.04319188900262816, 0.04390828599935048, 0.04392632600138313, 0.04337007399954018, 0.04381561599802808, 0.04328096400058712, 0.04384958399896277, 0.04349078200175427, 0.04378748099770746, 0.04341175900117378, 0.04391176699937205, 0.04379499200149439, 0.047287338002206525, 0.045214977999421535, 0.043923899000219535, 0.04370978499719058, 0.04318896000040695, 0.04360687699954724, 0.04340781800055993, 0.043546547000005376, 0.043352874999982305, 0.04398556700107292, 0.043439201999717625, 0.04345201899923268, 0.04345744700185605, 0.04348422099792515, 0.04336225199949695, 0.043661554002028424, 0.04335166999953799, 0.043495664998772554, 0.04320196000116994, 0.04343011200035107, 0.04370410599949537, 0.04372029699879931, 0.043482077002408914, 0.0436733809983707, 0.043438767999759875, 0.04343438499927288, 0.043501249001565157, 0.04373474900057772, 0.04393979499945999, 0.0434067159985716, 0.04384296200078097, 0.04377415600174572, 0.04353282199735986, 0.04367686700061313, 0.04369692200270947, 0.04332848299964098, 0.043832212999404874, 0.04440272499778075, 0.04432948900284828, 0.04355289899831405, 0.04399092400126392, 0.04336634599894751, 0.04385198399904766, 0.043629203999444144, 0.04405826500078547, 0.04359037000176613, 0.04386836900084745, 0.04366601599758724, 0.04349143999934313, 0.043950246003078064, 0.04374358799759648, 0.0438760880024347, 0.04388373099936871, 0.04397355999753927, 0.04384199400010402, 0.043671584000549046, 0.04406686400034232, 0.043890147000638535, 0.04341642600047635, 0.043708059998607496, 0.043304718001309084, 0.04396078200079501, 0.043722177997551626, 0.0467590129992459, 0.04393917299967143, 0.043640790001518326, 0.043423380000604084, 0.04340888300066581, 0.0432102919985482, 0.0443799360000412, 0.043901049000851344, 0.04372694199992111, 0.044046549999620765, 0.043555430998821976, 0.04349524400095106, 0.043978329998935806, 0.0433054519999132, 0.04358965199935483, 0.04346171900033369, 0.043774296002084156, 0.04355753599884338, 0.04360093300056178, 0.04382264000014402, 0.044119263999164104, 0.04389111799901002, 0.043748936001065886, 0.04353628199896775, 0.04340701900218846, 0.04376710599899525, 0.04360473999986425, 0.043713155999284936, 0.043437385000288486, 0.04384718900109874, 0.04349526700025308, 0.043675925000570714, 0.04385814299894264, 0.043748707001213916, 0.04395905300043523, 0.043763162997493055, 0.04352209300122922, 0.04385741800069809, 0.0437365409998165, 0.043899211999814725, 0.04364249399804976, 0.044213941000634804, 0.043486676000611624, 0.04402838299938594, 0.043894122001802316, 0.04350705599790672, 0.044115900000178954, 0.04357535000235657, 0.04400523799995426, 0.04340085299918428, 0.04381145499792183, 0.0434929210023256, 0.04440170399902854, 0.04378957399967476, 0.04392661499878159, 0.04411869500108878, 0.04421691700190422, 0.04381850799836684, 0.04421354900114238, 0.044098094000219135, 0.04366753499925835, 0.04395367399774841, 0.04399320100128534]",tokens/s,22.819346261361677,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,01-ai/Yi-34B,01-ai/Yi-34B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 57, in launch raise RuntimeError(f""Isolated process exited with non-zero code {isolated_process.exitcode}"") RuntimeError: Isolated process exited with non-zero code -9 ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-12b,EleutherAI/pythia-12b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,24307.335168,,,,,s,1,384.2291071139989,384.2291071139989,0.0,384.2291071139989,384.2291071139989,384.2291071139989,384.2291071139989,[384.2291071139989],,kWh,0.004506963887458324,0.0024564692750181734,0,0.006963433162476497,,MB,24853.540864,,,,,s,10,32.667555017003906,3.2667555017003904,0.008027804492491672,3.264547535498423,3.276269532502556,3.2814682947513574,3.2856273045503985,"[3.2654276120010763, 3.2751142520028225, 3.286667057000159, 3.2645596619986463, 3.2606555040001695, 3.2643129319985746, 3.2645354089981993, 3.2574000990025525, 3.267990374999499, 3.260892115002207]",tokens/s,78.36521584390033,kWh,3.853097642145839e-05,2.100070044343642e-05,0.0,5.953167686489481e-05,tokens/kWh,4300231.632664802,MB,25101.447168,,,,,s,10,173.37760485799663,17.337760485799663,0.038636464659218446,17.33889225550047,17.379159560497282,17.38927508124707,17.3973674978469,"[17.340588877999835, 17.399390601996856, 17.3371956330011, 17.369816166003147, 17.282543262001127, 17.27376599499985, 17.30683241299994, 17.332109696999396, 17.35845054499805, 17.37691166699733]",tokens/s,3.6336872949421344,kWh,0.00020487095483277747,0.00011166263768111157,0.0,0.000316533592513889,tokens/kWh,199031.00805086165,,s,630,173.36925723199965,0.27518929719365026,0.001810013449579857,0.27495813150017057,0.2770688926015282,0.2785100318487821,0.28180422933790394,"[0.2786290639996878, 0.27533618400048, 0.2736685519994353, 0.2728899289977562, 0.27331627500097966, 0.2732704800000647, 0.27277001200127415, 0.2732846149992838, 0.2746416740010318, 0.2745530840002175, 0.27326428199739894, 0.2732720340027299, 0.27365349899992, 0.2737083319989324, 0.27272275399809587, 0.2738968650010065, 0.272516592998727, 0.27375202300027013, 0.272996707000857, 0.27943481100010104, 0.27470575299958, 0.27494789000047604, 0.27428819100168766, 0.27360284899987164, 0.27446882499862113, 0.2782769459990959, 0.2746643610007595, 0.2761635839997325, 0.2734155549987918, 0.27411513900005957, 0.27524119800000335, 0.2761426320030296, 0.2749759090002044, 0.27527950999865425, 0.2762805649981601, 0.27603080200060504, 0.27440880200083484, 0.27580074700017576, 0.27573460300118313, 0.27529030199730187, 0.2758472650020849, 0.2762273879998247, 0.27657993200045894, 0.27559182600089116, 0.27613392299826955, 0.2775906599999871, 0.2758830790007778, 0.2749254709997331, 0.2760357439983636, 0.27728050600126153, 0.27562670100087416, 0.276159495999309, 0.2776834920005058, 0.2764853429980576, 0.27585741100119776, 0.27534583099986776, 0.28104474499923526, 0.27608883200082346, 0.27452171099866973, 0.2767139580028015, 0.2762775720002537, 0.2749149869996472, 0.2756318889987597, 0.28120511999804876, 0.2741175720002502, 0.275252923998778, 0.2745614209998166, 0.2741423380030028, 0.2742023680002603, 0.2772429509968788, 0.2752182520016504, 0.2744319759985956, 0.27499050100232125, 0.2761181690002559, 0.2752080219979689, 0.2751613920008822, 0.2764643310001702, 0.2749298739981896, 0.2747951210003521, 0.27481443299984676, 0.27996933800022816, 0.27638367600229685, 0.2740805109970097, 0.2763614140021673, 0.27652197499992326, 0.27520903299955535, 0.2748739669987117, 0.2764469089997874, 0.27543645900004776, 0.2737656210010755, 0.2742927450017305, 0.2748492989994702, 0.27504970299924025, 0.274743549998675, 0.2780440720016486, 0.2761958560004132, 0.2755028969986597, 0.2749480320017028, 0.2752084450003167, 0.2753089990001172, 0.27469083999676513, 0.2754149970023718, 0.2758156609997968, 0.27574597299826564, 0.2771961750004266, 0.2779263600023114, 0.2761693469983584, 0.27604316900033155, 0.27579944799799705, 0.27674392600238207, 0.27758112599985907, 0.275696128999698, 0.2765886689994659, 0.2762481649988331, 0.2771505820019229, 0.2760113080003066, 0.2841803409974091, 0.2789604480021808, 0.2773788300000888, 0.2785125189984683, 0.27697917399927974, 0.2769011310010683, 0.27587072100141086, 0.2795105199984391, 0.27711806400111527, 0.2761713639993104, 0.27919410100003006, 0.2746161840004788, 0.2738117949993466, 0.2742360190022737, 0.27551546699760365, 0.2749028880025435, 0.2733489499987627, 0.2747801180012175, 0.2758905019982194, 0.27359640299982857, 0.27636006900138455, 0.27454826200118987, 0.2736100459987938, 0.27443307299836306, 0.27433036000002176, 0.28003820199955953, 0.2747445950008114, 0.27438133800023934, 0.2745910410012584, 0.2740563990009832, 0.27392686199891614, 0.2746086999977706, 0.2745304780000879, 0.27409617400189745, 0.27423466500113136, 0.27434979299869156, 0.27488527099922067, 0.27649881899924367, 0.2757621590026247, 0.27660355499756406, 0.2752636950026499, 0.27435262099970714, 0.27388883999810787, 0.27537310200204956, 0.27690053900005296, 0.27614863499911735, 0.27531303399882745, 0.27425676900020335, 0.27409312600138946, 0.27459038400047575, 0.27732230000037816, 0.2758099509992462, 0.273769937997713, 0.2742036020026717, 0.2749668729993573, 0.2749021889976575, 0.27437779800311546, 0.2743744899999001, 0.27490541599763674, 0.27512346699950285, 0.27465350500278873, 0.28182086199740297, 0.27502621700114105, 0.27473650200045086, 0.27496213799895486, 0.2750788340017607, 0.2752412789996015, 0.2752924449996499, 0.27681908600061433, 0.2770667049990152, 0.27483912900061114, 0.2752785339980619, 0.2751255220027815, 0.2798719020029239, 0.2728939539993007, 0.2748331650000182, 0.2741462669982866, 0.2732172910000372, 0.27415072500298265, 0.2739044699992519, 0.27358826300041983, 0.2739422079976066, 0.27344164500027546, 0.273467081002309, 0.27328135700008716, 0.2784203470000648, 0.27550721599982353, 0.27551195499836467, 0.2741813770007866, 0.27516293299777317, 0.2738883390011324, 0.2824501479990431, 0.2760762739999336, 0.27475461100038956, 0.2747495229996275, 0.2742551450028259, 0.27643779199934215, 0.2763446919998387, 0.2755511619980098, 0.2754911900010484, 0.2758151429989084, 0.275077008001972, 0.27518998500090674, 0.27583479099848773, 0.2751790529982827, 0.2756361530009599, 0.27598296500218567, 0.2753937549969123, 0.2752545210023527, 0.2751407969990396, 0.27482080800109543, 0.2768600269992021, 0.27678372700029286, 0.2751655860010942, 0.2753843699974823, 0.2768345340009546, 0.27479656300056376, 0.27649287700114655, 0.2767775039974367, 0.27568658400196, 0.2747003490003408, 0.27660077799737337, 0.2822488070014515, 0.2760951540003589, 0.27613427599862916, 0.27619490399956703, 0.2772444060028647, 0.27627257099811686, 0.2762110420007957, 0.27580242800104315, 0.2765510529970925, 0.2760181420017034, 0.2762476509997214, 0.2760795789981785, 0.276733435002825, 0.2762884009971458, 0.28218905799803906, 0.27326359300059266, 0.27327262700055144, 0.27359415300088585, 0.2745264759978454, 0.2739776520029409, 0.27460575999793946, 0.2735753970009682, 0.27389955800026655, 0.27402987599998596, 0.27968297400002484, 0.27383702699808055, 0.27323809300287394, 0.2731674539973028, 0.27340204100255505, 0.2741104220003763, 0.2736797809993732, 0.27438350499869557, 0.27471218400023645, 0.273119288001908, 0.27326490099949297, 0.2735217849985929, 0.27348662599979434, 0.2722974960015563, 0.27457857499757665, 0.2733407200030342, 0.27372888699756004, 0.2730108649993781, 0.27280667900049593, 0.2730851950000215, 0.273051274001773, 0.2735716709976259, 0.27289691400073934, 0.2746311570008402, 0.27203168900086894, 0.2735284619993763, 0.27565948800111073, 0.2730651919991942, 0.27301353000075324, 0.2731357439988642, 0.27348258499841904, 0.2730870090017561, 0.273011230998236, 0.2743202929996187, 0.2740957240021089, 0.27355935200102977, 0.2738264959989465, 0.2817635079991305, 0.27749793399925693, 0.2755573310023465, 0.2756763769975805, 0.2743526110025414, 0.2739768289975473, 0.279598787001305, 0.27460065099876374, 0.27498049100177013, 0.2739086449983006, 0.27470143000027747, 0.2739940610008489, 0.27568861300096614, 0.2737005409981066, 0.2743480160024774, 0.27402127599998494, 0.2781983669992769, 0.2728027250013838, 0.27390669799933676, 0.27248937300100806, 0.27507613399939146, 0.27415378899968346, 0.272763852000935, 0.2730225929990411, 0.2800331830003415, 0.27377227200122434, 0.2734279879987298, 0.2741432650000206, 0.2723581469981582, 0.27316160400005174, 0.27326878900203155, 0.2729405659993063, 0.27194984900052077, 0.27247278399954666, 0.2730764789994282, 0.27295025499915937, 0.2723016550007742, 0.2723237899990636, 0.2716635690012481, 0.27263639400189277, 0.27436495700021624, 0.2752885869995225, 0.27589589999843156, 0.27530109399958747, 0.27706859500176506, 0.274150916000508, 0.2733441700002004, 0.2753664569972898, 0.2750389009997889, 0.27445600500141154, 0.27483301800020854, 0.2771501999995962, 0.27462266300062765, 0.27345407499888097, 0.27580803700038814, 0.2729348389984807, 0.27462428500075475, 0.2743294860010792, 0.27411043200118, 0.2748868179987767, 0.2742093400011072, 0.2792130109992286, 0.27393486999790184, 0.27390671800094424, 0.27376517800075817, 0.27455650300180423, 0.27491590199861093, 0.2739470669985167, 0.27269195100234356, 0.27339048799694865, 0.2727614760005963, 0.27356875099940225, 0.2735176860005595, 0.27524704100142117, 0.2737703060010972, 0.27546477999931085, 0.2737328740004159, 0.2737955209995562, 0.27458314500108827, 0.27828862100068363, 0.271364378000726, 0.2726386190006451, 0.272344745000737, 0.27194999199855374, 0.2719184609995864, 0.2785069919991656, 0.273013162001007, 0.2736166089998733, 0.27320844900168595, 0.2713937349981279, 0.2745674940015306, 0.27614972599985776, 0.27374196399978246, 0.27306727500035777, 0.27333417299814755, 0.2750324289991113, 0.2741618930012919, 0.2751198750011099, 0.2735564289978356, 0.2739775980007835, 0.2733401750010671, 0.27415294000093127, 0.2738804689979588, 0.2732772189992829, 0.2742596580028476, 0.27355055599764455, 0.2732234770010109, 0.2736990509984025, 0.2733896280005865, 0.27412238200122374, 0.27514757799872314, 0.27323397200234467, 0.2763688879967958, 0.27442610900106956, 0.2750725660007447, 0.2753124160008156, 0.275542535000568, 0.2755983839997498, 0.27641791600035504, 0.27489553099803743, 0.27475559400045313, 0.2742662829987239, 0.2812617430026876, 0.27547639799740864, 0.2747441780011286, 0.2754943580002873, 0.2753662899995106, 0.27504364600099507, 0.27561896999759483, 0.27507974600302987, 0.2747550229978515, 0.2749674309998227, 0.2750145300014992, 0.2749542889978329, 0.27715103400259977, 0.27603212599933613, 0.2754102069993678, 0.2769351759998244, 0.27466444200035767, 0.2761372739987564, 0.27566679300070973, 0.2772085380020144, 0.27925968899944564, 0.27405751399783185, 0.27412310100044124, 0.2738157380008488, 0.27895370699843625, 0.2736537560012948, 0.2741974019991176, 0.2732203190025757, 0.27300388499861583, 0.2736565449995396, 0.27335115900132223, 0.27349660199979553, 0.2732701269997051, 0.2733354390002205, 0.2733376949981903, 0.27357217900134856, 0.2746073050002451, 0.2742775580009038, 0.2770064839969564, 0.2746090480031853, 0.27393280300020706, 0.27341353799783974, 0.2739029539989133, 0.27384267399975215, 0.2737328160001198, 0.27443915200274205, 0.2735423969970725, 0.2751409490010701, 0.27482923900242895, 0.27465655299965874, 0.2737574829989171, 0.27576106099877506, 0.2741632390025188, 0.2744284239997796, 0.2743055889986863, 0.27531784000166226, 0.27474198199706734, 0.2741356890001043, 0.2749619740025082, 0.2757013209993602, 0.27630954000051133, 0.2810897749986907, 0.27813413799958653, 0.2758516670000972, 0.27531601000009687, 0.2748190530001011, 0.2781368770010886, 0.2792399680001836, 0.27679938299843343, 0.2745915359992068, 0.2752193240012275, 0.2758633400007966, 0.2758128269997542, 0.27537202700113994, 0.2759068959967408, 0.27475335400231415, 0.275264509000408, 0.2763147209989256, 0.2754269420001947, 0.27632919199822936, 0.27599023900256725, 0.2757319800002733, 0.27533080499779317, 0.2800899190006021, 0.276359722000052, 0.28122061799876974, 0.2748106440012634, 0.2749423819986987, 0.2752028009999776, 0.27444956399995135, 0.27412498500052607, 0.2743659719999414, 0.27469901099902927, 0.27524309499858646, 0.27356289599993033, 0.2738658420021238, 0.2745011049992172, 0.27379909500086796, 0.27420327499930863, 0.2748568970018823, 0.2747215959971072, 0.2747678400010045, 0.27470583000103943, 0.27452269299828913, 0.2757950070008519, 0.2752735229987593, 0.2757051920016238, 0.27553795800122316, 0.27714443299919367, 0.27822368099805317, 0.27475304800100275, 0.27449165700090816, 0.27646858300067834, 0.27410942599817645, 0.27366602799884276, 0.27411367500099004, 0.2743095160003577, 0.27356246600174927, 0.2748511289973976, 0.2739525130018592, 0.2757024309976259, 0.28122731300027226, 0.2754245640026056, 0.27442113399956725, 0.27501338699948974, 0.27523246800046763, 0.27517400799843017, 0.2759072049993847, 0.2764263960016251, 0.27607827199972235, 0.2759896610004944, 0.27561019099812256, 0.2750539890002983, 0.2761514209996676, 0.2751268259999051, 0.27714526100317016, 0.27531958199688233, 0.2750970960005361, 0.2749815759998455, 0.2751887820013508, 0.2770958490000339, 0.2767286310008785, 0.27711528399959207, 0.27694559399969876, 0.27642401199773303, 0.276167036001425, 0.28613880799821345, 0.27421569199941587, 0.27284917200086056, 0.2735442609991878, 0.273804034000932, 0.2793454689999635, 0.27490897200186737, 0.27580659099839977, 0.2738839869998628, 0.2738059859984787, 0.2747071470002993, 0.2761836179997772, 0.2762784050028131, 0.2753832449998299, 0.2752202759984357, 0.2748651069996413, 0.2753634639993834, 0.274427607000689, 0.27388634200178785, 0.27415810499951476, 0.2743736820011691, 0.27534635399933904, 0.2758016259977012, 0.2749360730012995, 0.276179101998423, 0.27587547800067114, 0.2778348499996355, 0.2769930390022637, 0.2756657809986791, 0.27610250799989444, 0.27552907000062987, 0.2758504150006047, 0.2752478609982063, 0.2759178720007185, 0.2748061790007341, 0.2747665969982336, 0.2823637460023747, 0.2760874639971007, 0.27602312600356527, 0.2770715709993965, 0.2753362509974977, 0.2763251870019303, 0.27627217799818027, 0.2759614970018447, 0.2753845769984764, 0.27471591500216164, 0.2750430960004451, 0.2760404619984911, 0.2762380399981339, 0.27598983400093857, 0.27695367200067267, 0.2754681750011514, 0.27618609099954483, 0.2758773809982813, 0.2755225180007983, 0.27619262599910144, 0.2760561650029558, 0.27555020399813657, 0.2755056150017481, 0.2759903239966661, 0.2758809620027023, 0.2752669879992027, 0.2768997919993126]",tokens/s,3.6338622548111004,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,xglm,facebook/xglm-4.5B,facebook/xglm-4.5B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,xglm,facebook/xglm-7.5B,facebook/xglm-7.5B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-14B,Qwen/Qwen1.5-14B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Llama-2-70b-hf,meta-llama/Llama-2-70b-hf,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,Deci/DeciCoder-1b,Deci/DeciCoder-1b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 559, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3832, in from_pretrained model = cls(config, *model_args, **model_kwargs) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 248, in __init__ self.model = DeciCoderModel(config) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 215, in __init__ self.layers = nn.ModuleList([DeciCoderDecoderLayer(config) for _ in range(config.num_hidden_layers)]) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 215, in self.layers = nn.ModuleList([DeciCoderDecoderLayer(config) for _ in range(config.num_hidden_layers)]) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 181, in __init__ self.self_attn = DeciCoderAttention(config=config) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 54, in __init__ self._init_rope() File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1729, in __getattr__ raise AttributeError(f""'{type(self).__name__}' object has no attribute '{name}'"") AttributeError: 'DeciCoderAttention' object has no attribute '_init_rope' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Meta-Llama-3-70B,meta-llama/Meta-Llama-3-70B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,togethercomputer/RedPajama-INCITE-Base-7B-v0.1,togethercomputer/RedPajama-INCITE-Base-7B-v0.1,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-72B,Qwen/Qwen1.5-72B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,internlm,internlm/internlm-20b,internlm/internlm-20b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-110B,Qwen/Qwen1.5-110B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,codegen,Salesforce/codegen-16B-nl,Salesforce/codegen-16B-nl,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt2,openai-community/gpt2-large,openai-community/gpt2-large,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-65b,huggyllama/llama-65b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-30b,huggyllama/llama-30b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Llama-2-13b-hf,meta-llama/Llama-2-13b-hf,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-7B,Qwen/Qwen1.5-7B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,stabilityai/stablelm-base-alpha-3b,stabilityai/stablelm-base-alpha-3b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,recurrent_gemma,google/recurrentgemma-9b,google/recurrentgemma-9b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/gpt-neox-20b,EleutherAI/gpt-neox-20b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,41775.161344,,,,,s,1,662.2089741870004,662.2089741870004,0.0,662.2089741870004,662.2089741870004,662.2089741870004,662.2089741870004,[662.2089741870004],,kWh,0.007788274493195132,0.004244911248132491,0,0.012033185741327623,,MB,42573.111296,,,,,s,10,71.91332113499811,7.191332113499811,0.016497867464263682,7.194625388499844,7.204114664099871,7.208656906049964,7.2122906996100395,"[7.192805539999426, 7.171944834999522, 7.202919079999447, 7.213199148000058, 7.153077845000553, 7.2004316339998695, 7.20310527699985, 7.193546355999388, 7.186586998999701, 7.1957044210003005]",tokens/s,35.59841152648591,kWh,8.496080392874913e-05,4.63067634047578e-05,0.0,0.00013126756733350693,tokens/kWh,1950215.161294105,MB,42939.723776,,,,,s,10,298.39899323699956,29.839899323699957,0.06999309589753237,29.81872941599977,29.897359645500547,29.95724845124996,30.005159495849494,"[29.78020957300032, 29.779746545000307, 29.878331298000376, 29.810974664999776, 29.846289597999203, 30.017137256999376, 29.803710602000137, 29.884051022000676, 29.772058509999624, 29.826484166999762]",tokens/s,2.111267176761654,kWh,0.0003523433728161113,0.0001920408228141073,0.0,0.0005443841956302187,tokens/kWh,115727.09220014483,,s,630,298.3895549260005,0.4736342141682548,0.0026969249305318493,0.4732058745003087,0.4772006049997799,0.4787025074505891,0.48169432224996855,"[0.47378719199969055, 0.4692407890006507, 0.4696387969997886, 0.4704382629997781, 0.4727332080001361, 0.4718398889999662, 0.47005444000024, 0.46920737700020254, 0.46968432999983634, 0.46981150099964, 0.47040824800023984, 0.47057177199985745, 0.47205509500054177, 0.4717753469994932, 0.47082420399965486, 0.46973145800075145, 0.47136805199988885, 0.4717621939998935, 0.47846303499954956, 0.4713553100000354, 0.4709868160007318, 0.4774734589991567, 0.4715126880000753, 0.47308143400005065, 0.4729677490004178, 0.4739404470001318, 0.4746448709993274, 0.473205183000573, 0.47183264100021916, 0.4728096069993626, 0.47268880600040575, 0.471652234999965, 0.47372691500004294, 0.47085113100001763, 0.47221113100022194, 0.4712704469993696, 0.47310357300011674, 0.4745570699997188, 0.4718477950000306, 0.4776451220004674, 0.4711611759994412, 0.4718540200001371, 0.47236586300005, 0.47176961100012704, 0.47212335400035954, 0.4717140519996974, 0.4751835070001107, 0.47545268700014276, 0.47503909900024155, 0.47529200600001786, 0.47396895499969105, 0.4743143340001552, 0.4727353789994595, 0.47316167000008136, 0.47244102300010127, 0.47287690000030125, 0.47411913399992045, 0.47431455599962646, 0.4743572930001392, 0.47362485699977697, 0.4786879110006339, 0.47294291999969573, 0.4728649660000883, 0.47388739899997745, 0.4697635339998669, 0.47133121700062475, 0.47438335199967696, 0.4691472140002588, 0.46857664299932367, 0.47020054400036315, 0.4719708800002991, 0.46788215400010813, 0.4699343009997392, 0.47322811399953935, 0.473527267999998, 0.4695618120003928, 0.4703389979995336, 0.4698235290006778, 0.4702683989999059, 0.4703043429999525, 0.46989497799950186, 0.46928164300061326, 0.4707008519999363, 0.474308144999668, 0.4733217829998466, 0.47565946000031545, 0.47155092200046056, 0.4770721019995108, 0.4739339759998984, 0.4731124509999063, 0.47491936100050225, 0.47305582799981494, 0.47254030000021885, 0.47523624499990547, 0.4745476009993581, 0.47609913800079084, 0.47366064399921015, 0.47410896600013075, 0.47484229400015465, 0.47427228600008675, 0.4723369379998985, 0.47258091700041405, 0.4737026969996805, 0.4738139979999687, 0.47376061999966623, 0.47356685400063725, 0.47299196899984963, 0.47356420399955823, 0.4794126730002972, 0.47221529400030704, 0.4739136239995787, 0.4735505850003392, 0.4756697040002109, 0.47346534400003293, 0.47161635599968577, 0.47176542000033805, 0.47570666299998265, 0.47263677199953236, 0.47104159300033643, 0.47286086399981286, 0.47628946300028474, 0.47303131999979087, 0.47125298299943097, 0.47137346300041827, 0.470386545999645, 0.4701054200004364, 0.4760290439999153, 0.47102012899995316, 0.47028173900071124, 0.4713630699998248, 0.47109104999981355, 0.4713850879998063, 0.4704613829999289, 0.47207564700056537, 0.4719464109994078, 0.47871445000055246, 0.4743621819998225, 0.47644862699962687, 0.47268218899989733, 0.4731160560004355, 0.4732672199997978, 0.47263110899984895, 0.4735903930004497, 0.4757312740002817, 0.4731558589992346, 0.4739634310008114, 0.4771980719997373, 0.4750198169995201, 0.47443081500023254, 0.4731819130001895, 0.47326444600003015, 0.47233595400030026, 0.4719712249998338, 0.4719167869998273, 0.4733469299999342, 0.4730889689999458, 0.4796679370001584, 0.4712568859995372, 0.47264022000035766, 0.4729979009998715, 0.472309390999726, 0.4721537620007439, 0.47133801199925074, 0.47206908900079725, 0.4778291069997067, 0.4749984019999829, 0.47220314700007293, 0.47266922499966313, 0.47131471000011516, 0.47330103300009796, 0.4723481990004075, 0.4739105099997687, 0.47900814399963565, 0.47684767600003397, 0.4754216789997372, 0.47623724500044773, 0.47597710199988796, 0.48237503099971946, 0.47725987500052724, 0.47543514700009837, 0.4750574899999265, 0.4781782230002136, 0.47655091999968135, 0.47533755599943106, 0.47528189400054544, 0.4780771519999689, 0.4754664149995733, 0.4751784320005754, 0.47752740099986113, 0.4748810990004131, 0.4706836969999131, 0.47127294699930644, 0.4709895050000341, 0.4714113090003593, 0.47131738000007317, 0.47185774100034905, 0.4713718999992125, 0.4698194890006562, 0.4709968819997812, 0.4710432470001251, 0.4698955180001576, 0.4695592199996099, 0.4713707789996988, 0.47173517999999603, 0.4744397130007201, 0.4719017019997409, 0.4708713219997662, 0.47127001999979257, 0.47204780599986407, 0.4712494420000439, 0.4699443990002692, 0.4729994979998082, 0.4719549060000645, 0.4749135380006919, 0.47235182199983683, 0.4740097710000555, 0.4733691450001061, 0.47178713899938884, 0.4717394230001446, 0.47283543899993674, 0.4732065660000444, 0.47320280100029777, 0.47293003699996916, 0.4731764819998716, 0.47208425600001647, 0.47268906099998276, 0.47989187100029085, 0.47297315299965703, 0.4707414949998565, 0.47807492799984175, 0.473095985999862, 0.4750947239999732, 0.4799890760004928, 0.47462232999987464, 0.47722340200016333, 0.47286904599968693, 0.47379540700057987, 0.4736863379994247, 0.47628450600041106, 0.4735782729994753, 0.4728314970006977, 0.4730716519998168, 0.472475695999492, 0.4728098820005471, 0.475204403999669, 0.47324471800038737, 0.4745531499993376, 0.4793789180002932, 0.4744800340004076, 0.47637369399944873, 0.4755332949998774, 0.4749481080007172, 0.4758038489999308, 0.4745562999996764, 0.47028110599967476, 0.468171784000333, 0.46807822299979307, 0.4692732250005065, 0.4697045339999022, 0.470078557999841, 0.46875024899964046, 0.47286106800038397, 0.4691565769999215, 0.4710308639996583, 0.4703161200004615, 0.4709104949997709, 0.469152698000471, 0.4691249699999389, 0.4689391929996418, 0.4695661870000549, 0.46937775900005363, 0.4709558430004108, 0.47036993999972765, 0.4723489910002172, 0.4773663289997785, 0.47289709500000754, 0.4727020829996036, 0.4750235910005358, 0.47576715200011677, 0.4730508179991375, 0.47324539800047205, 0.4736435419999907, 0.47589275100017403, 0.47499813299964444, 0.4755431399998997, 0.4759595969999282, 0.47603256100046565, 0.47507807900001353, 0.4767773559997295, 0.48435368399987055, 0.47320797100019263, 0.4784941660000186, 0.47283601900016947, 0.4772942689996853, 0.47468121600013546, 0.4816668630001004, 0.4731051019998631, 0.4747696040003575, 0.4731386039993595, 0.4763661350007169, 0.4751405540000633, 0.47535019899987674, 0.4741641880000316, 0.47688745300001756, 0.4757808719996319, 0.4744164579997232, 0.4762332830005107, 0.47607544799939205, 0.47329546400032996, 0.4751136539998697, 0.47691438699985156, 0.47740395000073477, 0.47766754899930675, 0.47380831700047565, 0.4742723319996003, 0.4747603240002718, 0.4719970389996888, 0.47122480100006214, 0.47056892000000516, 0.4705553969997709, 0.4702720200002659, 0.47255376700013585, 0.4767805159999625, 0.47123508999993646, 0.47218463999979576, 0.4758922139999413, 0.47340675499981444, 0.4716468110000278, 0.4756799160004448, 0.47524474500005454, 0.4771013199997469, 0.4733086509995701, 0.4736695100000361, 0.47323419400072453, 0.4755527899997105, 0.4750489159996505, 0.47357536399977107, 0.47356276900063676, 0.473556445000213, 0.47586979099924065, 0.47688939799991203, 0.4821010110008501, 0.47966218299916363, 0.48529407900059596, 0.47858626000015647, 0.4823050439999861, 0.47604482199949416, 0.4798741829999926, 0.48029981099989527, 0.4760975250001138, 0.47646597099992505, 0.480163475000154, 0.48170553799991467, 0.47620184600054927, 0.480602932999318, 0.4798665570006051, 0.47381837099965196, 0.477050827000312, 0.47663229099998716, 0.47592358000019885, 0.47889287899943156, 0.47724659699997574, 0.4791983730001448, 0.47815185299987206, 0.4833234520001497, 0.4770087790002435, 0.4772984989995166, 0.47806965300060256, 0.4752549529994212, 0.47443380000004254, 0.47617312900001707, 0.4752868400000807, 0.4803336759996455, 0.47857680800007074, 0.4804654540002957, 0.4802479950003544, 0.47651148499971896, 0.47585583300042344, 0.47797810700012633, 0.4720337440003277, 0.4723743380000087, 0.4730101929999364, 0.4722497080001631, 0.4706745069997851, 0.47156657300001825, 0.4720577729995057, 0.473480811000627, 0.4745817060002082, 0.4772441989998697, 0.4732069430001502, 0.47333419999995385, 0.4785909199999878, 0.4719739969996226, 0.4726337339998281, 0.47329122300016024, 0.473887172999639, 0.4728448940004455, 0.4732537529998808, 0.4731084559998635, 0.472745288000624, 0.47244814899931953, 0.4702605319998838, 0.47240528000020277, 0.4718835410003521, 0.47056215700013126, 0.4718508429996291, 0.4719592379997266, 0.4706045310003901, 0.4724814060000426, 0.4706651440001224, 0.4706611649999104, 0.47204557199984265, 0.47595590200035076, 0.4700056219999169, 0.4708902419997685, 0.47196426299979066, 0.470307354000397, 0.47151250800015987, 0.47276891299952695, 0.4728767380001955, 0.4746591080001963, 0.47493278499950975, 0.4713369490000332, 0.47117437700035225, 0.4708729769999991, 0.4720853540002281, 0.4713450819999707, 0.47392523100006656, 0.4718176209999001, 0.47310663299958833, 0.4716407269997944, 0.47207967800022743, 0.4722436270003527, 0.4774440119999781, 0.4738792399994054, 0.4726603530007196, 0.48166541999944457, 0.4770236599997588, 0.4751628920002986, 0.4754032560003907, 0.4780081599992627, 0.4776238399999784, 0.47141648500019073, 0.4731715100006113, 0.4712873039998158, 0.47133551699971576, 0.473042708000321, 0.4748354659996039, 0.47611995700026455, 0.47422232600001735, 0.4767150779998701, 0.4758008750004592, 0.4754254049994415, 0.47289229899979546, 0.47438028500073415, 0.4740824379996411, 0.47471578499971656, 0.47392790899994, 0.47308570299992425, 0.47482336400025815, 0.48076536300050066, 0.47563222000007954, 0.47487675299998955, 0.47472325899980206, 0.47364429399931396, 0.4719555110004876, 0.4721020970000609, 0.4737930450000931, 0.4743465989995457, 0.47552378799991857, 0.4734785529999499, 0.4759063139999853, 0.47501470900078857, 0.4734897649996128, 0.47436792499956937, 0.47386541300056706, 0.4725854789994628, 0.4753963460007071, 0.47405217300001823, 0.4738800420000189, 0.47320425899943075, 0.48074023500066687, 0.4746787289996064, 0.47321081700010836, 0.47169166099956783, 0.47569197800021357, 0.4726789380001719, 0.47465061799994146, 0.47353864700016857, 0.47314457099946594, 0.47544226800073375, 0.474408661999405, 0.4725481850000506, 0.473766732000513, 0.47551517199917726, 0.47334657100054756, 0.47320731099989644, 0.4720372399997359, 0.4726430970004003, 0.4731341019996762, 0.4764867399999275, 0.4754304810003305, 0.4805758969996532, 0.4730222660000436, 0.47521281500030454, 0.4693391139999221, 0.4694635619998735, 0.4701845069994306, 0.47677136300080747, 0.4701945849992626, 0.47234819599998445, 0.47084958600044047, 0.4704002030002812, 0.4700973509998221, 0.46983089999957883, 0.47218821400019806, 0.47336076900046464, 0.47034306899968215, 0.4718983869997828, 0.4698736669997743, 0.47015207999993436, 0.46957506900071166, 0.47036690400000225, 0.46919583799990505, 0.47131910099960805, 0.47052535100010573, 0.4701251839996985, 0.47146859600070457, 0.47100445199976093, 0.474981643999854, 0.47191418100010196, 0.4718990159999521, 0.473885669000083, 0.47717671200007317, 0.47350763299982646, 0.4760824989998582, 0.4771681210004317, 0.4759888829994452, 0.47454253300020355, 0.47430558999985806, 0.4731738150003366, 0.47332106300018495, 0.47214172999974835, 0.47186529400005384, 0.4707185999996, 0.47098719499990693, 0.4712925650001125, 0.47258113299994875, 0.4732893860000331, 0.47146002699992096, 0.47209782600020844, 0.4792732519999845, 0.4753896540005371, 0.4728796549998151, 0.472368378000283, 0.4711993219998476, 0.47352607699940563, 0.4718702750005832, 0.47330876199976046, 0.473301824000373, 0.47388686899921595, 0.4731970930006355, 0.47316241199951037, 0.4745131730005596, 0.47472261499933666, 0.473856409000291, 0.47439476999988983, 0.47597057199982373, 0.47293766900020273, 0.47184495399960724, 0.47095903800072847, 0.4714827839998179, 0.47228059000008216, 0.4712467999997898, 0.47140088400010427, 0.47195617399938783, 0.471523893000267, 0.4715251920006267, 0.47861857899988536, 0.4726690970001073, 0.4731684589996803, 0.47574814000017795, 0.47456953399978374, 0.4710369639997225, 0.4730403479998131, 0.47264938300031645, 0.4730102840003383, 0.4750379229999453, 0.47321174499938934, 0.47086105100061104, 0.472109903999808, 0.4721140330002527, 0.47173836899946764, 0.4713427060005415, 0.4716043290000016, 0.47167995299969334, 0.4722466390003319, 0.4725245529998574, 0.4727368949997981, 0.477766148000228, 0.47418071899937786, 0.47460193900042213, 0.47294723600043653, 0.4723618879997957, 0.4734849770002256, 0.4729831699996794, 0.47286481999981334, 0.4739828709998619, 0.47422210200056725, 0.4759413849997145, 0.47480909200021415, 0.4727102269998795, 0.47293280199937726, 0.47333932200035633, 0.4734682819998852, 0.4715134030002446, 0.47287173099994106, 0.4739771579997978, 0.473333095000271, 0.47415194699988206, 0.4794999200003076, 0.47391787200012914, 0.4741379170000073, 0.47455427599925315, 0.47290559400062193, 0.4736682650000148, 0.4754097909999473, 0.4750928309995288, 0.47782925000046816, 0.4752192019996073]",tokens/s,2.11133395790693,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mixtral,mistralai/Mixtral-8x22B-v0.1,mistralai/Mixtral-8x22B-v0.1,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,01-ai/Yi-6B,01-ai/Yi-6B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,12555.485184,,,,,s,1,194.65057402599996,194.65057402599996,0.0,194.65057402599996,194.65057402599996,194.65057402599996,194.65057402599996,[194.65057402599996],,kWh,0.0022667447480090278,0.0012354626909183036,0,0.0035022074389273313,,MB,12695.007232,,,,,s,10,19.637471018999918,1.9637471018999917,0.010189193962571091,1.9621818180000332,1.9780930726999486,1.9786903518499912,1.9791681751700252,"[1.9537826979999409, 1.9552171029999954, 1.9542854249999664, 1.9585017420000668, 1.9792876310000338, 1.9503631000000041, 1.9779603439999391, 1.9737216429999762, 1.9658618939999997, 1.9684894389999954]",tokens/s,130.36301861492825,kWh,2.3284142850694485e-05,1.2690589663606997e-05,0.0,3.5974732514301486e-05,tokens/kWh,7116105.72498987,MB,12696.260608,,,,,s,10,96.36285505200021,9.636285505200021,0.02646027502098908,9.637035059500022,9.665630429900057,9.667362168950046,9.668747560190038,"[9.655779313000039, 9.663096425999925, 9.665245599000059, 9.606461231000026, 9.618290806000005, 9.606096812000033, 9.615178821000086, 9.605564187000027, 9.669093908000036, 9.658047948999979]",tokens/s,6.5377888571279215,kWh,0.00011404677101583343,6.215987584921057e-05,0.0,0.000176206646865044,tokens/kWh,357534.75320514705,,s,630,96.358427743,0.1529498853063492,0.0013183178345618812,0.152792283999986,0.15459476350002888,0.155397317299969,0.1571265600600873,"[0.15941121399998792, 0.15383244400004514, 0.1534020919999648, 0.15231085700008862, 0.1520898149999539, 0.1534908969999833, 0.15212976999998773, 0.15205367099997602, 0.1554814900000565, 0.15151937699999962, 0.1519726950000404, 0.15440780199992332, 0.15197792000003574, 0.15165158900003917, 0.15202878200000214, 0.15327263899996524, 0.15295745200000965, 0.1543223639999951, 0.1529066819999798, 0.15243783200003236, 0.15310750999992706, 0.1520473610000863, 0.15229255700000977, 0.15222077299995362, 0.15293413500000952, 0.15315565599996717, 0.1539216310000029, 0.15460312900006556, 0.15244306199997482, 0.153417711999964, 0.1539969520000568, 0.15224487599994063, 0.1536437649999698, 0.1536891650000598, 0.15482535199998892, 0.15399927199996455, 0.1517451050000318, 0.1526448419999724, 0.1535557700000254, 0.15217490999998518, 0.15312336299996332, 0.15299531300001945, 0.1533942120000802, 0.15410408099990036, 0.15357350200008568, 0.1555026400000088, 0.15481017299998712, 0.15248767000002772, 0.15278095899998334, 0.15274048099990978, 0.15263722800000323, 0.15189564500008146, 0.15323796999996375, 0.15365519099998437, 0.15409493800007112, 0.15342268499989586, 0.15321276700001363, 0.15349397200009207, 0.15371325699993577, 0.15490508499999578, 0.1529053980000299, 0.15281277700000828, 0.15351271199995153, 0.16065866599990386, 0.15312688599999547, 0.1530929450000258, 0.1528912759999912, 0.15251438300003883, 0.1521040530000164, 0.1520915009999726, 0.15282565999996223, 0.15344660300002033, 0.15453553800000464, 0.15244439399998555, 0.15216431099997862, 0.15194292000001042, 0.1522142219999978, 0.15234375800002908, 0.15367677400001867, 0.15520445599997856, 0.15369826699998157, 0.15250441600005615, 0.15279319599994778, 0.15205990600009045, 0.15273510299994086, 0.1527769059999855, 0.1538096010000345, 0.15271370499999648, 0.1528241620000017, 0.1529860150000104, 0.15448253900001419, 0.1536534169999868, 0.1537629229999311, 0.15320900800008985, 0.15307035099999666, 0.15329556899996533, 0.15320852100001048, 0.1529261260000112, 0.15314639299992905, 0.1526427590000594, 0.15279137200002424, 0.1528417139999192, 0.15318516500008172, 0.15487667699994745, 0.15293284500000937, 0.1528371749999451, 0.15207125200004157, 0.15248522499996398, 0.1523731960000987, 0.15238724599998932, 0.15314053199995215, 0.15340237199995954, 0.15305070500005513, 0.15371331999995164, 0.152210072999992, 0.15345902000001388, 0.15383119400007672, 0.15419073599991862, 0.15694268000004286, 0.15466031599999042, 0.15386596999996982, 0.15369630200007123, 0.1551538859999937, 0.1564061670000001, 0.15346639500000947, 0.15311835599993628, 0.15720166600010543, 0.15174016299999948, 0.15355795799996486, 0.15311294699995415, 0.1524131659999739, 0.15321919699999853, 0.1527686450000374, 0.152808397000058, 0.15234884299991336, 0.15340538600003129, 0.15286014700006945, 0.15611292199992022, 0.1524013709999963, 0.15464865600006306, 0.15173917300000994, 0.1533508969999957, 0.15441836200000125, 0.15311167400000159, 0.15257379699994544, 0.15349162100005742, 0.1529767779999247, 0.15303466400007437, 0.1525856839999733, 0.1533368430000337, 0.15325711799994224, 0.15630471800000123, 0.1526254660000177, 0.15245750700000826, 0.15170275399998445, 0.152067795999983, 0.1518702519999806, 0.1522036129999833, 0.15305082600002606, 0.1532657449999988, 0.15276166099999955, 0.15338068200003363, 0.1548025229999439, 0.15311312300002555, 0.15231843100002607, 0.1521454779999658, 0.15279014200007168, 0.1526733160000049, 0.15266413699998793, 0.15294213499998932, 0.15336611499992614, 0.1573782170000868, 0.1531455570000162, 0.15260793299989928, 0.1532378610000933, 0.15390700699992976, 0.15690587599999617, 0.15394978400001946, 0.15344172799996159, 0.1534983710000688, 0.153290845000015, 0.15588293899998007, 0.1542074589999629, 0.1535783110000466, 0.15426530799993543, 0.15378402200008168, 0.15346981499999401, 0.15352804399992692, 0.15375441200001205, 0.15686456899993573, 0.15293941599998107, 0.15184693000003335, 0.15315226000006987, 0.14981211099996017, 0.1502823979999448, 0.15254420100006882, 0.1513627079999651, 0.15130671899999015, 0.1518294979999837, 0.152195865000067, 0.15198791799991795, 0.15163561700001082, 0.15217750200008595, 0.1511791359999961, 0.14998020999996697, 0.15157188000000588, 0.15200330599998324, 0.15187279799999942, 0.15158683499998915, 0.15321113699997113, 0.15235757200002809, 0.1517143930000202, 0.1550837470000488, 0.15178115699995942, 0.15167708399997082, 0.15160065700001724, 0.15137309900001128, 0.15107245199999397, 0.15111396500003593, 0.15118884799994703, 0.1526255690000653, 0.15225912399989738, 0.15229120900005455, 0.15620145000002594, 0.15386792499998592, 0.15235274899998785, 0.15323995200003537, 0.15237158799993722, 0.15522210000005998, 0.15259721099994294, 0.15216510100003688, 0.1523035870000058, 0.15170251799997914, 0.15236996900000577, 0.15535092699997222, 0.15243218900002375, 0.1554352729999664, 0.1525036100000534, 0.15305086399996526, 0.1524164639999981, 0.1523833859999968, 0.15442657100004453, 0.1519281810000166, 0.15161119499998676, 0.15182010699993498, 0.15238886999998158, 0.15192528800002947, 0.15254365900000266, 0.153311991999999, 0.1547374840000657, 0.1531275549999691, 0.15273606200003087, 0.15570763599998827, 0.1517431239999496, 0.1529237849999845, 0.15318013800003882, 0.15333340099994075, 0.1514094210000394, 0.15102075599997988, 0.1508597900000268, 0.15506145100005142, 0.1519404849999546, 0.15229193200002555, 0.15116268600002059, 0.15169405499989352, 0.15094388200009234, 0.151117701999965, 0.1515897589999895, 0.15247328500004187, 0.15214680099995803, 0.15211815999998635, 0.1536135239999794, 0.1514326300000448, 0.15245598800004245, 0.15154020699992543, 0.1524478229999886, 0.156770779999988, 0.1518511500000841, 0.1517474659999607, 0.15214789300000575, 0.15252906700004587, 0.1553492619999588, 0.15461144200003218, 0.15215548100002252, 0.15203530799999498, 0.1514432349999879, 0.15418202699993344, 0.15190547100007734, 0.15184716499993556, 0.1517380459999913, 0.15299976599999354, 0.1533280900000591, 0.15248509100001684, 0.15342482399989876, 0.15436178600009498, 0.1523830439999756, 0.15231125100001464, 0.15182364800000414, 0.15161350400001083, 0.1519285449999188, 0.15228364100005365, 0.15312689699999282, 0.1547342750000098, 0.1538581319999821, 0.1521050500000456, 0.1514934470000071, 0.15166948699993554, 0.15191158300001462, 0.1528923409999834, 0.15221398100004535, 0.15435996099995464, 0.15299221099996885, 0.1546517120000317, 0.15514765099999295, 0.15323694200003501, 0.15862189999995735, 0.151433541000074, 0.15078364900000452, 0.150733336999906, 0.15107856500003436, 0.15104513599999336, 0.15161534300000312, 0.15142473499997777, 0.1547272810000777, 0.1516082779999124, 0.1533046000000695, 0.15180627600000207, 0.15101121499992587, 0.15257706500005952, 0.15358162099994388, 0.15123615700008486, 0.1516914320000069, 0.1519015369999579, 0.15244335399995634, 0.15602227200008656, 0.15122827699997288, 0.1512362559999474, 0.1512292109999862, 0.15108014600002662, 0.15475382199997512, 0.15178255000000718, 0.15221359200006646, 0.15257816600001206, 0.15206760999990365, 0.15403184500007683, 0.15122889600002054, 0.151515533999941, 0.1527165600000444, 0.15241371199999776, 0.15181833399992684, 0.1514556030000449, 0.15148380200002975, 0.15270309300001372, 0.15223924800000077, 0.1535697719999689, 0.15583889899994574, 0.15201634800007469, 0.15187011599994094, 0.1514451680000093, 0.15212610800006132, 0.15266851799992764, 0.15271103800000674, 0.15190962799999852, 0.1545938340000248, 0.15277387799994813, 0.15469501400002628, 0.15351714999997057, 0.15215058900002987, 0.15232742299997426, 0.15138604200001282, 0.15182596400006787, 0.15278484899999967, 0.15259219299991855, 0.15296540900010314, 0.15428718699990895, 0.15305036900008417, 0.15177747799998542, 0.15234176299998126, 0.1561056360000066, 0.15302175200008605, 0.15161661899992396, 0.15480725999998413, 0.15297253800008548, 0.1524007040000015, 0.15274206999993112, 0.15253772200003368, 0.15436946399995577, 0.1523966790000486, 0.1516488219999701, 0.15052381800001058, 0.1512349949999816, 0.15256081100005758, 0.15352109899993138, 0.1530055830000947, 0.15270083499990506, 0.1511563340000066, 0.15173807100006798, 0.15186056699997152, 0.1514317950000077, 0.151971949999961, 0.1515204550000817, 0.15188415000000077, 0.1517376389999754, 0.15257896100001744, 0.15204419199994845, 0.1524807350000401, 0.15181957599997986, 0.15400632199998654, 0.15216733099998692, 0.151874436000071, 0.15657363799994073, 0.15209450099996502, 0.1517614640000602, 0.15308773599997494, 0.15192668199995296, 0.15130277500009015, 0.1532380149999426, 0.15175369799999316, 0.15386249200003022, 0.1535455109999475, 0.1533826490000365, 0.1529060620000564, 0.15296836799996072, 0.15214603100002932, 0.15241813000000093, 0.1529517419999138, 0.152283412000088, 0.15312355999992633, 0.1531257630000482, 0.1534142770000244, 0.15289010599997255, 0.15322041000001718, 0.1526899489999778, 0.15309326900000997, 0.15294773100004022, 0.15354054599993106, 0.15198171899999124, 0.1524411660000169, 0.1517358050000439, 0.15197182499991868, 0.15193936100001793, 0.15423357099996338, 0.15158966600006352, 0.15088926599992192, 0.15407113700007358, 0.1498767929999758, 0.1509507250000297, 0.15075732599996172, 0.14925967600004242, 0.150796186999969, 0.15120217899993804, 0.1519294089999903, 0.15199480600006154, 0.15330110499996863, 0.15167863400006354, 0.15149341299991192, 0.15093636500000684, 0.1527188610000394, 0.15226649500004896, 0.15231819799998902, 0.15335002599999825, 0.1516816009999502, 0.15240486799996233, 0.15123805600001106, 0.1516309739999997, 0.15281392200006394, 0.15288891699992746, 0.15180596800007606, 0.1523816789999728, 0.15524095299997498, 0.15205815500007702, 0.15364175999991403, 0.1546619490000012, 0.15256675900002392, 0.15228007400003207, 0.15272903699997187, 0.15128375699998742, 0.1519950690000087, 0.15253971799995725, 0.15377003000003242, 0.15362183100000948, 0.15313465500003076, 0.15249897499995768, 0.15212940300000355, 0.15254584499996326, 0.15245921400003226, 0.15343853100000615, 0.15247980300000563, 0.1525370000000521, 0.15212057399992318, 0.15251621800007342, 0.152605914999981, 0.15399410099996658, 0.15295905599998605, 0.15178068500006248, 0.15205827099998714, 0.1516615539999293, 0.15378376400008165, 0.15258636099997602, 0.15627941699995063, 0.15373901200007367, 0.15299303400001918, 0.15272241499997108, 0.15326138299997183, 0.1563727770000014, 0.15346252400001958, 0.15363740199995846, 0.1525627840001107, 0.1521384449999914, 0.1516102379999893, 0.15289675899998656, 0.15288289299996904, 0.1533103790000041, 0.15217696800004887, 0.15288408599997183, 0.15238160499995956, 0.15274675600005594, 0.1548449919999939, 0.1542149069999823, 0.1537612890000446, 0.15395592699996996, 0.15225485299993124, 0.15303085600010036, 0.15283986899999036, 0.1552770859999555, 0.15343845300003522, 0.15245010199998887, 0.1526522259999865, 0.1535974979999537, 0.15323167200006083, 0.15315748499995152, 0.15281552700002976, 0.15311839799994686, 0.15270516100008535, 0.15303365199997643, 0.15289602300003935, 0.15314034299990453, 0.1539071850000937, 0.15290222899989203, 0.1535188710000739, 0.15222590899998067, 0.1527223260000028, 0.15237992599998051, 0.15328246700005366, 0.15371379399994112, 0.15375092199997198, 0.15286974299999656, 0.15306240100005652, 0.15277365099996132, 0.15361575800000082, 0.1525541760000806, 0.15347573599990483, 0.15748486600000433, 0.15256047200000467, 0.1529729960000168, 0.15524705699999686, 0.1538311369999974, 0.15688159400008317, 0.1533090479999828, 0.1532199829999854, 0.15625546100000065, 0.1530627889999323, 0.15600767200010068, 0.15409061199989083, 0.1553058050000118, 0.15345654999998715, 0.15270515300005627, 0.15576558999998724, 0.1535918799999081, 0.15289362000009987, 0.15298072299992782, 0.1530297880000262, 0.15179938300002505, 0.15157464699996126, 0.15366860300002827, 0.15279564699994808, 0.15498695899998438, 0.15306726300002538, 0.15358059000004687, 0.15207001800001763, 0.15190485499999795, 0.1518867180000143, 0.15287842199995794, 0.15389560500000243, 0.15422937799996816, 0.15391843800000515, 0.15243562500006647, 0.15270413199993982, 0.15177226900004825, 0.15269821199990474, 0.15223623200006386, 0.15402661199993872, 0.1533801369999992, 0.15302173500003846, 0.15323557099998197, 0.1527944640000669, 0.15338466200000767, 0.15333750899992538, 0.1525656160000608, 0.1529739369999561, 0.15313306400003057, 0.153079780999974, 0.15289634300006583, 0.1531113969999751, 0.15692066399992655, 0.15323984700000892, 0.1532244960000071, 0.1531994270000041, 0.15276111800005765, 0.1584934269999394, 0.15376687399998445, 0.1530815180000218, 0.15251450699997804, 0.15255927700002303, 0.15440030900003876, 0.15375689300003614, 0.15335936499991476, 0.1540471000000707, 0.15338230299994393, 0.15320847400005277, 0.152889423999909, 0.1527553660000649, 0.1542000959999541, 0.15583991500000138, 0.15322505800008912, 0.15262083799996162, 0.15265871199994763, 0.15222978300005252, 0.15302058899999338, 0.15292017800004487]",tokens/s,6.538089244049197,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mistral,TencentARC/Mistral_Pro_8B_v0.1,TencentARC/Mistral_Pro_8B_v0.1,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-160m,EleutherAI/pythia-160m,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-6.7b,EleutherAI/pythia-6.7b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-13b,facebook/opt-13b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-6.7b,facebook/opt-6.7b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,microsoft/rho-math-1b-v0.1,microsoft/rho-math-1b-v0.1,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-2.7b,EleutherAI/pythia-2.7b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen2-beta-72B,Qwen/Qwen2-beta-72B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-0.5B,Qwen/Qwen1.5-0.5B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-1.8B,Qwen/Qwen1.5-1.8B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-70m,EleutherAI/pythia-70m,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gemma,google/gemma-2b,google/gemma-2b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-40b,tiiuae/falcon-40b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gemma,google/gemma-7b,google/gemma-7b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-125m,facebook/opt-125m,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,dbrx,databricks/dbrx-base,databricks/dbrx-base,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-350m,facebook/opt-350m,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stablelm,stabilityai/stablelm-2-12b,stabilityai/stablelm-2-12b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/polyglot-ko-12.8b,EleutherAI/polyglot-ko-12.8b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,26443.382784,,,,,s,1,416.0725446910001,416.0725446910001,0.0,416.0725446910001,416.0725446910001,416.0725446910001,416.0725446910001,[416.0725446910001],,kWh,0.004881660385143748,0.002660693515757511,0,0.007542353900901259,,MB,27043.291136,,,,,s,10,35.84458376100338,3.5844583761003377,0.007329127151613124,3.581920324500061,3.5933664820999183,3.59342874005024,3.593478546410497,"[3.5934909980005614, 3.5806673650004086, 3.578081989000566, 3.570503140001165, 3.5930893710010423, 3.582125721999546, 3.5900059239993425, 3.593352646999847, 3.5817149270005757, 3.5815516780003236]",tokens/s,71.41943723127054,kWh,4.222885850826313e-05,2.3016187507371003e-05,0.0,6.524504601563414e-05,tokens/kWh,3923669.544790524,MB,27315.351552,,,,,s,10,191.71148664899556,19.171148664899555,0.045699471895773496,19.166182255499734,19.235882381699593,19.243812118349616,19.250155907669633,"[19.156944663000104, 19.202089746999263, 19.111819742998705, 19.251741854999636, 19.23412021799959, 19.175419847999365, 19.133905310000046, 19.11193912899944, 19.18669035899984, 19.146815776999574]",tokens/s,3.286188068393975,kWh,0.0002262354940516688,0.00012330715505750746,0.0,0.00034954264910917624,tokens/kWh,180235.51678331124,,s,630,191.70293175499864,0.30429036786507724,0.0018862060580412715,0.30394128000079945,0.30653846689892816,0.3081794959993204,0.3102356020798288,"[0.3071339079997415, 0.3039268569991691, 0.3025128429999313, 0.3030618900011177, 0.3028014229985274, 0.3019031950007047, 0.30257120600072085, 0.30231144499884977, 0.3047235340000043, 0.3035496350003086, 0.3037798580007802, 0.3035140769989084, 0.30473717200038664, 0.30349296900021727, 0.3031198520002363, 0.30223485699934827, 0.3026049550007883, 0.30127563899986853, 0.30157310299910023, 0.3016757030000008, 0.30238696800006437, 0.30201786100042227, 0.3015998770006263, 0.3017297599999438, 0.3029425739987346, 0.30220787200050836, 0.3097000960005971, 0.3053774509990035, 0.30325844300023164, 0.30385756800023955, 0.3023264450002898, 0.31021991899979184, 0.3062353109999094, 0.304095462000987, 0.3034545939990494, 0.304184388000067, 0.30408804999933636, 0.30488553600116575, 0.3042747050003527, 0.3052109849995759, 0.30435396199936804, 0.3056618350001372, 0.3046495729995513, 0.30325742900095065, 0.30284192799990706, 0.30342087899953185, 0.30393571199965663, 0.30349379400104226, 0.30432189899875084, 0.30387068500021996, 0.3044745170009264, 0.3044783900004404, 0.304281220998746, 0.30435262200080615, 0.3031663660003687, 0.3057132529993396, 0.3031677889994171, 0.3046165600007953, 0.30329834499934805, 0.31053031100054795, 0.3069283929999074, 0.30631289099983405, 0.3083560579998448, 0.3099601960002474, 0.30365896900002554, 0.30428311600007873, 0.30325002999961725, 0.30206570999871474, 0.3032417680005892, 0.3028044910006429, 0.30219072500040056, 0.3037480479997612, 0.3034019009992335, 0.3028087679995224, 0.3039518900004623, 0.3015947940002661, 0.3033112920002168, 0.3034547150000435, 0.3023228959991684, 0.3039195050005219, 0.30988555399926554, 0.3029087830000208, 0.3025268410001445, 0.304003578999982, 0.3037717960014561, 0.3034793679998984, 0.30260862700015423, 0.3040192689986725, 0.3036694020011055, 0.30422015099975397, 0.3045588280001539, 0.303696613998909, 0.3058660469996539, 0.3066598460009118, 0.30643868100014515, 0.30505161300061445, 0.3056245999996463, 0.3037997859992174, 0.30484869400061143, 0.3047657219995017, 0.3051213190010458, 0.30393826899853593, 0.30445818299995153, 0.3056851920009649, 0.3061037080005917, 0.30417158999989624, 0.3059934759985481, 0.30597544600095716, 0.3052456740006164, 0.30446598199887376, 0.304912695000894, 0.3040380839993304, 0.30489457799922093, 0.31170258200108947, 0.3047725269989314, 0.3058464810001169, 0.3063942250009859, 0.30507593899892527, 0.30452177100050903, 0.3080648489994928, 0.3061719080014882, 0.3070284819987137, 0.3064574250001897, 0.3045297570006369, 0.30587915599971893, 0.3076493959997606, 0.309199006000199, 0.30197966399828147, 0.3033080010009144, 0.3019802779999736, 0.30310353099957865, 0.30167388300105813, 0.30080179299875454, 0.30394411900124396, 0.3090539909990184, 0.30344218900063424, 0.30300476899901696, 0.30278881400045066, 0.3026891789995716, 0.3026805610006704, 0.30275334699945233, 0.30164107699965825, 0.3024530880011298, 0.3029965120003908, 0.30252654399919265, 0.3018854060010199, 0.3022042449993023, 0.30271324800014554, 0.30203671299932466, 0.3019465670004138, 0.3048901799993473, 0.3017107870000473, 0.3030862610012264, 0.3032648779990268, 0.30316766100077075, 0.3029588609988423, 0.3036780930015084, 0.3025255249995098, 0.30376672099919233, 0.3026055690006615, 0.30276281199985533, 0.30329071300002397, 0.3020725999995193, 0.30294859199966595, 0.30085602500003006, 0.30239806400095404, 0.3033662859998003, 0.3106209540001146, 0.30315211199922487, 0.3027512620010384, 0.3037636509998265, 0.3034309550002945, 0.3029242800002976, 0.3040668369994819, 0.3041110390004178, 0.30279789799897117, 0.30367870699956256, 0.3040857230007532, 0.30382603900034155, 0.3036548359996232, 0.3055684699993435, 0.303714249001132, 0.3026670399995055, 0.30504507399928116, 0.30426826500115567, 0.30346402999930433, 0.3039348599995719, 0.3037278360006894, 0.30348297400087176, 0.30950051399850054, 0.30279291800070496, 0.3041378130001249, 0.3028259620004974, 0.3072156759990321, 0.3051922200011177, 0.3038096169984783, 0.30326598700048635, 0.30468586000097275, 0.30483968399857986, 0.30671483900005114, 0.3090727760009031, 0.3098011370002496, 0.303593364000335, 0.3031097629991564, 0.30606986400016467, 0.30373424500066903, 0.3043320519991539, 0.3036697820007248, 0.30420030699860945, 0.30410157600090315, 0.304636742999719, 0.30415662999985216, 0.30533455800105, 0.30542951399911544, 0.3043979819995002, 0.30566189999990456, 0.3049073890015279, 0.3064194989983662, 0.30393844100035494, 0.30636387300000933, 0.30532961599965347, 0.3118024380000861, 0.3048845710000023, 0.305132166000476, 0.3066085509999539, 0.3041491029998724, 0.30488976200103934, 0.3045865229996707, 0.3049149269991176, 0.3058463010002015, 0.3056846060007956, 0.3051623409992317, 0.30586545200094406, 0.30559523800002353, 0.30479139399903943, 0.3054030399998737, 0.30520066800090717, 0.3077267219996429, 0.30685654700027953, 0.3059312030000001, 0.306103744000211, 0.30559365899898694, 0.3064166580006713, 0.30569289199956984, 0.30572045400003844, 0.30701942599989707, 0.30571903599957295, 0.3060324310008582, 0.30682470799911243, 0.3077705949999654, 0.30743252000138455, 0.3063038479995157, 0.30876606600031664, 0.30421788199964794, 0.30487888700008625, 0.304530364999664, 0.304191950999666, 0.3061068349998095, 0.305866648999654, 0.30420380100076727, 0.30358054299904325, 0.30448782200073765, 0.30396707699947, 0.30378431500139413, 0.3035885219996999, 0.30462202799935767, 0.30575387899989437, 0.3035869690011168, 0.30352741799833893, 0.3040374280008109, 0.30443981700045697, 0.30446703499910655, 0.30337889200018253, 0.30415278200052853, 0.3036101130001043, 0.31023782000011124, 0.3051217279989942, 0.30408917299973837, 0.3027903310012334, 0.3071485990003566, 0.3045454069997504, 0.3075414550003188, 0.3053073539995239, 0.30472302899943315, 0.30568266400041466, 0.3050216850006109, 0.305744938999851, 0.30641166399982467, 0.3047887089996948, 0.30528842599960626, 0.30465976300001785, 0.3076309530006256, 0.30723267599933024, 0.3056978250006068, 0.30652790000021923, 0.3061542750001536, 0.30450233400006255, 0.3052837709983578, 0.30549265000081505, 0.30438526699981594, 0.3051304060008988, 0.3046704389998922, 0.30587790199933806, 0.305211655999301, 0.30582402200161596, 0.3050026799992338, 0.3043625650007016, 0.30759193599988066, 0.31111400699955993, 0.3048560320003162, 0.3065619469998637, 0.3046590039994044, 0.305204563001098, 0.30615207699884195, 0.30527903599977435, 0.30840713799989317, 0.3018237220003357, 0.30143443499946443, 0.3043430210000224, 0.30393834999995306, 0.3034137089998694, 0.30247743900144997, 0.3020826729989494, 0.3028766560000804, 0.30363115100044524, 0.30283857399990666, 0.30211022599905846, 0.3034588140017149, 0.30337308999878587, 0.3090060699996684, 0.30367535799996404, 0.304038625999965, 0.3025829320013145, 0.3028827050002292, 0.30382159299915656, 0.30435478999970655, 0.3045443669998349, 0.30382548099987616, 0.30415216800065537, 0.3040650309994817, 0.30309074400065583, 0.3024819749989547, 0.30229242800123757, 0.3038300909993268, 0.3034871039999416, 0.30403829900023993, 0.30193810799937637, 0.30156624900155293, 0.3019941779984947, 0.3027257930007181, 0.30279468499975337, 0.3060970839997026, 0.30428133600071305, 0.3047387799997523, 0.30598383100004867, 0.30208902500089607, 0.3032517639985599, 0.3037736610003776, 0.30223546299930604, 0.3028673759999947, 0.30340071900172916, 0.30582628099909925, 0.3097822029994859, 0.30445412500012026, 0.30597398999998404, 0.3031032390008477, 0.30709261300034996, 0.30822156199974415, 0.30498238600011973, 0.3040002079997066, 0.30621250699914526, 0.30972251900129777, 0.3100124129996402, 0.30746895399897767, 0.30763929700151493, 0.30646571299985226, 0.3056797359986376, 0.3056611360007082, 0.30770400400069775, 0.3041033299996343, 0.3027220710009715, 0.3027192270001251, 0.309242623998216, 0.30391503400096553, 0.3023700590001681, 0.3050273600001674, 0.3028769149987056, 0.3022433020014432, 0.3028958409995539, 0.3026022539997939, 0.3009949709994544, 0.30217691200050467, 0.30339289699986693, 0.304207070999837, 0.30305328400027065, 0.30387588200028404, 0.3032120930001838, 0.30296895500032406, 0.3036315699991974, 0.30458899199948064, 0.30367828000089503, 0.30248664499958977, 0.3035238680004113, 0.3026806170000782, 0.3032152870000573, 0.3032942299996648, 0.3047138090005319, 0.30486556100004236, 0.30428716899950814, 0.30526818900034414, 0.304161498999747, 0.3047236759994121, 0.3037033970012999, 0.30497962399931566, 0.3039448830004403, 0.3102301719991374, 0.30448641300063173, 0.3032105610000144, 0.30426809699929436, 0.3037427060007758, 0.3030780440003582, 0.30323906499870645, 0.30319408099967404, 0.3026865540014114, 0.3025963079999201, 0.3029844579996279, 0.30289611499938474, 0.30230070400102704, 0.3057393549988774, 0.3033140530005767, 0.3044351270000334, 0.30327862599915534, 0.3050604840009328, 0.3034374239996396, 0.30353691799973603, 0.302935386000172, 0.30217411200101196, 0.30169431899958, 0.3038251389989455, 0.30246080700089806, 0.302132722999886, 0.3085780179990252, 0.3040854280006897, 0.30579221100015275, 0.30294481300006737, 0.3022818949993962, 0.303253575000781, 0.30197955899893714, 0.3026492600001802, 0.30352982899967174, 0.3031408150000061, 0.3030467120006506, 0.30404755999916233, 0.30528696200053673, 0.3032578599995759, 0.3037959650009725, 0.30333046600026137, 0.30418211599862843, 0.3043877620002604, 0.3038736730013625, 0.30336882099982176, 0.3028488939999079, 0.3036753010001121, 0.30444197799988615, 0.30302207800014, 0.30220265799835033, 0.30315436300043075, 0.30401704700125265, 0.3022796229997766, 0.30598990399994364, 0.30479422099961084, 0.30198419899898, 0.3020516590004263, 0.3029592680013593, 0.30269775799933996, 0.3023366069992335, 0.3023354670003755, 0.3021338510006899, 0.3021994509999786, 0.3026061549990118, 0.30240087200036214, 0.3032777660009742, 0.30331159599882085, 0.3037337839996326, 0.30326724800033844, 0.30248569499963196, 0.3041771360003622, 0.30376638599955186, 0.30348570100068173, 0.30307136100054777, 0.3023486469992349, 0.30209753300005104, 0.3030255430003308, 0.3012353030007944, 0.3029088969997247, 0.302289010000095, 0.3030771609992371, 0.30318832000011753, 0.30260597599954053, 0.30250898099984624, 0.30168785900059447, 0.30455251099920133, 0.308270095001717, 0.30380233399955614, 0.3065358579988242, 0.30344057900038024, 0.30162154600111535, 0.30159257499872183, 0.3038788600006228, 0.3012045070008753, 0.3024113709998346, 0.30266211399975873, 0.30216416499933985, 0.30507843799932743, 0.303988528001355, 0.3043352770000638, 0.30305960799887544, 0.30228713900032744, 0.3023118519995478, 0.3026115630000277, 0.30219082000076014, 0.3030412320003961, 0.30365486399932706, 0.3035577589998866, 0.310145363000629, 0.30449719699936395, 0.30427877900001477, 0.3023436679995939, 0.30800867000107246, 0.3079293310001958, 0.3047548819995427, 0.3044389469996531, 0.30331301000114763, 0.3059470919997693, 0.306084956999257, 0.30417437399955816, 0.30536087899963604, 0.3051035300013609, 0.30372757599980105, 0.30313271100021666, 0.3049493119997351, 0.30590195799959474, 0.30390774099942064, 0.30481824500020593, 0.3037258060012391, 0.3048097399987455, 0.3043334110006981, 0.3045616519993928, 0.3034695759997703, 0.3043970310009172, 0.3039207929996337, 0.3040317180002603, 0.3030412640000577, 0.3029629800003022, 0.3081280819988024, 0.3050551190008264, 0.3103016259992728, 0.30470996199983347, 0.30440754600022046, 0.3064451589998498, 0.3057579300002544, 0.3069333610001195, 0.3072845080005209, 0.30722127899935003, 0.30538110900124593, 0.3048966419992212, 0.3056088350003847, 0.31009881300087727, 0.3044546490000357, 0.30394592299853684, 0.3044848270001239, 0.30490589500004717, 0.30348448200129496, 0.30439824999848497, 0.3050631410005735, 0.3030040680005186, 0.30356067399952735, 0.30950715400103945, 0.30460050299916475, 0.3032100229993375, 0.30401359500137914, 0.30306150499927753, 0.3041821099996014, 0.3028111010007706, 0.30233202899944445, 0.30211140100072953, 0.3030771559988352, 0.3032807489998959, 0.30288984199978586, 0.3031511880017206, 0.30357551899942337, 0.3027297329990688, 0.3043640410014632, 0.3040234629988845, 0.302651773999969, 0.30261192500074685, 0.30164105699986976, 0.3018576579997898, 0.3009523460004857, 0.30081379399962316, 0.30222629200034135, 0.3022622459993727, 0.30430213200088474, 0.3029304659994523, 0.3037095500003488, 0.3037285529990186, 0.3040030840002146, 0.30296583000017563, 0.3032651609992172, 0.30354356700081553, 0.3092657279994455, 0.3046112350002659, 0.304800977000923, 0.30445797799984575, 0.3033229329994356, 0.3023557960004837, 0.30576182900040294, 0.30506530099955853, 0.303907702998913, 0.3042684280007961, 0.30499370799952885, 0.3061601130011695, 0.3047164689996862, 0.30355477999910363, 0.3034126210004615, 0.3035775600001216, 0.3042765699992742, 0.3038325610013999, 0.30556072799845424, 0.3043188170013309]",tokens/s,3.286334717119279,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt2,openai-community/gpt2,openai-community/gpt2,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,codegen,Salesforce/codegen-6B-nl,Salesforce/codegen-6B-nl,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-410m,EleutherAI/pythia-410m,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,deci,Deci/DeciLM-7B,Deci/DeciLM-7B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,28892.696576,,,,,s,1,70.74499230299989,70.74499230299989,0.0,70.74499230299989,70.74499230299989,70.74499230299989,70.74499230299989,[70.74499230299989],,kWh,0.0008070688300270844,0.0004398825798870292,0,0.0012469514099141136,,MB,29343.924224,,,,,s,10,17.60650355799953,1.760650355799953,0.012717061771106623,1.7565232184997512,1.7740552504003062,1.7817817926998942,1.7879630265395645,"[1.7467989820015646, 1.7543419970006653, 1.7723382410003978, 1.789508334999482, 1.7686037460007356, 1.7507506499987358, 1.7464263879992359, 1.7646887819992116, 1.75758004599993, 1.7554663909995725]",tokens/s,145.40081689512178,kWh,2.0775009377361663e-05,1.1323023498067578e-05,0.0,3.209803287542924e-05,tokens/kWh,7975566.6334296055,MB,29358.768128,,,,,s,10,118.04324531600105,11.804324531600106,0.08261022840095958,11.808232546500221,11.877726705600072,11.92205097479964,11.957510390159296,"[11.844335371999478, 11.854265794998355, 11.96637524399921, 11.828923614000814, 11.754196735999358, 11.65284812200116, 11.736662926001372, 11.750219160001507, 11.867876868000167, 11.787541478999628]",tokens/s,5.3370271065785575,kWh,0.00013957839608749964,7.607565571913965e-05,0.0,0.0002156540518066393,tokens/kWh,292134.55287400464,,s,630,118.039158890002,0.18736374426984445,0.003763427079279641,0.18688544199994794,0.19202031139957398,0.19396479465031008,0.2000851361601963,"[0.19178188499972748, 0.18689998499939975, 0.191624729999603, 0.18677885500073899, 0.18637572599982377, 0.18863128699922527, 0.19270476100064116, 0.18695323999963875, 0.1865806480000174, 0.18645300200114434, 0.18402437299846497, 0.18506512600106362, 0.1887104220004403, 0.18688150299931294, 0.18773363100081042, 0.18823305999831064, 0.18276148500081035, 0.1869435810003779, 0.18957231800050067, 0.18570121399898198, 0.18791963300100178, 0.18656690299940237, 0.18732884599921817, 0.18258238400085247, 0.18422659099996963, 0.18469222699968668, 0.18712904499989236, 0.186343253000814, 0.188709388999996, 0.18877780299953884, 0.19092775299941422, 0.18746987000122317, 0.18604822199995397, 0.19672175699997752, 0.188204265999957, 0.18846861400015769, 0.1842746049987909, 0.18762317500113568, 0.19076526399840077, 0.18697365100160823, 0.18647935199987842, 0.18657247999908577, 0.19398204000026453, 0.18645088099947316, 0.18503634800072177, 0.1869801680004457, 0.1869638619991747, 0.18796277299952635, 0.18803756300076202, 0.19008199400013837, 0.1914310039992415, 0.19052958900101657, 0.191630448000069, 0.18984631399871432, 0.19264048500008357, 0.18840088300021307, 0.19179045500095526, 0.18784236299870827, 0.1890660300014133, 0.18617595199975767, 0.18556063899995934, 0.1871440260001691, 0.19116625300011947, 0.19251974899998459, 0.18570074899980682, 0.19430037999882188, 0.18806600800053275, 0.1886140009992232, 0.19167467200168176, 0.19134867599859717, 0.1899928960010584, 0.19938202599951182, 0.19354805699913413, 0.19353262600088783, 0.18771992300025886, 0.19092241599901172, 0.18603434299984656, 0.18478194900126255, 0.18404409200047667, 0.19077371999992465, 0.18515880799895967, 0.18572969900014868, 0.18964646499989612, 0.19501600700095878, 0.18674412600012147, 0.184992312999384, 0.18787544899896602, 0.1913403600010497, 0.18994606299929728, 0.18740019500000926, 0.18448108499978844, 0.18938325000090117, 0.18856350100031705, 0.1880520830000023, 0.18684931099960522, 0.18273063900051056, 0.18755083499854663, 0.18230548500105215, 0.1865094089989725, 0.1914284869999392, 0.1848823110012745, 0.18843907799964654, 0.1927882990003127, 0.1916588629992475, 0.1880511720009963, 0.1876671569989412, 0.1863669859994843, 0.18586912300088443, 0.18673058199965453, 0.18356018200029212, 0.18457310600024357, 0.18369282300045597, 0.1916108039986284, 0.18813804000092205, 0.1882118929988792, 0.190923535001275, 0.18306074099928082, 0.18311951299983775, 0.18596622000040952, 0.188400917000763, 0.19186441700003343, 0.19065683699955116, 0.18561479199888709, 0.18370500500168419, 0.18740292799884628, 0.18624669800010452, 0.19301123399964126, 0.18561445900013496, 0.19041300599928945, 0.18650508999962767, 0.1856512680005835, 0.18711961999906634, 0.1876834400009102, 0.18396059299993794, 0.18399405399941315, 0.18459270400126115, 0.18627349799862714, 0.18235129300046538, 0.18327848199987784, 0.1814024329996755, 0.18475091600157612, 0.1849850159997004, 0.18458894099967438, 0.1875207720004255, 0.18709481499899994, 0.1899245010008599, 0.1966650379999919, 0.18752368300010858, 0.1856475059994409, 0.1881584919992747, 0.1915197510006692, 0.18989553100072953, 0.18539061099909304, 0.18687497599967173, 0.1879871010005445, 0.18789892200038594, 0.19201064899971243, 0.18725207500028773, 0.18829237899990403, 0.18709645499984617, 0.18838579099974595, 0.18931575799979328, 0.19647019600051863, 0.1925801199995476, 0.19532279200029734, 0.19173921500077995, 0.19258151199937856, 0.19827325999904133, 0.2004623660013749, 0.20157953399939288, 0.20037232200047583, 0.19252867300019716, 0.1944085939994693, 0.19439577999946778, 0.19155731700084289, 0.18747899399932066, 0.19311858800028858, 0.1900944970002456, 0.19101687699912873, 0.18979857799968158, 0.19155430300088483, 0.19651052200060803, 0.1914136300001701, 0.19175766499938618, 0.1949321729989606, 0.19087347500135365, 0.194361673999083, 0.18991754300077446, 0.19018258200048876, 0.19780535400059307, 0.19323061499926553, 0.18736166100097762, 0.1876471279992984, 0.1902961209998466, 0.1901625230002537, 0.1883992679995572, 0.18412425400128996, 0.18858447399907163, 0.1823438810006337, 0.191463801998907, 0.18519402800120588, 0.18734952199883992, 0.1850769089996902, 0.18618140700164076, 0.18809602599867503, 0.18740488100047514, 0.18541304099926492, 0.18933574600123393, 0.18666740299886442, 0.1844750620002742, 0.18583374500121863, 0.1899280279994855, 0.1885835129996849, 0.19231765100084885, 0.186573970999234, 0.1878648180008895, 0.18791857899850584, 0.18400802700125496, 0.18527362900022126, 0.18461752699840872, 0.18564769600016007, 0.19020239699966623, 0.18322732000160613, 0.1864922389995627, 0.1911881899995933, 0.18272932800027775, 0.18517941199934285, 0.18507329100066272, 0.18379265300063707, 0.1934005650000472, 0.1875430319996667, 0.19430117299998528, 0.18644608599970525, 0.18512010300037218, 0.18296757399912167, 0.18434811000042828, 0.18559960899983707, 0.18912179099970672, 0.18709196800045902, 0.18534484200063162, 0.19255133199840202, 0.1907488180004293, 0.1884181780005747, 0.1875913229996513, 0.18939215300088108, 0.1919655129986495, 0.18370618000153627, 0.18670610299886903, 0.19530344800114108, 0.19210727299832797, 0.1891916520016821, 0.1864875569990545, 0.1969135039998946, 0.18711707199872762, 0.18514407200018468, 0.18965478500103927, 0.18865077199916414, 0.19002111299960234, 0.1851264020006056, 0.19741520500065235, 0.1891702319990145, 0.18493726099950436, 0.1868669060004322, 0.17980584100041597, 0.18308379799964314, 0.18450503700114496, 0.18488059299852466, 0.18727711400060798, 0.18544404900057998, 0.1839975549992232, 0.1855776219999825, 0.18240487900038715, 0.1895763470001839, 0.18652835200009577, 0.18266309200043906, 0.1847722069996962, 0.1871705169996858, 0.19193951600027503, 0.19274891599889088, 0.1940329010012647, 0.18634386399935465, 0.18394083800012595, 0.1826718369993614, 0.18508661099986057, 0.18423542200071097, 0.1838822589998017, 0.18441876900033094, 0.1866893539990997, 0.18951805400138255, 0.1819772639992152, 0.19158437300029618, 0.188779453999814, 0.18768468599955668, 0.18421374799982004, 0.18595438900047156, 0.1846313400001236, 0.18678395499955514, 0.18687468900134263, 0.1834458649991575, 0.18320685400067305, 0.18750780499976827, 0.18513658499978192, 0.18174731299950508, 0.1842930980001256, 0.1857807579999644, 0.1869192859994655, 0.184300136001184, 0.18208155399952375, 0.18666667000070447, 0.19106947999898694, 0.1974139930007368, 0.1869783069996629, 0.18357778199970198, 0.18288463300086732, 0.18810505399960675, 0.19006075200013584, 0.18587937700067414, 0.18344320399955905, 0.18199691100016935, 0.18283202199927473, 0.18365375400026096, 0.18279589300072985, 0.187385720999373, 0.189438326000527, 0.18933914599983837, 0.18240947400045116, 0.18216202499934298, 0.18345731999943382, 0.18378817700067884, 0.18179820600016683, 0.1828278209995915, 0.18287790400063386, 0.18193184600022505, 0.18385219300034805, 0.18447898399972473, 0.1863125999989279, 0.18403785200098355, 0.18540839799970854, 0.18878071700055443, 0.18764772699978494, 0.18425324499912676, 0.1928358479999588, 0.1843802229996072, 0.18107973400037736, 0.18395689399949333, 0.19027526600075362, 0.1891980500004138, 0.19077427400043234, 0.18840408599862712, 0.1874986920010997, 0.1853735639997467, 0.19172540699946694, 0.18644910900002287, 0.18348850999973365, 0.1850337230007426, 0.19235738899988064, 0.18577240400009032, 0.183821758000704, 0.18686398199861287, 0.1833928760006529, 0.18169225900055608, 0.18979924699851836, 0.18295492000106606, 0.18585994299974118, 0.18330168800093816, 0.18039228899942827, 0.18130509599905054, 0.18346270199981518, 0.18303647900029318, 0.18052574099965568, 0.1831804720004584, 0.18162842700075998, 0.1847504029992706, 0.18442649499957042, 0.18202005600142002, 0.18305116899864515, 0.1835709830011183, 0.18196068399993237, 0.187996397000461, 0.18445413200061012, 0.18359850299930258, 0.18621390400039672, 0.1866460940000252, 0.18199868699957733, 0.18186046600021655, 0.18249573499997496, 0.1881029110008967, 0.1823284779984533, 0.18566616400130442, 0.18175464999876567, 0.18115494300036517, 0.18642186900069646, 0.1820606269993732, 0.18346077000023797, 0.18994163299976208, 0.1883441230002063, 0.18644122099976812, 0.18344220200015116, 0.18249972500052536, 0.18717579599979217, 0.1883499559990014, 0.1858753920005256, 0.1827780570001778, 0.18352681800024584, 0.18779403299959085, 0.18575910800063866, 0.1858820969991939, 0.18398229100057506, 0.1842471879990626, 0.18686541900024167, 0.1845035040005314, 0.1838927250009874, 0.1860903459983092, 0.1831709090001823, 0.18748749299993506, 0.18520084400006454, 0.18448136200095178, 0.18609874799949466, 0.1861860200006049, 0.1903099649989599, 0.1852251990003424, 0.18435351200059813, 0.1831681679996109, 0.1851751680005691, 0.1879262069996912, 0.1871015279994026, 0.18279212299967185, 0.1848961430005147, 0.1866900099994382, 0.1916306530001748, 0.18838765700093063, 0.2026128500001505, 0.1916135449991998, 0.18759343700003228, 0.18908056700092857, 0.18509926899969287, 0.1927035650005564, 0.1908736929999577, 0.1923748319986771, 0.18940621000001556, 0.19100273399999423, 0.2009102050014917, 0.18680690999826766, 0.19059554300110904, 0.19154507399980503, 0.1858067459997983, 0.18800921100046253, 0.1887733669991576, 0.18271522000031837, 0.18082692099960695, 0.18283014799999364, 0.18136018100085494, 0.18541305600047053, 0.18459010599872272, 0.190127157000461, 0.18638174099942262, 0.1864154459999554, 0.19089165200057323, 0.1877716100007092, 0.18840783199993894, 0.189639439999155, 0.19061604800117493, 0.18712672099900374, 0.18353863899938005, 0.18249644200113835, 0.18678413399902638, 0.18122098700041533, 0.18264936600098736, 0.18263767999997071, 0.18637931599914737, 0.1841186839992588, 0.18113052400076413, 0.18213678800020716, 0.18821064800067688, 0.18658668999887595, 0.1853700720002962, 0.18652723999912268, 0.1889616960015701, 0.188174260998494, 0.18404070600081468, 0.18866037299994787, 0.20281290400089347, 0.19016664699847752, 0.1879447090013855, 0.18184067199945275, 0.18429426299917395, 0.18420100600087608, 0.19032238999898254, 0.18421357800070837, 0.18416296699979284, 0.18330468800013477, 0.1851314760006062, 0.18412784300016938, 0.1841009039999335, 0.1869996559998981, 0.18397111299964308, 0.18843828399985796, 0.19013477900080034, 0.19314452299840923, 0.18659212000056868, 0.1856008529994142, 0.18537399400156573, 0.18298162799874262, 0.18275810300110606, 0.19379685700005211, 0.18819158600126684, 0.1851912120000634, 0.18408502700003737, 0.18277585999931034, 0.18570422300035716, 0.19214689599903068, 0.18728436499986856, 0.18692430700139084, 0.18742785299946263, 0.18814579600075376, 0.18873984799938626, 0.18794319100015855, 0.18382526599998528, 0.18720787299935182, 0.18659418999959598, 0.18274500200095645, 0.18768322100004298, 0.1873243289992388, 0.1890476860007766, 0.18659607500012498, 0.18346181699962472, 0.18602144199940085, 0.19155949900050473, 0.1886905930005014, 0.19367550799870514, 0.1906862710002315, 0.18804346100114344, 0.18755468000017572, 0.18421367199880478, 0.1848449780009105, 0.18278532099975564, 0.18376765999892086, 0.1854364610007906, 0.19221285599996918, 0.18778405400007614, 0.1883607750005467, 0.19425444300031813, 0.19115789699935704, 0.18893311899955734, 0.19080352200035122, 0.18585772599908523, 0.18532202599999437, 0.19143090400029905, 0.19031846899997618, 0.19484653000108665, 0.19257719999950496, 0.18893913799911388, 0.18664264300059585, 0.19108367000080761, 0.1984676819993183, 0.19262186199921416, 0.18658534000132931, 0.18914934699932928, 0.18261620500015852, 0.18781557900001644, 0.19172807600079977, 0.18625272399913229, 0.18647009400046954, 0.1876346419994661, 0.19183231500028342, 0.1946162860003824, 0.19103996000012557, 0.1933681959999376, 0.18817074000071443, 0.18676761599999736, 0.1869912429992837, 0.19158187399989401, 0.18777442499958852, 0.1893200850008725, 0.18730827900071745, 0.18473020099918358, 0.18654187900028774, 0.18319747500027006, 0.18495188999986567, 0.1839124649995938, 0.18440752199967392, 0.18645484100125032, 0.18434979099947668, 0.18567597400033264, 0.18395878999945126, 0.20252909699956945, 0.1886116990008304, 0.18412950899983116, 0.183423866999874, 0.18533793799906562, 0.1871947440013173, 0.18437967199861305, 0.18754398400051286, 0.1844256040003529, 0.19394371700036572, 0.18235447400002158, 0.18652554499931284, 0.18547575199954736, 0.1876326670007984, 0.18733329200040316, 0.18418798499988043, 0.18444716799967864, 0.18682006000017282, 0.18439626100007445, 0.1869537719994696, 0.1857993659996282, 0.18408860100134916, 0.18290657399847987, 0.18482342900097137, 0.18729083099970012, 0.18791317700015497, 0.19039741400047205, 0.18265625899948645, 0.18508776899943769, 0.18776128600075026, 0.18658335299915052, 0.18638874700081942, 0.18774282699996547, 0.18368308099888964, 0.1880490430012287, 0.19140858999890042, 0.18980554600057076, 0.18688938100058294, 0.19359212400013348, 0.1877189869992435, 0.19035294599962072, 0.1890135100002226, 0.18998163300057058, 0.19055255300008866, 0.18953942999905848]",tokens/s,5.337211870402115,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,deci,Deci/DeciLM-7B,Deci/DeciLM-7B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 111, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 559, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: DeciLMForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,deci,Deci/DeciLM-7B,Deci/DeciLM-7B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 111, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 559, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: DeciLMForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,Deci/DeciCoder-1b,Deci/DeciCoder-1b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 111, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 559, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3832, in from_pretrained model = cls(config, *model_args, **model_kwargs) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 248, in __init__ self.model = DeciCoderModel(config) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 215, in __init__ self.layers = nn.ModuleList([DeciCoderDecoderLayer(config) for _ in range(config.num_hidden_layers)]) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 215, in self.layers = nn.ModuleList([DeciCoderDecoderLayer(config) for _ in range(config.num_hidden_layers)]) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 181, in __init__ self.self_attn = DeciCoderAttention(config=config) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 54, in __init__ self._init_rope() File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1729, in __getattr__ raise AttributeError(f""'{type(self).__name__}' object has no attribute '{name}'"") AttributeError: 'DeciCoderAttention' object has no attribute '_init_rope' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,deci,Deci/DeciLM-7B,Deci/DeciLM-7B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 111, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 559, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: DeciLMForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,deci,Deci/DeciLM-7B,Deci/DeciLM-7B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,14661.173248,,,,,s,1,222.14383632499994,222.14383632499994,0.0,222.14383632499994,222.14383632499994,222.14383632499994,222.14383632499994,[222.14383632499994],,kWh,0.0025942008033326275,0.0014139390462813667,0,0.004008139849613995,,MB,14734.311424,,,,,s,10,19.63256148900291,1.963256148900291,0.009498977431844254,1.9605485795009372,1.970647456199913,1.9792422546001944,1.9861180933204197,"[1.9602265240009729, 1.9550665850001678, 1.967731377999371, 1.9687375009998505, 1.9878370530004759, 1.958238846000313, 1.9604428180009563, 1.961757117000161, 1.9518693259997235, 1.960654341000918]",tokens/s,130.39561859688928,kWh,2.3112094451040927e-05,1.2596797496166137e-05,0.0,3.570889194720706e-05,tokens/kWh,7169082.714145175,MB,14735.650816,,,,,s,10,115.45062000399776,11.545062000399776,0.05011399321867743,11.541439079000156,11.602749168499576,11.62398151624966,11.640967394449726,"[11.598030868999558, 11.531252349999704, 11.539254089000679, 11.564043585000036, 11.543624068999634, 11.477908058999674, 11.56681689799916, 11.468493997999758, 11.645213863999743, 11.51598222299981]",tokens/s,5.456878447064075,kWh,0.00013596995709944625,7.410893842811202e-05,0.0,0.00021007889552755827,tokens/kWh,299887.33443115244,,s,630,115.44592550599918,0.1832475008031733,0.0025214390008296648,0.18285939950055763,0.18647546009924554,0.18739881520059498,0.19185741017094188,"[0.1838822509998863, 0.18213555199872644, 0.1815652780005621, 0.1834873019997758, 0.1823343569994904, 0.18058121700050833, 0.18308668899953773, 0.18036198600020725, 0.18552665599963802, 0.1846950770013791, 0.1819138099999691, 0.18378460299936705, 0.18461014300009992, 0.1846305620001658, 0.18205814599969017, 0.18260979799924826, 0.18133993000083137, 0.18487683400053356, 0.18200927100042463, 0.18297377099952428, 0.18449635700017097, 0.18473344299854944, 0.18255091100036225, 0.18536223600131052, 0.18264845799967588, 0.18302046200005861, 0.18097242799922242, 0.1812167469997803, 0.1822521770009189, 0.18071665699972073, 0.18068664299971715, 0.1840508690002025, 0.1832697019999614, 0.18604760299967893, 0.18426255800113722, 0.18711395999889646, 0.184384535999925, 0.182534237001164, 0.1826730739994673, 0.18497998999919218, 0.18306448300063494, 0.1879116050004086, 0.18600703199990676, 0.18211683099980291, 0.1827495759989688, 0.18765605699991283, 0.1869535720015847, 0.1851067419993342, 0.1825420450004458, 0.18582557499939867, 0.18365953899956367, 0.18440513300083694, 0.18682259199886175, 0.18425696400117886, 0.18488195700047072, 0.18616408899833914, 0.18662220200167212, 0.18506739899930835, 0.1816311439997662, 0.1852836069992918, 0.1852276690005965, 0.19120643600035692, 0.19598217400016438, 0.1860123360002035, 0.18298671799857402, 0.18280224000045564, 0.1835303389998444, 0.1821116669998446, 0.18206354600079067, 0.18051639199984493, 0.18402206400060095, 0.1829887609983416, 0.18420858800163842, 0.18240471099852584, 0.18591832800120756, 0.1827499649989477, 0.18626179400052933, 0.18337422699914896, 0.18598720699992555, 0.18518445500012604, 0.18183509800110187, 0.18315785099912318, 0.18468020000000251, 0.18617597100092098, 0.18499461799910932, 0.1853203360005864, 0.18417877799947746, 0.1821443589997216, 0.18145889500010526, 0.18285881100018742, 0.1829015800012712, 0.18565626899908239, 0.18473657499998808, 0.1851523460009048, 0.18043078999835416, 0.1824406280011317, 0.18102812200049812, 0.17963315199995122, 0.17910515499897883, 0.18224172100053693, 0.1834837160004099, 0.18214203299976361, 0.1815537359998416, 0.18200231399896438, 0.18193523100126185, 0.18697428599989507, 0.18401591299880238, 0.18270012700122606, 0.18215219199919375, 0.18276739300017653, 0.18034400999931677, 0.1821948100005102, 0.18223271100032434, 0.18361926100078563, 0.18053553999925498, 0.18270572300025378, 0.18401272600021912, 0.18109748499955458, 0.18326038099985453, 0.18309100899932673, 0.18483579600069788, 0.18538274899947282, 0.18405132200132357, 0.18099052399884386, 0.18004803000076208, 0.17943824000030872, 0.19545081500109518, 0.18364358699909644, 0.1864307510004437, 0.18405891600014002, 0.18095973200070148, 0.18275489799998468, 0.18484584099860513, 0.18301412300024822, 0.18183977700027754, 0.18223263999971095, 0.1848772020002798, 0.1823281169999973, 0.18366944099943794, 0.18193874100143148, 0.183851974999925, 0.18415624800036312, 0.18341863899877353, 0.18189263800013578, 0.18306029700033832, 0.1825886820006417, 0.1807435729988356, 0.17906387699986226, 0.18016883299969777, 0.18176828500145348, 0.18227005100015958, 0.1839026429988735, 0.18040567100069893, 0.18195715799993195, 0.18170723000002909, 0.18445197799883317, 0.18150961700121115, 0.18538486199940962, 0.18203582600108348, 0.18270755899902724, 0.1822100749996025, 0.1823994260012114, 0.18162633099927916, 0.18412317500042263, 0.18147120799949334, 0.18085420500028704, 0.18158300100003544, 0.18312871399939468, 0.18154322800000955, 0.18384119700021984, 0.185296866000499, 0.1849395609988278, 0.18412697300118452, 0.1834680270003446, 0.18168708299890568, 0.18440553800064663, 0.18264552199980244, 0.18044836599983682, 0.1816725860007864, 0.1852548509996268, 0.1841360779999377, 0.1872923869996157, 0.18617127899960906, 0.19191791200137231, 0.18074474599961832, 0.18049876899931405, 0.18193434500062722, 0.18249254599868436, 0.18178350900052465, 0.18601582100018277, 0.18054394899991166, 0.18090536199997587, 0.1811831329996494, 0.1872501910002029, 0.18390671199995268, 0.18400139400000626, 0.18680667400076345, 0.18265331099973992, 0.18524133000028087, 0.18549065399929532, 0.1868064919999597, 0.18640045400024974, 0.18517158800023026, 0.18182766400059336, 0.18371080099859682, 0.18398489600076573, 0.1826387839992094, 0.18790669700138096, 0.18398959299884154, 0.18246998799986613, 0.1832847120003862, 0.18239315100072417, 0.18554223099999945, 0.18606840599932184, 0.18540952399962407, 0.1846758760002558, 0.1821427760005463, 0.18356023600063054, 0.18580339899926912, 0.18147696400046698, 0.18087752099927457, 0.18134683000062068, 0.18228295900007652, 0.1841168499995547, 0.18318632699993032, 0.18020962999980839, 0.18660266900042188, 0.17980777899902023, 0.18133986000066216, 0.18302425000001676, 0.18330888200034678, 0.18204831900038698, 0.18190794699876278, 0.18274078300055407, 0.1817581949999294, 0.18668150799931027, 0.18047018100151035, 0.18132281199905265, 0.1808949250007572, 0.1837715429992386, 0.18315134099975694, 0.18567070199969749, 0.18265713100117864, 0.18362261299989768, 0.18190175099880435, 0.18235392800124828, 0.18353344599927368, 0.18260314100007236, 0.1846885739996651, 0.18748022600084369, 0.18365876300049422, 0.18532484999923327, 0.18200485299894353, 0.18276955200053635, 0.18355140300081985, 0.18457701199986332, 0.18165651399976923, 0.1815401429994381, 0.17928000999927463, 0.18363144000068132, 0.18369492199963133, 0.18383010999968974, 0.18662181700165092, 0.18169065399888495, 0.18304112300029374, 0.18145906800054945, 0.17987571499907062, 0.18119155000022147, 0.1843088280002121, 0.18455802499920537, 0.18245430200113333, 0.18123001099957037, 0.18108768399906694, 0.17939333400136093, 0.18062433100021735, 0.1800713699994958, 0.18239456199989945, 0.17991072699987853, 0.179785794000054, 0.18560854099996504, 0.18077140000059444, 0.18119107900020026, 0.18094654999913473, 0.1823027690006711, 0.18224477199873945, 0.1871084280010109, 0.18429965599898424, 0.18323802099985187, 0.18423224700018181, 0.18135955700017803, 0.18233845299982931, 0.18102837500009628, 0.18711694400008128, 0.18877172400061681, 0.1834619589990325, 0.18232647000149882, 0.18428790100006154, 0.18742097099857347, 0.18373730100029206, 0.1838799619999918, 0.18646380300015153, 0.18470001199966646, 0.18442203100130428, 0.18348824999884528, 0.18228512000132469, 0.18097696199947677, 0.18495906299904163, 0.18410900399976526, 0.18300972200086107, 0.18738271999973222, 0.18696236399955524, 0.18591709000065748, 0.1840824259998044, 0.18756075000055716, 0.1829307099997095, 0.1843468759998359, 0.18269379000048502, 0.17999286699887307, 0.18104153900094389, 0.18058197800019116, 0.18073480199927872, 0.17920052599947667, 0.18249680400003854, 0.18443944200043916, 0.18200497699945117, 0.17943454300075246, 0.1804290719992423, 0.17896413800008304, 0.18026421499962453, 0.18090141900029266, 0.1811042669996823, 0.18076118499993754, 0.18202288000065892, 0.18357008299972222, 0.1836352110003645, 0.18133902500085242, 0.18387936299950525, 0.18478567599959206, 0.18200370500017016, 0.18285851899963745, 0.1848504250010592, 0.18143727399910858, 0.179959274999419, 0.18241080100051477, 0.17928265900081897, 0.18012577899935422, 0.17927463100022578, 0.18347359899962612, 0.1803801959995326, 0.18216824699993595, 0.18285086900141323, 0.18183057499845745, 0.18236217600133386, 0.1807092899998679, 0.17998679300035292, 0.18096080199939024, 0.18202196799938974, 0.18287844600126846, 0.18196263299978455, 0.18025752199901035, 0.18310106300123152, 0.1798271459992975, 0.18061655500059715, 0.18232990199976484, 0.1855181779992563, 0.18335544100045809, 0.18113401499977044, 0.18190012199920602, 0.184542267001234, 0.18412611299936543, 0.18255745900023612, 0.184934651999356, 0.18547915400085913, 0.18411057800039998, 0.1883504429988534, 0.18655228300121962, 0.1808464189998631, 0.18528505399990536, 0.18562780499996734, 0.18414183599998069, 0.1869968049995805, 0.1858574910002062, 0.18449634699936723, 0.18160512600115908, 0.1820041350001702, 0.18114132799928484, 0.1827131099998951, 0.17945435000001453, 0.18234904600103619, 0.17953450200002408, 0.18003736099853995, 0.18381101500017394, 0.1838216600008309, 0.18545439099943906, 0.19170928499988804, 0.18562516100064386, 0.1809084359992994, 0.1827575320003234, 0.18425738100086164, 0.18943632699847512, 0.18675251100103196, 0.18654492099994968, 0.18433058200025698, 0.18202010200002405, 0.1836436909998156, 0.18345302499983518, 0.1817302630006452, 0.18368490299872064, 0.18272778800019296, 0.17902322400004778, 0.18339991799985, 0.18109067499972298, 0.18195537200153922, 0.18142347599859932, 0.17876701800014416, 0.18225375300062296, 0.1829527819991199, 0.18214151400025003, 0.18049674600115395, 0.1812268759986182, 0.18316795999999158, 0.1854248470008315, 0.18358427100065455, 0.1830593639988365, 0.18299737100096536, 0.18482900699927995, 0.18417681800019636, 0.18285982300039905, 0.18275162499958242, 0.1847723529990617, 0.184347334999984, 0.18200939600137644, 0.18090812399896095, 0.19042064200039022, 0.19017268999959924, 0.18741198400130088, 0.186809495999114, 0.18289887399987492, 0.1828589760007162, 0.1835962400000426, 0.18393917100002, 0.18166840499907266, 0.1798280720013281, 0.1805094499995903, 0.17974957399928826, 0.17931552700065367, 0.17885273700085236, 0.1792824889998883, 0.1784113889989385, 0.17992503400091664, 0.18286328799877083, 0.18142108600113716, 0.1793002449994674, 0.1826696330008417, 0.1825222229999781, 0.1821052969989978, 0.18249750399991171, 0.18099923400041007, 0.18300604700016265, 0.18454514000040945, 0.18672724999851198, 0.18222770200009109, 0.18114135600080772, 0.18297000600068714, 0.17962028999863833, 0.18199583600107871, 0.17938500799937174, 0.18337800100016466, 0.18253738100065675, 0.18191627399937715, 0.18682242300019425, 0.17950164399917412, 0.18185822700070275, 0.18188576499960618, 0.18190448700079287, 0.18007447899981344, 0.18351142599931336, 0.18517217400039954, 0.1819164959997579, 0.18558740800108353, 0.18722419400000945, 0.18466607099981047, 0.18158829499952844, 0.18314356100017903, 0.18220633099917904, 0.18030084900055954, 0.18051776100037387, 0.18309971199960273, 0.1811018829994282, 0.18168737500127463, 0.18109679400004097, 0.1795413699983328, 0.1803239910004777, 0.1803668739994464, 0.18388216300081694, 0.18084861500028637, 0.18094440099957865, 0.18255846200008818, 0.18351387199982128, 0.18078697100099816, 0.183685288999186, 0.18383549899954232, 0.18391828700077895, 0.1876035099994624, 0.18367313300041133, 0.1826176279992069, 0.18194254700028978, 0.18637841999952798, 0.18244281000079354, 0.18339948699940578, 0.18154356200102484, 0.1808479149985942, 0.18095142800120811, 0.18061448200023733, 0.18040554499930295, 0.1817822419998265, 0.1812276969994855, 0.180693993001114, 0.18243860799884715, 0.17978862000018125, 0.18374958700042043, 0.18217718400046579, 0.18187091199979477, 0.186264250000022, 0.18858714899943152, 0.18286462300056883, 0.1870032059996447, 0.18728587700024946, 0.18288797499917564, 0.1835470060013904, 0.18283991399948718, 0.18401320500015572, 0.18287756400059152, 0.18397810399983427, 0.1866609039989271, 0.18788631000097666, 0.186560696000015, 0.1928484429990931, 0.18806244900042657, 0.19200483100030397, 0.1877977969998028, 0.18647501799932797, 0.18724652800119657, 0.19511262099877058, 0.18929049100006523, 0.18712073800088547, 0.18627640299928316, 0.19034869400093157, 0.18902819899994938, 0.1864794389985036, 0.1853620490001049, 0.188346476001243, 0.18327685199983534, 0.18558836199918005, 0.18242429699967033, 0.18596969800091756, 0.1841645709992008, 0.18248189000041748, 0.1834844120003254, 0.18619885699990846, 0.18408221199933905, 0.1855655220006156, 0.18050772800052073, 0.1851455599990004, 0.18262656899969443, 0.18456066900034784, 0.1851274460004788, 0.18487850099882053, 0.18532231000062893, 0.18099285000062082, 0.18228142199950526, 0.185595323000598, 0.18333861499922932, 0.18405815000005532, 0.18224383800043142, 0.18498230499972124, 0.18346549499983666, 0.18526790299983986, 0.1815218219999224, 0.18166405100055272, 0.18053069099914865, 0.1795528220009146, 0.18504276900057448, 0.1819400409985974, 0.18079099799979303, 0.17991719000019657, 0.17894978000003903, 0.18214215300031356, 0.1796281810002256, 0.18199075799930142, 0.18374201799997536, 0.18400091200055613, 0.18233151899949007, 0.18566850300157967, 0.1835727699999552, 0.18541974499930802, 0.18298315100037144, 0.17957234299865377, 0.18108590000156255, 0.18359883499942953, 0.18146096800046507, 0.1812436609998258, 0.18252264299917442, 0.18229318399971817, 0.18115770800068276, 0.18500006800059055, 0.18032129099992744, 0.18364533099884284, 0.1791218470007152, 0.1800108839997847, 0.18071778699959395, 0.18060336300004565, 0.1811295160005102, 0.18274841200036462, 0.18131448699932662, 0.18305592199976672, 0.18301817199971993, 0.18296530400039046, 0.18162709300122515, 0.18091134099995543, 0.1827695189986116, 0.18563674400138552, 0.18386825699963083, 0.18174821499997051, 0.18154076800055918, 0.18282106299920997, 0.18241257299996505, 0.189688460999605, 0.19353127900103573, 0.18855955499930133]",tokens/s,5.457100345800093,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,deci,Deci/DeciLM-7B,Deci/DeciLM-7B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,14661.533696,,,,,s,1,183.44631407899942,183.44631407899942,0.0,183.44631407899942,183.44631407899942,183.44631407899942,183.44631407899942,[183.44631407899942],,kWh,0.0021375349317368057,0.0011650383873756396,0,0.0033025733191124453,,MB,14726.987776,,,,,s,10,23.701266373002,2.3701266373002,0.005067095713392068,2.3697625570002856,2.377714048099733,2.378238028550186,2.378657212910548,"[2.371560010999019, 2.3653352399996947, 2.369584884001597, 2.3728165259999514, 2.3775976079996326, 2.3787620090006385, 2.3626628300007724, 2.3689357319999544, 2.3699402299989742, 2.364071303001765]",tokens/s,108.0111062300065,kWh,2.797509288465348e-05,1.5247342793945105e-05,0.0,4.3222435678598586e-05,tokens/kWh,5922849.926913244,MB,14729.46176,,,,,s,10,89.42062511400036,8.942062511400035,0.021255108695778513,8.948121590500705,8.963389674499377,8.968437817249377,8.972476331449379,"[8.924389998001061, 8.945242551000774, 8.89487017600004, 8.952014792999762, 8.962267864999376, 8.951285637000183, 8.924503827998706, 8.951000630000635, 8.941563676000442, 8.97348595999938]",tokens/s,7.045354460414777,kWh,0.00010563345049187344,5.757432821676149e-05,0.0,0.0001632077787086349,tokens/kWh,386011.0130686242,,s,630,89.41657629800102,0.1419310734888905,0.0019725382971478005,0.14157313800023985,0.1446112905994596,0.14576741074988603,0.14721633804048906,"[0.1455389370003104, 0.14384510300078546, 0.14164809499925468, 0.1408305510012724, 0.13918188799834752, 0.1421006740001758, 0.1417317080013163, 0.14076728799955163, 0.14119919400036451, 0.14226254200002586, 0.1453529399987019, 0.1396725160011556, 0.1409550999997009, 0.14505733199985116, 0.1429090769997856, 0.1433321069998783, 0.1417323599998781, 0.14130622900120215, 0.14428146799946262, 0.14100140200025635, 0.14000661600039166, 0.14069528199979686, 0.14303866199952608, 0.13973471999997855, 0.1405607249998866, 0.13920949100065627, 0.1394636939985503, 0.14109811000162154, 0.13858000299842388, 0.13852682800097682, 0.1404360340002313, 0.14728750500034948, 0.1431398459990305, 0.14047008700072183, 0.1401858839999477, 0.14253263499995228, 0.14414210399991134, 0.1404264519987919, 0.1406215550014167, 0.13971623299948988, 0.1400124190004135, 0.14045427000019117, 0.14077303199883318, 0.13986726000075578, 0.1408722090000083, 0.140540451000561, 0.14088858899958723, 0.14282796199950099, 0.14154865199998312, 0.14687963300093543, 0.1419475489983597, 0.14227730800121208, 0.14143014699948253, 0.14103022000017518, 0.14445697299925087, 0.14304820000143081, 0.14088944399918546, 0.14142685200022242, 0.14122345500072697, 0.14259272599883843, 0.1414745160000166, 0.14120374100093613, 0.14174173199899087, 0.14699303100132965, 0.14320340899939765, 0.14541968699995778, 0.14070059500045318, 0.14229373699890857, 0.13956868599962036, 0.14112498500071524, 0.14072828800090065, 0.1394735159992706, 0.14440609399935056, 0.1407422360007331, 0.14010362999943027, 0.13920048900035908, 0.14008806200035906, 0.1429337179997674, 0.14005789300063043, 0.13969553999959317, 0.14034024399916234, 0.14072998899973754, 0.14107901600073092, 0.14049796200015408, 0.1401366579993919, 0.1462044279996917, 0.14654264400087413, 0.14703215699955763, 0.14521031600088463, 0.14273303200025111, 0.14318717599962838, 0.14346123799987254, 0.14135175899900787, 0.14189597699987644, 0.1463671820001764, 0.1442561210005806, 0.13987089700094657, 0.14157892599905608, 0.14139001100011228, 0.14084739399913815, 0.14092487700145284, 0.14091755899971758, 0.1438625509999838, 0.1405868969995936, 0.14206176699917705, 0.14179877400056284, 0.14330663600048865, 0.13999154399971303, 0.1437127370008966, 0.14003313799912576, 0.14363909299936495, 0.14164915100081998, 0.14157224399968982, 0.14132284600054845, 0.13996828099880076, 0.14035770700138528, 0.14027610499942966, 0.1445717810001952, 0.14156205600011162, 0.14219153100020776, 0.14343595999889658, 0.14334142500047165, 0.1407349080000131, 0.13990763000037987, 0.1398249419999047, 0.14179315299952577, 0.1450172509994445, 0.1405832090003969, 0.13878860200020426, 0.14046939999934693, 0.14101420599945413, 0.14061347599999863, 0.14045746100055112, 0.13970285299910756, 0.13979569200091646, 0.13961038399975223, 0.1405919349999749, 0.14268761099992844, 0.1430594920002477, 0.1460045829990122, 0.1451065440014645, 0.1408981059994403, 0.14048742200066044, 0.1415547090000473, 0.13910795499941742, 0.13972778300012578, 0.13962118099880172, 0.13957105400004366, 0.1411985970007663, 0.14205421100086824, 0.1403745239986165, 0.1423043909999251, 0.14241610000135552, 0.14195575099984126, 0.1429421339998953, 0.14047506899987638, 0.13968345600005705, 0.14104098200004955, 0.13926081200042972, 0.14187853999828803, 0.14047814400146308, 0.14040110699897923, 0.142460201999711, 0.14390842000102566, 0.14482036600020365, 0.14138584699867351, 0.14044514400120534, 0.14125377500022296, 0.14067180999882112, 0.1401666270012356, 0.14139961399996537, 0.14305269499891438, 0.14131107200046245, 0.14188313900012872, 0.1437982749994262, 0.1405024460000277, 0.13942494799994165, 0.1404779510012304, 0.14086553899869614, 0.140252920000421, 0.1402145539996127, 0.140032303001135, 0.1405291920000309, 0.1410351959984837, 0.14139829500163614, 0.14039874599984614, 0.14004284600014216, 0.14193343699844263, 0.1398735820002912, 0.14457031500023731, 0.14459716400051548, 0.14034056600030453, 0.14197881299878645, 0.1470520069997292, 0.14333324700055528, 0.1430628660000366, 0.1397421490000852, 0.1404678620001505, 0.14151536999997916, 0.14044221400035894, 0.14049354099915945, 0.14031288800106267, 0.13916171099845087, 0.1396123530012119, 0.13962116000038804, 0.14254453600005945, 0.14287530399997195, 0.1394684930000949, 0.13988314899870602, 0.13978788600070402, 0.14199371299946506, 0.14493731299990031, 0.14218381700084137, 0.14260212699991826, 0.1402577859989833, 0.1406793200003449, 0.1444082440011698, 0.14208195799983514, 0.1411832300000242, 0.14193602900013502, 0.1399804699995002, 0.14035935399988375, 0.14132777899976645, 0.1397192090007593, 0.14064952799890307, 0.14097290100107784, 0.1430269229986152, 0.14339187299992773, 0.1422976040012145, 0.1418365419995098, 0.1440080569991551, 0.14115729900004226, 0.14169061700158636, 0.14013508499920135, 0.14383439800076303, 0.1434122379996552, 0.14165804500044032, 0.14616526999998314, 0.14639054099825444, 0.14147958900139201, 0.14491378200000327, 0.14295223099907162, 0.1423357229996327, 0.14213338700028544, 0.14051518999986, 0.14134921700133418, 0.14384163599970634, 0.14075992299876816, 0.14583656400100153, 0.14604383500045515, 0.14245962599852646, 0.14184761900105514, 0.14883169399945473, 0.14171206200080633, 0.1442834360004781, 0.1427723340002558, 0.14290886899834732, 0.14422829500108492, 0.14330707299995993, 0.1457712020001054, 0.14485319599953073, 0.1435305970007903, 0.1416144439990603, 0.14338729399969452, 0.1430911110001034, 0.1431314020010177, 0.14512903099966934, 0.14415283599919348, 0.14235277100124222, 0.13953935700010334, 0.1435773409993999, 0.1409340999998676, 0.14255599900025118, 0.14029083400055242, 0.1414751789998263, 0.13998160699884465, 0.1404058250009257, 0.1401624609989085, 0.13980115300000762, 0.13934080699982587, 0.13992234800025471, 0.14059266399999615, 0.14360734300134936, 0.1449128899985226, 0.1427584620014386, 0.14398331099982897, 0.1413815039995825, 0.144529302000592, 0.13975479399960022, 0.14147574799972062, 0.14115471500008425, 0.14336053599981824, 0.1408184230003826, 0.1414106649990572, 0.1428592980009853, 0.14039728199895762, 0.1412972850012011, 0.1464829529995768, 0.13962362600068445, 0.14509334399917861, 0.1452050150001014, 0.1428094519997103, 0.14208083099947544, 0.14274979699985124, 0.14302355600011651, 0.14359015600166458, 0.13987330099917017, 0.14006429099936213, 0.14192819799973222, 0.140443704000063, 0.14080432700029633, 0.14018081900030666, 0.14093913699980476, 0.14027175800038094, 0.13937568400069722, 0.14642909000031068, 0.14085884999985865, 0.13938057700033823, 0.13847650499883457, 0.141311035000399, 0.14028233699900738, 0.13978924300135986, 0.1407187189997785, 0.13996744999894872, 0.1440992180014291, 0.14100821200008795, 0.14104401399890776, 0.14167685100073868, 0.14175061300011293, 0.14299217599909753, 0.14411558200117724, 0.1436284439987503, 0.14164933800020663, 0.1484245869996812, 0.14251589700143086, 0.14312733699989622, 0.142621828999836, 0.14113867199921515, 0.1437705990010727, 0.14303992799978005, 0.14059392199851573, 0.1410484150001139, 0.14005323300079908, 0.1412679829991248, 0.1384504810012004, 0.13945368999884522, 0.1393232860009448, 0.14066037100019457, 0.14117074599926127, 0.13923513900044782, 0.14177684499918541, 0.14362590000018827, 0.14063915299993823, 0.14709214200047427, 0.14179845500075317, 0.14226941099877877, 0.13992833300108032, 0.14397332499902404, 0.14297339100085082, 0.14074310999967565, 0.141444902999865, 0.14208050500019453, 0.14310359800037986, 0.14336116300000867, 0.1409184259991889, 0.14086609600053634, 0.1407025110001996, 0.14085046800028067, 0.14555136399940238, 0.14319063000039023, 0.14189446099953784, 0.14689945700047247, 0.14552799999910349, 0.1430203050003911, 0.1424570479994145, 0.14302273300017987, 0.14216614399992977, 0.14390795800136402, 0.14486640299946885, 0.1391201779988478, 0.14057304800007842, 0.1410706440001377, 0.14036395299990545, 0.13930476700079453, 0.1386097199992946, 0.139872223000566, 0.14210706800076878, 0.143430805999742, 0.14274852299968188, 0.14309909000076004, 0.13960852699892712, 0.13903893099995912, 0.14147517700075696, 0.1401295569994545, 0.14203860000088753, 0.14202460999877076, 0.1409918879999168, 0.14115924700126925, 0.14059657599864295, 0.13912164300018048, 0.14597368900103902, 0.14195571299933363, 0.1420979750000697, 0.1417501390005782, 0.14257505099885748, 0.14100335399962205, 0.1425567790010973, 0.1452185329999338, 0.14511083499928645, 0.1415450790009345, 0.14085990799867432, 0.14120508200176118, 0.13993616599873349, 0.14011435199972766, 0.140295163000701, 0.14225072999943222, 0.14180689900058496, 0.14450609999948938, 0.14170141100112232, 0.1399903860001359, 0.13995000999966578, 0.14136969100036367, 0.13899696099906578, 0.14204810299997916, 0.14246360400102276, 0.14622450899878459, 0.14392608500020287, 0.141095523000331, 0.14012587499928486, 0.14179277600123896, 0.14412944899959257, 0.14245203499922354, 0.14330136600074184, 0.14146963999883155, 0.14446613500149397, 0.14215963799870224, 0.14137836800000514, 0.1399588929998572, 0.14171827700010908, 0.1407634790011798, 0.14051726700017753, 0.14405239700136008, 0.14447294699857594, 0.14051850700161594, 0.14389838999886706, 0.1439368840001407, 0.14398842400078138, 0.14261564600019483, 0.14107530499859422, 0.1406387300012284, 0.14069987299990316, 0.1446241209996515, 0.14331380799922044, 0.14107183800115308, 0.1416116599993984, 0.1420075040005031, 0.14011957299953792, 0.14045703100055107, 0.1414228119992913, 0.1439080100008141, 0.14367555999888282, 0.14347884700146096, 0.1414042979995429, 0.1398733109999739, 0.14050545600002806, 0.14076435799870524, 0.14031718100159196, 0.1431506190001528, 0.14312349199826713, 0.14033886000106577, 0.14237658300044131, 0.14347970099879603, 0.1401431659996888, 0.14243732500108308, 0.13943062999896938, 0.13960279999992053, 0.1435087760000897, 0.14149425300092844, 0.1454479589992843, 0.1450734440004453, 0.14106495600026392, 0.1411335680004413, 0.14614325399998052, 0.14337431300009484, 0.14176536299964937, 0.1400320169996121, 0.13962156100024004, 0.1395443780002097, 0.13844836299904273, 0.14015459700021893, 0.14560895900103787, 0.1434097629989992, 0.14259628000036173, 0.14114803399934317, 0.14271666900094715, 0.14027363599961973, 0.142333072000838, 0.14230884799872, 0.14101953600038541, 0.14111956600027042, 0.1397705479994329, 0.14194625799973437, 0.14686120800070057, 0.14413965399944573, 0.14363419800065458, 0.14229728799909935, 0.14043395500084443, 0.14125320099992678, 0.14169923000008566, 0.1414528759996756, 0.14406162799969024, 0.14411228000062692, 0.14395078400048078, 0.14579574199888157, 0.14824962900092942, 0.14516877099958947, 0.14256718499927956, 0.14454284900057246, 0.14456678799979272, 0.14179960200090136, 0.14197337400037213, 0.1426206819996878, 0.14320993999899656, 0.1426941830013675, 0.14192883799842093, 0.13978892800150788, 0.13962599799924647, 0.13849785899947165, 0.13961114999983693, 0.14014972600125475, 0.14348934499867028, 0.1389543710010912, 0.14249372099948232, 0.1420538000002125, 0.1388133590007783, 0.13806819699857442, 0.14328086700152198, 0.14293191199976718, 0.14008919600018999, 0.1418533549986023, 0.14247623899973405, 0.14184796000154165, 0.14423639499909768, 0.14250166400051967, 0.1427109649994236, 0.14407601799939584, 0.14059143000122276, 0.1402632259996608, 0.13969680899936066, 0.1393729629999143, 0.13957833600034064, 0.1421743430000788, 0.14019741300035093, 0.1419947329995921, 0.14376563800033182, 0.14175749199966958, 0.14295506999951613, 0.14216542200119875, 0.1426388660001976, 0.13965137800005323, 0.1407193710001593, 0.14030731200000446, 0.14270975399995223, 0.14117300399993837, 0.14025942699845473, 0.1428354780000518, 0.1408120530013548, 0.14673888399920543, 0.14877944299951196, 0.14532098600102472, 0.14246509599979618, 0.1424748629997339, 0.14773251000042364, 0.14503817999866442, 0.14427072900070925, 0.14345824799966067, 0.14579858700017212, 0.1428689479998866, 0.142519324001114, 0.14117842799896607, 0.14133725499959837, 0.14323840300130541, 0.14356416299960983, 0.14215553699978045, 0.14129594800033374, 0.14702879399919766, 0.1456787750012154, 0.1446098649994383, 0.14163645999906294, 0.14157403200078988, 0.1444172970004729, 0.14258177599913324, 0.1451871610006492, 0.14278787399962312, 0.1472670660004951, 0.14106338799865625, 0.14129284000046027, 0.14471893600057228, 0.14273914099976537, 0.14273012100056803, 0.14179976899868052, 0.13954946600097173, 0.1389671710003313, 0.1426914490002673, 0.1392055899996194, 0.14297712999905343, 0.13959695400080818, 0.14050446299916075, 0.14238670700069633, 0.14383357699989574, 0.14576277699961793, 0.1436414510008035, 0.13982055300039065, 0.139863685999444, 0.14156714099954115, 0.14050567599952046, 0.13951711300069292, 0.14299081500030297, 0.14003698699889355, 0.14068465800119156, 0.14006856400010292, 0.13977111500025785, 0.13916388299912796, 0.14169135500014818, 0.1390741520008305, 0.14094929499879072, 0.139379022999492, 0.1401162350011873, 0.14110991800043848, 0.14031009399877803]",tokens/s,7.045673476698349,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,Deci/DeciCoder-1b,Deci/DeciCoder-1b,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 111, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 559, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3832, in from_pretrained model = cls(config, *model_args, **model_kwargs) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 248, in __init__ self.model = DeciCoderModel(config) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 215, in __init__ self.layers = nn.ModuleList([DeciCoderDecoderLayer(config) for _ in range(config.num_hidden_layers)]) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 215, in self.layers = nn.ModuleList([DeciCoderDecoderLayer(config) for _ in range(config.num_hidden_layers)]) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 181, in __init__ self.self_attn = DeciCoderAttention(config=config) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 54, in __init__ self._init_rope() File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1729, in __getattr__ raise AttributeError(f""'{type(self).__name__}' object has no attribute '{name}'"") AttributeError: 'DeciCoderAttention' object has no attribute '_init_rope' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,Deci/DeciCoder-1b,Deci/DeciCoder-1b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 111, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 559, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3832, in from_pretrained model = cls(config, *model_args, **model_kwargs) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 248, in __init__ self.model = DeciCoderModel(config) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 215, in __init__ self.layers = nn.ModuleList([DeciCoderDecoderLayer(config) for _ in range(config.num_hidden_layers)]) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 215, in self.layers = nn.ModuleList([DeciCoderDecoderLayer(config) for _ in range(config.num_hidden_layers)]) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 181, in __init__ self.self_attn = DeciCoderAttention(config=config) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 54, in __init__ self._init_rope() File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1729, in __getattr__ raise AttributeError(f""'{type(self).__name__}' object has no attribute '{name}'"") AttributeError: 'DeciCoderAttention' object has no attribute '_init_rope' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,Deci/DeciCoder-1b,Deci/DeciCoder-1b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 111, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 559, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3832, in from_pretrained model = cls(config, *model_args, **model_kwargs) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 248, in __init__ self.model = DeciCoderModel(config) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 215, in __init__ self.layers = nn.ModuleList([DeciCoderDecoderLayer(config) for _ in range(config.num_hidden_layers)]) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 215, in self.layers = nn.ModuleList([DeciCoderDecoderLayer(config) for _ in range(config.num_hidden_layers)]) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 181, in __init__ self.self_attn = DeciCoderAttention(config=config) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 54, in __init__ self._init_rope() File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1729, in __getattr__ raise AttributeError(f""'{type(self).__name__}' object has no attribute '{name}'"") AttributeError: 'DeciCoderAttention' object has no attribute '_init_rope' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,Deci/DeciCoder-1b,Deci/DeciCoder-1b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 111, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 559, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3832, in from_pretrained model = cls(config, *model_args, **model_kwargs) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 248, in __init__ self.model = DeciCoderModel(config) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 215, in __init__ self.layers = nn.ModuleList([DeciCoderDecoderLayer(config) for _ in range(config.num_hidden_layers)]) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 215, in self.layers = nn.ModuleList([DeciCoderDecoderLayer(config) for _ in range(config.num_hidden_layers)]) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 181, in __init__ self.self_attn = DeciCoderAttention(config=config) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 54, in __init__ self._init_rope() File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1729, in __getattr__ raise AttributeError(f""'{type(self).__name__}' object has no attribute '{name}'"") AttributeError: 'DeciCoderAttention' object has no attribute '_init_rope' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,Deci/DeciCoder-1b,Deci/DeciCoder-1b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 111, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 559, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3832, in from_pretrained model = cls(config, *model_args, **model_kwargs) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 248, in __init__ self.model = DeciCoderModel(config) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 215, in __init__ self.layers = nn.ModuleList([DeciCoderDecoderLayer(config) for _ in range(config.num_hidden_layers)]) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 215, in self.layers = nn.ModuleList([DeciCoderDecoderLayer(config) for _ in range(config.num_hidden_layers)]) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 181, in __init__ self.self_attn = DeciCoderAttention(config=config) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 54, in __init__ self._init_rope() File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1729, in __getattr__ raise AttributeError(f""'{type(self).__name__}' object has no attribute '{name}'"") AttributeError: 'DeciCoderAttention' object has no attribute '_init_rope' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen,Qwen/Qwen-7B,Qwen/Qwen-7B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-66b,facebook/opt-66b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,stabilityai/stablelm-base-alpha-7b,stabilityai/stablelm-base-alpha-7b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-2.7B,EleutherAI/gpt-neo-2.7B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 564, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: GPTNeoForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-7b,tiiuae/falcon-7b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Llama-2-7b-hf,meta-llama/Llama-2-7b-hf,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-rw-1b,tiiuae/falcon-rw-1b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-4B,Qwen/Qwen1.5-4B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,internlm2,internlm/internlm2-20b,internlm/internlm2-20b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,deci,Deci/DeciLM-7B,Deci/DeciLM-7B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 559, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: DeciLMForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stablelm,stabilityai/stablelm-3b-4e1t,stabilityai/stablelm-3b-4e1t,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-13b,huggyllama/llama-13b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-2.7b,facebook/opt-2.7b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,phi,microsoft/phi-1_5,microsoft/phi-1_5,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,recurrent_gemma,google/recurrentgemma-2b,google/recurrentgemma-2b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gptj,EleutherAI/gpt-j-6b,EleutherAI/gpt-j-6b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 564, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: GPTJForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stablelm,stabilityai/stablelm-2-1_6b,stabilityai/stablelm-2-1_6b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,togethercomputer/RedPajama-INCITE-Base-3B-v1,togethercomputer/RedPajama-INCITE-Base-3B-v1,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Meta-Llama-3-8B,meta-llama/Meta-Llama-3-8B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen2-beta-14B,Qwen/Qwen2-beta-14B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-32B,Qwen/Qwen1.5-32B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-125m,EleutherAI/gpt-neo-125m,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 564, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: GPTNeoForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,xglm,facebook/xglm-564M,facebook/xglm-564M,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen,Qwen/Qwen-14B,Qwen/Qwen-14B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-7b,huggyllama/llama-7b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-180B,tiiuae/falcon-180B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-1.3B,EleutherAI/gpt-neo-1.3B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 564, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: GPTNeoForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mistral,mistralai/Mistral-7B-v0.1,mistralai/Mistral-7B-v0.1,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mixtral,mistralai/Mixtral-8x7B-v0.1,mistralai/Mixtral-8x7B-v0.1,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen,Qwen/Qwen-72B,Qwen/Qwen-72B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-30b,facebook/opt-30b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2_moe,Qwen/Qwen1.5-MoE-A2.7B,Qwen/Qwen1.5-MoE-A2.7B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-1.3b,EleutherAI/pythia-1.3b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,3372.105728,,,,,s,1,50.0960545980015,50.0960545980015,0.0,50.0960545980015,50.0960545980015,50.0960545980015,50.0960545980015,[50.0960545980015],,kWh,0.0005624283859826392,0.00030654398055207497,0,0.0008689723665347142,,MB,3541.643264,,,,,s,10,9.015692175998993,0.9015692175998993,0.012294037326279272,0.8998608820020308,0.9207582955987164,0.9242054872984227,0.9269632406581877,"[0.9013955780028482, 0.8848988989993813, 0.9011857509976835, 0.8933828289991652, 0.8909212919970741, 0.8988391500024591, 0.927652678998129, 0.896541131001868, 0.9008826140016026, 0.9199922529987816]",tokens/s,283.94935741207655,kWh,1.0928855148421409e-05,5.956474863089663e-06,0.0,1.6885330011511074e-05,tokens/kWh,15161089.527150465,MB,3589.824512,,,,,s,10,27.53642769099315,2.753642769099315,0.009397686829498198,2.752264197499244,2.7672581539980454,2.7688749049988473,2.770168305799489,"[2.7435487669972645, 2.7440204419981455, 2.744503361001989, 2.750066127999162, 2.744788508000056, 2.754462266999326, 2.758818923000945, 2.7668988759978674, 2.770491655999649, 2.7588287629987462]",tokens/s,22.878784680050046,kWh,3.229187606414492e-05,1.7600325351578186e-05,0.0,4.9892201415723106e-05,tokens/kWh,1262722.3937275712,,s,630,27.529480111996236,0.043697587479359104,0.0006468801486889383,0.04360874800113379,0.044253943697549404,0.04452903939945827,0.046415739068106636,"[0.04639861599935102, 0.043078820999653544, 0.04285227299988037, 0.04288319500119542, 0.042990814999939175, 0.04307169199819327, 0.04306987699965248, 0.042973441999492934, 0.04293388500082074, 0.04420580900114146, 0.04295991199978744, 0.04277312599879224, 0.04344508400026825, 0.04297285700158682, 0.04324547899886966, 0.04290922899963334, 0.04349958500097273, 0.04318149900063872, 0.043928369999775896, 0.04317037199871265, 0.04301322900209925, 0.04323898299844586, 0.043215638001129264, 0.04290562899768702, 0.04333709400088992, 0.04331430599995656, 0.04308360999857541, 0.04583016700053122, 0.04344530300295446, 0.04285072799757472, 0.04364408800029196, 0.04335720100061735, 0.04334939099862822, 0.0436810230021365, 0.04799913099850528, 0.04350269200222101, 0.043978085999697214, 0.04345614299745648, 0.043756240000220714, 0.043685935001121834, 0.04356447499958449, 0.04389930400066078, 0.043303831000230275, 0.04322908500034828, 0.043755189999501454, 0.04315026900076191, 0.04368765599792823, 0.043689002999599325, 0.04306848399937735, 0.04343868500291137, 0.043239724000159185, 0.04398351899726549, 0.04315612299978966, 0.04357532799986075, 0.043432384001789615, 0.04372022000097786, 0.043628850999084534, 0.04360891599935712, 0.04391977900013444, 0.043877928001165856, 0.043588242999248905, 0.04349107500092941, 0.04353925399846048, 0.0461303259980923, 0.0433382730006997, 0.042960408001817996, 0.043117449997225776, 0.04312897900308599, 0.04286544599744957, 0.04342373600229621, 0.04288278199965134, 0.043206452999584144, 0.043161900000995956, 0.0432195099965611, 0.0429904250013351, 0.04306533899944043, 0.043068243001471274, 0.04332561399860424, 0.04287564300102531, 0.0430467599981057, 0.04295343900230364, 0.043447599000501214, 0.043381769999541575, 0.04323120600020047, 0.04324960300073144, 0.04343668599904049, 0.043076401998405345, 0.04339533600068535, 0.04319697200116934, 0.04426579699793365, 0.04363280500183464, 0.043652975000441074, 0.04364830999838887, 0.04363956000088365, 0.043561646998568904, 0.043832486000610515, 0.043508532999112504, 0.04383997500190162, 0.04370958999788854, 0.044053311001334805, 0.04419328299991321, 0.043786002999695484, 0.04344329300147365, 0.04345657299927552, 0.04390019299898995, 0.04405299499921966, 0.04341522300092038, 0.043826331002492225, 0.04360618599821464, 0.04379390200119815, 0.04367244499735534, 0.043804707001982024, 0.0435935290006455, 0.04419251699800952, 0.043953677002718905, 0.04385966999689117, 0.0433729360011057, 0.04346714100029203, 0.04344097899956978, 0.04341642700092052, 0.04327585300052306, 0.043887518000701675, 0.044155998999485746, 0.04354547999901115, 0.043896172999666305, 0.04368804600017029, 0.04613004500060924, 0.04368442900158698, 0.04323086599833914, 0.04311542000141344, 0.04333855999720981, 0.04298676600228646, 0.04299510599958012, 0.04353768899818533, 0.043096733003039844, 0.04288604799876339, 0.04325864500060561, 0.04336042000068119, 0.04335784899740247, 0.04347985700223944, 0.043603190999419894, 0.04313219200048479, 0.043242820000159554, 0.04305420899981982, 0.043663401000230806, 0.04311724099898129, 0.043440409001050284, 0.04330962399762939, 0.04398029500225675, 0.043145380997884786, 0.043603349000477465, 0.04330788100196514, 0.0432698509976035, 0.04337314599979436, 0.04330577099972288, 0.043660271003318485, 0.043676396999217104, 0.04352939199816319, 0.04338306399949943, 0.043108050002047094, 0.043959250000625616, 0.043581009998888476, 0.04369723099807743, 0.04362881700217258, 0.043823034000524785, 0.04387754699928337, 0.043850750000274274, 0.04348013699927833, 0.043298390999552794, 0.04389866500059725, 0.04341451700020116, 0.04344266800035257, 0.04346215999976266, 0.044357347000186564, 0.04383159999997588, 0.04343256699939957, 0.04427232500165701, 0.04351050599871087, 0.04372867799975211, 0.04378757499944186, 0.04317929000171716, 0.043747021998569835, 0.043698059002053924, 0.043930564999755006, 0.04371409799932735, 0.0437028870001086, 0.04382697300025029, 0.04373436999958358, 0.043629929998132866, 0.04642273299759836, 0.04350934800095274, 0.04301176900116843, 0.04330054599995492, 0.043046375998528674, 0.04334679800012964, 0.044258404999709455, 0.044638442999712424, 0.043172707002668176, 0.04345778899732977, 0.043530243001441704, 0.043412006001744885, 0.045307067997782724, 0.04773245099931955, 0.04353958300271188, 0.043035406997660175, 0.04342125100083649, 0.042951899999025045, 0.04333078200215823, 0.043142594000528334, 0.043519884999113856, 0.04353632899801596, 0.04319580800074618, 0.043631413998809876, 0.04355560600015451, 0.043310778000886785, 0.043352030999812996, 0.0430917439989571, 0.043608626001514494, 0.04332453600000008, 0.04339164799966966, 0.04353445000015199, 0.04345099900092464, 0.04340825200051768, 0.043312219000654295, 0.043654396999045275, 0.04316068600019207, 0.04339584599802038, 0.043577493001066614, 0.043795508001494454, 0.04392890999952215, 0.04358216199761955, 0.04355031900195172, 0.043551799997658236, 0.043600730001344346, 0.0437461510009598, 0.043107531000714516, 0.04337024099731934, 0.04373853800279903, 0.04367878999983077, 0.043120750997331925, 0.0439384980018076, 0.043605604998447234, 0.04371736500252155, 0.04363678399749915, 0.043691906001186, 0.043831377999595134, 0.04350414700093097, 0.0435341829979734, 0.043608870000753086, 0.043741445002524415, 0.043443934999231715, 0.04384406700046384, 0.0459251120009867, 0.043339878000551835, 0.04279913899881649, 0.04303609999988112, 0.04266233400267083, 0.044422871000278974, 0.043063123997853836, 0.04293063799923402, 0.04270337200068752, 0.0428002890002972, 0.04318564400091418, 0.042824553998798365, 0.042812940999283455, 0.043029314001614694, 0.042881299999862676, 0.042805803001101594, 0.04333398299786495, 0.04303357599928859, 0.0452537850032968, 0.04323368099721847, 0.04313402399930055, 0.043608932002825895, 0.04322514899831731, 0.04349325300063356, 0.04344593199857627, 0.04365942799995537, 0.04370445600216044, 0.04327718399872538, 0.04415842000162229, 0.04340584199962905, 0.04363415899933898, 0.043544112999370554, 0.043599511998763774, 0.04355021900119027, 0.04337942500205827, 0.04388700799972867, 0.04318429699924309, 0.04355370099801803, 0.044007388001773506, 0.04323983499853057, 0.04393123400222976, 0.043547042998397956, 0.043884582999453414, 0.04360939600155689, 0.04346637300113798, 0.044091117997595575, 0.043408798999735154, 0.04351366600167239, 0.04452839700024924, 0.043879320997803006, 0.04414604300109204, 0.04379339699880802, 0.04373571700125467, 0.04379417400195962, 0.043525070999749005, 0.043775439997261856, 0.04361993600105052, 0.04388771099911537, 0.043558741999731865, 0.0438422420011193, 0.04371425700082909, 0.044488080999144586, 0.04365267300090636, 0.04654060000029858, 0.043213862998527475, 0.04297586900065653, 0.04291144300077576, 0.04321538399744895, 0.04335570600233041, 0.04296595800042269, 0.04361094599880744, 0.04296223200071836, 0.04382921099750092, 0.043359760002203984, 0.04375403499943786, 0.04287873499924899, 0.043772019002062734, 0.04346646900012274, 0.0437862739963748, 0.04383141500147758, 0.043448767999507254, 0.04332990699913353, 0.043675429002178134, 0.043581114998232806, 0.043409668000094825, 0.04416148200107273, 0.04310237399840844, 0.04350470900317305, 0.04351390299780178, 0.04354580899962457, 0.04376950699952431, 0.04342777700003353, 0.043855664000147954, 0.0431639010021172, 0.04361281700039399, 0.04329857099946821, 0.04399919199931901, 0.043462060999445384, 0.04369919600139838, 0.043994814997859066, 0.04392369700144627, 0.044084778000978986, 0.044110347000241745, 0.04385004099822254, 0.04357566700127791, 0.04354345200044918, 0.04382503899978474, 0.0438529839993862, 0.04391722199943615, 0.04476692599928356, 0.04362655500153778, 0.04414382499817293, 0.04330009300247184, 0.0440339419983502, 0.043253255000308855, 0.04396954899857519, 0.04368904100192594, 0.04414216499935719, 0.04375247200005106, 0.043931061001785565, 0.04425209799956065, 0.043790316998638446, 0.043974784999591066, 0.04423516200040467, 0.04364067300048191, 0.04463164099797723, 0.04657525700167753, 0.04404842099756934, 0.043461875000502914, 0.04339751700172201, 0.043141874000866665, 0.04325324899764382, 0.04342210899994825, 0.04331954100052826, 0.04342955800166237, 0.04329279599915026, 0.0441149399994174, 0.04307352700197953, 0.04345792299864115, 0.04344193799988716, 0.04306429400094203, 0.04329805899760686, 0.043247405999863986, 0.04378381000060472, 0.043009600001823856, 0.043465606999234296, 0.043041289998654975, 0.04389862800235278, 0.04336819299714989, 0.046988732003228506, 0.043911144999583485, 0.04428960199948051, 0.04461029400044936, 0.04425415699734003, 0.043297056003211765, 0.04432644599728519, 0.04382116700071492, 0.043442799000331433, 0.043660097999236314, 0.043734236001910176, 0.04361861600045813, 0.04335124499993981, 0.04411954799797968, 0.043406305001553847, 0.04362610899988795, 0.04390591400078847, 0.04346240099766874, 0.04399609200117993, 0.044253919997572666, 0.04362234200016246, 0.0441994020002312, 0.043346048001694726, 0.043737249998230254, 0.043266067001241026, 0.043753784000728047, 0.04334092199860606, 0.0437637060022098, 0.04393547200015746, 0.04401515599965933, 0.04399564699997427, 0.04380151800069143, 0.0442936009967525, 0.04384474499966018, 0.04413891400326975, 0.044183671998325735, 0.04365219499959494, 0.043988592999085085, 0.04376809400127968, 0.04386865999913425, 0.04535200299869757, 0.04342747600094299, 0.04285479199825204, 0.04304345399941667, 0.04297619900171412, 0.043031041997892316, 0.043138349003129406, 0.043103783998958534, 0.043095516000903444, 0.04307132000030833, 0.04290783899705275, 0.04348324500097078, 0.04303594800148858, 0.042864298997301375, 0.04277330300101312, 0.0429812980000861, 0.04334103200017125, 0.044280108999373624, 0.0444071090023499, 0.044146856998850126, 0.0437904799982789, 0.043724368002585834, 0.04388584899788839, 0.043880408000404714, 0.04347231599967927, 0.04487687200162327, 0.04492380800002138, 0.04418956999870716, 0.0440104280023661, 0.04446721799831721, 0.0441268829999899, 0.045061476001137635, 0.04423959799896693, 0.04409499000030337, 0.04396217300018179, 0.044178546999319224, 0.04435934800130781, 0.04423608199795126, 0.04450425799950608, 0.043943570999545045, 0.04437183200207073, 0.04431047699836199, 0.04447342000275967, 0.04366528299942729, 0.04409528500036686, 0.044272660998103675, 0.04405764600232942, 0.043925019999733195, 0.044089381997764576, 0.04421620900029666, 0.04396505499971681, 0.04421506500148098, 0.04427022699746885, 0.04393856300157495, 0.04403213700061315, 0.04381540100075654, 0.044095197998103686, 0.04406489500252064, 0.04390934899856802, 0.04452956499881111, 0.04390031699949759, 0.044276966000325046, 0.04435455000202637, 0.046162104001268744, 0.04335219399945345, 0.04433786499794223, 0.0431834480004909, 0.04326054299963289, 0.043237472000328125, 0.04359739199935575, 0.043665304001478944, 0.04355413400116959, 0.04325304399753804, 0.044056975002604304, 0.043575240997597575, 0.043614103000436444, 0.043865165000170236, 0.043316585000866326, 0.043726543997763656, 0.04347507100101211, 0.04349831800209358, 0.04351570299695595, 0.04344296400086023, 0.04329381400020793, 0.043472859000758035, 0.04358273500110954, 0.04377520399793866, 0.04364552600236493, 0.04404849299680791, 0.045260549002705375, 0.044668111000646604, 0.04363232099785819, 0.043260115999146365, 0.04355177199977334, 0.04367097100112005, 0.04352724099953775, 0.04369527200105949, 0.04377820100125973, 0.04371716599780484, 0.0437890930006688, 0.043605719998595305, 0.043612891000520904, 0.04353283300224575, 0.043850488000316545, 0.04373330199814518, 0.04343731599874445, 0.04398855600084062, 0.04357920300026308, 0.043754857000749325, 0.04377143899910152, 0.04601289900165284, 0.044254534997890005, 0.044239167000341695, 0.04386759100088966, 0.04637287899822695, 0.04824700100289192, 0.0445024820000981, 0.043606039998849155, 0.04401122600029339, 0.0438527910009725, 0.04430654399766354, 0.04376622900235816, 0.04436224099845276, 0.04404112300107954, 0.044663148997642566, 0.04482343700146885, 0.04633129699868732, 0.04300838400013163, 0.04379809600141016, 0.043435226998553844, 0.04331487900344655, 0.04314680499737733, 0.04349139000260038, 0.043234607997874264, 0.043636700000206474, 0.04334346700125025, 0.04341314799967222, 0.043247986999631394, 0.043677952999132685, 0.043325100999936694, 0.04351732400027686, 0.04353281400108244, 0.04348404799748096, 0.04340188900096109, 0.04369542900167289, 0.04362007899908349, 0.04334026200012886, 0.044081118001486175, 0.044030947999999626, 0.04348840699822176, 0.04352423000091221, 0.04338845099846367, 0.043769505002273945, 0.04349256699788384, 0.0437604549988464, 0.04316477800239227, 0.043758162999438355, 0.04351605199917685, 0.04407236000042758, 0.0435634339992248, 0.043645322002703324, 0.04349200399883557, 0.0441268120011955, 0.043771154996647965, 0.044148470002255635, 0.04350385399811785, 0.04421445300249616, 0.04402413599746069, 0.04379716200128314, 0.04431224200016004, 0.044082311000238406, 0.043842716000654036, 0.04454410199832637, 0.04408681299901218, 0.044073898003262, 0.04400384299879079, 0.044139393998193555, 0.04443795600309386, 0.044074882000131765, 0.043647014997986844, 0.044505319001473254, 0.044036119998054346, 0.04356658899996546, 0.04379942699961248, 0.04379283300295356, 0.04412187799971434, 0.043778740997368004, 0.044080269002733985, 0.04384704099720693]",tokens/s,22.884558569105394,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-1.4b,EleutherAI/pythia-1.4b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,3367.931904,,,,,s,1,49.95384727900091,49.95384727900091,0.0,49.95384727900091,49.95384727900091,49.95384727900091,49.95384727900091,[49.95384727900091],,kWh,0.0005607776817798646,0.00030564426990559754,0,0.0008664219516854621,,MB,3540.123648,,,,,s,10,9.154336514002352,0.9154336514002352,0.00699612046643163,0.9143308034981601,0.9251856707000116,0.9255027483497542,0.9257564104695484,"[0.9128209649970813, 0.9081018150027376, 0.9033062199996493, 0.9109734310004569, 0.9251152090000687, 0.925819825999497, 0.9124683580012061, 0.9176387120023719, 0.9158406419992389, 0.9222513360000448]",tokens/s,279.64888510317024,kWh,1.08738049853545e-05,5.926462164919388e-06,0.0,1.6800267150273886e-05,tokens/kWh,15237852.9287748,MB,3590.463488,,,,,s,10,27.322335991997534,2.7322335991997533,0.007697736942600244,2.732270916500056,2.7406591901974027,2.7427464350972515,2.7444162310171305,"[2.730023063002591, 2.7315484739992826, 2.716338385002018, 2.7448336799971003, 2.740195357997436, 2.733554930997343, 2.7293280529993353, 2.738872760000959, 2.7329933590008295, 2.724647929000639]",tokens/s,23.058057707237086,kWh,3.237610957825856e-05,1.7646228998200055e-05,0.0,5.002233857645862e-05,tokens/kWh,1259437.319262976,,s,630,27.315864202999364,0.0433585146079355,0.0006412429073905097,0.04326087399931566,0.043820384499485956,0.044063389200709936,0.04648002332171018,"[0.04693615799988038, 0.043159222001122544, 0.04272281900193775, 0.04268106099698343, 0.0425968230010767, 0.043507893999048974, 0.04288527300013811, 0.04323225600091973, 0.04268222799873911, 0.042746883002109826, 0.04331451699908939, 0.04283773600036511, 0.043075997000414645, 0.042737574000057066, 0.04275072100062971, 0.0428784679970704, 0.043023455000366084, 0.043197365001105936, 0.04310131700185593, 0.043270608999591786, 0.04286731599859195, 0.043229628001427045, 0.043123059997014934, 0.04306955900028697, 0.04380004900303902, 0.04303101999903447, 0.043205046000366565, 0.04298850399936782, 0.04323240099984105, 0.043255783999484265, 0.043172281999432016, 0.04390981200049282, 0.04321510500085424, 0.04335916000127327, 0.043860620997293154, 0.04334537800241378, 0.043778860999736935, 0.04315701599989552, 0.04340007499922649, 0.04287439399922732, 0.04352106200167327, 0.04322898099781014, 0.04381771100088372, 0.04376141399916378, 0.04347434600276756, 0.04376871399654192, 0.043488971001352184, 0.04378219399950467, 0.04325017399969511, 0.043278090000967495, 0.04308028300147271, 0.043704413998057134, 0.043301865000103135, 0.043616938000923255, 0.04304746300113038, 0.04375427699778811, 0.043173752001166577, 0.04338481800004956, 0.04329148900069413, 0.04360221899696626, 0.043370697003410896, 0.04355162999854656, 0.043799434999527875, 0.04615768899748218, 0.042664754000725225, 0.042882607001956785, 0.04272610699990764, 0.04331063099743915, 0.042965693999576615, 0.04295691200240981, 0.04272376299923053, 0.042837214001338, 0.04305906899753609, 0.04344523899999331, 0.043200299001910025, 0.042971520000719465, 0.04407214499951806, 0.04331994099993608, 0.04307234299994889, 0.043126271997607546, 0.042547638000542065, 0.042689455000072485, 0.043378254002163885, 0.04283211599977221, 0.04328728499967838, 0.04277070899843238, 0.04335912700116751, 0.04288553399965167, 0.04320489699966856, 0.04303250000157277, 0.042985079999198206, 0.042988919998606434, 0.0430191109990119, 0.0440680660030921, 0.043682904997695005, 0.043038703999627614, 0.04381303199988906, 0.043347569000616204, 0.042754417001560796, 0.04339200799950049, 0.043574674000410596, 0.043223024000326404, 0.043017117997806054, 0.04295193500001915, 0.04315954900084762, 0.04326348199901986, 0.043097282003145665, 0.043220489998930134, 0.043364694000047166, 0.043822280000313185, 0.043636165999487275, 0.042997035998268984, 0.043421826001576846, 0.04314162000082433, 0.0431406319985399, 0.04357200899903546, 0.04352408700287924, 0.04312871799993445, 0.04349067099974491, 0.043386683999415254, 0.04340432699973462, 0.04311496999798692, 0.044610025001020404, 0.04816262100212043, 0.04368599599911249, 0.04324698799973703, 0.04645837399948505, 0.04286706800121465, 0.04281637299936847, 0.04233377800119342, 0.04251043399926857, 0.04296006699951249, 0.04278949800209375, 0.042756635000841925, 0.04255973999897833, 0.043187400999158854, 0.04239999199853628, 0.04266165000080946, 0.043104972999572055, 0.04245320200061542, 0.04316414500135579, 0.04248989899861044, 0.04268075399886584, 0.0425840470015828, 0.043155210001714295, 0.042422290996910306, 0.04284293000091566, 0.04285867599901394, 0.04302951600038796, 0.042692843002441805, 0.043038818999775685, 0.04312341499826289, 0.04289489100119681, 0.042956608998792944, 0.042977084001904586, 0.043634863999614026, 0.04460715399909532, 0.04296350599906873, 0.04281553400142002, 0.042763109999214066, 0.0426932560003479, 0.04321342299954267, 0.04328465399885317, 0.04260557400266407, 0.04312512999968021, 0.04274505200010026, 0.04331489800097188, 0.04326961199694779, 0.04266633100269246, 0.0435311749970424, 0.04311887800213299, 0.04352925900093396, 0.04309487499995157, 0.04325582899764413, 0.04336526699989918, 0.04312332699919352, 0.043340170002920786, 0.04310145300041768, 0.04438884599949233, 0.04321191899725818, 0.04336237100142171, 0.043358146998798475, 0.04304184800275834, 0.04367355499925907, 0.0431309509986022, 0.04359129600197775, 0.043485965998115717, 0.04336438999962411, 0.04317416900084936, 0.046139019999827724, 0.0427600259972678, 0.04330004900111817, 0.04281168699890259, 0.04311262700139196, 0.04265893200135906, 0.04289932399842655, 0.04293215399957262, 0.04281434999938938, 0.04299202400216018, 0.042906910999590764, 0.043531531999178696, 0.04429349199926946, 0.044579108001926215, 0.043935612000495894, 0.04362684599982458, 0.04350587999942945, 0.043684846998075955, 0.04353934400205617, 0.04327325999838649, 0.04357754500233568, 0.04372304899879964, 0.04445253999801935, 0.044608837000851054, 0.04430863100060378, 0.04418053400149802, 0.04371516099854489, 0.043328365001798375, 0.04343859899745439, 0.04292363700005808, 0.04379302400047891, 0.043584741000813665, 0.04367025399915292, 0.04357098900072742, 0.04332482600148069, 0.04323826499967254, 0.04351638299704064, 0.043292633003147785, 0.04381770499821869, 0.04285825699844281, 0.0438296390020696, 0.04338321199975326, 0.04385247399841319, 0.043010478002543095, 0.04362720700009959, 0.04331713699866668, 0.043979098001727834, 0.043513562999578426, 0.043770301999757066, 0.04351583099924028, 0.04370498899879749, 0.04336193299968727, 0.04367019799974514, 0.043173059002583614, 0.04390361399782705, 0.043377033001888776, 0.04352155299784499, 0.043105007000121986, 0.04342782599997008, 0.04358618500191369, 0.04393601999981911, 0.0437491439988662, 0.043657293001160724, 0.04622596899935161, 0.043128966997755924, 0.04297082400080399, 0.04292798100141226, 0.042795392000698484, 0.043130631998792524, 0.04286390400011442, 0.04341964999912307, 0.043613693000224885, 0.043047274000855396, 0.04298248999839416, 0.0429991670025629, 0.043048031999205705, 0.04304188099922612, 0.042788082999322796, 0.04263315800199052, 0.04307519599751686, 0.04301037000186625, 0.04292492899912759, 0.04304984199916362, 0.04308551400026772, 0.04346499800158199, 0.04341353999916464, 0.042903032001049723, 0.043074197998066666, 0.0432196190013201, 0.04368502600118518, 0.043095062999782385, 0.043755190999945626, 0.04317654099941137, 0.043452194000565214, 0.04334220999953686, 0.0431816060008714, 0.043449492997751804, 0.043454197999380995, 0.043464185000630096, 0.04333213100107969, 0.04333089599822415, 0.047930079002981074, 0.044499478997749975, 0.044150200999865774, 0.0436965720000444, 0.04349350499978755, 0.043481189000885934, 0.04325701299967477, 0.04405778799991822, 0.04351516899987473, 0.04387884700190625, 0.04353937699852395, 0.04370494099930511, 0.04295344300044235, 0.04383167100240826, 0.04343622299711569, 0.044041993001883384, 0.04352260199812008, 0.04400574200190022, 0.0436158800002886, 0.043840406000526855, 0.0433867139981885, 0.04375398000047426, 0.04306188899863628, 0.04383354200035683, 0.043508910999662476, 0.0465264809972723, 0.043077629001345485, 0.043020348999561975, 0.04288343100051861, 0.04288284900030703, 0.042959907001204556, 0.043034291000367375, 0.0431762339976558, 0.04544448500018916, 0.043200184001761954, 0.04285106699899188, 0.04309181200005696, 0.04330554300031508, 0.04286893999960739, 0.04330030200071633, 0.042743017998873256, 0.042780749001394724, 0.04290252300052089, 0.04317876200002502, 0.04318601399791078, 0.04283654200116871, 0.04339508499833755, 0.04286110999964876, 0.04305085099986172, 0.04314909000095213, 0.04322729200066533, 0.04327552999893669, 0.04328497700043954, 0.04277950200048508, 0.04331853899930138, 0.04355079100059811, 0.04371067299871356, 0.043174253001780016, 0.04345245299919043, 0.043119247999129584, 0.04379108000284759, 0.0433291109984566, 0.04347810900071636, 0.043454164999275235, 0.04318620499907411, 0.04385077800179715, 0.04359893899891176, 0.04379697900003521, 0.042977674998837756, 0.043476036000356544, 0.04389221200108295, 0.04360384200117551, 0.04330904299786198, 0.043736535000789445, 0.04328164300022763, 0.04341754699999001, 0.04326886800117791, 0.04357271999833756, 0.04382199099927675, 0.04332973700002185, 0.043144998999196105, 0.044230570001673186, 0.043368891998397885, 0.04342763100066804, 0.04354998900089413, 0.0436220970004797, 0.04354134700042778, 0.04326801899878774, 0.04574023700115504, 0.04297386899997946, 0.0436100599981728, 0.043166003000806086, 0.04307407500164118, 0.042911238997476175, 0.04301269200004754, 0.043286893000185955, 0.042983391002053395, 0.04252945699772681, 0.0429953109996859, 0.04260707700086641, 0.043439569999463856, 0.04281624500072212, 0.04324110100060352, 0.04282835900085047, 0.04291555899908417, 0.043228986000031, 0.042811270999663975, 0.042897015999187715, 0.043235185999947134, 0.04268831100125681, 0.04344652299914742, 0.0430354210002406, 0.0432766800004174, 0.043224708999332506, 0.04344326100181206, 0.043371716998080956, 0.042963087998941774, 0.043234237000433495, 0.04328157400232158, 0.0434192129978328, 0.043502655000338564, 0.04317611100123031, 0.04380755500096711, 0.042966261997207766, 0.043464424001285806, 0.04305338699850836, 0.04337172000305145, 0.043687389999831794, 0.04314481599794817, 0.04360977400210686, 0.04314516500016907, 0.043823572999826865, 0.042880616998445475, 0.043603295998764224, 0.0434589770011371, 0.04366574600135209, 0.04371214200000395, 0.04333981300078449, 0.043464374997711275, 0.04307757700007642, 0.04344092099927366, 0.04327401400223607, 0.04335451899896725, 0.04344361699986621, 0.043295070998283336, 0.043551361002755584, 0.04330171000037808, 0.04391202599799726, 0.04372912300095777, 0.04403327299951343, 0.043700913000066066, 0.04660273099943879, 0.04299787399941124, 0.042884162001428194, 0.04282180899826926, 0.04285478599922499, 0.043088682999950834, 0.04309597100291285, 0.04313002499839058, 0.04276758600099129, 0.04335277199788834, 0.043355857000278775, 0.04299490500125103, 0.04386363700177753, 0.043437541997263907, 0.04295313799957512, 0.04370275800101808, 0.04864946399902692, 0.043398350000643404, 0.0431562900012068, 0.04313504400124657, 0.04311812599917175, 0.04292147899832344, 0.043005743998946855, 0.04251801900318242, 0.04321610199986026, 0.042928650000249036, 0.0438202059995092, 0.04308224999840604, 0.04305996400216827, 0.04320076699877973, 0.043469298998388695, 0.043365880999772344, 0.043526803001441294, 0.043886764000490075, 0.04317964700021548, 0.043791002997750184, 0.04324111000096309, 0.0429765690023487, 0.04345179199663107, 0.0431076849999954, 0.043404839001595974, 0.043496252001204994, 0.04321905100005097, 0.04331860099773621, 0.043208277002122486, 0.043600471999525325, 0.04304784499981906, 0.043196943999646464, 0.0430873410005006, 0.04351493099966319, 0.04369066199797089, 0.04371298600017326, 0.043827714001963614, 0.04349626499970327, 0.04426764899835689, 0.04354837299979408, 0.04370561500036274, 0.04337134300294565, 0.04428451899730135, 0.043433978000393836, 0.043541637001908384, 0.0435648279999441, 0.043590743000095244, 0.04641795800125692, 0.04294569899866474, 0.04330232899883413, 0.042816634002520004, 0.04314284999782103, 0.04283248200226808, 0.04328008700031205, 0.04284153799744672, 0.04325564700047835, 0.042880001001321943, 0.043029872998886276, 0.04302972400182625, 0.04277323600035743, 0.043201175998547114, 0.043166111998289125, 0.04274462400280754, 0.04313534399989294, 0.042954743999871425, 0.04301845599911758, 0.04334025199932512, 0.04351064100046642, 0.04277236399866524, 0.043173101999855135, 0.04299067300235038, 0.04363104799995199, 0.042836935997911496, 0.043324161000782624, 0.04288701699988451, 0.04339490300117177, 0.04333695199966314, 0.04290739099815255, 0.043374161003157496, 0.04299717199683073, 0.04295515300327679, 0.04365947099722689, 0.043485999001859454, 0.04366964899963932, 0.04324787199948332, 0.04328273400096805, 0.04327480999927502, 0.04346354199878988, 0.04379895999954897, 0.043668001002515666, 0.04381507599828183, 0.04309192399887252, 0.043310407003446016, 0.043164102997252485, 0.04383172600137186, 0.04353903399896808, 0.04384065300109796, 0.043506883001100505, 0.04303295699719456, 0.04367499300133204, 0.04358605000015814, 0.04385374100093031, 0.044110078997618984, 0.04356959900178481, 0.04400416399948881, 0.0440679720013577, 0.04357904599964968, 0.04331849499794771, 0.043811922001623316, 0.04390206799871521, 0.046488866002619034, 0.0430093519971706, 0.043125017000420485, 0.04319274199951906, 0.04304339300142601, 0.04288995599927148, 0.0432409010027186, 0.04331333699883544, 0.04283862100055558, 0.04306801100028679, 0.043001205998734804, 0.04335623600127292, 0.04280973200002336, 0.04307917199912481, 0.043095854998682626, 0.04317574699962279, 0.04330463100268389, 0.0428791159974935, 0.042989450001186924, 0.04318460899958154, 0.043225543999142246, 0.043071883999800775, 0.043090467999718385, 0.04317278400048963, 0.04332304900162853, 0.04302660599933006, 0.042719928998849355, 0.04310038400217309, 0.04350706299737794, 0.04267234700091649, 0.0429076200016425, 0.04269638899859274, 0.04324160699979984, 0.04318422100186581, 0.043050236999988556, 0.04304880599738681, 0.0429245860032097, 0.043577516997174826, 0.04325826599961147, 0.04319326800032286, 0.0431738530023722, 0.04343992400026764, 0.042882395999185974, 0.04325242299819365, 0.04328185700069298, 0.043351559001166606, 0.04327565899802721, 0.04370190800182172, 0.04344617500100867, 0.04348075399684603, 0.043076703001133865, 0.04357543000151054, 0.04338763299892889, 0.04325070900085848, 0.04356425399964792, 0.04324087599889026, 0.04317083000205457, 0.04308146699986537, 0.043677251000190154, 0.04321745999914128, 0.04327122299946495, 0.04323145899979863, 0.04388494000158971]",tokens/s,23.063520718880426,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,01-ai/Yi-34B,01-ai/Yi-34B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 57, in launch raise RuntimeError(f""Isolated process exited with non-zero code {isolated_process.exitcode}"") RuntimeError: Isolated process exited with non-zero code -9 ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-12b,EleutherAI/pythia-12b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,xglm,facebook/xglm-4.5B,facebook/xglm-4.5B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,xglm,facebook/xglm-7.5B,facebook/xglm-7.5B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-14B,Qwen/Qwen1.5-14B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Llama-2-70b-hf,meta-llama/Llama-2-70b-hf,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,Deci/DeciCoder-1b,Deci/DeciCoder-1b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 559, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3832, in from_pretrained model = cls(config, *model_args, **model_kwargs) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 248, in __init__ self.model = DeciCoderModel(config) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 215, in __init__ self.layers = nn.ModuleList([DeciCoderDecoderLayer(config) for _ in range(config.num_hidden_layers)]) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 215, in self.layers = nn.ModuleList([DeciCoderDecoderLayer(config) for _ in range(config.num_hidden_layers)]) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 181, in __init__ self.self_attn = DeciCoderAttention(config=config) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 54, in __init__ self._init_rope() File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1729, in __getattr__ raise AttributeError(f""'{type(self).__name__}' object has no attribute '{name}'"") AttributeError: 'DeciCoderAttention' object has no attribute '_init_rope' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Meta-Llama-3-70B,meta-llama/Meta-Llama-3-70B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,togethercomputer/RedPajama-INCITE-Base-7B-v0.1,togethercomputer/RedPajama-INCITE-Base-7B-v0.1,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-72B,Qwen/Qwen1.5-72B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,internlm,internlm/internlm-20b,internlm/internlm-20b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-110B,Qwen/Qwen1.5-110B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,codegen,Salesforce/codegen-16B-nl,Salesforce/codegen-16B-nl,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt2,openai-community/gpt2-large,openai-community/gpt2-large,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-65b,huggyllama/llama-65b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-30b,huggyllama/llama-30b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Llama-2-13b-hf,meta-llama/Llama-2-13b-hf,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-7B,Qwen/Qwen1.5-7B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,stabilityai/stablelm-base-alpha-3b,stabilityai/stablelm-base-alpha-3b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,recurrent_gemma,google/recurrentgemma-9b,google/recurrentgemma-9b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/gpt-neox-20b,EleutherAI/gpt-neox-20b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,41774.731264,,,,,s,1,663.1213716769998,663.1213716769998,0.0,663.1213716769998,663.1213716769998,663.1213716769998,663.1213716769998,[663.1213716769998],,kWh,0.007799297042905571,0.00425091899575391,0,0.012050216038659481,,MB,42558.918656,,,,,s,10,90.34085378800046,9.034085378800047,0.03367450744044451,9.03347960100109,9.069792033900558,9.08286008295081,9.093314522191013,"[9.024939629998698, 9.051716370999202, 9.017156685000373, 9.042471897999349, 9.066888023000502, 9.095928132001063, 9.01237066000067, 9.027153415001521, 9.03980578700066, 8.962423186998421]",tokens/s,28.337124265035808,kWh,0.00010638150997652703,5.7981875876801235e-05,0.0,0.00016436338585332826,tokens/kWh,1557524.4977518583,MB,42908.254208,,,,,s,10,300.022703794004,30.002270379400397,0.06570927820981408,29.99080831000083,30.098817927898928,30.12279589394966,30.141978266790247,"[29.958759941000608, 30.00073683500159, 29.9258496270013, 30.00643981900066, 29.937963622000098, 30.146773860000394, 30.009286418000556, 30.093489490998763, 29.962524395999935, 29.98087978500007]",tokens/s,2.099841085468515,kWh,0.0003547399968209734,0.00019334709255818433,0.0,0.0005480870893791576,tokens/kWh,114945.23629695945,,s,630,300.01324184200166,0.47621149498730425,0.002695611156315177,0.47600819099989167,0.4797528468996461,0.4808104333494157,0.4842036560190172,"[0.47860224500072945, 0.4713126749993535, 0.47039933199994266, 0.47151661200041417, 0.4717546150004637, 0.4721050429998286, 0.4720788110007561, 0.4732973519985535, 0.47152773900052125, 0.4723138410008687, 0.4707407109999622, 0.47108529999968596, 0.471098918998905, 0.4780161770013365, 0.47462684199854266, 0.4740024450002238, 0.47578310500102816, 0.4781116189988097, 0.4736508590012818, 0.4741330819997529, 0.4751019189989165, 0.4742023730013898, 0.472815309998623, 0.4740680730010354, 0.47384046700062754, 0.47356453799875453, 0.47446170399962284, 0.47289067300152965, 0.47407698600000003, 0.47494398599883425, 0.4748196910004481, 0.47203945000001113, 0.47765989400068065, 0.4765342299997428, 0.48261189199911314, 0.47684217000096396, 0.47626070200021786, 0.47491646999878867, 0.4752566420011135, 0.47653497499959485, 0.4749570900003164, 0.4761753889997635, 0.475937339999291, 0.4759440939997148, 0.47676154100008716, 0.4776639070005331, 0.4766373910006223, 0.47603047499978857, 0.47553954099930706, 0.47793206999995164, 0.47785015900080907, 0.47911927399945853, 0.4755784749995655, 0.47721335200003523, 0.47808796200115466, 0.4857861939999566, 0.47699827199903666, 0.4768512440004997, 0.4767379900004016, 0.4760007240001869, 0.4790325859994482, 0.48158646899901214, 0.48370792500099924, 0.4798306690008758, 0.4801028990004852, 0.47793628399995214, 0.4770728949988552, 0.47675648600124987, 0.476707230998727, 0.4758296190011606, 0.47383941099906224, 0.4725132940002368, 0.4734525780004333, 0.47422320199984824, 0.4725329390003026, 0.4722570710000582, 0.47552039099900867, 0.474219316000017, 0.4809746090013505, 0.47330531499937933, 0.4756066899990401, 0.4740449330001866, 0.47458836100122426, 0.4742356529986864, 0.47572089100140147, 0.48068243699890445, 0.4774501110005076, 0.47811520299910626, 0.4765853730004892, 0.47875613900032477, 0.47668017400064855, 0.4759441499991226, 0.4755118949997268, 0.47516547800114495, 0.4764321179991384, 0.47656171699964034, 0.47766716700061806, 0.47678699800053437, 0.4769606139998359, 0.48293349699997634, 0.473664306999126, 0.4744375090012909, 0.4762266509987967, 0.475474803999532, 0.4733257850002701, 0.47407851299976755, 0.4772541510010342, 0.4773665680004342, 0.476566229999662, 0.4767957869989914, 0.4760836650002602, 0.47690973300086625, 0.4770894550001685, 0.4778246529986063, 0.4754809660007595, 0.47627069400004984, 0.476677030999781, 0.4758152659996995, 0.47528793000128644, 0.47470892799901776, 0.4809935510002106, 0.4745693559998472, 0.47477029000037874, 0.4755807339988678, 0.47714876100144465, 0.47569608599951607, 0.476454786999966, 0.4720923679997213, 0.4720166610004526, 0.4731711809999979, 0.4718025120000675, 0.47351356699982716, 0.4722461569999723, 0.4728514720009116, 0.47391686199989635, 0.47237715699884575, 0.47152570800062676, 0.4713105770006223, 0.47217227799956163, 0.47333006799999566, 0.4703847279997717, 0.47158538099938596, 0.4723052880017349, 0.4787845519986149, 0.4723765810012992, 0.4731607849989814, 0.4739739950000512, 0.47262091400079953, 0.47255755299920565, 0.4729026580007485, 0.47438668699942355, 0.4741315079991182, 0.4753862690013193, 0.4744765359992016, 0.4749593440010358, 0.47342406299867434, 0.47484301199983747, 0.4736321520013007, 0.47259782800028916, 0.4734235069990973, 0.4733557159997872, 0.47413239200068347, 0.47313020799992955, 0.4746367520001513, 0.4800553530003526, 0.47780259499995736, 0.47451406699838117, 0.47941318300036073, 0.4788405170002079, 0.47823421400062216, 0.47763073699934466, 0.47982854200017755, 0.4783162509993417, 0.4771526670010644, 0.4785434509994957, 0.4756040339998435, 0.47687359799965634, 0.47745229300016945, 0.4759567180008162, 0.47476905599978636, 0.4757048699993902, 0.4775364030010678, 0.475496994000423, 0.4783782229987992, 0.4766040760005126, 0.48139372500008903, 0.47713849600040703, 0.478731309000068, 0.4770242889990186, 0.47833385999911116, 0.47550126800160797, 0.47389771599955566, 0.474771803999829, 0.4743898849992547, 0.4735415630002535, 0.4753986169998825, 0.47581721899950935, 0.4715951080015657, 0.47413855400009197, 0.4742650029984361, 0.4727029020014015, 0.4748947030002455, 0.47425741299957735, 0.4738912769989838, 0.47477834100027394, 0.4746753069994156, 0.4741308070006198, 0.4739944409993768, 0.47985561600035, 0.47592341100062185, 0.47352051899906655, 0.4767537790012284, 0.4769125399998302, 0.471371610999995, 0.4735611020005308, 0.47534794899911503, 0.4763512699992134, 0.4731174840017047, 0.4751329099999566, 0.472975475999192, 0.47454091399959, 0.4763730989998294, 0.4767422080003598, 0.476358653000716, 0.4738322100001824, 0.477259168999808, 0.4745417459998862, 0.4767293829991104, 0.4768323770003917, 0.48377238099965325, 0.4773113999999623, 0.4757657240006665, 0.4750901619991055, 0.47941617500146094, 0.48001515499890957, 0.47930629400070757, 0.4771518269990338, 0.4801519440006814, 0.47827735200007737, 0.4772642600000836, 0.4793355799993151, 0.4782057590000477, 0.4769900890005374, 0.4789026220005326, 0.47854747099881934, 0.4771556560008321, 0.4782352999991417, 0.47707726800035744, 0.47827624899946386, 0.47797674700086645, 0.4844109700006811, 0.478043686998717, 0.4827600649987289, 0.4739884360005817, 0.47196019500006514, 0.47557832799975586, 0.4754854830007389, 0.4716814789990167, 0.47348141800102894, 0.47356888899957994, 0.4759176669995213, 0.4728493010006787, 0.4734482459989522, 0.47284032100105833, 0.4715265779996116, 0.4726492819991108, 0.47236550100024033, 0.4731582640015404, 0.47094596399983857, 0.47147214699907636, 0.4721214519995556, 0.47472594100145216, 0.47337653799877444, 0.4795899990003818, 0.4730288089995156, 0.4749614530010149, 0.47322090299894626, 0.47390195300067717, 0.474977456000488, 0.4737730679989909, 0.47417383799984236, 0.4777066750011727, 0.4756943020001927, 0.4751933129991812, 0.47614519099988684, 0.476752963000763, 0.4754017559989734, 0.4767313370011834, 0.47690687399881426, 0.47703426299995044, 0.4778447380012949, 0.47602015899974504, 0.47679863499979547, 0.4764478019988019, 0.48200042999997095, 0.47562319900134753, 0.4740954539993254, 0.47543925900026807, 0.47654510000029404, 0.4740314169994235, 0.47364888199990673, 0.4743077990005986, 0.47687615500035463, 0.4777721829996153, 0.4751697379997495, 0.47548366199953307, 0.4752156180002203, 0.4763997760001075, 0.4765591039995343, 0.4761761830013711, 0.4748126179983956, 0.47887810100110073, 0.477868658999796, 0.4760258189999149, 0.47587829000076454, 0.4808271359997889, 0.4779666790000192, 0.4844798640006047, 0.4775541959988914, 0.47446762900108297, 0.4776705209987995, 0.4775919570001861, 0.476275770999564, 0.47364996500073175, 0.47513651600093, 0.476063501999306, 0.4758463039997878, 0.4758880049994332, 0.47460688300088805, 0.4792797709997103, 0.4763666449998709, 0.4785573680001107, 0.4782706469995901, 0.4776818850004929, 0.4780714579992491, 0.47812270100075693, 0.4758348949999345, 0.4777632799996354, 0.48391069500030426, 0.47649115700005495, 0.47734479700011434, 0.4760419680005725, 0.47737317199971585, 0.47687535399927583, 0.47655967100035923, 0.47603893599989533, 0.47987599299995054, 0.4774357730002521, 0.47796635899976536, 0.4766920790007134, 0.4762484120001318, 0.4780369799991604, 0.4801752340008534, 0.4787952419992507, 0.4788448300005257, 0.478826422999191, 0.47690989500006253, 0.47646054300093965, 0.4767800379995606, 0.4843697169999359, 0.47974284600059036, 0.4783485509997263, 0.4867125769997074, 0.4802494069990644, 0.4780493830003252, 0.48061150800094765, 0.48165642699859745, 0.48271431400098663, 0.4801645780007675, 0.4806964899999002, 0.47927327399884234, 0.47998160800125333, 0.48120532899883983, 0.47975084599966067, 0.4800661820008827, 0.47854228299911483, 0.4813209590010956, 0.4806874779987993, 0.4798186080006417, 0.47658198099998117, 0.4753395879997697, 0.4760753720001958, 0.48296195900002203, 0.47486814799958665, 0.4740863979986898, 0.4766209430017625, 0.47479426699828764, 0.47462766200078477, 0.47646902999986196, 0.4754596710008627, 0.4783743150001101, 0.47588279099909414, 0.4759281379992899, 0.4747187400007533, 0.47540462500001013, 0.47601565799959644, 0.4757294629998796, 0.47594981800102687, 0.4763736839995545, 0.47555939499943634, 0.473771556000429, 0.4741016389998549, 0.47465057900080865, 0.4826578399988648, 0.47563605700088374, 0.4748183619994961, 0.4746135410005081, 0.47639334999985294, 0.4730649459997949, 0.47566225300033693, 0.475053726000624, 0.47637111299991375, 0.4744371799988585, 0.47557265700015705, 0.4749687740004447, 0.47620261600059166, 0.4764677449984447, 0.4747582690015406, 0.4760197039995546, 0.47685339999952703, 0.47848397300003853, 0.4751220439993631, 0.4770931900002324, 0.478731985000195, 0.4841140099997574, 0.478044323001086, 0.47573514800023986, 0.47661073800009035, 0.47594243899948196, 0.4757022359990515, 0.4752872120006941, 0.47522006899998814, 0.47734385799958545, 0.4754528739995294, 0.4766690260003088, 0.477492551000978, 0.4775408919995243, 0.4775329080002848, 0.476993168998888, 0.4776984590007487, 0.4758596669998951, 0.4766120529984619, 0.47252937800112704, 0.4756474869991507, 0.47482007700091344, 0.4747506889998476, 0.47345447599946056, 0.4790490460000001, 0.47533966099945246, 0.47192482500031474, 0.47833046300002025, 0.47390479699970456, 0.4745006540015311, 0.47569477499928325, 0.47535951499958173, 0.47687009000037506, 0.47749221099911665, 0.4780438280013186, 0.47861888499937777, 0.47619919600037974, 0.47957143600069685, 0.47641075599858596, 0.47803642700091586, 0.4778300729994953, 0.4757574510003906, 0.47467309499916155, 0.47681141599969123, 0.4737088670008234, 0.48088009800085274, 0.47462570299830986, 0.4751750590003212, 0.47545262099993124, 0.47433254300085537, 0.4751006309998047, 0.4771588799994788, 0.4769847120005579, 0.4769065700002102, 0.47765367700048955, 0.4785027399993851, 0.4794935350000742, 0.47936125900014304, 0.47669210999993084, 0.47664093200000934, 0.4783723420005117, 0.47762474099909014, 0.48020189800081425, 0.4792649969986087, 0.48066988900063734, 0.47925257200040505, 0.4852078980002261, 0.48003973799859523, 0.48037129400108824, 0.48148467799910577, 0.4802014920005604, 0.48072234299979755, 0.4818050449994189, 0.4799051710015192, 0.4828338609986531, 0.47992293600145786, 0.47927998999875854, 0.47937416000058874, 0.4788614940007392, 0.48079001899895957, 0.47954268000103184, 0.47750695099966833, 0.4723484219994134, 0.47226291700098955, 0.47190788199986855, 0.4740668079994066, 0.47333862599953136, 0.47536440000112634, 0.47285474099953717, 0.4790361320010561, 0.4732696949995443, 0.47423924599934253, 0.4733864330009965, 0.47149266799897305, 0.47263606100023026, 0.47133461799967336, 0.47179751000112446, 0.47253175399964675, 0.47502860599888663, 0.4725497160015948, 0.47462266799993813, 0.47426164699936635, 0.4730144229997677, 0.4725433220010018, 0.47681696099971305, 0.4737205619985616, 0.4753954679999879, 0.4728231280005275, 0.4744186620009714, 0.4738119159992493, 0.48020413300037035, 0.4748478090004937, 0.47474073299963493, 0.47399877600037144, 0.4743864019983448, 0.4738244650015986, 0.47435537399906025, 0.47576557300089917, 0.47846077699978196, 0.4765246369988745, 0.4745001820010657, 0.4746790930003044, 0.47408633599843597, 0.4765668740001274, 0.4768179010006861, 0.4753442429991992, 0.47594624000157637, 0.4765020979994006, 0.475944055000582, 0.477479802999369, 0.47784384800070256, 0.4842402719987149, 0.47932172100081516, 0.4765029689988296, 0.48219076600071276, 0.47859304399935354, 0.4765584810011205, 0.4782213929993304, 0.4787184619999607, 0.47958171800019045, 0.48032418900038465, 0.479613948999031, 0.47762877400055004, 0.4789780000010069, 0.47873035600059666, 0.4770401080004376, 0.4733362570004829, 0.4746823890000087, 0.4758188859996153, 0.4737459280004259, 0.4745824969995738, 0.47579160399982356, 0.4757038530005957, 0.4757783039985952, 0.4787886209996941, 0.47607710900047095, 0.47429541500059713, 0.47360891700009233, 0.47229307599991444, 0.47466926199922455, 0.47361966600146843, 0.4750381399990147, 0.47372584200093115, 0.4773442519999662, 0.473106547999123, 0.473399986000004, 0.4728442960004031, 0.47316159199908725, 0.4734977410007559, 0.47336271600033797, 0.47221948399965186, 0.47350707899931876, 0.473967193000135, 0.4727003970001533, 0.47411602400097763, 0.4786595999994461, 0.4763714889995754, 0.47694840700023633, 0.47475530600058846, 0.47911763199954294, 0.47596491900003457, 0.48038339099912264, 0.4763196220010286, 0.47653569300018717, 0.4796100209987344, 0.4771829830006027, 0.4767605779998121, 0.47792750900043757, 0.4780810100000963, 0.47677855400070257, 0.47606140799871355, 0.4745705530003761, 0.47633061399938015, 0.47538523100047314, 0.47759331000088423, 0.4761750519992347, 0.482355534000817, 0.4764809209991654, 0.4779993680003827, 0.479770854999515, 0.475938548999693, 0.47554344499985746, 0.47589281600085087, 0.4764332609993289, 0.47542646100009733, 0.47906274600063625, 0.47679799599973194]",tokens/s,2.099907311197223,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mixtral,mistralai/Mixtral-8x22B-v0.1,mistralai/Mixtral-8x22B-v0.1,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,01-ai/Yi-6B,01-ai/Yi-6B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,12557.463552,,,,,s,1,194.74724196400007,194.74724196400007,0.0,194.74724196400007,194.74724196400007,194.74724196400007,194.74724196400007,[194.74724196400007],,kWh,0.0022723108498062497,0.0012384964771410194,0,0.003510807326947269,,MB,12691.16928,,,,,s,10,27.61298431600062,2.761298431600062,0.044444595174082197,2.73844440400012,2.8119917787000306,2.8371730168499654,2.8573180073699134,"[2.806395948000045, 2.8038013339996724, 2.8623542549999, 2.7515764560002935, 2.7363284719999683, 2.7309198170000855, 2.7275458800004344, 2.7339417490002234, 2.7405603360002715, 2.7195600689997264]",tokens/s,92.71000811442835,kWh,3.2202420445069135e-05,1.7551420599042494e-05,0.0,4.975384104411163e-05,tokens/kWh,5145331.388043609,MB,12692.15232,,,,,s,10,96.44426831799956,9.644426831799956,0.0737566828830775,9.61410639199994,9.72733508399997,9.756550208999851,9.779922308999758,"[9.714343364999877, 9.720842833999995, 9.687385609000103, 9.785765333999734, 9.558942228999967, 9.553646025000035, 9.596666413999628, 9.620006892999754, 9.608205891000125, 9.59846372400034]",tokens/s,6.532269993720529,kWh,0.00011356016285645883,6.189467180350803e-05,0.0,0.0001754548346599668,tokens/kWh,359066.7656556436,,s,630,96.43981251600007,0.1530790674857144,0.0024488987139219707,0.1525814320000336,0.15539432460009267,0.156807735300049,0.16485663609999393,"[0.15921934000016336, 0.15258240499997555, 0.15251553799998874, 0.15269129399985104, 0.15259093200029383, 0.15266100600001664, 0.15298341099969548, 0.15378896499987604, 0.153663933000189, 0.15311933400016642, 0.16165484599969204, 0.15264313300031063, 0.1527201479998439, 0.15390019500000562, 0.153120435999881, 0.15264960500007874, 0.15275848300007056, 0.1553959049997502, 0.15419589000021006, 0.1539989620000597, 0.15308909499981382, 0.15508862600017892, 0.15331765100017947, 0.1535207009997066, 0.15655703799984622, 0.1537556250000307, 0.15472688700037907, 0.1528490249997958, 0.15347559300016655, 0.1540508369998861, 0.15443883199986885, 0.1552058330003092, 0.15439784499994857, 0.15301628399993206, 0.15303945300001942, 0.15384628399988287, 0.1527139760000864, 0.15358270799970342, 0.15444194700012304, 0.1567840709999473, 0.15429688300037014, 0.15394048099960855, 0.15359879300012835, 0.15375477199995657, 0.15414315999987593, 0.1573499390001416, 0.15351424700020289, 0.15359231499996895, 0.15411251099976653, 0.154029367000021, 0.1568270970001322, 0.15473977999999988, 0.1546684049999385, 0.15556527900025685, 0.15340945499974623, 0.1540864200001124, 0.15709701100013262, 0.15430762299956768, 0.15392574200041054, 0.15349515899970356, 0.15394951400003265, 0.15386657699991702, 0.15479218500013303, 0.1588045950002197, 0.15300782499980414, 0.16100543499987907, 0.15268259300000864, 0.15281290000029912, 0.15215299000010418, 0.15238318699994124, 0.15335128800006714, 0.15371859399965615, 0.15432149300022502, 0.15533642099990175, 0.15335930299988831, 0.1533762190001653, 0.15421673799983182, 0.15281752900000356, 0.15297176700005366, 0.15370192099999258, 0.15298194500019235, 0.15341284899977836, 0.1527583100000811, 0.15289216000019223, 0.15330399100002978, 0.15558852999993178, 0.15657447500007038, 0.15356592599982832, 0.15304697999999917, 0.15279464000013832, 0.1531734109998979, 0.15258045900009165, 0.15517627700000958, 0.15300011399995128, 0.15370853300009912, 0.1539633719999074, 0.1548084809996908, 0.15787526400026763, 0.15332257000000027, 0.15402485999993587, 0.153963861000193, 0.15371306699989873, 0.15626137899971582, 0.15651190800008408, 0.15645245799987606, 0.1531792960004168, 0.15284802099995431, 0.1530724729996109, 0.1530401040004108, 0.15376491899996836, 0.15341956799966283, 0.15511991100038358, 0.1540368039995883, 0.15414555900042615, 0.1539138319999438, 0.1560886219999702, 0.1556602099999509, 0.15544032899970261, 0.15603886900044017, 0.15511805999994976, 0.1546251609997853, 0.15345418100014285, 0.15407737499981522, 0.155663929000184, 0.15553341499980888, 0.1566650570002821, 0.1571225620000405, 0.1518559650003226, 0.1513286809999954, 0.15210790199989788, 0.15115833299978476, 0.15149570299990955, 0.15224926000018968, 0.15119089400013763, 0.1523340809999354, 0.15203138500010027, 0.1525142339996819, 0.1519209790003515, 0.15642136599990408, 0.1531035329999213, 0.15249243400012347, 0.15304430099968158, 0.15325775400015118, 0.15549892099988938, 0.15247521200035408, 0.1526957629998833, 0.15250232299968047, 0.15225360900012674, 0.15221450900025957, 0.15621848899991164, 0.15334864799979187, 0.15409713899998678, 0.15263419800021438, 0.15287964999970427, 0.15216581000004226, 0.15254384800027765, 0.15363176199980444, 0.15319377000014356, 0.1526935090000734, 0.15323450799996863, 0.1527615469999546, 0.15226083800007473, 0.15263329999970665, 0.1518188850000115, 0.15203049100000499, 0.15220375000035347, 0.15342710699997042, 0.15334977899965452, 0.15377818900014972, 0.15383635399984996, 0.15562346100023206, 0.15484536399981152, 0.16054061300019384, 0.15859977599984632, 0.15609893800001373, 0.16623215400022673, 0.15518812399977833, 0.15445510800009288, 0.15487673300003735, 0.1547961370001758, 0.1536787209997783, 0.15409256200018717, 0.1557252329998846, 0.15462493299992275, 0.15384885999992548, 0.15414268299991818, 0.1535587650000707, 0.15354337100006887, 0.1544803800002228, 0.15782916299986027, 0.15487655900005848, 0.15336421599977257, 0.15177019900011146, 0.15216559700002108, 0.15111744600017119, 0.15137104699988413, 0.15400997500000813, 0.15190623099988443, 0.15259470699993471, 0.15276638100021955, 0.16061667999974816, 0.15980831600018064, 0.15355232799993246, 0.1545851070000026, 0.15415227299990875, 0.15483238400020127, 0.15456013399989388, 0.15387623400010852, 0.1546514679998836, 0.15444974999991246, 0.15420012100003078, 0.15481149800007188, 0.15503868899986628, 0.154897314000209, 0.15305128999989392, 0.1528162180002255, 0.15346680299990112, 0.15423225599988655, 0.15344460999995135, 0.15302694799993333, 0.15376659100002144, 0.1617570789999263, 0.15436699900010353, 0.15250508600001922, 0.1522214790002181, 0.1515643689999706, 0.1517630579996876, 0.15128914500019164, 0.151058938999995, 0.15268566699978692, 0.15281054400020366, 0.1527310330002365, 0.15220810899973003, 0.15210817500019402, 0.1522505729999466, 0.15218444099991757, 0.1517903630001456, 0.15283744299995305, 0.1527660889996696, 0.15321488900008262, 0.15241099600007146, 0.1524688170002264, 0.15564390600002298, 0.16455137299999478, 0.16494720599985158, 0.16668914799993217, 0.16487766399995962, 0.1646596620003038, 0.16490993299976253, 0.1648051540000779, 0.16774503799979357, 0.16588663300035478, 0.1561604499997884, 0.1517162139998618, 0.15165530100011893, 0.15136949799989452, 0.15096126400021603, 0.1502941720000308, 0.15082410800005164, 0.15000903800000742, 0.1510434259998874, 0.15052427299997362, 0.1510594639998999, 0.15104692600016278, 0.15079442500018558, 0.1506965069997932, 0.1508791060000476, 0.15091346999997768, 0.15071585099985896, 0.15108665000025212, 0.15102673000001232, 0.15148501799967562, 0.15055227700031537, 0.1510541809998358, 0.1513532409999243, 0.15022473499993794, 0.15168889400001717, 0.15089223299992227, 0.15077731400015182, 0.15164029500010656, 0.15130270600002405, 0.15077668100002484, 0.15061167699968792, 0.15095144700035235, 0.15131572699965545, 0.15199923000000126, 0.15162653500010492, 0.15210120000028837, 0.15108629499991366, 0.1518589269999211, 0.1515028590001748, 0.15121461499984434, 0.15417473800016523, 0.15175033999958032, 0.15151589900006002, 0.15157592300010947, 0.15181393200009552, 0.15153725099980875, 0.162759859000289, 0.15147556099964277, 0.15231930300024032, 0.1514638799999375, 0.15191588300012882, 0.15386260800005402, 0.15133680200005983, 0.15094376499973805, 0.15203612100003738, 0.15205768099986017, 0.1555943000003026, 0.1522758609999073, 0.15322999399995751, 0.15142883299995447, 0.15135156199994526, 0.15176838000024873, 0.15151050399981614, 0.15549881800006915, 0.14998573999992004, 0.14980826000009984, 0.15074885200010613, 0.15046967299986136, 0.14967499700014741, 0.14943238599971664, 0.14867633299991212, 0.1508530540004358, 0.1509527169996545, 0.15094813700034138, 0.15059373199983384, 0.15107733000013468, 0.1509604859998035, 0.15052736799998456, 0.1505217700000685, 0.1511362100000042, 0.15060723299984602, 0.15058407800006535, 0.15150684599984743, 0.1512181400003101, 0.15085686299971712, 0.150691401000131, 0.15106546500010154, 0.1522639199997684, 0.15411828400010563, 0.15149065100013104, 0.1515095330000804, 0.15121146000001318, 0.15088039299962475, 0.15116216700016594, 0.1542493110000578, 0.15988605800021105, 0.15158661199984635, 0.15104093299987653, 0.15123515599998427, 0.15393493800002034, 0.1513299480002388, 0.15127361099985137, 0.151123170000119, 0.15239315999997416, 0.1547674729999926, 0.15203188699979364, 0.15178515800016612, 0.15134362899971165, 0.1514814470001511, 0.15157569099983448, 0.15098575500041989, 0.15172126099969319, 0.15202387099998305, 0.15163727900016966, 0.15215846899991448, 0.15106841499982693, 0.151237969000249, 0.15190092000011646, 0.15159752499994283, 0.15235011100003248, 0.15213551199985886, 0.15190696799982106, 0.1526176690003922, 0.1524952449999546, 0.1519159579997904, 0.15337514800012286, 0.15456855699994776, 0.15093406300002243, 0.15093667499968433, 0.15080260700005965, 0.15002312100023119, 0.15075692299978982, 0.15102813200019227, 0.15134569799965902, 0.15187857600039933, 0.15056062399980874, 0.15168270699996356, 0.15139463000014075, 0.15105120299995178, 0.15147387499973775, 0.15086920800013104, 0.15168369399998483, 0.15255001900004572, 0.15109114699998827, 0.15069785300011063, 0.15313474300000962, 0.15231725400008145, 0.15329031800001758, 0.15104318699968644, 0.15135423600031572, 0.15248955599963665, 0.15207213500025318, 0.15489909100006116, 0.1531390269997246, 0.1553941490001307, 0.15266923599983784, 0.15169026600005964, 0.15247842500002662, 0.16059777999998914, 0.15284748500016576, 0.15223938400004045, 0.1519331129998136, 0.15182931500021368, 0.1515588199999911, 0.1516492739997375, 0.15145970300000045, 0.15265369799999462, 0.1528273320000153, 0.1528495410002506, 0.15195024700005888, 0.1524033010000494, 0.15298019499959992, 0.15267704600000798, 0.15226622000000134, 0.15355736400033493, 0.15306890900001235, 0.15220147999980327, 0.15231061599979512, 0.1525935650001884, 0.15218514200023492, 0.15275800599965805, 0.15274065600033282, 0.1544332929997836, 0.15277375899995604, 0.15185230299994146, 0.15243433800014827, 0.1525045560001672, 0.15234685399991577, 0.1524583289997281, 0.15881920199990418, 0.1514293909999651, 0.15151936299980662, 0.1512876110000434, 0.1515005520000159, 0.1531989740001336, 0.15215951599975597, 0.1508582500000557, 0.1515713950002464, 0.15127795199987304, 0.15349774900005286, 0.1536225199997716, 0.15205124300018724, 0.15166476000013063, 0.1519494819999636, 0.15194135399997322, 0.15996021199998722, 0.15191968699991776, 0.1516899140001442, 0.15159572099992147, 0.15203807899979438, 0.1517334860000119, 0.15148581099992953, 0.15151002000038716, 0.15278186999967147, 0.15231476899998597, 0.1528209810003318, 0.1524291779996929, 0.15201511600025697, 0.152399184999922, 0.15239577100010138, 0.15273970499993084, 0.15282892599998377, 0.15299191499980225, 0.15365463000034651, 0.1522392859997126, 0.152398297000218, 0.15375473499989312, 0.15260462300011568, 0.1528003569997054, 0.15283900900021763, 0.15265689799980464, 0.1529031820000455, 0.152990305000003, 0.15256862200021715, 0.15211330500005715, 0.15274550200001613, 0.15294355799960613, 0.1527559700002712, 0.15303106800001842, 0.15275927699985914, 0.15244080399997983, 0.1526194010002655, 0.15312423899968053, 0.15278510999996797, 0.15267859300001874, 0.15278291799995714, 0.15368839700022363, 0.15300622699987798, 0.15276613900005032, 0.1529877809998652, 0.15394239200031734, 0.15299926399984543, 0.1557490959999086, 0.1515381700000944, 0.150228375000097, 0.15101592599967262, 0.15165216300010798, 0.15192267300017193, 0.15146899999990637, 0.15065642399986245, 0.15150751500004844, 0.15174632800017207, 0.15180852200001027, 0.15179678699996657, 0.15122410899994065, 0.1510378379998656, 0.15120691700030875, 0.1517864739998913, 0.15217016399992644, 0.15227257500009728, 0.1514899849998983, 0.15215490699984002, 0.15191770100000213, 0.15175534300033178, 0.16057022899985895, 0.15260011200007284, 0.15292128400005822, 0.15204420600002777, 0.15152424799998698, 0.15150562700000592, 0.15169289300001765, 0.15171009599998797, 0.15246654999964449, 0.1522276000000602, 0.15393382100000963, 0.15190616200015938, 0.15195079599970995, 0.15170303800005058, 0.15219035800009806, 0.15173465599991687, 0.1517208620002748, 0.15269928999987314, 0.1531466769997678, 0.15262821300029827, 0.1535168719997273, 0.15238003500007835, 0.1523576750000757, 0.15264889399986714, 0.15396186299994952, 0.15231656500009194, 0.15306297100005395, 0.15273300700027903, 0.15581279299976813, 0.15291520200025843, 0.15262997699983316, 0.1520664019999458, 0.15234224999994694, 0.15604144200005976, 0.1535605190001661, 0.1525613619996875, 0.1519342050000887, 0.15260265000006257, 0.15278592699996807, 0.15569643099979658, 0.15287711100017987, 0.15571020000015778, 0.15187169099999664, 0.1518669739998586, 0.15104104700003518, 0.15111724799999138, 0.15045601300016642, 0.15044219999981578, 0.15061191499989945, 0.15213965500015547, 0.1515325360001043, 0.16007911899987448, 0.15206675299987182, 0.15130585700035226, 0.15111643699992783, 0.15192360599985477, 0.15199394199999006, 0.15174679300025673, 0.15139642899976025, 0.15223365900010322, 0.15220371599980353, 0.15158031500004654, 0.15189114100030565, 0.15187067999977444, 0.15149155300014172, 0.15349277699988306, 0.15141083299977254, 0.15152972700025202, 0.15163820699990538, 0.15164947699986442, 0.151337691000208, 0.15152854699999807, 0.15308962000017345, 0.15306640399967364, 0.15254029100015032, 0.15203225200002635, 0.1553127739998672, 0.15202903599993078, 0.1512827120000111, 0.1518142740001167, 0.15152260000013484, 0.15538966099984464, 0.15211811000017406, 0.1524182469997868, 0.15254753699991852, 0.152685338000083, 0.15471076700032427, 0.15308452399995076, 0.152644386999782, 0.15312834799988195, 0.15238228800035358, 0.15357901199968182, 0.15211812100005773, 0.15169416800017643, 0.15229830099997343, 0.15217807899989566, 0.15201320100004523, 0.15244622499994875, 0.1524782960000266, 0.15291979499988884, 0.1525985840003159, 0.15226601099993786, 0.15348554399997738, 0.15188297199983936]",tokens/s,6.532571803740062,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mistral,TencentARC/Mistral_Pro_8B_v0.1,TencentARC/Mistral_Pro_8B_v0.1,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-160m,EleutherAI/pythia-160m,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-6.7b,EleutherAI/pythia-6.7b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-13b,facebook/opt-13b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-6.7b,facebook/opt-6.7b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,microsoft/rho-math-1b-v0.1,microsoft/rho-math-1b-v0.1,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-2.7b,EleutherAI/pythia-2.7b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen2-beta-72B,Qwen/Qwen2-beta-72B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-0.5B,Qwen/Qwen1.5-0.5B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-1.8B,Qwen/Qwen1.5-1.8B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-70m,EleutherAI/pythia-70m,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gemma,google/gemma-2b,google/gemma-2b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-40b,tiiuae/falcon-40b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gemma,google/gemma-7b,google/gemma-7b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-125m,facebook/opt-125m,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,dbrx,databricks/dbrx-base,databricks/dbrx-base,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-350m,facebook/opt-350m,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stablelm,stabilityai/stablelm-2-12b,stabilityai/stablelm-2-12b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/polyglot-ko-12.8b,EleutherAI/polyglot-ko-12.8b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,26443.50976,,,,,s,1,415.0397877260002,415.0397877260002,0.0,415.0397877260002,415.0397877260002,415.0397877260002,415.0397877260002,[415.0397877260002],,kWh,0.004870975018131941,0.0026548695619313563,0,0.007525844580063297,,MB,27036.893184,,,,,s,10,49.59485520600356,4.959485520600356,0.008691284116974052,4.958331725501921,4.969123381200552,4.973373159600487,4.976772982320435,"[4.955827757999941, 4.977622938000422, 4.965350193000631, 4.962072850998084, 4.957789896001486, 4.951108885001304, 4.950374446998467, 4.9681789860005665, 4.9476556970003, 4.958873555002356]",tokens/s,51.61825736493141,kWh,5.8616749155762845e-05,3.194821471299974e-05,0.0,9.056496386876259e-05,tokens/kWh,2826700.183649041,MB,27316.973568,,,,,s,10,192.678891157997,19.267889115799697,0.02417437986344102,19.261030323499654,19.297678499798348,19.302187723900353,19.305795103181953,"[19.253475948000414, 19.296676449997904, 19.23186078100116, 19.306696948002354, 19.251676158997725, 19.254210964998492, 19.28755933299908, 19.24053807599921, 19.267849682000815, 19.28834681599983]",tokens/s,3.2696887355626263,kWh,0.00022820294100541966,0.0001243794997796011,0.0,0.0003525824407850207,tokens/kWh,178681.61516986278,,s,630,192.67141997200088,0.30582765074920776,0.0022619086744802117,0.3054666994994477,0.3080261867016816,0.3093077459994674,0.3129937305780186,"[0.30856211200079997, 0.3049379109979782, 0.305922252999153, 0.30351774000155274, 0.30294289299854427, 0.30326753500048653, 0.30309149700042326, 0.30360960200050613, 0.303515553001489, 0.3039361689989164, 0.3034013180003967, 0.3035576319998654, 0.30459504700047546, 0.30399668300015037, 0.3030624019993411, 0.3033747469999071, 0.30408495599840535, 0.3042944910012011, 0.3050376259998302, 0.3060507560003316, 0.3035703530003957, 0.30609565600025235, 0.3050678149993473, 0.3044592219994229, 0.3101011809994816, 0.30544652699973085, 0.30336453200288815, 0.3041973039980803, 0.3040222019990324, 0.3055474339998909, 0.30467535000207135, 0.3046899309993023, 0.3040444899997965, 0.30427879100170685, 0.30424280499937595, 0.3068287930000224, 0.3050427589987521, 0.305898201000673, 0.30648483500044676, 0.3062576929987699, 0.306378269000561, 0.3058812780000153, 0.30829462700057775, 0.30735046200061333, 0.305896802998177, 0.30680281500099227, 0.3060053170011088, 0.3071314970002277, 0.30822341199746006, 0.30614572999911616, 0.30760162800288526, 0.30609837099837023, 0.3067824259996996, 0.3070197460001509, 0.30634447099873796, 0.30679549900014536, 0.3066397870024957, 0.3134421270005987, 0.3063554549989931, 0.3069661059998907, 0.30774978299814393, 0.3064697120025812, 0.3071890669998538, 0.3114513389991771, 0.3044574259984074, 0.30373734300155775, 0.3035936739979661, 0.3033217770025658, 0.3042785409998032, 0.3029194289993029, 0.30230590000064694, 0.302948574997572, 0.30290811100348947, 0.30602514799829805, 0.3068577379999624, 0.303828402000363, 0.3026675340006477, 0.30316967999897315, 0.30648093199852156, 0.3056655230029719, 0.3050134929981141, 0.3044491270011349, 0.3038620289989922, 0.3074782910007343, 0.30788330499854055, 0.3049618350014498, 0.30690939299893216, 0.3052941189998819, 0.30543774400211987, 0.3091538769986073, 0.30769403600061196, 0.3059234020001895, 0.30579053899782593, 0.30669408200265025, 0.30508195199945476, 0.304950767000264, 0.3049932239991904, 0.306228650999401, 0.30628829800116364, 0.3060139320004964, 0.306345302000409, 0.3063036409985216, 0.30872950299817603, 0.3090239980010665, 0.30688431399903493, 0.30592376900312956, 0.3127883289998863, 0.30694368299737107, 0.3054104520015244, 0.30726724000123795, 0.30646755899942946, 0.30608955999923637, 0.3073136550010531, 0.3068901759979781, 0.308009945001686, 0.3073096659973089, 0.3082946870017622, 0.3112112730013905, 0.30895243199847755, 0.30692636399908224, 0.30814228400049615, 0.3077299690012296, 0.30737503599812044, 0.3069514929993602, 0.30774934500004747, 0.30831713000225136, 0.30886402599935536, 0.3038126100000227, 0.303998033003154, 0.3033155169978272, 0.30199183999866364, 0.30274646900215885, 0.3031453799994779, 0.3042634800003725, 0.30520634799904656, 0.3048848420003196, 0.3059016070001235, 0.3028846240013081, 0.3036563349996868, 0.30279041299945675, 0.3030930630011426, 0.30435158199907164, 0.3035594949978986, 0.30350787800125545, 0.30325008900035755, 0.3044860459995107, 0.3027831360013806, 0.3036755369976163, 0.3037455970006704, 0.3046056140010478, 0.3052307590005512, 0.30410180800026865, 0.30354138699840405, 0.30533908200231963, 0.30346199899940984, 0.3106480379974528, 0.3051539580010285, 0.30480381899906206, 0.304606337002042, 0.30407044000094174, 0.30799333799950546, 0.308717367999634, 0.3045843119980418, 0.3052881309995428, 0.30392581800333573, 0.3035860549971403, 0.30450343700067606, 0.3060522359992319, 0.30551696000111406, 0.30385228199884295, 0.3047353399997519, 0.3069047770004545, 0.30546672499986016, 0.30523753500165185, 0.3062462269990647, 0.30493201300123474, 0.30585633000009693, 0.30540499400012777, 0.30531052999867825, 0.3056058850015688, 0.30638288199770614, 0.3069300970018958, 0.3076353049982572, 0.306758909002383, 0.31011925599887036, 0.3067610149992106, 0.30773106800188543, 0.3092652029990859, 0.31447788500008755, 0.3090058810012124, 0.3043436219995783, 0.30455210500076646, 0.30473418700057664, 0.3042985949978174, 0.30500344800020684, 0.3050789879998774, 0.3051878430014767, 0.3036080169986235, 0.30404240200005006, 0.3041608380008256, 0.304194065000047, 0.3038336179997714, 0.30516571499902057, 0.30562408699915977, 0.3060628090024693, 0.31024493199947756, 0.3040898549988924, 0.30467058599970187, 0.30471998500070185, 0.30606139299925417, 0.30577768700095476, 0.3051942060010333, 0.3046715909986233, 0.3046490550004819, 0.30560267200053204, 0.305152894998173, 0.3074731660017278, 0.30736687399985385, 0.3051506919982785, 0.30535781400249107, 0.30604445999779273, 0.30471328000203357, 0.30490371199994115, 0.30589438999959384, 0.30619126799865626, 0.3053548759999103, 0.3046390160016017, 0.3054580559983151, 0.30518882800242864, 0.3046969030001492, 0.306433706999087, 0.30495331400015857, 0.3055021559994202, 0.3073948390010628, 0.306584722999105, 0.30561160599972936, 0.30540848600139725, 0.31181780899714795, 0.3065596930027823, 0.30515307699897676, 0.3066490659984993, 0.3064408030004415, 0.310933674001717, 0.307135766997817, 0.307474926001305, 0.30668772499848274, 0.30669790400133934, 0.3070587920010439, 0.3082003399977111, 0.31220349599971087, 0.33525880800152663, 0.3075236289987515, 0.30708429500009515, 0.3064195049992122, 0.31232014000124764, 0.3048617109998304, 0.30645176799953333, 0.3045470520009985, 0.30367007499808096, 0.3045576049989904, 0.3042044560024806, 0.305281680997723, 0.30564940800104523, 0.30514453100113315, 0.30426968000028864, 0.3061797169975762, 0.3048988160007866, 0.3046567240016884, 0.3047265429995605, 0.30489549299818464, 0.3043027740022808, 0.30632084899843903, 0.30492636100098025, 0.3050536779992399, 0.30539638199843466, 0.3054613460008113, 0.30597266599943396, 0.3064625220031303, 0.30408285499652266, 0.30486433200348984, 0.3049300819984637, 0.30495613400125876, 0.3051323829968169, 0.3044672750002064, 0.3059706929998356, 0.3052363110000442, 0.31017557000086526, 0.30453310400116607, 0.30425087600087863, 0.3054650619997119, 0.30546667399903527, 0.3054147570001078, 0.3059815820015501, 0.30536882099841023, 0.30505911400177865, 0.3049207509975531, 0.30569097899933695, 0.30557088299974566, 0.3057716490002349, 0.3079035990012926, 0.30467113299891935, 0.3053692140019848, 0.30543554699761444, 0.30526171600286034, 0.3063628389973019, 0.3068048240020289, 0.3054911689978326, 0.3053034380027384, 0.30674256299971603, 0.3058612360000552, 0.30569318999914685, 0.30475511899931007, 0.3058689860008599, 0.30606986500060884, 0.30622751400005654, 0.3113791460018547, 0.3037983289978001, 0.30263041099897237, 0.30311834800158977, 0.3028473500016844, 0.3033273579967499, 0.3030475800005661, 0.30494304899912095, 0.3036015440011397, 0.3029129999995348, 0.30362989300192567, 0.30383714299750864, 0.3059602920002362, 0.30611362800118513, 0.30569188200024655, 0.3051841560009052, 0.303893596999842, 0.30598027000087313, 0.30421709999791346, 0.30407522300083656, 0.3049528650008142, 0.31232403199828696, 0.30672516400227323, 0.306984475999343, 0.30614042899833294, 0.30501637700217543, 0.3056699729968386, 0.3062821960011206, 0.3052776910008106, 0.3044917740007804, 0.3053616629986209, 0.3042962340005033, 0.3041070100007346, 0.30619858099817066, 0.304334075000952, 0.304070029000286, 0.30692288899808773, 0.30653695900036837, 0.3058678230008809, 0.3067268619997776, 0.30639131200223346, 0.3054579229974479, 0.3055592910022824, 0.3064054579990625, 0.3056743909983197, 0.3053716130016255, 0.3053291129981517, 0.30561657799989916, 0.30605909100268036, 0.3052489929978037, 0.3046384930021304, 0.30546583499744884, 0.3063897150022967, 0.3141523109989066, 0.30721237800025847, 0.3055839949993242, 0.30637954200210515, 0.3066644760001509, 0.3069051269994816, 0.30575953099832986, 0.3068331020003825, 0.3060088169986557, 0.30603819899988594, 0.3085844269990048, 0.3037031380008557, 0.30230985500020324, 0.30281518199990387, 0.3030259900006058, 0.3040217900015705, 0.3029492149980797, 0.31014047600183403, 0.30392931299866177, 0.3031403950008098, 0.3040670929985936, 0.30736437599989586, 0.30799097400085884, 0.30497386600109166, 0.3049062479985878, 0.30357492600160185, 0.30449329299881356, 0.30550931800098624, 0.30546783299723756, 0.3104393700014043, 0.30666600599943195, 0.3072411020002619, 0.3050342749993433, 0.3059407960026874, 0.3050029589976475, 0.30367510599899106, 0.3055540130008012, 0.30416978699940955, 0.3037753500029794, 0.3051371809997363, 0.30490714099869365, 0.3050591799983522, 0.3046341389999725, 0.3051825920010742, 0.3055677039992588, 0.30476539400115144, 0.3080132870018133, 0.3048480389988981, 0.30567526199956774, 0.30921765899984166, 0.31318358600037755, 0.30623660499986727, 0.3087061469996115, 0.30751464900095016, 0.30701077499907115, 0.306852350000554, 0.30630555099924095, 0.3058999240020057, 0.30570530699696974, 0.3059423760023492, 0.3075890840009379, 0.3067503439997381, 0.30911290399672, 0.3066513690027932, 0.3060474609992525, 0.30748965599923395, 0.30706959400049527, 0.3074947280001652, 0.308457390001422, 0.3084588329984399, 0.3087837450002553, 0.30743665599948145, 0.30858700899989344, 0.3078885610011639, 0.3031188700006169, 0.30496797699743183, 0.3027884990005987, 0.3040321270018467, 0.30655650300104753, 0.3065311489990563, 0.3041407579985389, 0.30330830000093556, 0.30448940800124547, 0.3037815129973751, 0.30403998300243984, 0.3044237180001801, 0.303319789996749, 0.3026538270023593, 0.30412672300008126, 0.30327432699778, 0.30380208100177697, 0.30505807699955767, 0.30598513199947774, 0.30403195200051414, 0.3043780340012745, 0.30330980099824956, 0.30414468299932196, 0.303730343002826, 0.30395497499921476, 0.3116195289985626, 0.3047290200011048, 0.30367280000064056, 0.3046538609996787, 0.30375572699995246, 0.30373132599925157, 0.3094601220000186, 0.30473649199848296, 0.3045334240014199, 0.3048799530006363, 0.30480448299931595, 0.305767403999198, 0.30710069500128157, 0.30520220100152073, 0.3051360889985517, 0.3072234520004713, 0.3051764230003755, 0.30722756699833553, 0.3050416859987308, 0.3064945500009344, 0.30639956000231905, 0.30610466500002076, 0.3062992099985422, 0.3053714029992989, 0.3059188560000621, 0.3063325379989692, 0.30629409000175656, 0.30658245399899897, 0.3067173740018916, 0.30846525299784844, 0.30489986300017335, 0.30587059300160035, 0.31163955699958024, 0.3073784609987342, 0.30462415399961174, 0.3073014740002691, 0.30668895000053453, 0.3095180970012734, 0.3049731099999917, 0.30318318699937663, 0.30470280200097477, 0.30298929099808447, 0.3041230300004827, 0.30485230300109833, 0.30429049899976235, 0.3036002320004627, 0.3036324259992398, 0.30523634199926164, 0.30429612700027064, 0.31137491399931605, 0.3046488430009049, 0.3041630609986896, 0.30427238199990825, 0.30378469499919447, 0.30403507400114904, 0.3042558100023598, 0.30416846699881717, 0.30267314099910436, 0.30481871099982527, 0.30390696700123954, 0.3041102860006504, 0.30551370499961195, 0.30828157200085116, 0.3055455579997215, 0.304794261999632, 0.3051048790002824, 0.3040515869979572, 0.3037191059993347, 0.3053014970028016, 0.30409747699741274, 0.3046345510010724, 0.30531790099848877, 0.3058045630023116, 0.30488710799909313, 0.3057082730010734, 0.305106968000473, 0.3053421269978571, 0.304692095000064, 0.30579536799996276, 0.30530555700170225, 0.3045290429981833, 0.30511891300193383, 0.3130776269972557, 0.30660586900194176, 0.3060369759987225, 0.30553862700253376, 0.3071819559991127, 0.30854405499849236, 0.30692947400166304, 0.3071460200008005, 0.30599716999859083, 0.3090832009984297, 0.30930377500044415, 0.3100498060011887, 0.31328249600119307, 0.308441227000003, 0.30649442999856547, 0.3092664590003551, 0.3065053469981649, 0.3072263410031155, 0.30947494199790526, 0.3047598779994587, 0.3041140200002701, 0.3049321670005156, 0.30472007999924244, 0.3037752720010758, 0.30437612300011097, 0.30510587800017674, 0.3047937230003299, 0.30457066999952076, 0.30529032399863354, 0.30796229500265326, 0.30535088399847155, 0.30503934800071875, 0.3051450700004352, 0.30582428900015657, 0.3048963100009132, 0.3058325389974925, 0.3052061769994907, 0.30561796000256436, 0.30635843699928955, 0.3054012649990909, 0.30463608900026884, 0.3049707079990185, 0.30645721800101455, 0.30582027600030415, 0.306097092001437, 0.30608530399695155, 0.3046549430000596, 0.305451902000641, 0.3069469889996981, 0.3116673920012545, 0.3056836530013243, 0.3062022799967963, 0.3058801930019399, 0.3066335670009721, 0.3070553289981035, 0.3065302210015943, 0.30671950499890954, 0.30527075799909653, 0.30608615100209136, 0.30624916200031294, 0.3063281319991802, 0.3061382189989672, 0.3093109949986683, 0.30676595700060716, 0.3063182210025843, 0.30624114599777386, 0.3070671419991413, 0.30637629400007427, 0.3075280280027073, 0.3066421139992599, 0.3066768079988833, 0.30818719400122063, 0.30703617600011057, 0.3068304629996419, 0.30644276299790363, 0.30678762100069434, 0.30609701100183884, 0.3072276319981029, 0.30699713000285556, 0.3066144539989182, 0.3064685499994084]",tokens/s,3.2698155237115705,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt2,openai-community/gpt2,openai-community/gpt2,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,codegen,Salesforce/codegen-6B-nl,Salesforce/codegen-6B-nl,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-410m,EleutherAI/pythia-410m,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,01-ai/Yi-34B,01-ai/Yi-34B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 111, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 57, in launch raise RuntimeError(f""Isolated process exited with non-zero code {isolated_process.exitcode}"") RuntimeError: Isolated process exited with non-zero code -9 ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,01-ai/Yi-34B,01-ai/Yi-34B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 111, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 57, in launch raise RuntimeError(f""Isolated process exited with non-zero code {isolated_process.exitcode}"") RuntimeError: Isolated process exited with non-zero code -9 ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,01-ai/Yi-6B,01-ai/Yi-6B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,24692.92032,,,,,s,1,61.0899072480006,61.0899072480006,0.0,61.0899072480006,61.0899072480006,61.0899072480006,61.0899072480006,[61.0899072480006],,kWh,0.0006868174514916746,0.0003743408938746743,0,0.0010611583453663488,,MB,25403.76064,,,,,s,10,15.104732252999383,1.5104732252999384,0.006551634276574619,1.509945861000233,1.5190867528990566,1.5213107964495975,1.5230900312900304,"[1.5088509880006313, 1.503296873999716, 1.5010647159997461, 1.5144136610015266, 1.5059537689994613, 1.5235348400001385, 1.5068245349993958, 1.5111596149999968, 1.5185925209989364, 1.5110407339998346]",tokens/s,169.48330874859795,kWh,1.7811766050834118e-05,9.707917005322481e-06,0.0,2.7519683056156597e-05,tokens/kWh,9302432.716161992,MB,25410.277376,,,,,s,10,102.26865267500034,10.226865267500035,0.05118511636110205,10.217199449999498,10.302062812399527,10.30311705619988,10.303960451240163,"[10.227535673999228, 10.260083082001074, 10.304171300000235, 10.159133708999434, 10.301828535999448, 10.172796729000765, 10.18930609400013, 10.177889008999045, 10.206863225999768, 10.269045316001211]",tokens/s,6.160245427326374,kWh,0.00012040841521492996,6.562728329229307e-05,0.0,0.00018603569850722307,tokens/kWh,338644.68220626994,,s,630,102.26462578399878,0.1623248028317441,0.003398559620761968,0.16204792899952736,0.16663295990128973,0.16846189580028295,0.17188225235919163,"[0.1626301689993852, 0.15950255400093738, 0.16004992999842216, 0.1610017910006718, 0.1565360980002879, 0.15939343699938036, 0.16052873500120768, 0.15982096900006582, 0.164525270998638, 0.16164533800110803, 0.16411256099854654, 0.16638799800057313, 0.16297618600037822, 0.1635209889991529, 0.16416188500079443, 0.17081045899976743, 0.16318354999930307, 0.16768738000064332, 0.163253798000369, 0.1646452519999002, 0.16090573799920094, 0.16289432700068573, 0.15975712299950828, 0.16454919900024834, 0.1577180620006402, 0.15991009099889197, 0.15786582100008673, 0.15936706200045592, 0.16833595500065712, 0.16229543000008562, 0.1675512419988081, 0.1669025720002537, 0.1592703240003175, 0.16816525300055218, 0.1649770099993475, 0.15681592200053274, 0.16450912399886874, 0.1702793560016289, 0.16109911499916052, 0.16152369200062822, 0.1610331079991738, 0.16161245399962354, 0.16370467700107838, 0.16457440399972256, 0.16265191200000118, 0.1709281090006698, 0.16131308999865723, 0.15949927600013325, 0.1574709079995955, 0.16465280300144514, 0.16077683299954515, 0.16269613199983723, 0.16249023099953774, 0.1636799730003986, 0.16567376400053035, 0.15737022499888553, 0.15702941400013515, 0.16159696300019277, 0.1589104739996401, 0.15833090700107277, 0.16348085800018453, 0.160264684998765, 0.15624293200016837, 0.16477806200055056, 0.16515490500023589, 0.1602607650002028, 0.16328406799948425, 0.16513199499968323, 0.15924291600094875, 0.16656256899841537, 0.16994910900029936, 0.16430734200002917, 0.1664214680004079, 0.16051705500103708, 0.1585253469984309, 0.16265623000072083, 0.15948363600000448, 0.1632890689998021, 0.16227299000092898, 0.16400901199995133, 0.16148745699865685, 0.16630831000111357, 0.16192712399970333, 0.16331657899900165, 0.1603943080008321, 0.16503505000036967, 0.15960129499944742, 0.16176761700080533, 0.1599917949988594, 0.15967161600019608, 0.1633397130008234, 0.16472559700014244, 0.16175019199909002, 0.16156422099993506, 0.16510033899976406, 0.16431901500072854, 0.16232153300006757, 0.16377365900007135, 0.16726790699976846, 0.16231978599898866, 0.1604183980016387, 0.1660814249989926, 0.16336653799953638, 0.16294298300090304, 0.16853546899983485, 0.17085604299973056, 0.16690997499972582, 0.15831903900107136, 0.16655775199978962, 0.1627570119999291, 0.1660345820000657, 0.15893212399896584, 0.1648049820014421, 0.15985755899964715, 0.1619981479998387, 0.16218144400045276, 0.1591653289997339, 0.1584782179998001, 0.15706385600060457, 0.16232165899964457, 0.15859342299881973, 0.15964900600010878, 0.1609714750011335, 0.16501107499971113, 0.1610095479991287, 0.16505951900035143, 0.17339343799903872, 0.1607359980007459, 0.16000725599951693, 0.15911951800080715, 0.15650677299890958, 0.16240334500071185, 0.16237630199975683, 0.1595175790007488, 0.16344207799920696, 0.1615708919998724, 0.1637056580002536, 0.16415018499901635, 0.1644572330005758, 0.1627314249999472, 0.1587266990009084, 0.16335063599944988, 0.16644392300077016, 0.15962734099957743, 0.15757266999935382, 0.16184235699984129, 0.16412977700019837, 0.16266920800080698, 0.16775561800022842, 0.1636639109983662, 0.16667027900075482, 0.1644547319992853, 0.16613574600160064, 0.16179879699848243, 0.17272345400124323, 0.15979187300035846, 0.16252119499949913, 0.16727668199928303, 0.16678051800045068, 0.16336388899981102, 0.16051698500086786, 0.16682343399952515, 0.16215978999935032, 0.1588885900000605, 0.1632761720011331, 0.16156329799923697, 0.15958487399984733, 0.16154737599936198, 0.15988718400149082, 0.1642441770000005, 0.16581142199902388, 0.16583580000042275, 0.16418262300067, 0.16055144599886262, 0.16342181800064282, 0.1699241139995138, 0.17361543299921323, 0.16310703700037266, 0.16320409000036307, 0.16512219099968206, 0.1641429920000519, 0.1641352740007278, 0.16558442499990633, 0.1619314569998096, 0.163810291000118, 0.1659233159989526, 0.16399076000016066, 0.16527900700020837, 0.1642984800000704, 0.16480339800000365, 0.16913533599836228, 0.16019245200004661, 0.15844752800148854, 0.15987218099871825, 0.16808043099990755, 0.15609100999972725, 0.1571150880008645, 0.1553257659998053, 0.1575897229995462, 0.15793700799986254, 0.16131496100024378, 0.16375706500002707, 0.16325070800121466, 0.16138504599985026, 0.15791393099971174, 0.16217757499907748, 0.16376245300125447, 0.15927049899983103, 0.15800424000008206, 0.16341511700011324, 0.16800019399852317, 0.16116582100039523, 0.15819157300029474, 0.15812605900100607, 0.15772536199983733, 0.15976416899866308, 0.1603804639998998, 0.1631934260003618, 0.16912476700053958, 0.162595694000629, 0.16312538599959225, 0.1584531770004105, 0.1612124289986241, 0.16146743900026195, 0.16235405400038871, 0.1703361859999859, 0.16621403499993903, 0.16027916699931666, 0.16070933300034085, 0.16402851000020746, 0.15833061299963447, 0.16085964500052796, 0.16322642600061954, 0.160410917000263, 0.15844380399903457, 0.1589304600001924, 0.16009184799986542, 0.15902241399999184, 0.15603671300050337, 0.15879567800038785, 0.15766233099930105, 0.1615001320005831, 0.16427440799998294, 0.16556469699935406, 0.1571925040007045, 0.15900709299967275, 0.16390097699877515, 0.16146873200159462, 0.16139795999879425, 0.1661013869997987, 0.16222558700064837, 0.15899462800007313, 0.16528040900084306, 0.16328517100009776, 0.1618790339998668, 0.16171241799929703, 0.1622503519993188, 0.16459061700152233, 0.166649464999864, 0.16592104299888888, 0.16404583300027298, 0.16241332400022657, 0.16913943699910305, 0.1648773560009431, 0.1614107219993457, 0.16000693600108207, 0.16166881099888997, 0.1657628630000545, 0.16299839900057123, 0.16460784300033993, 0.16325400899950182, 0.16096282299986342, 0.16284446499957994, 0.1639805909999268, 0.16524507500071195, 0.1622072530008154, 0.16513186799966206, 0.16742093799985014, 0.17037948200049868, 0.179486912998982, 0.1664864939994004, 0.16550918700158945, 0.16240736699910485, 0.16154435700082104, 0.16076063199943746, 0.16503225099950214, 0.16208759999972244, 0.15924979600094957, 0.162007294000432, 0.1600677979986358, 0.16108492100102012, 0.16645019899988256, 0.17080671599978814, 0.16366460300014296, 0.16121745499913231, 0.17050619900146557, 0.16066046199921402, 0.1604776240001229, 0.16133543300020392, 0.16057678399920405, 0.16203108599984262, 0.16299116000118374, 0.1624904529999185, 0.16557371799899556, 0.16138607799985039, 0.15920105000077456, 0.16180238999913854, 0.1599789870015229, 0.16652366099879146, 0.16253613899971242, 0.1608072640010505, 0.16126269800042792, 0.1620647719992121, 0.16250878800019564, 0.15891650699995807, 0.16765911800030153, 0.15909267000097316, 0.15914935499858984, 0.15986862200043106, 0.16101370599972142, 0.16212907299996004, 0.16509641300035582, 0.15966102200036403, 0.15707350299999234, 0.15966365600070276, 0.157693492999897, 0.1608439269984956, 0.16032773400002043, 0.1625966880001215, 0.1593718069998431, 0.16288349900059984, 0.15996148100020946, 0.15837000800092937, 0.1612796849985898, 0.1588249670003279, 0.16218097199998738, 0.16837197300083062, 0.16195404499922006, 0.1582090749998315, 0.15739102600127808, 0.15804147299968463, 0.1593278129985265, 0.1636774240014347, 0.1636203399993974, 0.1601387970003998, 0.15890199699970253, 0.1651418889996421, 0.1596557640004903, 0.1572712870001851, 0.15759943699958967, 0.16043333100060408, 0.15685227099857002, 0.1641941540001426, 0.16248916200129315, 0.16305037599886418, 0.16515107200029888, 0.16140240999993694, 0.16355392500008747, 0.16012848799982748, 0.1613396480006486, 0.16926145700017514, 0.15925872699881438, 0.16397613500157604, 0.16318935599883844, 0.16207275700071477, 0.15790036399994278, 0.16114398900026572, 0.16053850000025705, 0.16461731999879703, 0.16010986600122123, 0.1604218859993125, 0.1623315510005341, 0.16228649299955578, 0.16281336000065494, 0.16282646499894327, 0.1650561149999703, 0.16900161200101138, 0.1629452429988305, 0.16591663299914217, 0.15612180900097883, 0.15969478999977582, 0.15629332199932833, 0.1594881119999627, 0.16140995800014935, 0.16668866200052435, 0.15988126000047487, 0.16065538200018636, 0.16016585099896474, 0.1585729739999806, 0.1592018060000555, 0.16091052100091474, 0.16028729299978295, 0.1630878269988898, 0.1601625850016717, 0.16041226299967093, 0.16201224900032685, 0.16046018299857678, 0.1581962400014163, 0.15805453899884014, 0.15930152700093458, 0.15939668499959225, 0.15646855699924345, 0.156323520001024, 0.1597026849995018, 0.16235881700049504, 0.1657451859991852, 0.1635720169997512, 0.16172255499986932, 0.1628821970007266, 0.16571553699941433, 0.15873451800143812, 0.16417507299956924, 0.1644439430001512, 0.17328312099925824, 0.1594413919992803, 0.16309419700155559, 0.16558556400013913, 0.169352679999065, 0.16670567599976494, 0.16875284799971269, 0.16279260400006024, 0.16168961900075374, 0.16029177100062952, 0.1652143889987201, 0.1599298210003326, 0.15952212599950144, 0.1692923470000096, 0.16483182800038776, 0.16619720400012739, 0.16881593600010092, 0.16115438300039386, 0.15976711499934027, 0.15950259199962602, 0.1580185849998088, 0.1586405480011308, 0.1608043340002041, 0.15815243599899986, 0.15915036499973212, 0.15880508700138307, 0.1623741949988471, 0.15951258300083282, 0.16667775699897902, 0.16506359100094414, 0.16001006699843856, 0.15653321400168352, 0.1582270709986915, 0.15877267900032166, 0.16138106499965943, 0.1604767790013284, 0.1607077489989024, 0.16037833300106286, 0.15777190399967367, 0.15809341999920434, 0.15791429199998674, 0.1631522940006107, 0.16323993199875986, 0.16241392200026894, 0.16328856500149413, 0.1656328429999121, 0.1646186519992625, 0.16347245200086036, 0.1629915819994494, 0.15971194899975671, 0.16134115000022575, 0.16157305799970345, 0.16550121399995987, 0.1632531890008977, 0.16125974299939116, 0.15783463600018877, 0.15762349199940218, 0.15786050499991688, 0.1575705180002842, 0.15768836499955796, 0.1580913870002405, 0.16172838599959505, 0.15837519300112035, 0.15944660199966165, 0.15934770700005174, 0.16461137999976927, 0.16680121299941675, 0.1579320729997562, 0.16307331400093972, 0.16706018900003983, 0.1603375889990275, 0.16059814000072947, 0.16834837699934724, 0.16261450400088506, 0.16699929899914423, 0.15802192299997841, 0.16300341300120635, 0.16120001699891873, 0.16447898000114947, 0.1649718019998545, 0.15818552199925762, 0.16053191299943137, 0.15698607500053186, 0.16454072300075495, 0.16347940099876723, 0.15928252400044585, 0.16121503000067605, 0.16157751900027506, 0.16419065299851354, 0.1622295960005431, 0.1662086360011017, 0.16771845299990673, 0.1655433610012551, 0.160742254998695, 0.16413855300015712, 0.1623285890000261, 0.16299102300035884, 0.16358136599956197, 0.16033298900038062, 0.15932010100004845, 0.16075086999990162, 0.1614799460003269, 0.1660748699996475, 0.15702921299998707, 0.1653296019994741, 0.16287245900093694, 0.159827048999432, 0.15997274900109915, 0.15921228199840698, 0.1616280270009156, 0.15988163399924815, 0.1681205000004411, 0.16306226100095955, 0.16433093999876291, 0.16607689500051492, 0.15824941800019587, 0.15827128799901402, 0.17148435700073605, 0.16177339699970616, 0.1643790119996993, 0.16241194500071288, 0.16613384899937955, 0.1620129180009826, 0.16030950299864344, 0.1631483430010121, 0.1667169800002739, 0.1592628580001474, 0.15969466800015653, 0.16397077500005253, 0.1609136879997095, 0.16147835799893073, 0.16138991600018926, 0.15834687400092662, 0.15946630599864875, 0.16333205299997644, 0.16411626600165619, 0.16316385799837008, 0.1625667530006467, 0.1576716290001059, 0.15896516800057725, 0.15831158999935724, 0.16073353300089366, 0.15907068399974378, 0.15817503399921407, 0.15985047899994242, 0.15834288400037622, 0.15666771100040933, 0.16343494299871963, 0.16582222800025193, 0.1632239690006827, 0.1630350899995392, 0.16178039599981275, 0.16213036000044667, 0.16433214000062435, 0.1670347560011578, 0.16293325500009814, 0.1604515849994641, 0.16710302299907198, 0.16663112600144814, 0.16447498699926655, 0.16165763299977698, 0.1600690350005607, 0.1612692180005979, 0.15998833399862633, 0.16161039500002516, 0.1620892829996592, 0.15933293100169976, 0.1569637459997466, 0.15816116299902205, 0.1572523499999079, 0.1590293429999292, 0.16368133099967963, 0.15872637100073916, 0.16629312300028687, 0.16370774899951357, 0.15679536300012842, 0.15921608300050138, 0.15956331899906218, 0.1616767820014502, 0.15924570399874938, 0.15976996900099039, 0.16507920999902126, 0.16183138199994573, 0.16029945599984785, 0.15962790300000052, 0.15943415900073887, 0.15737526200064167, 0.16393380599947704, 0.16605551400061813, 0.1630637869984639, 0.16566241400141735, 0.1647035899986804, 0.16496682400065765, 0.16559119100020325, 0.1691369919990393, 0.16366919000029156, 0.1637628759999643, 0.1605099610005709, 0.16457151400027215, 0.16879639199942176, 0.17093923299944436, 0.17260875000101805, 0.16341357000055723, 0.16386060499826272, 0.16483360600068409, 0.16521839100096258, 0.1663395830000809, 0.1660651459988003, 0.159346321999692, 0.1631952520001505, 0.15870941400135052, 0.1720447729985608, 0.16336730100010755, 0.1585814530008065, 0.16058360900024127, 0.16977325599873438, 0.16698461499981931]",tokens/s,6.1604880003245,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,01-ai/Yi-6B,01-ai/Yi-6B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,12559.220736,,,,,s,1,194.03764496800068,194.03764496800068,0.0,194.03764496800068,194.03764496800068,194.03764496800068,194.03764496800068,[194.03764496800068],,kWh,0.002262840143218744,0.0012333345715665918,0,0.003496174714785336,,MB,12693.405696,,,,,s,10,24.7333787030002,2.47333787030002,0.006109422274615187,2.4724028399996314,2.4826069646003814,2.4831298583002535,2.483548173260151,"[2.473771625998779, 2.4836527520001255, 2.4699904499993863, 2.4710340540004836, 2.468136024999694, 2.48249076600041, 2.4759957100013708, 2.4650670339997305, 2.47700279899982, 2.4662374870003987]",tokens/s,103.50385326406973,kWh,2.9426933187640368e-05,1.6038634770726618e-05,0.0,4.546556795836699e-05,tokens/kWh,5630634.598789578,MB,12695.642112,,,,,s,10,98.46601800399912,9.846601800399913,0.021928345961658498,9.844369463499788,9.877686007299598,9.884311628649902,9.889612125730146,"[9.822295871001188, 9.890937250000206, 9.845086801000434, 9.836660576000213, 9.876213646999531, 9.843652125999142, 9.817492066998966, 9.856913151999834, 9.828985422000187, 9.847781091999423]",tokens/s,6.398146414069603,kWh,0.00011556322541229013,6.298647478523028e-05,0.0,0.00017854970019752042,tokens/kWh,352842.93353786826,,s,630,98.46162090800135,0.1562882871555577,0.0021956531338376047,0.15586629300105415,0.15897853079859486,0.16021232734983643,0.16460944626976926,"[0.1548110399999132, 0.153887697000755, 0.15744844099936017, 0.15454314199996588, 0.164744049001456, 0.15503606599850173, 0.15439303200037102, 0.1533530430006067, 0.15588568900056998, 0.15305366499887896, 0.15346773900091648, 0.1542000809986348, 0.15571407100105716, 0.1548283319989423, 0.15736893100074667, 0.16139128999930108, 0.1596056940015842, 0.15564390399958938, 0.1543171049997909, 0.15418312399924616, 0.15440050100005465, 0.15345744200021727, 0.15420433200051775, 0.15697831400029827, 0.15471599400007108, 0.1565006259988877, 0.15482245500061254, 0.1540301349996298, 0.1550504099996033, 0.15577327299979515, 0.15544378600134223, 0.15570979199947033, 0.16012455499912903, 0.1606920970007195, 0.159863573999246, 0.15606716399997822, 0.15634885300096357, 0.1559136559990293, 0.1569703710010799, 0.15567215100054455, 0.1569631459988159, 0.15428695999980846, 0.15400837100060016, 0.15337684999940393, 0.1540219899998192, 0.1541502930012939, 0.15583066500039422, 0.15664694999941275, 0.15769516399996064, 0.15498517400010314, 0.15784227800031658, 0.15419312799895124, 0.1552053360010177, 0.15372853299959388, 0.15365679999922577, 0.1556007529998169, 0.1568932810005208, 0.15785745799985307, 0.15773653700125578, 0.15677203299856046, 0.15773360500134004, 0.15614669599926856, 0.15592172700053197, 0.1646791729999677, 0.16443873599928338, 0.15480388499963738, 0.15471141099988017, 0.15720726400104468, 0.15540216699992015, 0.15748394199908944, 0.16534170700106188, 0.16212383799938834, 0.15514573799919162, 0.15934547500000917, 0.15600336700117623, 0.15489047799928812, 0.15679242000078375, 0.15388709699982428, 0.1584819370000332, 0.15720813599909889, 0.15579421300026297, 0.15495797299990954, 0.1556634420012415, 0.1548560519986495, 0.15406526900005701, 0.1564678790000471, 0.1543437480013381, 0.1543386349985667, 0.1552657120009826, 0.15650814999935392, 0.15561413199975505, 0.15479582300031325, 0.15575284999977157, 0.15849375000107102, 0.15658719899874995, 0.15393668599972443, 0.1555975560004299, 0.1570803340000566, 0.1556172750006226, 0.1549826930004201, 0.15731382999911148, 0.15565313499973854, 0.15436174500064226, 0.1555051920004189, 0.1554757249996328, 0.15468487500038464, 0.1597432119997393, 0.15624411499993585, 0.15540108200002578, 0.15459886600001482, 0.15700379199915915, 0.167071391000718, 0.15956968299906293, 0.15639683400149806, 0.15799669599982735, 0.15786534200015012, 0.15921798499948636, 0.16392514300059702, 0.15548565899916866, 0.15672145899952739, 0.1569177290002699, 0.155923635000363, 0.1582480500001111, 0.15804378099892347, 0.15708565900058602, 0.15539839300072344, 0.16162534700015385, 0.15619900000092457, 0.15387531299893453, 0.1552775489999476, 0.15682893300072465, 0.15916932099935366, 0.1571563720008271, 0.15750704600031895, 0.1554610169987427, 0.15725152699997125, 0.15616522400159738, 0.15733394399831013, 0.15872571200088714, 0.1535780979993433, 0.15419037900028343, 0.1568449269998382, 0.15749198100093054, 0.15782388600018749, 0.16116029799923126, 0.15586052300022857, 0.16035124200061546, 0.15775923899855115, 0.1561803790009435, 0.15424752999933844, 0.15334149100090144, 0.15399011699992116, 0.1541704960000061, 0.15586436900048284, 0.15576324599896907, 0.15467802500097605, 0.1559695420000935, 0.1564499829983106, 0.15471705900017696, 0.15804299299998092, 0.15439544900073088, 0.15497220900033426, 0.15662695999890275, 0.1554810819998238, 0.15468460000010964, 0.15476233800109185, 0.15795423199961078, 0.15883636900070996, 0.1588872859992989, 0.15760784700069053, 0.15389763099847187, 0.15586821700162545, 0.15418640099960612, 0.15509431899954507, 0.15507752899975458, 0.15935508599977766, 0.15753102800044871, 0.15438424599960854, 0.15428519200031587, 0.1557493180007441, 0.15766103999885672, 0.15555665100146143, 0.15663119399869174, 0.15652959600083705, 0.15480379200016614, 0.15506159799952002, 0.1550307020006585, 0.15554761400017014, 0.15714376399955654, 0.15724184099963168, 0.15502407500025583, 0.15558928000064043, 0.15433814599964535, 0.15540506800061848, 0.15632776500024193, 0.1557528919984179, 0.15395767600057297, 0.1558998780001275, 0.15700829699926544, 0.16082828200160293, 0.15571411799828638, 0.15444953700171027, 0.15375884199966094, 0.15551192599923525, 0.15593352299947583, 0.15393972600031702, 0.15547476100073254, 0.15928369900029793, 0.15533906599921465, 0.1549985479996394, 0.15396060000057332, 0.15583621299992956, 0.1541283549995569, 0.1552994560006482, 0.15402677400015818, 0.15562284400039061, 0.15823057099987636, 0.15615651000007347, 0.1539962619990547, 0.15423541400014074, 0.15555488199970569, 0.1565138850000949, 0.15736570300032326, 0.15447763799966197, 0.1579159740012983, 0.15583987699938007, 0.15529722300016147, 0.1536550429991621, 0.15540725000028033, 0.15453716900083236, 0.15592443300010927, 0.1554647289995046, 0.15564350199929322, 0.15655763300128456, 0.1569867959988187, 0.1576130600005854, 0.15735306100032176, 0.1544743769991328, 0.15638808000039717, 0.15663470199979201, 0.15551324800071598, 0.15735587800008943, 0.15794258200003242, 0.1584673439992912, 0.15573692900034075, 0.15875956699892413, 0.15599480200035032, 0.15856395900118514, 0.16597338399878936, 0.15705665899986343, 0.15692451100039762, 0.15505965699958324, 0.16015414200046507, 0.15613377199952083, 0.1559978780005622, 0.16397262300051807, 0.15638810699965688, 0.15906635999999708, 0.16001795400006813, 0.1568432539988862, 0.15571852799985209, 0.16307634000077087, 0.15658687799987092, 0.1573567039995396, 0.15463321400056884, 0.15500237599917455, 0.15552891500010446, 0.1540922470012447, 0.15475931899891293, 0.15941303300132859, 0.15591326599860622, 0.15577106199998525, 0.15783142500004033, 0.15662169600000198, 0.1559217810008704, 0.15563263799958804, 0.15951894499994523, 0.15661930600072083, 0.15806967099888425, 0.15555011600008584, 0.15683685899966804, 0.15567950700096844, 0.15433320100055425, 0.15576866199990036, 0.15796047699950577, 0.1550364790000458, 0.15516324800046277, 0.1556933960000606, 0.1557010619999346, 0.15737505099968985, 0.1554215819996898, 0.1548847449994355, 0.1590307650003524, 0.15806868599975132, 0.15821291700012807, 0.1598500910004077, 0.15713104399947042, 0.15857010400031868, 0.15587020400016627, 0.15669713399984175, 0.15529616800085932, 0.15747078599997621, 0.15641929999947024, 0.15858084799947392, 0.15728163800122275, 0.15545157799897424, 0.15659000699997705, 0.15580218200011586, 0.1585019789999933, 0.1552708260005602, 0.15532064699982584, 0.15555258699896513, 0.15416167200055497, 0.15410888199949113, 0.15449669100053143, 0.16144851999888488, 0.1544283670009463, 0.15606865600057063, 0.15498231999845302, 0.15596183400157315, 0.16018672099926334, 0.16405509399919538, 0.15528649000043515, 0.1551347229997191, 0.15477758000088215, 0.15564942200035148, 0.15611513199837646, 0.15468184300152643, 0.15570374199887738, 0.15715860500131384, 0.15489179699943634, 0.15580263499941793, 0.15531923600065056, 0.15590614699976868, 0.15546035800070968, 0.15964853599871276, 0.15436811099971237, 0.1601255530003982, 0.15757970300001034, 0.15628385300078662, 0.1553667400003178, 0.1567633089998708, 0.1571152099986648, 0.15476479600147286, 0.15381632699973125, 0.15765969299900462, 0.15492981600073108, 0.15603725199980545, 0.15536607899957744, 0.1547505779999483, 0.15411913200114213, 0.1550948829990375, 0.1552895280001394, 0.15428650600006222, 0.15613732999918284, 0.15668246900168015, 0.1558098109999264, 0.15509364099852974, 0.15448621500036097, 0.15573818099983328, 0.15536807200078329, 0.15624388799915323, 0.15572487600002205, 0.15745014100139088, 0.1589727269983996, 0.15524247700159322, 0.15839755299930403, 0.157022641000367, 0.15584395400037465, 0.1597258019992296, 0.15730768899993564, 0.15569797600073798, 0.15527548199861485, 0.15652455600138637, 0.15601212099863915, 0.15544725000108883, 0.15582277499925112, 0.1547984049993829, 0.16185917899929336, 0.15628457499951764, 0.16424685200036038, 0.15437366600053792, 0.15326789199934865, 0.15400458899966907, 0.1562785750011244, 0.1557180210002116, 0.1543659649996698, 0.1544171429995913, 0.1557897820002836, 0.15519821399902867, 0.15642915799980983, 0.1558969090001483, 0.15433046399994055, 0.15654777600138914, 0.15442196099866123, 0.15279867500066757, 0.15270439100095246, 0.15261086899954535, 0.1544679910002742, 0.15408176599885337, 0.15751893699962238, 0.15379149100044742, 0.15486458300074446, 0.15468506399884063, 0.15452230200025951, 0.15434847200049262, 0.1545583990009618, 0.15472490699903574, 0.15649612699962745, 0.1559605680013192, 0.1576576319985179, 0.154999640000824, 0.15577477199985879, 0.15633554399937566, 0.15383994900003017, 0.15946220000114408, 0.16040483199867595, 0.1572152550015744, 0.15683833399998548, 0.15529472099842678, 0.15521157000148378, 0.15679037099835114, 0.1551940140016086, 0.15490828799920564, 0.1579661590003525, 0.1557068040001468, 0.15521318100036297, 0.15443428799881076, 0.15421143000094162, 0.15595251400009147, 0.156286862998968, 0.15802657400126918, 0.15970271099831734, 0.16029279000031238, 0.15537885800040385, 0.15487519800080918, 0.15597523599899432, 0.15634329800013802, 0.15556126800038328, 0.15497838299961586, 0.15462074500101153, 0.1617437479999353, 0.15714404700156592, 0.1550416359987139, 0.15410334800071723, 0.15733821200046805, 0.15730180399987148, 0.15521771899875603, 0.15693245800139266, 0.15812712499973713, 0.1571187720001035, 0.15343790799852286, 0.1532053190003353, 0.15498920299978636, 0.1566614280000067, 0.15615259000151127, 0.15439569299996947, 0.15465877299902786, 0.15291544499996235, 0.15596092300074815, 0.15895875099886325, 0.15739132100134157, 0.1559881739995035, 0.15437500100051693, 0.1575623619992257, 0.1580292720009311, 0.15403499599960924, 0.15335782900001504, 0.15773932699994475, 0.15623614499963878, 0.1552798470002017, 0.1651376119989436, 0.15843293400030234, 0.15513559300052293, 0.15497061899986875, 0.15593552099926455, 0.15407429200058687, 0.1560324980000587, 0.1555385280007613, 0.15669678099948214, 0.15690222599914705, 0.16095610200136434, 0.15693526799987012, 0.15461297900037607, 0.15461198699995293, 0.15597178999996686, 0.15827247000015632, 0.15885865299969737, 0.1575633979991835, 0.15903499399973953, 0.1575681930007704, 0.15630125099960424, 0.15788708400032192, 0.155302605999168, 0.15468054600023606, 0.15447705000042333, 0.15570323199972336, 0.15496579600039695, 0.15589436899972497, 0.15664690999983577, 0.1602433280004334, 0.1568854309989547, 0.15544259600028454, 0.15740945600009582, 0.1613317810006265, 0.15267292799944698, 0.15220529500038538, 0.1538247609987593, 0.15271386000131315, 0.15481638999881397, 0.15390883100008068, 0.1523369400001684, 0.15636268900016148, 0.15357203900020977, 0.15444846399987, 0.15604472300037742, 0.15438417800032767, 0.153223679999428, 0.15327957199951925, 0.15361135600142006, 0.1568613639992691, 0.15562621699973533, 0.1551994140008901, 0.15547967499878723, 0.15396129500004463, 0.15368022999973618, 0.1569911510014208, 0.15578773299966997, 0.15778578699973878, 0.16205482899931667, 0.15989708900087862, 0.1583903470000223, 0.15760514799876546, 0.15724728600071103, 0.15756807700017816, 0.15744672000073479, 0.15506639699924563, 0.15346380600021803, 0.1560805919998529, 0.1549357259991666, 0.15761962800024776, 0.15829120700072963, 0.1602332780003053, 0.15793556199969316, 0.1571751960000256, 0.15706122099982167, 0.1580815889992664, 0.15681558000142104, 0.1553207229990221, 0.15422158600085822, 0.1542929440001899, 0.1538795519991254, 0.15652953599965258, 0.1565849580001668, 0.15778235000107088, 0.15521825499854458, 0.156909610999719, 0.15868551000130537, 0.1544932830001926, 0.15903320199868176, 0.15855482900042261, 0.1573732150009164, 0.1543563710001763, 0.15400111700000707, 0.15693771499900322, 0.15601202700054273, 0.15525664699998742, 0.15662034299930383, 0.15745020800022758, 0.15746345099978498, 0.1537835199997062, 0.15412960700086842, 0.15183390299898747, 0.15389417400001548, 0.15450405900082842, 0.15330814399931114, 0.15436752999994496, 0.15669405200060282, 0.15644948999943153, 0.15593593300036446, 0.156041747000927, 0.15969826099899365, 0.15590534700095304, 0.1563796310001635, 0.15789168599985715, 0.15850342999874556, 0.15594527600114816, 0.15480090599885443, 0.1545159209999838, 0.156122784001127, 0.1559416379986942, 0.1552790929999901, 0.155688133001604, 0.15318608599955041, 0.15428097000039998, 0.15497389199845202, 0.15656029599995236, 0.1559653980002622, 0.154244531000586, 0.1572874129997217, 0.1563482630008366, 0.15349962999971467, 0.15630393699939304, 0.154109884000718, 0.1545387389996904, 0.1544203089997609, 0.15400430599947867, 0.1559338140014006, 0.15623478799898294, 0.15636778400039475, 0.1595788859995082, 0.15550987599999644, 0.15556269300032, 0.15623332900031528, 0.15960704399913084, 0.1564726750002592, 0.15784743100084597, 0.15488134899896977, 0.15472298500026227, 0.1567768149998301, 0.1564286049997463, 0.15534544700130937, 0.1558825430001889, 0.16634679599883384, 0.16346051599975908, 0.16128921700146748, 0.1592199159986194, 0.1590699959997437, 0.15796847800083924, 0.15772420000030252]",tokens/s,6.398432142292753,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,01-ai/Yi-34B,01-ai/Yi-34B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 111, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 57, in launch raise RuntimeError(f""Isolated process exited with non-zero code {isolated_process.exitcode}"") RuntimeError: Isolated process exited with non-zero code -9 ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,01-ai/Yi-6B,01-ai/Yi-6B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,12557.4144,,,,,s,1,160.591200709001,160.591200709001,0.0,160.591200709001,160.591200709001,160.591200709001,160.591200709001,[160.591200709001],,kWh,0.0018675773117131965,0.0010179009647362854,0,0.0028854782764494817,,MB,12715.692032,,,,,s,10,20.744213773999945,2.0744213773999944,0.004109506701927075,2.074975260999963,2.0789888467992568,2.079361468399111,2.0796595656789942,"[2.0707532970009197, 2.0675079579996236, 2.0741580339999928, 2.0772983850001765, 2.0696799870001996, 2.0716281139993953, 2.07875537900145, 2.0789060419992893, 2.0757924879999337, 2.079734089998965]",tokens/s,123.40790679705646,kWh,2.4512968279445256e-05,1.3360325130810268e-05,0.0,3.7873293410255525e-05,tokens/kWh,6759380.474967593,MB,12718.895104,,,,,s,10,78.31957292699917,7.831957292699917,0.027485638328455634,7.834411050500421,7.862582055299572,7.8688247806498115,7.873818960930002,"[7.8171885249994375, 7.861194782999519, 7.83026300200072, 7.790752255999905, 7.87506750600005, 7.84693106099985, 7.783675560998745, 7.826763482000388, 7.849177652000435, 7.838559099000122]",tokens/s,8.043966232900889,kWh,9.215921759569203e-05,5.023038379179303e-05,0.0,0.0001423896013874851,tokens/kWh,442448.03964692604,,s,630,78.31565358299667,0.12431056124285186,0.0019272660815374935,0.1238618690003932,0.12708478719923733,0.128184211950429,0.1305181124500814,"[0.12679927199860686, 0.12304929200035986, 0.12351423800100747, 0.12111025399826758, 0.1270664920011768, 0.12066291799965256, 0.12274649599930854, 0.12159226699986903, 0.12525991900110967, 0.12233983799887937, 0.12322868300179834, 0.12253932799831091, 0.1234100790006778, 0.121671561999392, 0.12271248000070045, 0.12320764700052678, 0.12185416600004828, 0.12299845999950776, 0.12274887199964724, 0.12275456600036705, 0.12259602199992514, 0.12315522199969564, 0.12251253999966139, 0.12260255700130074, 0.12563534899891238, 0.1228489780005475, 0.12332383300054062, 0.12302703299974382, 0.12446295599875157, 0.1253717730014614, 0.12396106199958012, 0.12288781300048868, 0.12650791199848754, 0.12359863600067911, 0.12373835499965935, 0.12255361099960282, 0.12332847400102764, 0.12483265099945129, 0.12389881099988997, 0.12323818799995934, 0.12406055800056492, 0.12350578299992776, 0.12630831400019815, 0.1264408539991564, 0.13204636000045866, 0.12796061799963354, 0.1248261700002331, 0.12434843400114914, 0.12516793599934317, 0.12503397000000405, 0.12460782100060896, 0.12431022399869107, 0.12637608600016392, 0.1254124139995838, 0.12619821900079842, 0.1249298729999282, 0.12441472399950726, 0.1240548170007969, 0.12496170099984738, 0.1233459840004798, 0.12438250400009565, 0.12395085400021344, 0.12481150999883539, 0.12840714000049047, 0.1283874469991133, 0.12165164299949538, 0.12382984400028363, 0.12290941399987787, 0.12440523000077519, 0.1232712029996037, 0.12447758000053, 0.12382151499878091, 0.12515992700173229, 0.12112625199915783, 0.12195038400022895, 0.12392566199923749, 0.12428889399961918, 0.12454337600138388, 0.1248324699990917, 0.12330764400030603, 0.12336740300088422, 0.12400517499918351, 0.12349168800028565, 0.12386879499899806, 0.1250777700006438, 0.12361849000080838, 0.12517732199921738, 0.12980573499953607, 0.12841640999977244, 0.12385568800164037, 0.12428733699925942, 0.12343497300025774, 0.12362081699939154, 0.12775755300026503, 0.12617012000009709, 0.12313005400028487, 0.12362586999915948, 0.12368854499982262, 0.12465478000012808, 0.12636581200058572, 0.12504671500028053, 0.12321360299938533, 0.12603983500048344, 0.1269061259990849, 0.12450809500114701, 0.12420397699861496, 0.12488498800121306, 0.12512492799942265, 0.12616014200102654, 0.12826967099863396, 0.12455764200058184, 0.12320365800042055, 0.12461431799965794, 0.12538829500044812, 0.12379526399854512, 0.1258687710014783, 0.12419292599952314, 0.12269618400023319, 0.12422561799940013, 0.12557946800006903, 0.12779559000045992, 0.1281854310000199, 0.12737812799969106, 0.12461507499938307, 0.12289377800152579, 0.12373236899838957, 0.13130190499941818, 0.1288642620002065, 0.12303461299961782, 0.12382426600015606, 0.12145676300133346, 0.12337329899855831, 0.122545058000469, 0.12288598700069997, 0.12376255799972569, 0.12391948999902525, 0.1235200610008178, 0.1261242000000493, 0.12273783799901139, 0.12495708400092553, 0.1253465909994702, 0.12241492999964976, 0.12366791100066621, 0.12363257399920258, 0.12339990600048623, 0.12425084200003766, 0.1225025439998717, 0.12386724700081686, 0.12517162199947052, 0.12321965699993598, 0.12390747000063129, 0.12834610499885457, 0.1265350240009866, 0.12480770100046357, 0.12350441899980069, 0.12214673400012543, 0.12410127099974488, 0.123906712000462, 0.12280872599876602, 0.1301797300002363, 0.12436653099939576, 0.12515917500059004, 0.12684134300070582, 0.12400450200038904, 0.12567307399876881, 0.12407113399967784, 0.12370131900024717, 0.12303732700092951, 0.12278932699882716, 0.12273361400002614, 0.12304890999985219, 0.12617949500054237, 0.1261966450001637, 0.12370094899961259, 0.12435083800119173, 0.12369846799992956, 0.12416344699886395, 0.12257467400013411, 0.1234234399998968, 0.12299357800111466, 0.12720596299914178, 0.12450849900051253, 0.12274917300055677, 0.1270805179992749, 0.12325511800008826, 0.12275617200066335, 0.12397513299947605, 0.12330969600043318, 0.12230168799942476, 0.12691236399950867, 0.12379906800015306, 0.12284243300018716, 0.12227716000052169, 0.12261955499889154, 0.12199385600069945, 0.12223753500074963, 0.12424528100018506, 0.12336713399963628, 0.12099018799926853, 0.12290610499985632, 0.12163836000036099, 0.12126271300076041, 0.12294157299947983, 0.12307050699928368, 0.1232438330007426, 0.12419308599965007, 0.12461745700056781, 0.12482074599938642, 0.12353539200012165, 0.12454568199973437, 0.12213751300078002, 0.1257925879999675, 0.12306930900012958, 0.12271048199909274, 0.12375868799972523, 0.12848380600007658, 0.12584794000031252, 0.12321886400059157, 0.12373588499940524, 0.12271784400036267, 0.1234002450000844, 0.12330605799979821, 0.123962126999686, 0.12296642799992696, 0.12305316200036032, 0.1227581260009174, 0.12306417399850034, 0.1228662940011418, 0.12331273199924908, 0.12334770400048001, 0.12309091200040712, 0.12536141599957773, 0.12389082899971982, 0.12308494799981418, 0.12444720600069559, 0.12697375399875455, 0.12542211600157316, 0.12290106499858666, 0.1225111450003169, 0.12035778900099103, 0.12311806899924704, 0.12658428800023103, 0.1266778909994173, 0.1253979020002589, 0.12137848600104917, 0.12534481900001992, 0.1249759449983685, 0.12354410700027074, 0.1251563019995956, 0.12319600200135028, 0.12327290699977311, 0.12211163599931751, 0.1286500440000964, 0.12418371599960665, 0.12515583100139338, 0.12399055300011241, 0.12779060999855574, 0.12448962300004496, 0.12342048800019256, 0.1250911589995667, 0.12496692300010181, 0.12297112200030824, 0.12452030300119077, 0.12430962899998121, 0.12432441300006758, 0.12756056599937438, 0.12358956100069918, 0.12419043199952284, 0.12306379399888101, 0.1260287340010109, 0.12474444399958884, 0.1251310099996772, 0.1247126020007272, 0.12416612900051405, 0.12370911899961357, 0.1277325769988238, 0.12952417400083505, 0.12405991199921118, 0.12958384400008072, 0.1278391300002113, 0.1266899390011531, 0.12728537699877052, 0.13229815700105974, 0.1277020259985875, 0.1272201040010259, 0.1284782759994414, 0.1257243380005093, 0.12359887499951583, 0.12560675799977616, 0.12282294400029059, 0.1240102259998821, 0.12462478000088595, 0.12502275199949509, 0.1235549169996375, 0.1220798440008366, 0.12219746499977191, 0.12264215299910575, 0.12227729400001408, 0.12279942799978016, 0.12572532100057288, 0.1273632180000277, 0.12377572700097517, 0.12281177399927401, 0.12291656600064016, 0.1271264949991746, 0.12984633700034465, 0.1244729179998103, 0.12250627799949143, 0.12393678300031752, 0.12197763100084558, 0.12371172299936006, 0.1220567079999455, 0.12312487999952282, 0.12405607500113547, 0.12311148699882324, 0.12977618100012478, 0.12562473000070895, 0.12357406499904755, 0.12489864500093972, 0.12756933600030607, 0.13140580399885948, 0.12330442600068636, 0.1231174699987605, 0.12593572100013262, 0.1242244130007748, 0.12374353499944846, 0.1259242970008927, 0.12517956599913305, 0.12698450700008834, 0.12682075100019574, 0.1236047120000876, 0.12294963599924813, 0.12463277200004086, 0.1269494250009302, 0.12380630100051349, 0.12431282299985469, 0.12537566100036202, 0.12374913999883574, 0.12535178100006306, 0.12442363099944487, 0.12197695800023212, 0.12210772599974007, 0.1265588270016451, 0.12343468899962318, 0.12458603699997184, 0.12446026100042218, 0.12392195199936396, 0.12625151300017023, 0.12525728499895195, 0.12771608799994283, 0.1222150440007681, 0.12270257599993784, 0.1229028540001309, 0.12343365699962305, 0.12390685399986978, 0.1243867709999904, 0.12418263300060062, 0.12304490099995746, 0.1276747259998956, 0.12238243200044963, 0.12305772199943021, 0.12218892500095535, 0.12867609299973992, 0.12876437500017346, 0.1240436439984478, 0.12458052600049996, 0.12254781800038472, 0.1219762599994283, 0.12305866800124932, 0.12315174299874343, 0.12262667300092289, 0.12332628100011789, 0.12301729899991187, 0.12377960199955851, 0.12355440600003931, 0.12544034100028512, 0.12376778500038199, 0.12262904299859656, 0.12535575699985202, 0.12292437199903361, 0.12218763800046872, 0.12177322100069432, 0.12302119299965852, 0.12129038399871206, 0.12287696400017012, 0.12410120000095048, 0.12232167000001937, 0.12181059300019115, 0.12205427799926838, 0.12287663000097382, 0.12813499000003503, 0.12329127399971185, 0.12467137299972819, 0.12473418799891078, 0.12253731000055268, 0.12208043899954646, 0.12229661099991063, 0.12081742800000939, 0.12244083400037198, 0.12130962900118902, 0.12166742699992028, 0.12284696899951086, 0.12353334799990989, 0.12317632600024808, 0.12284574499972223, 0.12194762400031323, 0.12681236599928525, 0.1217876940008864, 0.12304871199921763, 0.12332478099961008, 0.12357730999974592, 0.12361225800123066, 0.12362794799992116, 0.12391733699951146, 0.12338858099974459, 0.1250736149995646, 0.12779323300128453, 0.12408751899965864, 0.12436877800064394, 0.12421653299861646, 0.12282391200096754, 0.12528303900035098, 0.12264522799887345, 0.12434737600051449, 0.12283714600016538, 0.12232946800031641, 0.12818033599978662, 0.1251672630005487, 0.12591900999905192, 0.1228797059993667, 0.12291983000068285, 0.1243465900006413, 0.12625833199854242, 0.1217715370003134, 0.12351171200134559, 0.1246158319991082, 0.1236307939998369, 0.12363569300032395, 0.12282523300018511, 0.1230602910000016, 0.12472399899888842, 0.12818272200092906, 0.12419339400003082, 0.12402869799916516, 0.12229217900130607, 0.123374277000039, 0.12494709999918996, 0.12278291499933403, 0.1253592260000005, 0.12344791400028043, 0.12322091900023224, 0.12378106500000285, 0.1251412750007148, 0.12490194000019983, 0.1232101400000829, 0.12712320999889926, 0.12422276700090151, 0.1279232619999675, 0.12324338699909276, 0.12436909900134197, 0.12222563099930994, 0.1217036799989728, 0.12383402300110902, 0.1234395699993911, 0.12398151500019594, 0.12317862900090404, 0.12311675799901423, 0.12257262099956279, 0.12260332700134313, 0.12305360299978929, 0.12946430400006648, 0.12391273499997624, 0.12351797799965425, 0.12502329000017198, 0.12295257699952344, 0.12345348700000613, 0.12201160800032085, 0.1217710500004614, 0.12314249199880578, 0.12546154499978002, 0.12302507700042042, 0.12450879900097789, 0.12602840899853618, 0.1260271470000589, 0.12383794100060186, 0.12591324400091253, 0.12299257299855526, 0.12200998800108209, 0.1236051089999819, 0.12476201099889295, 0.12797184600094624, 0.12909498099907069, 0.1232114909998927, 0.1244873590003408, 0.1229470720008976, 0.12368237699956808, 0.12326939999911701, 0.12361786000110442, 0.12352930399902107, 0.12425784600054612, 0.1241120470003807, 0.12599810900064767, 0.1268695740000112, 0.12445772499995655, 0.12704272599876276, 0.12239045100068324, 0.12220809199970972, 0.12279914400096459, 0.12208551999901829, 0.12069282000084058, 0.12156190899986541, 0.12547799599997234, 0.12560537100034708, 0.1264854799992463, 0.12332343799971568, 0.12291404400093597, 0.12289382299968565, 0.12316225399990799, 0.12204260900034569, 0.12272805999964476, 0.1232973120004317, 0.12317515099857701, 0.12298652100071195, 0.12411187299949233, 0.12491493800007447, 0.12416614300127549, 0.12492857899997034, 0.12306169200019212, 0.12240920399926836, 0.12403837000056228, 0.12502665799911483, 0.12238907500068308, 0.12253607499951613, 0.1213196059998154, 0.12630012900081056, 0.12542395499986014, 0.12978099999963888, 0.1250135810005304, 0.12434804999975313, 0.12372970799879113, 0.12441095100075472, 0.12324120300036157, 0.12496107399965695, 0.12533751400042092, 0.1271820879992447, 0.12789083200004825, 0.1263590460002888, 0.12768297299953701, 0.13065632500001811, 0.12868320100096753, 0.1261981770003331, 0.12474517299961008, 0.1284131209995394, 0.12612179899952025, 0.12805511100123113, 0.12713337899913313, 0.12417561499933072, 0.12442138600090402, 0.12351171299997077, 0.12290456399932737, 0.12432569700104068, 0.12486228600027971, 0.12338548799925775, 0.12236410100013018, 0.12629617099992174, 0.12385649099996954, 0.1252392759997747, 0.12863360899973486, 0.1262204680006107, 0.1235330569998041, 0.12334526400081813, 0.12473519199920702, 0.12247713299984753, 0.1230668690004677, 0.1235451299999113, 0.12278192799931276, 0.12470884400136129, 0.12332358799903886, 0.12340145900088828, 0.12537554499976977, 0.12427968399970268, 0.12268495699936466, 0.12407083900143334, 0.12408484399929876, 0.12388888200075598, 0.1255451519991766, 0.12317455300035363, 0.12307567700008804, 0.12664677999964624, 0.12262448399997083, 0.12307781799972872, 0.1243783270001586, 0.12324036599966348, 0.12294018400098139, 0.1229925709994859, 0.12343474599947513, 0.12417287199968996, 0.13084410600094998, 0.12801437999951304, 0.13158001699957822, 0.1266145770005096, 0.12454193099983968, 0.12444717899961688, 0.12167717900047137, 0.12303826700008358, 0.12367778599946178, 0.12662271100089129, 0.12720666200038977, 0.1289300190001086, 0.12458964100005687, 0.12373422099881282, 0.12420569800087833, 0.12360078900019289, 0.1221278720004193, 0.12370458399891504, 0.1239212350010348, 0.12388101799842843, 0.12702723600159516, 0.12452361999930872, 0.12499242900048557, 0.12381833899962658, 0.12410019599883526, 0.12173825400168425, 0.12344342999858782, 0.12272454500089225, 0.12301598299927718, 0.12514534700130753, 0.12389623199851485, 0.12395416500112333, 0.12337778899927798]",tokens/s,8.04436879700358,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,01-ai/Yi-34B,01-ai/Yi-34B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 111, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 57, in launch raise RuntimeError(f""Isolated process exited with non-zero code {isolated_process.exitcode}"") RuntimeError: Isolated process exited with non-zero code -9 ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,01-ai/Yi-34B,01-ai/Yi-34B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 111, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 57, in launch raise RuntimeError(f""Isolated process exited with non-zero code {isolated_process.exitcode}"") RuntimeError: Isolated process exited with non-zero code -9 ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,01-ai/Yi-6B,01-ai/Yi-6B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,12558.036992,,,,,s,1,193.8872097809999,193.8872097809999,0.0,193.8872097809999,193.8872097809999,193.8872097809999,193.8872097809999,[193.8872097809999],,kWh,0.0022609050236562615,0.0012322798463658018,0,0.0034931848700220634,,MB,12691.718144,,,,,s,10,16.738576115998512,1.6738576115998511,0.010800180471687328,1.6720147619998897,1.6916467256998657,1.6929623938495753,1.6940149283693426,"[1.6678740850002214, 1.678766489998452, 1.672741901000336, 1.6736433009991742, 1.6712876229994436, 1.6655557890007913, 1.6627640940005222, 1.6942780619992845, 1.6913543549999304, 1.6603104160003568]",tokens/s,152.94012957011233,kWh,1.9505171417918316e-05,1.0630876048241694e-05,0.0,3.0136047466160008e-05,tokens/kWh,8494810.087071449,MB,12692.533248,,,,,s,10,98.76354555999933,9.876354555999933,0.028002269870754617,9.873164013999485,9.906572571100877,9.913453593551003,9.918958411511102,"[9.896818301000167, 9.920334616001128, 9.843533854998896, 9.865826811999796, 9.852913845999865, 9.902921904000323, 9.87743615799991, 9.90504345500085, 9.829824742999335, 9.86889186999906]",tokens/s,6.378871844138807,kWh,0.00011694550305638724,6.373986501091205e-05,0.0,0.00018068536806729928,tokens/kWh,348672.39485897165,,s,630,98.75912739899832,0.1567605196809497,0.0018994161394678324,0.15647142499983602,0.15934302229961758,0.16020810060072108,0.16220102290959404,"[0.15795900100056315, 0.15518204199906904, 0.15601076200073294, 0.16246675299953495, 0.15492045700011658, 0.15567315999942366, 0.1580178040003375, 0.16222637499959092, 0.15615350300140562, 0.15589747000012721, 0.15926959999887913, 0.15830722200007585, 0.156210930999805, 0.1620244929999899, 0.16006132000075013, 0.156063135000295, 0.1552632069997344, 0.15561418399920512, 0.15557974300099886, 0.15598960199895373, 0.15482555400012643, 0.15739377600039006, 0.15693739999915124, 0.16122408800038102, 0.1567611990012665, 0.15487658999882115, 0.1543411250004283, 0.1541997509993962, 0.1540051370011497, 0.15331073499874037, 0.15719891900153016, 0.15645142499852227, 0.15548379900064901, 0.15620615000079852, 0.15635108599963132, 0.15555461199983256, 0.15504510999926424, 0.1555596960006369, 0.15844665099939448, 0.15510152299975744, 0.1578743170011876, 0.15730231700035802, 0.15658428499955335, 0.15773438999895006, 0.15661465800076257, 0.15774520599916286, 0.16025232300125936, 0.1563573909988918, 0.16208515900143539, 0.15827408999939507, 0.15891673199985235, 0.15656332099933934, 0.15831986400007736, 0.1579144580009597, 0.15658595300010347, 0.1580141239992372, 0.15726282600007835, 0.1555645309999818, 0.1563775569993595, 0.15602944400052365, 0.15877720400021644, 0.15750452800057246, 0.15956727999946452, 0.1639513980007905, 0.15480943500006106, 0.1543118419995153, 0.15385829899969394, 0.15361888900042686, 0.15759961399999156, 0.15682254800049122, 0.1583336789990426, 0.15437387200108788, 0.15366502899996703, 0.1563723540002684, 0.15667197199945804, 0.15562148400022124, 0.1570068179989903, 0.15750992800167296, 0.1565422599996964, 0.1601540510000632, 0.15752190599960159, 0.15747339299923624, 0.15606783499970334, 0.15782750200014561, 0.16113093800049683, 0.15928753099979076, 0.16169982999963395, 0.15779414800090308, 0.1594840470006602, 0.16002597799888463, 0.16050326699951256, 0.15956262000145216, 0.1573714549995202, 0.1560825840006146, 0.1567035969983408, 0.15701297700070427, 0.15698752500065893, 0.15487595999911719, 0.15941183399991132, 0.15870551300031366, 0.160061324999333, 0.15859952800019528, 0.15781566800069413, 0.15673715499906393, 0.15915095700074744, 0.1578193219993409, 0.1594535670010373, 0.1600999629990838, 0.15508984200096165, 0.15472834799948032, 0.15701575499952014, 0.15631201799988048, 0.15802116400118393, 0.15908444399974542, 0.16157667399966158, 0.1595429780008999, 0.15848777899918787, 0.15569931199934217, 0.15475413100102742, 0.15500049500042223, 0.15663583199966524, 0.1554143789999216, 0.15562998600034916, 0.15605519499877119, 0.1575236450007651, 0.15684048699949926, 0.15910022299976845, 0.15786260700042476, 0.1573759639995842, 0.15662648899888154, 0.15572495300148148, 0.1552776399985305, 0.15604687300037767, 0.15563814000051934, 0.15668294500028423, 0.15619167200020456, 0.1558727679985168, 0.15548908700111497, 0.1535860109997884, 0.1544214400000783, 0.154137682999135, 0.15514183200139087, 0.15434232000006887, 0.15547144099946308, 0.15423493199887162, 0.15436759700060065, 0.15504173100089247, 0.1594013569992967, 0.15848900899982254, 0.15637891100050183, 0.1574788769994484, 0.16011710500060872, 0.1554418159994384, 0.15663020300053176, 0.15548402199965494, 0.15638541500084102, 0.1548730929989688, 0.1568467380002403, 0.15627633499934745, 0.1550722179999866, 0.1558002170004329, 0.15497850199972163, 0.1567187330001616, 0.15676738299953286, 0.1557361610011867, 0.15605534299902502, 0.1576220770002692, 0.15791451500081166, 0.1601093299996137, 0.1554078600001958, 0.15671634699901915, 0.15477998800088244, 0.15553805399940757, 0.15800811400004022, 0.1573175789999368, 0.15364887600117072, 0.15378997799962235, 0.15480690900039917, 0.15535562900004152, 0.15948849099913787, 0.15821693200086884, 0.1556868879997637, 0.1559820780003065, 0.1555149639989395, 0.1557149340005708, 0.15871503499874962, 0.157635878000292, 0.15547166699980153, 0.15609443100038334, 0.15907820699976583, 0.15469351399951847, 0.15487796800152864, 0.15591218800000206, 0.15576863399837748, 0.15531146500143223, 0.15620949599906453, 0.15397861400015245, 0.15750933600065764, 0.153685162000329, 0.15442128399990906, 0.15564294199975848, 0.15543484199952218, 0.1552020220005943, 0.15644568499919842, 0.15689235600075335, 0.16007464599897503, 0.15753498999947624, 0.15890997300084564, 0.15556177600046794, 0.1575890080002864, 0.15707023499999195, 0.15667770199979714, 0.15430769799968402, 0.15481072200054768, 0.15560006099985912, 0.15514868699938233, 0.1588204420004331, 0.15696043899879442, 0.15508886499992514, 0.15583502400113503, 0.16112631599935412, 0.16069720800078358, 0.1575199219987553, 0.1549210060002224, 0.1560464320009487, 0.15551838200008206, 0.15526442999907886, 0.1596265210009733, 0.1576803400002973, 0.15783636000014667, 0.1579145379982947, 0.15752054700169538, 0.15616721999867877, 0.15622325900039868, 0.15602217100058624, 0.15662694899947383, 0.15576873799909663, 0.15608619400154566, 0.15600316599920916, 0.1555801070007874, 0.15670609900007548, 0.15433857799871475, 0.15782555999976466, 0.15676750100101344, 0.1571127709994471, 0.15771672400114767, 0.15560009799992258, 0.15698759599945333, 0.15771201700044912, 0.15901316599956772, 0.15757285399922694, 0.15680030499970599, 0.15590374800012796, 0.15564260599967383, 0.15338205400075822, 0.15425157599929662, 0.15434668899979442, 0.15393217400014692, 0.155847428000925, 0.1531633199992939, 0.1563863859992125, 0.15542337400074757, 0.15840587499951653, 0.15816902500046126, 0.15624789200046507, 0.15888679199997569, 0.1568453159998171, 0.15612319600040792, 0.1598385059987777, 0.1574149160005618, 0.1576669120004226, 0.1580220569994708, 0.15704508300041198, 0.15985643999920285, 0.1605350770005316, 0.15951465699981782, 0.1582260060004046, 0.15502952600036224, 0.15717668300021614, 0.15712983799858193, 0.1572207110002637, 0.1553193480012851, 0.15927448499860475, 0.15712624000116193, 0.15640639299999748, 0.1572960539997439, 0.15668202199958614, 0.15522803999920143, 0.1548618520009768, 0.15496997399895918, 0.15868643700014218, 0.1572197680015961, 0.15804270299850032, 0.1584959150004579, 0.15568576000077883, 0.15617349999956787, 0.15468458400027885, 0.1555951209993509, 0.15549419099988881, 0.15500315600002068, 0.15511488999982248, 0.15486397400127316, 0.15926673699868843, 0.15421600100125943, 0.1557230199996411, 0.15569314300046244, 0.1540897609993408, 0.15688247199977923, 0.15494896699965466, 0.15457574700121768, 0.15413264899871137, 0.15531758700126375, 0.15471523299856926, 0.15579694400003063, 0.15723953599990637, 0.15765702099997725, 0.15451210900027945, 0.15493510299893387, 0.15511033600159863, 0.15454736399988178, 0.15513198400003603, 0.1561167439995188, 0.15689967300022545, 0.15491143399958673, 0.15730441800042172, 0.15767367300031765, 0.1565920239991101, 0.1636731510006939, 0.1608602599990263, 0.1565669350002281, 0.15688269400015997, 0.15827463200002967, 0.16199433300062083, 0.1569490419988142, 0.15940132600007928, 0.15745336300096824, 0.1566463079998357, 0.1546403789998294, 0.15502533499966376, 0.15684039400002803, 0.15780391800035432, 0.15837306799949147, 0.15685554000083357, 0.15659624799991434, 0.15784886300025391, 0.15665615999932925, 0.15552477699930023, 0.1553368570002931, 0.1555703160011035, 0.16188090600007854, 0.16693672200017318, 0.15785419799976808, 0.15610195099907287, 0.157562592999966, 0.1595274490009615, 0.16127779899943562, 0.1569513159993221, 0.15593587900002603, 0.15609796200078563, 0.15472544700060098, 0.15579732799960766, 0.15583440699992934, 0.15701682299913955, 0.15692557799957285, 0.15561855100168032, 0.1566281909999816, 0.15516279599978589, 0.1567651859986654, 0.15737931500007107, 0.15750530900004378, 0.15629134800110478, 0.15643243699923914, 0.15602363600009994, 0.1571736999994755, 0.15705595400140737, 0.16033232900008443, 0.1563315949988464, 0.1561845460000768, 0.15937354400011827, 0.15778783299901988, 0.15920792600081768, 0.16013769799974398, 0.1577872739999293, 0.15590711699951498, 0.15577171800032374, 0.15463665100105572, 0.1576257809992967, 0.15634908100037137, 0.15516026499972213, 0.1545309859993722, 0.1559220990002359, 0.15535357600128918, 0.15677954499915359, 0.1564978250007698, 0.15485977299977094, 0.1551610789992992, 0.1556794660009473, 0.15768069799923978, 0.15564972299944202, 0.1588260460011952, 0.15448697799911315, 0.1556021830001555, 0.15505010600099922, 0.15430589099923964, 0.15540327800044906, 0.15592521299913642, 0.1556755540004815, 0.15673268899990944, 0.15529094500016072, 0.1577260270005354, 0.15663608699833276, 0.15761738900073397, 0.15601889000026858, 0.16005675599990354, 0.15398116600044887, 0.1561606129998836, 0.15546098099912342, 0.15566687300088233, 0.15568288400027086, 0.1593546799995238, 0.15878027600047062, 0.15640728499965917, 0.15889942499961762, 0.1569064619998244, 0.1582187639996846, 0.15653996100081713, 0.15903344599973934, 0.15683174799960398, 0.15974693700081843, 0.15711770899906696, 0.15708876800090366, 0.15535112199904688, 0.15648263900038728, 0.1592591419994278, 0.16067250500054797, 0.1594255889995111, 0.15680376199998136, 0.15571580300093046, 0.15579034199981834, 0.15694362800059025, 0.15547074599999178, 0.15653180300068925, 0.15526074599983986, 0.15443217899883166, 0.15563506400030747, 0.15790016200116952, 0.15785092699843517, 0.15665029299998423, 0.1561482330016588, 0.16196572199987713, 0.15728452399889647, 0.16059705699990445, 0.15847546400073043, 0.15530235799997172, 0.1545616709991009, 0.15681026200036285, 0.15788729900123144, 0.1586712649987021, 0.15690036300111387, 0.15748614399853977, 0.1555010760002915, 0.15629329300099926, 0.15712518799955433, 0.1589652799993928, 0.15622388600058912, 0.16093831199941633, 0.1575262530004693, 0.15471337099916127, 0.15729933800139406, 0.1560662579995551, 0.1566152659997897, 0.155267456000729, 0.15601335799874505, 0.15825703400150815, 0.15798856599940336, 0.1566420899998775, 0.15456688700032828, 0.15671563899923058, 0.15875938499993936, 0.15683309900123277, 0.15536564399917552, 0.15960974900008296, 0.1576158989992109, 0.15765464600008272, 0.15498242400099116, 0.1564327839987527, 0.15675824500067392, 0.15772441599983722, 0.16015053000046464, 0.15662125199924049, 0.1589835150007275, 0.15789667299941357, 0.1574019199997565, 0.15709945900016464, 0.156212862000757, 0.1563952420001442, 0.15626652199898672, 0.16040126100051566, 0.16213895399960165, 0.156860315000813, 0.15712649200031592, 0.156256393998774, 0.1557203730008041, 0.15825268700064044, 0.1577300649987592, 0.1572830220011383, 0.1556455609988916, 0.1548227390012471, 0.1541378559995792, 0.15773717599950032, 0.1604498489996331, 0.1564550479997706, 0.1561112500003219, 0.1550077539995982, 0.15610009100055322, 0.15586472600080015, 0.15595972899973276, 0.15518695900027524, 0.1558315969996329, 0.15609394000057364, 0.153579963998709, 0.15491449600085616, 0.15778041100020346, 0.1543497849997948, 0.15608439899915538, 0.15616205100013758, 0.1572821740010113, 0.15678302499873098, 0.15798363200156018, 0.15773052299846313, 0.15636951700071222, 0.15482019699993543, 0.1554953859995294, 0.15818968799976574, 0.158802938000008, 0.1568371620014659, 0.15468814199994085, 0.15479950299959455, 0.15408816099989053, 0.1547404289995029, 0.1541700790003233, 0.15492282800005341, 0.1551151990006474, 0.15451013399979274, 0.1555311129995971, 0.15784686199913267, 0.15710869600115984, 0.15479942799902346, 0.155425187000219, 0.15591528299955826, 0.15861064300042926, 0.1573004479996598, 0.15474998700119613, 0.15377685199928237, 0.15640266199989128, 0.15708058800009894, 0.15644297700055176, 0.15528045800056134, 0.15539734699996188, 0.15655478199914796, 0.15654094300043653, 0.1545860209989769, 0.1541649230002804, 0.15506351600015478, 0.15568447400073637, 0.15644307099864818, 0.15806543800135842, 0.15420808799899532, 0.15854180099995574, 0.15529804499965394, 0.1555270630015002, 0.15798119600003702, 0.15646021099928475, 0.15826940800070588, 0.15469428500000504, 0.15471366599922476, 0.15560845599975437, 0.1549919860008231, 0.15500604899898462, 0.15460981599972, 0.1543147440006578, 0.15474354499929177, 0.15592305600148393, 0.15665453699875798, 0.1577566330015543, 0.1558380339993164, 0.15673678299936, 0.15919085099994845, 0.15621072300018568, 0.15812194799946155, 0.15675970100164704, 0.15688032999969437, 0.16048637299900292, 0.1595788779995928, 0.15678189700156508, 0.15486218499972892, 0.15778367999882903, 0.15785009100000025, 0.1562819570008287, 0.1571875129993714, 0.16476018000139447, 0.16377128599924617, 0.15600799399908283, 0.16101810400141403, 0.1588249039996299, 0.15583367100043688, 0.1574137339994195, 0.159341726999628, 0.1550659140011703, 0.15330401499886648, 0.15434032600023784, 0.1577323740002612, 0.15361272799964354, 0.153891656000269, 0.15565507999963302, 0.15555648900044616, 0.15489478100062115, 0.15515020599923446, 0.15455536000081338, 0.1567941549983516, 0.15549837500111607, 0.15631236799890758, 0.15558753900040756, 0.157630269000947, 0.15821730799871148, 0.155682140000863, 0.15815060299973993, 0.15731759600021178, 0.15522917099951883, 0.1554537510000955]",tokens/s,6.379157214043893,, float32-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,01-ai/Yi-6B,01-ai/Yi-6B,cpu,,42,,,True,True,,float32,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,24690.429952,,,,,s,1,63.583938114001285,63.583938114001285,0.0,63.583938114001285,63.583938114001285,63.583938114001285,63.583938114001285,[63.583938114001285],,kWh,0.0007224275369451511,0.00039374964215991274,0,0.0011161771791050638,,MB,25400.631296,,,,,s,10,15.017791419002606,1.5017791419002606,0.004572127243590556,1.4999615260003338,1.5081687393008907,1.5089704786512812,1.5096118701315937,"[1.5053218369994283, 1.5079905750008038, 1.5046895559989935, 1.4955332270001236, 1.4982708170009573, 1.500137867000376, 1.4989029230000597, 1.5097722180016717, 1.4973872139999003, 1.4997851850002917]",tokens/s,170.46447966781125,kWh,1.7700390187221478e-05,9.647228440849081e-06,0.0,2.7347618628070558e-05,tokens/kWh,9360961.31372962,MB,25403.035648,,,,,s,10,100.39095832100065,10.039095832100065,0.0452384640858615,10.033959183499974,10.094620076999309,10.103024668500348,10.109748341701179,"[10.056399371000225, 10.0259592099992, 10.082903530001204, 10.111429260001387, 10.028357924999, 9.991818063999744, 10.092752389999077, 10.001336266999715, 10.039560442000948, 9.960441862000152]",tokens/s,6.275465545269241,kWh,0.00011864792251409755,6.466773663223826e-05,0.0,0.00018331565914633582,tokens/kWh,343669.4949759248,,s,630,100.38703922599962,0.1593445067079359,0.00319573688375865,0.15884037949945196,0.16378042539981835,0.1656503564004197,0.16893867226935985,"[0.16394315400066262, 0.15955996599950595, 0.159505915000409, 0.15879419500015501, 0.1612904140001774, 0.16139141399980872, 0.15591793699968548, 0.15912588399987726, 0.1585221460009052, 0.15647293099937087, 0.15741081300075166, 0.15712456699839095, 0.15533080300156143, 0.16315009999925678, 0.1572862819994043, 0.15980783499981044, 0.15590837800118607, 0.15609263499936787, 0.1573608670005342, 0.15811314799975662, 0.15459580599963374, 0.15765573700082314, 0.15507199799867522, 0.15543713600163755, 0.1567320269987249, 0.16015537100065558, 0.15355373099919234, 0.15612580900051398, 0.1581423999996332, 0.15806769000118948, 0.1557832620001136, 0.1558481859992753, 0.1633138239994878, 0.17061631900105567, 0.15968082200015488, 0.15671740399920964, 0.1574088319994189, 0.1595265380001365, 0.15767900700120663, 0.15939525099929597, 0.1593988309996348, 0.1649805320012092, 0.16053653999915696, 0.1612194659992383, 0.1597686690001865, 0.1586297169997124, 0.16052009900158737, 0.16280451599959633, 0.15882327500003157, 0.16114091300005384, 0.16320794499915792, 0.16671795500042208, 0.16026617399984389, 0.15976979100014432, 0.16112065400011488, 0.16085010599999805, 0.1627280350003275, 0.1601276869987487, 0.1663190620001842, 0.1616988969999511, 0.16288257999985944, 0.16552896600114764, 0.16332582399991225, 0.16267713500019454, 0.161238486000002, 0.15775690999907965, 0.15770669700032158, 0.1643967390009493, 0.1594601929991768, 0.15572106699983124, 0.15709274700020615, 0.15619420099937997, 0.1585043190007127, 0.15794897100022354, 0.15913671499947668, 0.15584168500026863, 0.15639001199997438, 0.15665125799932866, 0.15810327800136292, 0.15889247299855924, 0.1593256760006625, 0.15783661599925836, 0.15632026300045254, 0.16101241599972127, 0.16093098500095948, 0.15822043799926178, 0.15671976500016171, 0.1565931189998082, 0.15927840800031845, 0.16000945000087086, 0.15685167199990246, 0.15946801099926233, 0.1597877439999138, 0.1605401470005745, 0.15816622899910726, 0.15905518399995344, 0.15610187800120912, 0.15447827899879485, 0.15421010600039153, 0.16664092800056096, 0.1666736730003322, 0.1552887899997586, 0.15784763299961924, 0.16049157899942657, 0.16087649300061457, 0.16018147000067984, 0.1587506879986904, 0.15665972900023917, 0.15693691700107593, 0.15468793099898903, 0.15894947500055423, 0.16424442199968325, 0.16003956900021876, 0.16066469900033553, 0.15692860099989048, 0.16361803799918562, 0.16002927500085207, 0.1645622979995096, 0.16108062400053313, 0.16127662699909706, 0.16139830599968263, 0.16137103800065233, 0.1604890399994474, 0.15840542899968568, 0.1587666410014208, 0.16008884300026693, 0.1647226880013477, 0.16242022899859876, 0.16096062900032848, 0.15948120200118865, 0.16294895399914822, 0.15969711700017797, 0.1671780779997789, 0.16370077800092986, 0.16143658900000446, 0.15983522099850234, 0.15955092800140847, 0.1626963529997738, 0.155839211998682, 0.15624275300069712, 0.16015418300048623, 0.16153148999910627, 0.15873224599999958, 0.15648360200066236, 0.1560569659995963, 0.15736058500078798, 0.1555011469990859, 0.1556382950002444, 0.16072146599981352, 0.15836623900031555, 0.15809157299918297, 0.15757414800100378, 0.16361723199952394, 0.15845111999988148, 0.15625131500019052, 0.15462835899961647, 0.15613302400015527, 0.15643159499995818, 0.15724931300064782, 0.1570263409994368, 0.15834507900035533, 0.15848484200068924, 0.15630494200013345, 0.15679290399930323, 0.16241761799938104, 0.1611784680007986, 0.1669943830002012, 0.1668584599992755, 0.1668079270002636, 0.16473027000029106, 0.16921774999900663, 0.16765572100121062, 0.16236383999967074, 0.1589029599999776, 0.16242305800005852, 0.158830272999694, 0.16137202599929878, 0.15541500100152916, 0.15903956399961316, 0.15584157800003595, 0.1594597959992825, 0.15600473599988618, 0.15718436000133806, 0.1610854409991589, 0.16736994399980176, 0.16257949099963298, 0.15836986300018907, 0.15801062700120383, 0.1597758089992567, 0.1616598630007502, 0.1596179320004012, 0.15741967699977977, 0.1565235660000326, 0.1558889679999993, 0.1578256060001877, 0.15825536000011198, 0.1551393879999523, 0.15474234300017997, 0.15607041199837113, 0.1586879480000789, 0.15714451800158713, 0.1580354029993032, 0.15660807200038107, 0.16118036599982588, 0.15608623499974783, 0.16554522499973245, 0.15925303000040003, 0.16294586299954972, 0.16039476500009187, 0.15675303299940424, 0.15570398999989266, 0.15597775500100397, 0.1601491530000203, 0.16155669999898237, 0.15887579600166646, 0.16043655999965267, 0.15797668999948655, 0.15959069800010184, 0.1605532100002165, 0.16070177599976887, 0.15694384400012495, 0.16401173399935942, 0.17044223400080227, 0.16138441099974443, 0.1602852050000365, 0.16225886999927752, 0.16071282099983364, 0.1662693380003475, 0.16202143500049715, 0.16034459299953596, 0.1566997949994402, 0.15742043099999137, 0.15808958900015568, 0.16398323700013862, 0.15938249500140955, 0.15780717599955096, 0.1620455479987868, 0.16573637300098198, 0.166302583000288, 0.16424225899936573, 0.1632707949993346, 0.16225008200126467, 0.16981193900028302, 0.17075948599995172, 0.16599114499877032, 0.16160037700137764, 0.15851787399878958, 0.1611370070004341, 0.16247869499966328, 0.15978678899955412, 0.15753840700017463, 0.16422804500143684, 0.16468776799956686, 0.16242675299872644, 0.1606107220013655, 0.15791308299958473, 0.15625873600038176, 0.15889511800014589, 0.161029533999681, 0.15818714799934241, 0.1576092899995274, 0.1543839250007295, 0.16260744700048235, 0.16138339799908863, 0.1550337890002993, 0.15686310499950196, 0.1583632010006113, 0.15488369800004875, 0.1568598039993958, 0.15931814800023858, 0.15663476299960166, 0.1589800199999445, 0.15960482700029388, 0.15809820000140462, 0.16778331799832813, 0.16345918500155676, 0.15842356299981475, 0.15794832199935627, 0.15789779700025974, 0.16049189300065336, 0.16295591299967782, 0.16032852500029549, 0.16211543699864706, 0.16959167500135663, 0.16246203299851913, 0.1647530200007168, 0.15817607399912958, 0.1602958880012011, 0.1575732050005172, 0.16137436899953173, 0.16287755699886475, 0.16416225300054066, 0.15997674199934409, 0.15625905100023374, 0.15801337900120416, 0.16276656199988793, 0.15901108399884833, 0.15855736100093054, 0.15954935899935663, 0.15624705600021116, 0.15853543299999728, 0.16118956399986928, 0.15517641800033743, 0.15600337899923034, 0.15684508699996513, 0.15616568200130132, 0.15475219899963122, 0.15602694699919084, 0.1561992900005862, 0.15688097599922912, 0.15641174600023078, 0.15807040199979383, 0.1573562330013374, 0.15885048599920992, 0.15581158399982087, 0.16402650300005917, 0.16103960699911113, 0.16240498800107162, 0.15925603799951205, 0.1579026330000488, 0.15768171600029746, 0.15752186499958043, 0.15570596900033706, 0.1582379730007233, 0.15781917899948894, 0.15496336499927565, 0.15605550500004028, 0.16219200200066552, 0.1637491820001742, 0.15786415799993847, 0.159825226999601, 0.1611239529993327, 0.16224383700136968, 0.1566659919990343, 0.15847435999967274, 0.15880415300125605, 0.15698632199928397, 0.15693110400025034, 0.15798576599991065, 0.1562355949990888, 0.15675042800103256, 0.15480297099929885, 0.15711704600107623, 0.1572046089986543, 0.1595334970006661, 0.16387508099978731, 0.16290367700094066, 0.15802287899896328, 0.15670142900125938, 0.16096897199895466, 0.15690333400016243, 0.15875645099913527, 0.1575905360004981, 0.15909382900099445, 0.1563791640001, 0.15573426199989626, 0.15702965600030439, 0.1563252249998186, 0.1555213960000401, 0.1540845250001439, 0.1550098319985409, 0.15458344900071097, 0.1593381889997545, 0.1593478850008978, 0.15679913199892326, 0.16232863100049144, 0.15612885799964715, 0.15892451699983212, 0.15995886600103404, 0.16222062499946333, 0.15834936799910793, 0.1574715370006743, 0.15727674799927627, 0.157024927000748, 0.16736256799958937, 0.15832101900014095, 0.16492582499995478, 0.15904534699984652, 0.16629593899961037, 0.1652714609990653, 0.15789047900034348, 0.1630478299994138, 0.16637180200086732, 0.15917490900028497, 0.1601302589988336, 0.15834271400126454, 0.1598973849995673, 0.15919107800073107, 0.15608856399921933, 0.1560753379999369, 0.1643698919997405, 0.15892523900038213, 0.15654159800033085, 0.15504227099881973, 0.1556477240010281, 0.1588598809994437, 0.16138897299970267, 0.15765176300010353, 0.1580667779999203, 0.16113852099988435, 0.1561578010005178, 0.16043500200066774, 0.15938030799952685, 0.1569582789998094, 0.1551409710009466, 0.15767678699921817, 0.16177967700059526, 0.15675325699885434, 0.16036293000070145, 0.15911534699989716, 0.16110357199977443, 0.1682554130002245, 0.16295543399974122, 0.15923397299957287, 0.1600561530012783, 0.16158219699900656, 0.15890677199968195, 0.16019480300019495, 0.15859166300106153, 0.16167608499927155, 0.16377183999975387, 0.1581206890004978, 0.159404337999149, 0.1628524190000462, 0.15927870199993777, 0.15896687700114853, 0.1609822049995273, 0.16539590899992618, 0.15813766099927307, 0.1646184710007219, 0.1573874519999663, 0.1583251020001626, 0.15865206899979967, 0.15734501000042656, 0.1598303600003419, 0.16048378899904492, 0.16109345400036545, 0.16007407600045553, 0.16259364899997308, 0.16722502899938263, 0.16610293600024306, 0.16149889499865822, 0.15767004299959808, 0.15750180600116437, 0.15668933400047536, 0.1570525989991438, 0.15623077800046303, 0.15596025299964822, 0.1618972100004612, 0.15587565299938433, 0.1600545780001994, 0.16715951500009396, 0.16284186700067949, 0.16389708899987454, 0.15634625699931348, 0.15694745099972351, 0.16133274899948447, 0.1568649370001367, 0.1586237900010019, 0.1583584099989821, 0.15668298800119373, 0.1573619749997306, 0.1595889599993825, 0.1594301559998712, 0.16084283900090668, 0.1577608509996935, 0.15473747400028515, 0.16087584100023378, 0.15645863899953838, 0.15822165200006566, 0.15574522799943225, 0.15451094600030046, 0.1553050999991683, 0.1557265980009106, 0.15701645700028166, 0.15714668100008566, 0.1573255249986687, 0.15666942300049413, 0.15632402099981846, 0.15716276400053175, 0.1560196280006494, 0.16269054799886362, 0.15560677200119244, 0.1565644769998471, 0.16116945999965537, 0.1614564989995415, 0.15777568600060476, 0.1560734449994925, 0.15599501399992732, 0.1581703980009479, 0.16985746099999233, 0.16098195099948498, 0.15979493700069725, 0.16044333299942082, 0.15878206699926523, 0.1568922990009014, 0.1582645769994997, 0.1649946870002168, 0.16090277600051195, 0.1557172630000423, 0.16320022999934736, 0.16078830799960997, 0.15979673900073976, 0.16131337099977827, 0.16155825100031507, 0.16031810200001928, 0.1575094439995155, 0.15917304899994633, 0.16209785499995633, 0.1666756680006074, 0.16385769400039862, 0.15713257899915334, 0.1594803440002579, 0.1573552589998144, 0.15589746099976765, 0.15867746000003535, 0.1615345720001642, 0.15905228200062993, 0.1575143299996853, 0.16453937600090285, 0.1573840109995217, 0.1559578029991826, 0.15530562700041628, 0.15941840099912952, 0.16066756400141458, 0.15726259300026868, 0.1571175499993842, 0.159529227999883, 0.15965680199951748, 0.1583869460009737, 0.15911830099867075, 0.16133913600060623, 0.15647762099979445, 0.1598175449998962, 0.16637308200006373, 0.1605977030012582, 0.15901175099861575, 0.1563600099998439, 0.15466956500131346, 0.1562594219994935, 0.1598853350005811, 0.16029039899876807, 0.15493180900011794, 0.15755811500093841, 0.1558189229999698, 0.15813924800022505, 0.15772918999937247, 0.1558493440006714, 0.1567315799984499, 0.1592574140013312, 0.1669647629987594, 0.16532328900029825, 0.15765367899984994, 0.1594557389998954, 0.163705265000317, 0.16422050900109753, 0.15719091699975252, 0.15821497499928228, 0.15755928900034633, 0.1590650750003988, 0.15893653300008737, 0.1582513920002384, 0.15993411999988894, 0.15959777199896052, 0.16201138200085552, 0.15923446099986904, 0.162583919998724, 0.16166556999996828, 0.1617115820008621, 0.1636974579996604, 0.1591354930005764, 0.15578859400011424, 0.15598323799895297, 0.15412720600033936, 0.15680634300042584, 0.15710928099906596, 0.15511343400066835, 0.15427948199976527, 0.15770607000013115, 0.154352839999774, 0.1563325499992061, 0.15674137200039695, 0.16058875599992462, 0.16280190700126695, 0.1589056349985185, 0.16090521000114677, 0.15517061299942725, 0.15701378400081012, 0.15978624099989247, 0.15868943999885232, 0.1567464990002918, 0.15625222500057134, 0.15749904699987383, 0.153820043999076, 0.15921522400094545, 0.16356029499911529, 0.15651115200125787, 0.15650190299857059, 0.1548378550014604, 0.15591878299892414, 0.15430013200057147, 0.15528405499935616, 0.1559528350007895, 0.1622698480005056, 0.16534640600002604, 0.1607035269989865, 0.15489278700079012, 0.1579185039990989, 0.15866073700090055, 0.16296640499967907, 0.1639980079999077, 0.16056132499943487, 0.16091861099994276, 0.16012514700014435, 0.15732748600021296, 0.1575460669992026, 0.1557996980009193, 0.15670992500054126, 0.15627564500027802, 0.1563916289996996, 0.15641719799896237, 0.1609796640004788, 0.15656502199999522, 0.15825719799977378, 0.15933852700072748, 0.15800551000029373, 0.1588067639986548, 0.1582174249997479, 0.15640816500126675, 0.1578180929991504]",tokens/s,6.27571053850579,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,01-ai/Yi-34B,01-ai/Yi-34B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 111, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 57, in launch raise RuntimeError(f""Isolated process exited with non-zero code {isolated_process.exitcode}"") RuntimeError: Isolated process exited with non-zero code -9 ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,01-ai/Yi-6B,01-ai/Yi-6B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,12557.336576,,,,,s,1,160.62633338100022,160.62633338100022,0.0,160.62633338100022,160.62633338100022,160.62633338100022,160.62633338100022,[160.62633338100022],,kWh,0.0018660494217909687,0.0010170680129037454,0,0.0028831174346947144,,MB,12694.07744,,,,,s,10,20.679765909000707,2.067976590900071,0.012530350348158956,2.064916370500214,2.0832773158992497,2.090563481449499,2.0963924138896983,"[2.0556161110016546, 2.0570776450003905, 2.0648791450003046, 2.056279305001226, 2.0625295429999824, 2.081658167999194, 2.097849646999748, 2.065633540998533, 2.064953596000123, 2.073289207999551]",tokens/s,123.79250380613736,kWh,2.4435538898889413e-05,1.33181122855769e-05,0.0,3.775365118446632e-05,tokens/kWh,6780801.113756404,MB,12695.53152,,,,,s,10,76.14153990500017,7.614153990500017,0.03506812326714269,7.619351832500797,7.649846638900454,7.65383846695031,7.657031929390196,"[7.642027145999236, 7.648959566000485, 7.59521109599882, 7.548814944999322, 7.562598181000794, 7.657830295000167, 7.614479887000925, 7.624223778000669, 7.644094593999398, 7.603300417000355]",tokens/s,8.274064338415466,kWh,9.008497942215174e-05,4.909984729598886e-05,0.0,0.00013918482671814063,tokens/kWh,452635.5457378955,,s,630,76.1376211099996,0.12085336684126921,0.001771900464142561,0.1205072904995177,0.1231182550003723,0.12411805325018577,0.12653798199098673,"[0.1251336169989372, 0.12180716900002153, 0.12246660299933865, 0.12156948200026818, 0.12075947000084852, 0.12197730700063403, 0.123119460999078, 0.12044800900002883, 0.12094718300068052, 0.12045296899850655, 0.11939885400170169, 0.12283164199834573, 0.1216480560015043, 0.12382758199964883, 0.1217605599995295, 0.12134747200070706, 0.11883795999892754, 0.12012769600005413, 0.12068140300107189, 0.1209350720000657, 0.12038128499989398, 0.11924509699929331, 0.12042812800063984, 0.12279652699908183, 0.12319226700128638, 0.12032389299929491, 0.1184734889993706, 0.11984119699991425, 0.11809784199977003, 0.11842994000107865, 0.11885552800049481, 0.11799271699965175, 0.12054201299906708, 0.12153414900058124, 0.12665703799939365, 0.12308185100118862, 0.12268830899847671, 0.12124853200111829, 0.12208829399969545, 0.12357320599949162, 0.12444587900063198, 0.12159557399900223, 0.12053248700067343, 0.11985025400099403, 0.12297732299884956, 0.12204438300068432, 0.11938949300019885, 0.1199669769994216, 0.12141385600079957, 0.11997403999885137, 0.1215852929999528, 0.1203454900005454, 0.12153920600030688, 0.11999414799902297, 0.12178601900086505, 0.12539332899905276, 0.12416384800053493, 0.12165309400006663, 0.12051176599925384, 0.12092028900042351, 0.122147080999639, 0.1212553969999135, 0.11861394900006417, 0.1247536080009013, 0.1214900459999626, 0.12400468899977568, 0.11933612400025595, 0.11837444599950686, 0.12154759499935608, 0.12089811400073813, 0.11904075100028422, 0.1206544529995881, 0.11808438200023375, 0.11877996899966092, 0.11911482499999693, 0.11882682499890507, 0.11836843000128283, 0.11923214899979939, 0.11929121799948916, 0.12000263499976427, 0.11868002899973362, 0.1204396250013815, 0.12094343199896684, 0.1190905430012208, 0.1184052270000393, 0.12103741799910495, 0.1202435430004698, 0.12072176999936346, 0.12034206300086225, 0.126249385999472, 0.12407070799963549, 0.12014586199984478, 0.12216790700040292, 0.11995897000088007, 0.12075890499909292, 0.12149864000093658, 0.12254793099964445, 0.12106664499879116, 0.12078946600013296, 0.1214709430005314, 0.12399151700083166, 0.12034998799936147, 0.12062244799926702, 0.12161517000095046, 0.12304995599879476, 0.12311094500000763, 0.12382310400062124, 0.12295473700032744, 0.12197574299898406, 0.12236846600171702, 0.12271895799858612, 0.12105203800092568, 0.11990860900004918, 0.12027329800002917, 0.12299829999938083, 0.12126822900063416, 0.12252868699943065, 0.12210251199940103, 0.12317159700069169, 0.12289916699955938, 0.12290822599970852, 0.12656972800141375, 0.1303522130001511, 0.12118419299986272, 0.12109181599953445, 0.12125042399929953, 0.12575898699833488, 0.12134083500131965, 0.12330815499990422, 0.1195062759998109, 0.12047666400030721, 0.12047586500011676, 0.11990435799998522, 0.11988082300013048, 0.12134346999846457, 0.12025301100038632, 0.12323361100061447, 0.12140277400067134, 0.11936337599945546, 0.11941420800030755, 0.11978676699982316, 0.12047606499982066, 0.12075953599924105, 0.1205404410011397, 0.12050672999976086, 0.12097494800036657, 0.1190388669983804, 0.1188339790005557, 0.11978379799984396, 0.12200188499991782, 0.12247915199986892, 0.11878465400150162, 0.12008818999856885, 0.1186987630007934, 0.12071531499896082, 0.1212179100002686, 0.12194260100113752, 0.12000037799953134, 0.11909258800005773, 0.12012303200026508, 0.12012881699956779, 0.12034452499938197, 0.12123636400065152, 0.1214951399997517, 0.12030149900056131, 0.12338705500042124, 0.11952407599892467, 0.12029645900111063, 0.12061862099835707, 0.11889451700153586, 0.11888936200011813, 0.11987470999883953, 0.1192837190010323, 0.11967531600021175, 0.12091247299940733, 0.12009477599895035, 0.1211076489998959, 0.12064907300009509, 0.11895764600012626, 0.11921891000019968, 0.12034563800079923, 0.12025614300000598, 0.12061724699924525, 0.12028700799965009, 0.12034587700145494, 0.11997855699883075, 0.12364549999983865, 0.12042997600110539, 0.1225071469998511, 0.12345032199846173, 0.11992350300170074, 0.12038370699883671, 0.12136434199965151, 0.12013786799980153, 0.1199292780001997, 0.12015025900109322, 0.12213682000037807, 0.12223259699931077, 0.11897078299989516, 0.11929176000012376, 0.12113880200013227, 0.12066409100043529, 0.11964756099951046, 0.11976119300015853, 0.12013622999984364, 0.12023299899919948, 0.11989201200049138, 0.11975546500070777, 0.11791744999936782, 0.11895244299921615, 0.1189465650004422, 0.11855002400079684, 0.11893942999995488, 0.12009933700028341, 0.12012558199967316, 0.12041774299905228, 0.12000536200139322, 0.1198752609998337, 0.11893551999855845, 0.12017499600005976, 0.1174757460012188, 0.12094912199972896, 0.12013500300054147, 0.1190308429995639, 0.11895772199932253, 0.12029754700051853, 0.11950187399997958, 0.11977256499994837, 0.12116198600051575, 0.11874451699986821, 0.1202995869989536, 0.1224240080009622, 0.11838059100045939, 0.11847676999968826, 0.11918704799973057, 0.11920228999952087, 0.11738252100076352, 0.11969662899900868, 0.11967469100090966, 0.11956139100038854, 0.11847922099877906, 0.12366627800111019, 0.12024856700008968, 0.11995451899929321, 0.11822164099976362, 0.11982822500067414, 0.119730210999478, 0.11924323399944114, 0.1191520299998956, 0.11963006600126391, 0.1188878159991873, 0.11893320399940421, 0.12419263400079217, 0.11857760999919265, 0.11868924400005199, 0.11893477000012354, 0.11888918499971624, 0.11885231099950033, 0.11866389800161414, 0.11905639199903817, 0.11984157400002005, 0.11993854600041232, 0.1185609009990003, 0.11985314699995797, 0.1188989300007961, 0.12023186800070107, 0.1198789489990304, 0.11999691399978474, 0.12053600900071615, 0.11782271700030833, 0.11994241299908026, 0.11944662200039602, 0.11919495099937194, 0.12030345800121722, 0.1199412489986571, 0.1200684210016334, 0.1205627370000002, 0.1209196569998312, 0.11957930499920622, 0.11928339100086305, 0.11972728199907579, 0.11946637400069449, 0.11962678099916957, 0.11968789700040361, 0.12017170000035549, 0.12093598499996006, 0.12221972400038794, 0.12121623299935891, 0.12480403900008241, 0.11968066199915484, 0.11935064200042689, 0.12094861100013077, 0.1203577159994893, 0.12019910600065487, 0.11912654399930034, 0.11867102500036708, 0.12096656200083089, 0.12077302599936957, 0.1230889369999204, 0.11940896200030693, 0.12012686399975792, 0.1224996849996387, 0.12139295700035291, 0.12194652399921324, 0.12047854400043434, 0.11928620800063072, 0.12007073799941281, 0.11961186100052146, 0.1195060480004031, 0.12008180500015442, 0.11901872299858951, 0.11925038100162055, 0.11862554999970598, 0.1187019640001381, 0.1205248459991708, 0.12384638200092013, 0.12026216000049317, 0.11911564499860106, 0.11835924400111253, 0.11908655799925327, 0.12038058300095145, 0.11930953599949135, 0.12176596499921288, 0.12216387999978906, 0.12025076700047066, 0.12468937099947652, 0.1207693090000248, 0.12047633700058213, 0.12306224100029794, 0.12233027599904744, 0.1246509380016505, 0.124110157999894, 0.12089498099885532, 0.12182642399966426, 0.12144772999999986, 0.12119378600073105, 0.12001334500018856, 0.1220215659996029, 0.12093306399947323, 0.11915424600010738, 0.12078475500129571, 0.12089011500029301, 0.12181639699883817, 0.12263686500045878, 0.1200093419993209, 0.12076296200029901, 0.12079921499935153, 0.12353704199995263, 0.12187649500083353, 0.12423025399948529, 0.11987450300148339, 0.12092611499974737, 0.12138713399872358, 0.1206450900008349, 0.12294980799924815, 0.12076088400135632, 0.1215450179988693, 0.12135088000104588, 0.12222720199861214, 0.12213303099997574, 0.11999345600088418, 0.12079213200013328, 0.12200069499886013, 0.1264602589999413, 0.12287412300065625, 0.12127580200103694, 0.12292398499994306, 0.12172564799948304, 0.12056923899945104, 0.12128273999951489, 0.1231867290007358, 0.12483643099949404, 0.12175746000139043, 0.12070219899942458, 0.11954009600049176, 0.12085533399840642, 0.12335918600001605, 0.12004661400169425, 0.12566335200062895, 0.11992379699950106, 0.11876398300046276, 0.11962232299993047, 0.11908127400056401, 0.11832283799958532, 0.11911271799908718, 0.11992399900009332, 0.12012256300113222, 0.11812419399939245, 0.11976807999963057, 0.11875111600056698, 0.11890483099887206, 0.12280139300128212, 0.12017341600039799, 0.11947381499885523, 0.1219672580009501, 0.12080325799979619, 0.12031896999906166, 0.11983528699965973, 0.12042969600042852, 0.12028177100000903, 0.11971244100095646, 0.11803114899885259, 0.11948167800073861, 0.12176998699942487, 0.12024816099983582, 0.12100554600147007, 0.12085069699969608, 0.12057134099995892, 0.11928951699883328, 0.12382623099983903, 0.1307168970015482, 0.1248424059995159, 0.12109710299955623, 0.1212537789997441, 0.12562769100077276, 0.12171605000003183, 0.11969403500006592, 0.11894088599910901, 0.12036312199961685, 0.12430887200025609, 0.12046962299973529, 0.11964504200113879, 0.11947457600035705, 0.11901620999924489, 0.12068077699950663, 0.11945054500029073, 0.12124997399951098, 0.12247635000130686, 0.12672141899929557, 0.12083853500007535, 0.12175031399965519, 0.12065210699984164, 0.12077957400106243, 0.12034097600007954, 0.12049119899893412, 0.12167684700034442, 0.11946625400014454, 0.12045089800085407, 0.12054505099877133, 0.12080046600021888, 0.12159939900084282, 0.12412451300042449, 0.11998414899971976, 0.1196146399997815, 0.11930922000101418, 0.12258898800064344, 0.1223407399993448, 0.11975932799941802, 0.12090481400082354, 0.12005625199890346, 0.11924902900136658, 0.11860365299980913, 0.11923545999889029, 0.12101181400066707, 0.1216791770002601, 0.123773078999875, 0.12220066400004725, 0.12332924600013939, 0.12284179000016593, 0.12165102099970682, 0.12011415999950259, 0.12051365700062888, 0.11842704300033802, 0.12052883700016537, 0.12249512199923629, 0.1230797080006596, 0.12033308999889414, 0.1215944909999962, 0.119898020000619, 0.12092862399913429, 0.12103451199982374, 0.12080213900117087, 0.12335276399971917, 0.12105136600075639, 0.1196696589995554, 0.11938469800043094, 0.12014067199925194, 0.1194958169999154, 0.1198796240005322, 0.11954885599880072, 0.12007280299985723, 0.12120646900075371, 0.11948378899978707, 0.11863167400042585, 0.11825291899913282, 0.12243966200003342, 0.12080467800115002, 0.12196459499864432, 0.1213838770017901, 0.12121472099897801, 0.12146955599928333, 0.11987917800070136, 0.11924499099950481, 0.12263454400090268, 0.12579768899922783, 0.11979330600115645, 0.12304032599968195, 0.12302596399968024, 0.12340083500021137, 0.12294098199890868, 0.11963276700043934, 0.12009222300002875, 0.12144073200033745, 0.12142396300077962, 0.12518793500021275, 0.1207882899998367, 0.12099835700064432, 0.12111784999979136, 0.12704969399965194, 0.12019187999976566, 0.11865199999920151, 0.11872035300075368, 0.12022398299995984, 0.11935670400089293, 0.11934961199949612, 0.1191048740001861, 0.11841419499978656, 0.12102527699971688, 0.12196309399951133, 0.12395833000118728, 0.12079836500015517, 0.12136613699840382, 0.1206565340016823, 0.11934667799869203, 0.11958636000053957, 0.11947411099936289, 0.11865852000119048, 0.11858637600016664, 0.12300505999883171, 0.12192993700045918, 0.11998002099971927, 0.12080434600102308, 0.11885779199837998, 0.1204654870016384, 0.12347350699928938, 0.12033252899891522, 0.121176649001427, 0.12038413600021158, 0.12132072499844071, 0.12224314800005232, 0.12102034700001241, 0.12135282500094036, 0.12174263199995039, 0.12037456299913174, 0.1256208280010469, 0.1266844769997988, 0.12311812100051611, 0.12397330000021611, 0.12091306899856136, 0.1201288440006465, 0.12060155799917993, 0.12227935800001433, 0.12125104900042061, 0.12061224799981574, 0.11987201200099662, 0.12160787199900369, 0.11944812000001548, 0.12075581700082694, 0.12168855100026121, 0.12549251899872615, 0.1231371810008568, 0.12221377300011227, 0.12308060599934834, 0.1223549610003829, 0.12156838500050071, 0.11957395199897292, 0.12468366299981426, 0.12560875800045324, 0.12254044800101838, 0.12039999799890211, 0.12126674400133197, 0.12026276799952029, 0.12259400199945958, 0.12024273200040625, 0.11916080599985435, 0.12159320200044021, 0.12325635599881934, 0.11987760100055311, 0.12013302900049894, 0.12085170299906167, 0.1206933930006926, 0.1199357389996294, 0.12047660200005339, 0.1214139530002285, 0.12169837500005087, 0.12157120099982421, 0.12038357299934432, 0.12222018200009188, 0.12213181100014481, 0.12031943600049999, 0.11887824299992644, 0.12077750299977197, 0.12089378299970122, 0.12091825199968298, 0.1205859670008067, 0.1197430379997968, 0.11932992299989564, 0.1206294590010657, 0.12063620399931096, 0.12068379999982426, 0.1198699159995158, 0.12058362200150441, 0.12191187899952638, 0.12020435100021132, 0.11957999599871982, 0.11813040600100067, 0.12170119199981855, 0.12229334999938146, 0.11963032000130625, 0.12021331299911253, 0.11831096400055685, 0.12166754600002605, 0.1203495629997633, 0.12300233200039656, 0.12050785099927452, 0.1204240179995395, 0.12332531799984281, 0.12001733600118314, 0.12040772199907224, 0.11857455100107472, 0.11821071299891628, 0.11986574399998062, 0.12073068999961833, 0.12043593300040811, 0.12004464600067877, 0.12230334299965762, 0.11897525799940922, 0.12170995700034837, 0.11954773000070418, 0.11868315199899371]",tokens/s,8.274490203598683,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen,Qwen/Qwen-7B,Qwen/Qwen-7B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-66b,facebook/opt-66b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,stabilityai/stablelm-base-alpha-7b,stabilityai/stablelm-base-alpha-7b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-2.7B,EleutherAI/gpt-neo-2.7B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,11693.232128,,,,,s,1,29.692677327999263,29.692677327999263,0.0,29.692677327999263,29.692677327999263,29.692677327999263,29.692677327999263,[29.692677327999263],,kWh,0.00031953356966666767,0.0001741569269849481,0,0.0004936904966516157,,MB,11810.480128,,,,,s,10,7.065544702999432,0.7065544702999432,0.003387153648215051,0.7056860944999244,0.7117929573995753,0.7123396416995547,0.7127769891395382,"[0.7128863259995342, 0.7031375950000438, 0.7035544059999665, 0.7060497639995447, 0.7086903850004092, 0.7047415730003195, 0.7053224250003041, 0.7071546890001628, 0.7023360679995676, 0.7116714719995798]",tokens/s,362.32167619196304,kWh,8.339960421203993e-06,4.545482490107906e-06,0.0,1.28854429113119e-05,tokens/kWh,19867380.714966513,MB,11881.373696,,,,,s,10,50.875183147000826,5.087518314700082,0.03312882699635841,5.089308434499799,5.126427287099887,5.12706351105021,5.1275724902104685,"[5.117218377000427, 5.127699735000533, 5.118126490000577, 5.096788607000235, 5.073860777999471, 5.081828261999362, 5.126285903999815, 5.055147748999843, 5.038972444000137, 5.039254801000425]",tokens/s,12.383247804330304,kWh,6.0176040921157645e-05,3.2798208095035486e-05,0.0,9.297424901619312e-05,tokens/kWh,677606.9789929406,,s,630,50.870208765001735,0.08074636311905037,0.0017686016245144264,0.08040678499992282,0.08317930929997601,0.0842358082998544,0.0858215411499441,"[0.08513395699992543, 0.08202587899995706, 0.0855380660004812, 0.08229324700005236, 0.08214595600020402, 0.08195778199933557, 0.08400415600044653, 0.08242733899987797, 0.08090974100014137, 0.08125093199942057, 0.0809245890004604, 0.0792719909995867, 0.07878862699999445, 0.07983956299995043, 0.07984484700045869, 0.0792962269997588, 0.07920504000048822, 0.079292864999843, 0.08014748599998711, 0.07930740899973898, 0.07995282699994277, 0.08009111100000155, 0.0794495480004116, 0.07979035500011378, 0.08103910299996642, 0.08568738599933567, 0.07893809100005456, 0.08420023899998341, 0.08082088599985582, 0.08231146200068906, 0.08118991999981517, 0.08476066699950024, 0.08108650400026818, 0.0797060920003787, 0.08103243400000792, 0.08021599899984722, 0.08089039700007561, 0.08301093799946102, 0.08040143800008082, 0.08048485700055608, 0.08164944700001797, 0.08147305199963739, 0.08153206699989823, 0.0790480989999196, 0.08122419100072875, 0.08052264399975684, 0.08229998200022237, 0.08620501199948194, 0.08313966100013204, 0.08035484199990606, 0.08096888399995805, 0.08038646600016364, 0.08230135899975721, 0.08254578500054777, 0.08092043999931775, 0.08151437400010764, 0.079236094999942, 0.0808536800004731, 0.08020093999948585, 0.08159032399998978, 0.07989376500063372, 0.08056713199948717, 0.07948306600064825, 0.08373317099994892, 0.0826697319998857, 0.08050880800055893, 0.08100699300030101, 0.07884513299995888, 0.07836831399981747, 0.07879485299963562, 0.08217182400039746, 0.08295150300000387, 0.07993183700000372, 0.07890721100011433, 0.07992734199979168, 0.07918348600014724, 0.07917284999984986, 0.07986706100018637, 0.07910009799979889, 0.08055615099965507, 0.07827490100044088, 0.08202696499938611, 0.08246980400053872, 0.0797767849999218, 0.0830489359996136, 0.08303022700056317, 0.08180975699997362, 0.08544205799989868, 0.08230701699994825, 0.08003554199967766, 0.08050052900034643, 0.08336810699984198, 0.08287995800037606, 0.08059496999976545, 0.08166866699957609, 0.0820800670007884, 0.0809477919992787, 0.08389523599998938, 0.08576402900052926, 0.08517004899931635, 0.08441525200032629, 0.08033221500045329, 0.08421127499968861, 0.08096043200021086, 0.0835155009999653, 0.08071007699982147, 0.08195673499994882, 0.08050325000021985, 0.08643250099976285, 0.07949374500003614, 0.07996750900019833, 0.08040179399995395, 0.08075502999963646, 0.08041177599989169, 0.07882094300020981, 0.08208811500026059, 0.08159720099956758, 0.08005534800031455, 0.08126354999967589, 0.08075364500018622, 0.08221362499989482, 0.0811672070003624, 0.08106408399999054, 0.08221545000014885, 0.08029850799994165, 0.08090841499961243, 0.08467235200077994, 0.08078434199978801, 0.0850054739994448, 0.08193503500024235, 0.07924642899979517, 0.08367092200023762, 0.08213725099994917, 0.08260723800049163, 0.07986773099946731, 0.08061346900012722, 0.08074783499978366, 0.0799832789998618, 0.08209295400047267, 0.08120266199966863, 0.08013327800017578, 0.08081873999981326, 0.08023521199993411, 0.08124261100056174, 0.0803282950000721, 0.08032242899935227, 0.0798582900006295, 0.07939764799994009, 0.08119043599981524, 0.07987244699961593, 0.08072382600039418, 0.07929415000035078, 0.07968295799946645, 0.07996801399985998, 0.07887969600051292, 0.08153034899987688, 0.07960405799985892, 0.07926065399988147, 0.08039230099984707, 0.07973461600067822, 0.08239320699976815, 0.08059527099976549, 0.08258835600008751, 0.08116309399974853, 0.08111494300010236, 0.08132508900052926, 0.08515462899958948, 0.08159987500039279, 0.080712050999864, 0.08285739299935813, 0.0819572540003719, 0.07972159499968257, 0.08119882700066228, 0.08174037599928852, 0.0813382480000655, 0.08338705799997115, 0.08206791500015242, 0.08214687000054255, 0.08350762400004896, 0.08590279500003817, 0.08255578199987212, 0.08087101799992524, 0.08155592399998568, 0.0802613139994719, 0.08179208199999266, 0.08170161799989728, 0.07955361400036054, 0.07932507199984684, 0.08047513300061837, 0.08425588099999004, 0.08057543199993233, 0.07996305600045162, 0.07961142499971174, 0.0833343270005571, 0.07882910399985121, 0.07871977499962668, 0.07846176900056889, 0.07916662399929919, 0.07881446100054745, 0.07963706699956674, 0.0794137419998151, 0.08028783000008843, 0.08086670400007279, 0.08340967700041801, 0.08224550399972941, 0.08063984399996116, 0.08146172699980525, 0.0858413380001366, 0.0803852890003327, 0.08133142899987433, 0.0800459949996366, 0.07991690500057302, 0.07896327199978259, 0.07877637000001414, 0.08309742799974629, 0.07809554600044066, 0.08024445099999866, 0.08046108100006677, 0.07831393899959949, 0.07859651299986581, 0.0799531319999005, 0.0800399980007569, 0.07960899299996527, 0.07876545799990708, 0.08012254699951882, 0.07958298700032174, 0.07845297699986986, 0.07934366799963755, 0.0794109380003647, 0.08280164600000717, 0.08087708800030668, 0.07997967699975561, 0.07990575900021213, 0.08461438399990584, 0.08434256500004267, 0.08350731900009123, 0.0834977529993921, 0.08029217400053312, 0.08103514699996595, 0.08251296300022659, 0.08164756199948897, 0.07962508499986143, 0.07885786600036226, 0.08122020399969188, 0.08056323399978282, 0.08012793400030205, 0.08273556699987239, 0.08280690799983859, 0.08221909400072036, 0.08290797299923724, 0.08549155300079292, 0.0857694239994089, 0.08448435900027107, 0.07971381399966049, 0.07875744800003304, 0.07893494600011763, 0.07862223499978427, 0.07844332500008022, 0.07952486900012445, 0.08027427100023488, 0.08115868799995951, 0.08041377499921509, 0.07937758500065684, 0.08322869399944466, 0.08467328999995516, 0.08660499500001606, 0.08181041200077743, 0.08182640499944682, 0.08134141800019279, 0.0793719349994717, 0.08005111100010254, 0.08162669200009987, 0.07849818500017136, 0.08021367699984694, 0.07924169000034453, 0.08047024799998326, 0.07816665199970885, 0.07889790399985941, 0.07910606600034953, 0.08013600100002805, 0.07926132099964889, 0.07876570500047819, 0.07962536800005182, 0.0791113219993349, 0.0789271120002013, 0.07974948500032042, 0.08003523899969878, 0.07929863400022441, 0.07779343000038352, 0.07911886399961077, 0.0786974940001528, 0.08173072399949888, 0.08472542600065935, 0.07935885400002007, 0.07967238099990936, 0.08004614199944626, 0.08045779200074321, 0.07921407899993937, 0.08170431100006681, 0.07828461499957484, 0.08051568700011558, 0.08228487199994561, 0.08251433399982488, 0.08234868100043968, 0.08053938699958962, 0.07981964400005381, 0.08360210800037748, 0.08151580300000205, 0.0788598479994107, 0.08491429900004732, 0.08257807700010744, 0.08008528299978934, 0.07959023200055526, 0.08191607099979592, 0.08163249799963523, 0.08362701699934405, 0.08255076600016764, 0.08175337100055913, 0.08027846499953739, 0.07929638600035105, 0.08300368399977742, 0.08010102400021424, 0.07909585800007335, 0.07948562299952755, 0.07830314500006352, 0.07959618099994259, 0.07904659399991942, 0.07921307600008731, 0.07979063699986, 0.07937139800014847, 0.07987596800012398, 0.08130487299968081, 0.0824623660000725, 0.0800464780004404, 0.07980782899994665, 0.08111502999963704, 0.08005904900073801, 0.08201730999917345, 0.08097965200067847, 0.08029648499996256, 0.08208173200000601, 0.0797190289995342, 0.07889157899990096, 0.08018494000043574, 0.07993557999998302, 0.07908650300032605, 0.080644566999581, 0.08112750199961738, 0.07955212000069878, 0.07845711599929928, 0.08019112000056339, 0.08116031600002316, 0.0841724179999801, 0.07975953000004665, 0.08518044099946565, 0.07925725800032524, 0.08281127600002947, 0.07992649900006654, 0.08134511200023553, 0.08125081799971667, 0.08079995600019174, 0.08009079800012842, 0.08048481900004845, 0.0788736489994335, 0.08121396499973343, 0.08073295900067023, 0.0822201020000648, 0.08156691699969087, 0.08081019800010836, 0.08017549699980009, 0.08048389299983683, 0.08267855200028862, 0.08317463399998815, 0.08045896499970695, 0.08051847300066584, 0.07950635199995304, 0.08032850799918378, 0.07991837300050975, 0.08533756499946321, 0.08315871200011316, 0.08183743500012497, 0.07824850399993011, 0.07852457700028026, 0.07947640400016098, 0.08064783200006787, 0.08098552100000234, 0.07879076899916981, 0.07765890300015599, 0.07857690900073067, 0.08295885099960287, 0.08328042799985269, 0.08146620499974233, 0.08039426600043953, 0.07853487400006998, 0.0818541409998943, 0.08293912499993894, 0.08082915999966644, 0.08130312899993442, 0.08046822800042719, 0.08104022099996655, 0.0792642269998396, 0.07971331800035841, 0.082311326999843, 0.08062076399983198, 0.08212462600022263, 0.0839661560003151, 0.08252035199984675, 0.08196343799954775, 0.08296296700063976, 0.0808686239997769, 0.08153057599975, 0.0811558450004668, 0.08329800100000284, 0.08663878999959707, 0.08322708499963483, 0.08434607600065647, 0.08138605800013465, 0.08168031799959863, 0.08002233299976069, 0.08135351500004617, 0.08354167900051834, 0.08049704399945767, 0.08109804300056567, 0.08204985099928308, 0.08069928400072968, 0.0825919539993265, 0.08098950100065849, 0.0811674619999394, 0.07987913399938407, 0.08236961200054793, 0.08160300300005474, 0.0799180569993041, 0.08238598700063449, 0.0830454409997401, 0.07984220199978154, 0.08395920300063153, 0.0790936919993328, 0.07925552100005007, 0.0800484890005464, 0.08141428399994766, 0.08104661400011537, 0.08330126900000323, 0.08062673099993845, 0.07920069200008584, 0.08056921800016426, 0.08102392399996461, 0.07914387299933878, 0.0782209340004556, 0.0827350520003165, 0.08038434199988842, 0.08010202399964328, 0.07990547600002174, 0.0797113079997871, 0.08119378500032326, 0.07919651799966232, 0.08004095100022823, 0.08096422299968253, 0.08172458300032304, 0.08515806299965334, 0.08263944200007245, 0.08294686299996101, 0.07895335600005637, 0.07894851499986544, 0.07851871000002575, 0.07912137299990718, 0.07919545900040248, 0.0787264900000082, 0.07987504100037768, 0.07900376099951245, 0.07956023899987485, 0.0798845640001673, 0.07980349599984038, 0.07850714600044739, 0.07831533999979001, 0.07979085599981772, 0.07946748399990611, 0.08178837200011913, 0.07915095800035488, 0.07934402499995485, 0.07963683100024355, 0.07804565199967328, 0.07970986999953311, 0.08132915300029708, 0.07930830199984484, 0.07943540999985998, 0.07911050800066732, 0.08003176399961376, 0.08148358500056929, 0.08238594399972499, 0.08051491399965016, 0.08057028500024899, 0.08322138699986681, 0.08343617900027311, 0.08341859400024987, 0.07990208999945025, 0.07969562800008134, 0.079799658000411, 0.07862326599934022, 0.07917722900037916, 0.07929419700030849, 0.07954736299961951, 0.07906487600030232, 0.08026705299926107, 0.08098888900076417, 0.08336062800026411, 0.0816835750001701, 0.08097083199936606, 0.08001746600075421, 0.07894229999965319, 0.07859551500041562, 0.07994078599949717, 0.07866371799991612, 0.07866523099983169, 0.07762355800059595, 0.07734132599944132, 0.07770236099986505, 0.07952964100059035, 0.08034714399946097, 0.07828872200025216, 0.07738011600031314, 0.07945138400009455, 0.08203328099989449, 0.08248955499948352, 0.08157155600019905, 0.07963932599977852, 0.08011948200055485, 0.08363140299934457, 0.08091615600005753, 0.08010566900065896, 0.07881312700010312, 0.07982966099916666, 0.07859695200022543, 0.07945152800039068, 0.07932195099965611, 0.0814988620004442, 0.07904533399960201, 0.07923260500047036, 0.08110810199923435, 0.07861342400065041, 0.07971087699934287, 0.08063507600036246, 0.08091826800045965, 0.08349367299979349, 0.08108225900014077, 0.08038827199925436, 0.08071146000020235, 0.07972314600010577, 0.07929869700001291, 0.07809358200029237, 0.07864862799942784, 0.08029066400013107, 0.07842572400022618, 0.07845729499968002, 0.0786614290000216, 0.0788069620002716, 0.07916026699967915, 0.08000153900047735, 0.07972827899993717, 0.08027326899991749, 0.0823128860001816, 0.08273503799955506, 0.08054200400056288, 0.08080969499951607, 0.08214334600052098, 0.0796858979992976, 0.0799029520003387, 0.07930173000022478, 0.08636487200055853, 0.07952065399967978, 0.07862036599999556, 0.07936355099991488, 0.07931421899957058, 0.07968552300008014, 0.08077384400075971, 0.08131198299997777, 0.08155853199968988, 0.07825009299995145, 0.08195902700026636, 0.08061933299995871, 0.07960848799939413, 0.0790168880002966, 0.0782681410000805, 0.07776716300031694, 0.07754907199978334, 0.07735553699967568, 0.07754981600010069, 0.0795972289997735, 0.08000435900066805, 0.07859122399986518, 0.07871378599975287, 0.07910466700013785, 0.08041404799951124, 0.08182510700044077, 0.08080424600029801, 0.08577307299947279, 0.08118614500017429, 0.0817508390000512, 0.07948847500028933, 0.07849391699983244, 0.07954872499976773, 0.08297483499973168, 0.0785095020000881, 0.07878089099995123, 0.07863892000023043, 0.07975816300040606, 0.07979161399998702, 0.08055574799982423, 0.07987258299999667, 0.0813768110001547, 0.07965723500001332, 0.08000196400007553, 0.0790573559997938, 0.07908561000022019, 0.0789528129998871, 0.07977611999922374, 0.08000209400051972, 0.08032692199958547, 0.07961203200011369, 0.08017321500028629, 0.08171781500004727, 0.08007128099961847, 0.07838874800017948, 0.07844603500052472, 0.07944792699981917, 0.08124903699990682, 0.08099690099970758, 0.08195437999984279, 0.08111198900041927, 0.08002706000024773, 0.07879129599950829]",tokens/s,12.384458709621702,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-7b,tiiuae/falcon-7b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Llama-2-7b-hf,meta-llama/Llama-2-7b-hf,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-rw-1b,tiiuae/falcon-rw-1b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-4B,Qwen/Qwen1.5-4B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,internlm2,internlm/internlm2-20b,internlm/internlm2-20b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,deci,Deci/DeciLM-7B,Deci/DeciLM-7B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,28891.213824,,,,,s,1,70.78158799099992,70.78158799099992,0.0,70.78158799099992,70.78158799099992,70.78158799099992,70.78158799099992,[70.78158799099992],,kWh,0.0008076481956347184,0.00044019834721338135,0,0.0012478465428480997,,MB,29343.502336,,,,,s,10,17.53729199899999,1.753729199899999,0.006361023264613808,1.753056678500343,1.7606222413001889,1.7635996091496964,1.7659815034293025,"[1.7437643170001138, 1.7584950849995948, 1.766576976999204, 1.7504068059997735, 1.7599606040002982, 1.7510039100006907, 1.7488403130000734, 1.7551094469999953, 1.755109738000101, 1.7480248020001454]",tokens/s,145.97464649308318,kWh,2.0728557923333268e-05,1.1297688432834448e-05,0.0,3.202624635616772e-05,tokens/kWh,7993443.788353882,MB,29359.079424,,,,,s,10,117.29407063600138,11.729407063600139,0.04846408267167672,11.725961329000256,11.784126575800292,11.805271755399918,11.822187899079617,"[11.66014628100038, 11.707034973999725, 11.779427647000375, 11.71096516200032, 11.826416934999543, 11.754815474999305, 11.661871952000183, 11.743198073000713, 11.709236641000643, 11.740957496000192]",tokens/s,5.371115492743692,kWh,0.0001391987151951395,7.586870762987156e-05,0.0,0.00021506742282501105,tokens/kWh,292931.3941296435,,s,630,117.289855936001,0.18617437450158889,0.0033088290151391227,0.1855664114996216,0.19074156289952954,0.19218125515012616,0.1964616132896572,"[0.19409791999987647, 0.18906852300005994, 0.18790464299991072, 0.19012923200034493, 0.1867118569998638, 0.1820772000000943, 0.18596115699983784, 0.182390205000047, 0.18253424599970458, 0.18706973300049867, 0.18961399699946924, 0.1831858169998668, 0.18443140300041705, 0.19244148599955224, 0.18374964400027238, 0.18132847500055504, 0.1820105879996845, 0.18740940899988345, 0.18309668199981388, 0.1855447739999363, 0.18539661800059548, 0.18560247400000662, 0.1857765089998793, 0.18398074299966538, 0.18206748700049502, 0.1840231890000723, 0.18153690599956462, 0.1902552370002013, 0.18938587100001314, 0.18540662199939106, 0.18490652100081206, 0.18390552299933915, 0.18623639900033595, 0.18503493099979096, 0.18134694400032458, 0.18099800599975424, 0.18791181600045093, 0.1861267489994134, 0.18612793200009037, 0.18480887999976403, 0.1851618470000176, 0.185469183999885, 0.18714894599997933, 0.18273713300004601, 0.18204353800047102, 0.1839753109998128, 0.18361095799991745, 0.1814201020006294, 0.18175439499918866, 0.18350378300056036, 0.18523747899962473, 0.18168825900011143, 0.18338619400037715, 0.18271271399953548, 0.18781613999999536, 0.19102626699987013, 0.18316142900039267, 0.18444906500008074, 0.18140184699950623, 0.18375722100063285, 0.18264061699937884, 0.18727915399995254, 0.18677293900054792, 0.19150444400020206, 0.18718689300021651, 0.18927492999955575, 0.18376860999978817, 0.18241717500040977, 0.18364225999994233, 0.1809194209999987, 0.18559123599970917, 0.19213870000021416, 0.19012959799965756, 0.185197896000318, 0.1817866840001443, 0.1827452910001739, 0.182082113999968, 0.181362896999417, 0.18274845700034348, 0.18502642000021297, 0.18618408199927217, 0.18670611000015924, 0.18567657000039617, 0.18218697599968436, 0.18387961799999175, 0.18528857300043455, 0.18361848799941072, 0.19128813900078967, 0.1912725069996668, 0.18193397599952732, 0.18298469500041392, 0.18380635700032144, 0.18467638499987515, 0.18463978299951123, 0.1849309210001593, 0.18625331899966113, 0.18773734000023978, 0.18379646300036256, 0.19044297500022367, 0.1845094419995803, 0.1868487379997532, 0.18704047500068555, 0.18311205499958305, 0.1821453840002505, 0.1839297810001881, 0.18544743299935362, 0.18352651900022465, 0.18943594600023062, 0.1840910269993401, 0.18752683900038392, 0.18623426999965886, 0.18813964500077418, 0.19521357499979786, 0.1859343779997289, 0.1856976389999545, 0.1845133690003422, 0.19190202400022827, 0.1869167179993383, 0.19302887100002408, 0.18408413100041798, 0.18239779099985753, 0.18220729400036362, 0.18639702599921293, 0.18668450800032588, 0.1863136920001125, 0.1885179370001424, 0.19221607300005417, 0.19312237000031018, 0.18574578300012945, 0.1838672089997999, 0.18557889699968655, 0.1842307950000759, 0.18549212200014153, 0.18941863300005934, 0.1869459370000186, 0.1826508730000569, 0.18299131500043586, 0.18216661999940698, 0.18386659200041322, 0.18286040299972228, 0.1807165560003341, 0.18515300099988963, 0.18346515699977317, 0.18530230299984396, 0.18636511600016092, 0.19136942800014367, 0.18487221299983503, 0.18505671900038578, 0.18561689799935266, 0.18813055500049813, 0.1852773119999256, 0.18268611399980728, 0.184563483000602, 0.18645630399987567, 0.1857355969996206, 0.18614820099992357, 0.1894022659998882, 0.18638115400062816, 0.1854487969994807, 0.1927577630003725, 0.1865248509993762, 0.18468684400068014, 0.19149639399984153, 0.18645143599951552, 0.18321365600058925, 0.18722664999950211, 0.18165807600053085, 0.18490985999960685, 0.18326116899970657, 0.18985125000017433, 0.19020794900006877, 0.19301882899981138, 0.1858498960000361, 0.1893175750001319, 0.19023579399981827, 0.18820476600012626, 0.1865768620000381, 0.18912463800006662, 0.18483562399978837, 0.18592661999991833, 0.19177563400080544, 0.1907415139994555, 0.19144085100015218, 0.1979154809996544, 0.18922385700079758, 0.18666130299970973, 0.19194003000029625, 0.18447447399921657, 0.19021944600081042, 0.19138218500029325, 0.18262287199922866, 0.18522461600059614, 0.1832130060001873, 0.18726593899918953, 0.1847524800004976, 0.18741410300026473, 0.18316310399950453, 0.18793293500039, 0.18894723399989743, 0.18653453299975808, 0.19273161599994637, 0.1854015580001942, 0.18494050200024503, 0.18679485299981025, 0.1867449969995505, 0.18788034600038372, 0.1842698919999748, 0.18783787499978644, 0.18644185700031812, 0.18538826300027722, 0.18755175699971005, 0.1874122469998838, 0.18533740099974239, 0.18525741000030393, 0.18661365600019053, 0.1845659849996082, 0.1867784850001044, 0.18558028799998283, 0.18411983199985116, 0.18454881300021952, 0.18243881499984127, 0.1812359040004594, 0.18312931899981777, 0.18196169899965753, 0.18277617300009297, 0.18101180200028466, 0.18142697300027066, 0.185595110999202, 0.18704103300024144, 0.18720802400002867, 0.18499318300018786, 0.1891095620003398, 0.18935814799988293, 0.18609912499960046, 0.18620149999969726, 0.18420201700064354, 0.18976793299952988, 0.18140674700043746, 0.18362079700000322, 0.18390393299978314, 0.18281688600018242, 0.18404849099988496, 0.1838662239997575, 0.19060982200062426, 0.1868698989992481, 0.18501491000006354, 0.18531038499986607, 0.18476962500062655, 0.18783883600008267, 0.19189437699969858, 0.19391852900025697, 0.18644917299934605, 0.19337966300008702, 0.18600845699984347, 0.1869969299996228, 0.18456887600041227, 0.18545661000007385, 0.18624954299957608, 0.1973109270002169, 0.19038861999979417, 0.18576193900025828, 0.18727978999959305, 0.19329859400022542, 0.1893124070002159, 0.18457304000003205, 0.19059980299971357, 0.18932509400019626, 0.18694902300012473, 0.1884561990000293, 0.18542655399960495, 0.1838925570000356, 0.1831169110000701, 0.18869080300009955, 0.18380203800006711, 0.19034907100012788, 0.18470603700006905, 0.18544978499994613, 0.188111544000094, 0.18660617499972432, 0.19438715599972056, 0.1888054840001132, 0.1867730849999134, 0.18395832700025494, 0.1876093499995477, 0.18685804699998698, 0.18416184200032149, 0.18576637899968773, 0.18509282400009397, 0.1832361229999151, 0.1831219770001553, 0.18763814300018566, 0.1859799160001785, 0.18708054200033075, 0.186875833999693, 0.1918455429995447, 0.1869099190007546, 0.19078545599950303, 0.18811895799990452, 0.19163685100011207, 0.19184213199969236, 0.18910160700033884, 0.1847359140001572, 0.1861794309998004, 0.18890574800025206, 0.1903238839995538, 0.19071386599989637, 0.18667097600064153, 0.18449336100002256, 0.18434194099972956, 0.1861096880002151, 0.1839704529993469, 0.1918963000007352, 0.19069035399934364, 0.19274304900045536, 0.19055413899968698, 0.18808146499941358, 0.19226792400058912, 0.18664595099926373, 0.19113752800058137, 0.19628816099975666, 0.1837652980002531, 0.18517785699987144, 0.1902054729998781, 0.18467055200017057, 0.1852275359997293, 0.18405783399975917, 0.1835242740007743, 0.18566371199995046, 0.1895409059998201, 0.18344070999955875, 0.18152951800038863, 0.18685539600028278, 0.18401684899981774, 0.18464000699987082, 0.183372579999741, 0.18215859700012516, 0.18212832799963508, 0.18244350500026485, 0.18659774600018864, 0.18430724700010614, 0.18338276099984796, 0.18317661699984455, 0.1908364110004186, 0.18375903299966012, 0.1820250920000035, 0.18550048199995217, 0.18291530199985573, 0.1839646160005941, 0.18285413600005995, 0.18695767399913166, 0.18544886500058055, 0.1876343869998891, 0.18335040399961144, 0.18501308200029598, 0.18326647100002447, 0.18966927800011035, 0.18861041400032263, 0.18950506700002734, 0.18919438699958846, 0.1838550069996927, 0.1890862170002947, 0.18841852900004596, 0.19409628599987627, 0.18705328299984103, 0.1862480019999566, 0.1853342900003554, 0.1874074079996717, 0.1908468850006102, 0.1993163099996309, 0.19083015700016404, 0.18920817599973816, 0.1950168860003032, 0.18718683399947622, 0.1860905460007416, 0.18640279099963664, 0.18520584700036125, 0.1843558149994351, 0.18354665800052317, 0.19140670399974624, 0.18933631199979573, 0.1863242520003041, 0.19808863199978077, 0.18281125800058362, 0.18446104299982835, 0.18164290799995797, 0.18399650199989992, 0.18561512700034655, 0.18072270499942533, 0.1807901430001948, 0.18262367300030746, 0.18411736199959705, 0.18225223100034782, 0.18250505200012412, 0.18750122999972518, 0.18671272800020233, 0.18487530299989885, 0.18325027099945146, 0.18346195400044962, 0.18397861500034196, 0.18536290599968197, 0.19964728499962803, 0.19297499999993306, 0.18829029200060177, 0.1849357789997157, 0.18516330100010236, 0.1844269550001627, 0.18287762999989354, 0.18411505399944872, 0.18546680600047694, 0.18365017799987982, 0.18599596500007465, 0.18612168799973006, 0.18494266400011838, 0.1860125519997382, 0.1891473940004289, 0.1823100740002701, 0.18705054899965035, 0.1866339110001718, 0.1817791009998473, 0.1848899619999429, 0.18334666999999172, 0.18092275799972413, 0.18545581200032757, 0.18660668800021085, 0.18219770099949528, 0.18276451600013388, 0.18378454800040345, 0.18383981900024082, 0.1839712579994739, 0.18396354600008635, 0.18803424799989443, 0.18246141300005547, 0.1818417969998336, 0.18349295700045332, 0.1834570499995607, 0.1818850340005156, 0.1829348649998792, 0.18537790600021253, 0.18209529099931387, 0.18515778800065164, 0.18962060499961808, 0.18762099000014132, 0.18480479400022887, 0.18324441499953537, 0.18936914000005345, 0.18834467099986796, 0.18737430900000618, 0.18606413700035773, 0.19074200300019584, 0.18536046400004125, 0.18594832899998437, 0.18192169400026614, 0.18799661100001686, 0.18226787399999012, 0.1830200149997836, 0.18533764199946745, 0.1851139240006887, 0.18443006899997272, 0.18870446199980506, 0.18824727900027938, 0.1854401489999873, 0.18118351099928987, 0.18263963000026706, 0.18546307799988426, 0.1896765020001112, 0.18544265600030485, 0.18353328099965438, 0.18171309999979712, 0.18614315900049405, 0.193551407999621, 0.18625760600025387, 0.18731656699947052, 0.18862863300000754, 0.18726013400009833, 0.18886560400005692, 0.1837331010001435, 0.18275007900047058, 0.1836680639999031, 0.1825248229997669, 0.1845430249995843, 0.18458858900066843, 0.18844495599932998, 0.18359527100074047, 0.18360760899940942, 0.18729515100039862, 0.1881319980002445, 0.1871580829993036, 0.18529125600070984, 0.186288006999348, 0.18953439200049615, 0.18798510899978282, 0.18998767799985217, 0.1847258289999445, 0.1875381620002372, 0.18684977399971103, 0.18615961100022105, 0.19137548799972137, 0.18400603000009141, 0.19627598300030513, 0.18766158200014615, 0.18563259699931223, 0.19012382500022795, 0.1872283390002849, 0.18704490500022075, 0.18795956700068928, 0.18272633899960056, 0.18440808600007585, 0.18679580200023338, 0.18433976199958124, 0.18475821900028677, 0.18485869899996032, 0.1849689489999946, 0.18452794499989977, 0.18415931799972896, 0.18328649200066138, 0.18390790199919138, 0.18417644600049243, 0.1889709919996676, 0.18804604500019195, 0.18789826700049161, 0.1860428679992765, 0.1898498810005549, 0.1820250920000035, 0.18555392599955667, 0.18420546000015747, 0.18507365900040895, 0.1872310919998199, 0.18938197499937814, 0.18727181000031123, 0.18739677899975504, 0.18234487700010504, 0.18054165300054592, 0.18539218800015078, 0.18484329900002194, 0.18271149699921807, 0.1826164960002643, 0.18242556499990314, 0.18480842300050426, 0.18618775499999174, 0.18638361699959205, 0.18281039599969517, 0.18345557200063922, 0.1918375199993534, 0.19003659100053483, 0.1862367069998072, 0.1830747390004035, 0.18614851599977555, 0.18576060200030042, 0.1828170279995902, 0.18536924, 0.1849696680001216, 0.19334557599995605, 0.1920371280002655, 0.19535247599924332, 0.1834997170008137, 0.186500917999183, 0.1829995490006695, 0.18577678699966782, 0.1838070339999831, 0.18408398799965653, 0.18587602200022957, 0.18759542099996906, 0.1918382379999457, 0.18695368000044255, 0.18741855600001145, 0.18806175800000346, 0.1830672340001911, 0.18774797599962767, 0.18182993099981104, 0.1898508820004281, 0.18965422899964324, 0.18508841400034726, 0.1871089149999534, 0.1915432879995933, 0.18307604500023444, 0.18610160400021414, 0.18868003300030978, 0.1863884770000368, 0.18895192999934807, 0.18901470499986317, 0.19213344500076346, 0.19929738999962865, 0.18866027599960944, 0.18866969999999128, 0.1852253840006597, 0.18650037399947905, 0.19418333300018276, 0.18745224800022697, 0.1832346929995765, 0.18590632900031778, 0.18501194399959786, 0.18643783300012728, 0.18486858200049028, 0.18590127100014797, 0.18766696799957572, 0.1824805890000789, 0.1822942039998452, 0.18195725100031268, 0.18475100399973599, 0.18314675800047553, 0.18484022899974661, 0.18335736199969688, 0.18439731800026493, 0.18627632199968502, 0.18199586300033843, 0.18219920299998194, 0.18187879000015528, 0.18265165599950706, 0.18421428900001047, 0.1817873090003559, 0.1826972709995971, 0.18275255900061893, 0.18410001199936232, 0.18796488899988617, 0.18756187500002852, 0.18419534500026202, 0.1846976930000892, 0.1861467079997965, 0.18426850200012268, 0.18452676400011114, 0.19653245999961655, 0.18504489099996135, 0.19157452300078148, 0.18731957099953433, 0.18607898699974612, 0.1862944520007659, 0.19607883699973172, 0.18790481699943484, 0.18475450500045554, 0.1856389369995668]",tokens/s,5.371308498697094,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stablelm,stabilityai/stablelm-3b-4e1t,stabilityai/stablelm-3b-4e1t,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-13b,huggyllama/llama-13b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-2.7b,facebook/opt-2.7b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,phi,microsoft/phi-1_5,microsoft/phi-1_5,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,recurrent_gemma,google/recurrentgemma-2b,google/recurrentgemma-2b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gptj,EleutherAI/gpt-j-6b,EleutherAI/gpt-j-6b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,24784.125952,,,,,s,1,60.94538645600005,60.94538645600005,0.0,60.94538645600005,60.94538645600005,60.94538645600005,60.94538645600005,[60.94538645600005],,kWh,0.0006915085928027693,0.00037689746464328214,0,0.0010684060574460514,,MB,25631.059968,,,,,s,10,15.76441823499772,1.576441823499772,0.02095818255088791,1.57122477349958,1.5813692084997455,1.6097612587497678,1.6324748989497857,"[1.5698458879996906, 1.5727712649995738, 1.5639103779994912, 1.5642833829997471, 1.5750598639997406, 1.571516070999678, 1.6381533089997902, 1.5637665220001509, 1.5709334759994817, 1.5741780790003759]",tokens/s,162.39102273477397,kWh,1.852625754090323e-05,1.0097362490620011e-05,0.0,2.8623620031523242e-05,tokens/kWh,8943662.601657888,MB,25636.626432,,,,,s,10,104.9167309860004,10.49167309860004,0.0827014476259532,10.465116150500307,10.606899921199783,10.63995495109998,10.666398975020138,"[10.488989735999894, 10.453993805999744, 10.370934601000044, 10.438207143, 10.46001270600027, 10.673009981000178, 10.59955435899974, 10.521622971000397, 10.470219595000344, 10.440186087999791]",tokens/s,6.004762005824069,kWh,0.00012428676197520842,6.774111760068445e-05,0.0,0.00019202787957589283,tokens/kWh,328077.36115786916,,s,630,104.91227485499985,0.16652742040476168,0.003516271630763393,0.16575423699941894,0.17122628290007924,0.1733943642498616,0.17733582644006674,"[0.17634096700021473, 0.1772590989994569, 0.16587021500072296, 0.16387236499940627, 0.1634900610006298, 0.16574656499960838, 0.16618839100010518, 0.16818755100030103, 0.16527234599925578, 0.16315066200058936, 0.16677345300013258, 0.16612569999961124, 0.1643164289998822, 0.16596603300058632, 0.1677259869993577, 0.16455881999991107, 0.16607306600053562, 0.16920493099951273, 0.16686815400043997, 0.16604068899960112, 0.16925289800019527, 0.16768638899975485, 0.16288473500026157, 0.16418038200026785, 0.16312971399929665, 0.16882240700033435, 0.16878662799990707, 0.1635795660004078, 0.1639403660001335, 0.1628745660000277, 0.16596781199950783, 0.1668464270005643, 0.16578282699992997, 0.1644135959995765, 0.16675589399983437, 0.16672350499993627, 0.16873127200051385, 0.1677009069999258, 0.16692562800017186, 0.16333377199953247, 0.17140612399998645, 0.16798971499974868, 0.16535535300045012, 0.16433585899994796, 0.1649153030002708, 0.168483249000019, 0.16499821499928657, 0.16485893600020063, 0.16645691400026408, 0.16386004299965862, 0.16707860099995742, 0.16813819400067587, 0.17036106299929088, 0.1676053970004432, 0.16388650099997903, 0.16529936299957626, 0.16564099800052645, 0.1688435539999773, 0.1632391450002615, 0.1630388879993916, 0.1713066370002707, 0.17151342099987232, 0.16264320099980978, 0.16908600599981582, 0.16349801100022887, 0.16631691699967632, 0.1697192420006104, 0.17109280099975877, 0.17010927299998002, 0.16601175000050716, 0.16396589599935396, 0.16378971399990405, 0.1636337050003931, 0.16544863000035548, 0.16812294199917233, 0.16204683700016176, 0.1627383020004345, 0.1634881720001431, 0.16238146899922867, 0.16541575600058422, 0.1687671270001374, 0.16448180899988074, 0.1628965749996496, 0.1682146160001139, 0.16971570399982738, 0.1675909440000396, 0.16877171299984184, 0.17049304800002574, 0.16318429700004344, 0.1637254880006367, 0.1662435230000483, 0.16541894900001353, 0.1648271219992239, 0.16452614400077437, 0.16691921599976922, 0.16579658899991045, 0.16588766600034432, 0.16575460299918632, 0.17059076400073536, 0.1644870069994795, 0.1681773059999614, 0.16447918799985928, 0.16792640400035452, 0.16842525599986402, 0.16839314800017746, 0.1634979589998693, 0.16426789599972835, 0.16470903000026738, 0.1650645159998021, 0.16610593400037033, 0.16773797800033208, 0.17704560999936803, 0.16970503799984726, 0.1644084750005277, 0.16429536699979508, 0.1641878190002899, 0.1644960949997767, 0.16257200299969554, 0.16312059500069154, 0.162720239999544, 0.1628387009996004, 0.16326712400041288, 0.16285402799985604, 0.1676500900002793, 0.16407755599993834, 0.1661582119995728, 0.17167258900008164, 0.16631882799993036, 0.16537993800011463, 0.1663852380006574, 0.1640163960000791, 0.16481586800000514, 0.1655443119998381, 0.16306394200000796, 0.16474493899931986, 0.16837066000061895, 0.16497572099979152, 0.16438276099961513, 0.1613246610004353, 0.16137058699951012, 0.16181063600015477, 0.16519841700028337, 0.1622910440000851, 0.16419973299980484, 0.16392525500032207, 0.16333191000012448, 0.16631697799948597, 0.16378349600017827, 0.16343959900041227, 0.16647429499971622, 0.16666268500011938, 0.1648845589998018, 0.16358254199985822, 0.16583005400025286, 0.16311603099984495, 0.16329992800001492, 0.1630137800002558, 0.16112573800000973, 0.16234305099987978, 0.16371398199953546, 0.16620339600012812, 0.16367826300029265, 0.1707819479997852, 0.1685767750004743, 0.1643015679992459, 0.16359557100076927, 0.16309612999975798, 0.16331244999946648, 0.16377257900057884, 0.16431417500007228, 0.16504613399956725, 0.1627898799997638, 0.16350765300012426, 0.16483883500040974, 0.1653376180001942, 0.1618196679992252, 0.16353171200080396, 0.16554773999996542, 0.16573946999960754, 0.16304736199981562, 0.16273574700062454, 0.16340967299947806, 0.16772404600033042, 0.16528693599957478, 0.1668348060002245, 0.1642610609997064, 0.16793187800067244, 0.16460253700006433, 0.16421046999948885, 0.16881893800018588, 0.16587766699922213, 0.16167813400079467, 0.16229030799968314, 0.16355119299987564, 0.16236943100011558, 0.16143492300034268, 0.16371551399970485, 0.164549471999635, 0.17237052800010133, 0.16391930999998294, 0.16493670799991378, 0.16267652700025792, 0.16540720499961026, 0.1646163700006582, 0.1656264180001017, 0.16453596599967568, 0.1615958350002984, 0.1658205280000402, 0.16668967399982648, 0.1649774070001513, 0.16792923599950882, 0.16764248799972847, 0.16655438399993727, 0.16909270100040885, 0.1670803810002326, 0.164206104999721, 0.165025584000432, 0.1636906129997442, 0.16248207700027706, 0.16095149199918524, 0.1614042650007832, 0.16517365899926517, 0.16142145699996036, 0.1642120780006735, 0.167326396000135, 0.16681649299971468, 0.1661189389997162, 0.16649617700022645, 0.17062637100025313, 0.16505482499997015, 0.16567109700008587, 0.16515801799960173, 0.16504326300037064, 0.16385801799970068, 0.16366764600024908, 0.16539680499954557, 0.1653580720003447, 0.16660273999968922, 0.1644890019997547, 0.16590809500030446, 0.16762702699998044, 0.1636101129997769, 0.16904853000050934, 0.1712160170000061, 0.16577888800020446, 0.17188812299991696, 0.16820741799983807, 0.16736728999967454, 0.1666185800004314, 0.16962427499947808, 0.17229646000032517, 0.16662230499969155, 0.17547732900038682, 0.171776155999396, 0.16596111900071264, 0.168681254999683, 0.16964874000041164, 0.16726538299917593, 0.16502407300049526, 0.1627723129995502, 0.1639855230005196, 0.16501099499964766, 0.16182746600043174, 0.1614893830001165, 0.17132144499919377, 0.17039632000069105, 0.1637486629997511, 0.16474062700035574, 0.1673934909995296, 0.16196577699975023, 0.16195014599998103, 0.16120485700048448, 0.16251528300017526, 0.16676790800011076, 0.16741327399995498, 0.16505434499958938, 0.16639347599993926, 0.16415546600001107, 0.17187099500006298, 0.17491870200046833, 0.16858593500001007, 0.17280080199998338, 0.1683295899993027, 0.16482167499998468, 0.1635373110002547, 0.16634013800012326, 0.16247893600029784, 0.16519377599979634, 0.16387247300008312, 0.1636106709993328, 0.16286117800063948, 0.16521986399948219, 0.16263783200065518, 0.16550145899964264, 0.16987054699984583, 0.16409123900029954, 0.1653909360002217, 0.16224938100003783, 0.16329862599923217, 0.16334750300029555, 0.16613325300022552, 0.16555116699964856, 0.16550652200021432, 0.16226719200039952, 0.16223544199965545, 0.1638084969999909, 0.16711168500023632, 0.16728360499928385, 0.1653482100000474, 0.17401792000055138, 0.16522691799946188, 0.16662901300060184, 0.1662036799998532, 0.17018420299973513, 0.16729443799977162, 0.17409805500028597, 0.16575387099965155, 0.1631384700003764, 0.16471987499971874, 0.17101185299998178, 0.16422237400001904, 0.16300520700042398, 0.17065683999953762, 0.16531802700046683, 0.16679278099945805, 0.16409839100015233, 0.16638569200040365, 0.1611656850000145, 0.16458578299989313, 0.17142862099990452, 0.16539160100001027, 0.16394666900032462, 0.1632647509995877, 0.16450125000028493, 0.16182860200024152, 0.16631305899954896, 0.16209472700029437, 0.16330541699971945, 0.16431531499983976, 0.16603508800017153, 0.1629204649998428, 0.16233633100000588, 0.16510179200031416, 0.1705766670002049, 0.1673312769999029, 0.16564269899936335, 0.1662915150000117, 0.16435378799997125, 0.16779375100031757, 0.16610634199969354, 0.16897448800045822, 0.16739521299950866, 0.1672645830003603, 0.1685336560003634, 0.16817074499977025, 0.1701283920001515, 0.16958316099953663, 0.17495142900042993, 0.17844711499947152, 0.17547610700057703, 0.17435827899953438, 0.1753163459998177, 0.17202314900077909, 0.17414170799929707, 0.17362098200010223, 0.17279371299991908, 0.17340048200003366, 0.17917493599998124, 0.17735460800031433, 0.17630544300027395, 0.17635187599989877, 0.17728984399946057, 0.17471776500042324, 0.1796588810002504, 0.17606057600005443, 0.18565543799923034, 0.17706307400021615, 0.1725663409997651, 0.17889240899967263, 0.1704001900006915, 0.16797753799983184, 0.1707965139994485, 0.1699240590005502, 0.17001277700001083, 0.17315150699960213, 0.16973483800029499, 0.1688060280002901, 0.1657975499992972, 0.1640896100007012, 0.16970096899967757, 0.17392383999958838, 0.16394827900057862, 0.16984152999975777, 0.16673350000019127, 0.1646528319997742, 0.16425499100023444, 0.16837402199962526, 0.16535744100019656, 0.16755062399988674, 0.16257888800009823, 0.16676465000000462, 0.16583998199985217, 0.16698954200001026, 0.16574581999975635, 0.1661368710001625, 0.17139060000044992, 0.17279088699979184, 0.17395083500014152, 0.17331960299998173, 0.17091195099965262, 0.1707198049998624, 0.17415844800052582, 0.1687656549993335, 0.17015581100076815, 0.16497369199987588, 0.16598734199942555, 0.16405200700046407, 0.1687690159997146, 0.16368272399995476, 0.1663235670002905, 0.16718040500018105, 0.16620041699934518, 0.16437304400005814, 0.17050820300028136, 0.1790181249998568, 0.17190161400048964, 0.16494110699932207, 0.1642025350001859, 0.16762954400019225, 0.16850760000033915, 0.1676468899995598, 0.16619988799993735, 0.16932970400011982, 0.16654414300046483, 0.16974460399978852, 0.16673910400004388, 0.16695305800021742, 0.16539369199927023, 0.1647371960007149, 0.16810329099916999, 0.165387056000327, 0.1714775410000584, 0.16953674900014448, 0.16447025900015433, 0.1638679139996384, 0.16313426499982597, 0.16368966900063242, 0.16681831299956684, 0.16441626499999984, 0.16473482600031275, 0.1651695579994339, 0.17180498400011857, 0.1688555090004229, 0.16488643499997124, 0.1668143169999894, 0.16568153200023517, 0.1649684559997695, 0.16416500400009681, 0.16283668500000203, 0.16775534299995343, 0.16740262899929803, 0.16942097800074407, 0.16839258799973322, 0.164984400999856, 0.16467454800022097, 0.17128238799978135, 0.17338688699965132, 0.16680986400024267, 0.1629262460000973, 0.16596734700033267, 0.1762663089994021, 0.1692670120000912, 0.17105749300026218, 0.17626697000014246, 0.1718123660002675, 0.1674717249998139, 0.16837255300015386, 0.1646692059994166, 0.17056579500058433, 0.16439867400004005, 0.16383018099986657, 0.1629023289997349, 0.16372761300044658, 0.1661757919991942, 0.16610352699990472, 0.16681063500072923, 0.16857732399967063, 0.16959411700008786, 0.16881870700035506, 0.1659175819995653, 0.16905784299979132, 0.16446759200061933, 0.16311749299984513, 0.16442676699989534, 0.16933401400001458, 0.16496565499983262, 0.16335061599966139, 0.16488224400018225, 0.16920429000037984, 0.16543299899967678, 0.1642236010002307, 0.16657067999949504, 0.17014382500019565, 0.16908789100034483, 0.17326587299976381, 0.16800129700004618, 0.16827663799995207, 0.16817624800023623, 0.16176486600033968, 0.17122004900011234, 0.1639997639995272, 0.16822819899971364, 0.16265665200080548, 0.16429641699960484, 0.16423815399957675, 0.1637605980004082, 0.16521668099994713, 0.16864220000024943, 0.16441098199993576, 0.16207049199965695, 0.16328485699978046, 0.16501380600038829, 0.16653539700018882, 0.16546142199968017, 0.16795376600020973, 0.17222454300008394, 0.16664954099996976, 0.1686646699999983, 0.16747953499998403, 0.16394471300009172, 0.16819568499977322, 0.16302005400029884, 0.1683590839993485, 0.16640769200057548, 0.16521270300017932, 0.16610033199958707, 0.1694852210002864, 0.16297836400008237, 0.1667052489992784, 0.1685998440007097, 0.16572529099994426, 0.16591842399975576, 0.16342235499996605, 0.16358825800034538, 0.16633653299959406, 0.16486483500011673, 0.16661035000015545, 0.17077844599953096, 0.1680199630000061, 0.16699326800062408, 0.1656303219997426, 0.16898834699986764, 0.16490738399988913, 0.16715484900032607, 0.1629907609994916, 0.16374165100023674, 0.16467771400039055, 0.173047989999759, 0.1660647210001116, 0.1686701520002316, 0.16267867899932753, 0.1627760549999948, 0.16398564800056192, 0.16653898099957587, 0.16556818400022166, 0.1627621329998874, 0.16688247100046283, 0.17004842000005738, 0.17252016199927311, 0.16510389300037787, 0.1659135489999244, 0.16598149099991133, 0.16794502700031444, 0.16470581100020354, 0.1645320339994214, 0.1665106549999109, 0.1650879580001856, 0.1644998769997983, 0.16972973500014632, 0.16196797500015236, 0.1647323420002067, 0.16174332500031596, 0.16217699999924662, 0.16387151000071754, 0.16719210199971712, 0.16501075499945728, 0.16239730400047847, 0.16339530999994167, 0.1653416119997928, 0.16402878400003829, 0.16595835499992972, 0.16483907300062128, 0.17046364899943, 0.1660856660000718, 0.162461212999915, 0.1669333870004266, 0.16525845700016362, 0.1628584209993278, 0.16706419000001915, 0.1657404840007075, 0.16433704599967314, 0.16866255799959617, 0.16560107500026788, 0.16297499800020887, 0.16199206900000718, 0.16402217599988944, 0.16043367899965233, 0.16276545800064923, 0.1644096840000202, 0.16223812499993073, 0.1673137689995201, 0.16598008700020728, 0.1643153719996917, 0.16507426600037434, 0.16619624600025418, 0.16522147099931317, 0.16376922600011312, 0.1638439850003124, 0.17187268099951325, 0.17006613800003834, 0.1706258300000627, 0.1664476010000726, 0.16896435899980133, 0.17041668700039736, 0.17327095699965867, 0.16533178100053192, 0.16547989399987273, 0.16633525299948815, 0.16493324400016718, 0.1645851520006545]",tokens/s,6.005017057067234,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stablelm,stabilityai/stablelm-2-1_6b,stabilityai/stablelm-2-1_6b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,togethercomputer/RedPajama-INCITE-Base-3B-v1,togethercomputer/RedPajama-INCITE-Base-3B-v1,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Meta-Llama-3-8B,meta-llama/Meta-Llama-3-8B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen2-beta-14B,Qwen/Qwen2-beta-14B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-32B,Qwen/Qwen1.5-32B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-125m,EleutherAI/gpt-neo-125m,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,1144.38144,,,,,s,1,3.977814603999832,3.977814603999832,0.0,3.977814603999832,3.977814603999832,3.977814603999832,3.977814603999832,[3.977814603999832],,kWh,1.892947795902842e-05,1.0315768670546156e-05,0,2.9245246629574573e-05,,MB,1205.243904,,,,,s,19,0.8359069990019634,0.04399510521062965,0.0006615919503239274,0.04392941799960681,0.044847852800012335,0.045163642600164165,0.0454069637197972,"[0.043405712000094354, 0.0445680809998521, 0.04447271700064448, 0.045467793999705464, 0.04338873699998658, 0.045129848000215134, 0.043888613000490295, 0.04425996500049223, 0.04444562099979521, 0.04333042500002193, 0.0433572580004693, 0.04338867000024038, 0.04400419099965802, 0.04477735399996163, 0.04353767300017353, 0.04392941799960681, 0.04406842600019445, 0.04299218800042581, 0.0434943079999357]",tokens/s,5818.829135068141,kWh,5.289889200489943e-07,2.883116760149084e-07,0.0,8.173005960639026e-07,tokens/kWh,313226248.98707896,MB,1205.71904,,,,,s,19,9.567673072000616,0.5035617406316114,0.006004812598045192,0.5042246189996149,0.5118986615998438,0.5120678630006296,0.5124884509997355,"[0.5060299659999146, 0.5022541750004166, 0.512593597999512, 0.5120094480007538, 0.5118709649996163, 0.5098784450001403, 0.5081073020000986, 0.5100378159995671, 0.5005766850008513, 0.5050870369996119, 0.5009524500001135, 0.506490415999906, 0.5042246189996149, 0.4962309140000798, 0.49447381099980703, 0.4958573720005006, 0.4963603910000529, 0.496962524999617, 0.4976751370004422]",tokens/s,125.10878987942941,kWh,5.93812993744344e-06,3.236416487260559e-06,0.0,9.174546424704e-06,tokens/kWh,6866824.481956075,,s,1197,9.56151700800001,0.007987900591478705,0.00023258998269520012,0.007948882000164303,0.00822075260039128,0.0083727249999356,0.008762992319716431,"[0.00863915099944279, 0.008455849000711169, 0.007901747999312647, 0.007891965999988315, 0.007862194000153977, 0.007884038000156579, 0.008040999000513693, 0.00800088300002244, 0.007843184999728692, 0.007890292999945814, 0.008046359999752895, 0.007920111999737856, 0.00801831500029948, 0.007854192999730003, 0.007789340000272205, 0.007846248000532796, 0.007722010999714257, 0.0077306189996306784, 0.007800233000125445, 0.007888627000284032, 0.007799136999892653, 0.008205326999814133, 0.007902207999904931, 0.007806536000316555, 0.008196058999601519, 0.00805042800038791, 0.008057834999817715, 0.008924914000090212, 0.008613881999735895, 0.008684369000548031, 0.00828111999999237, 0.00799244199970417, 0.007945755999571702, 0.007960439000271435, 0.008028696000110358, 0.007899010999608436, 0.007892309000453679, 0.007960582999658072, 0.008021555000595981, 0.0080578159995639, 0.008000275000085821, 0.008134259000144084, 0.008042311000281188, 0.007957950999298191, 0.007912966000731103, 0.007836177999706706, 0.00805472199954238, 0.008060834999923827, 0.00790947200039227, 0.007931052999992971, 0.00789593999979843, 0.007974320000357693, 0.008160905999829993, 0.008053618999838363, 0.008098809999864898, 0.008081245000539639, 0.00802339799975016, 0.008119971000269288, 0.007961362999594712, 0.007972479999807547, 0.007978540000294743, 0.008104954000373255, 0.008111125000141328, 0.008569167000132438, 0.00807524799984094, 0.00802934799958166, 0.008023770000363584, 0.008003949999874749, 0.008038257999942289, 0.008114750999993703, 0.008185648000107903, 0.008121491000565584, 0.008090407000054256, 0.008078965999629872, 0.00803727099992102, 0.00797512699955405, 0.007886108000093373, 0.007766945000184933, 0.007785501999933331, 0.007834617999833426, 0.007879017000050226, 0.007883631000368041, 0.007888961999924504, 0.007939121999697818, 0.007964377999996941, 0.007946130000163976, 0.007889608000368753, 0.008271695000075852, 0.008013259000108519, 0.007882034999965981, 0.007853780999539595, 0.00779518499984988, 0.007881541000642756, 0.00802388699958101, 0.007940688999951817, 0.007908548999694176, 0.008010070000636915, 0.007898916999693029, 0.007959348999975191, 0.007984197000041604, 0.007932745999823965, 0.007928777000415721, 0.007933115000014368, 0.007957830999657745, 0.008033527999941725, 0.008116750000226602, 0.008058987000367779, 0.0080414269996254, 0.00791735399980098, 0.007912703000329202, 0.007823631000064779, 0.00782686399998056, 0.007974213000125019, 0.007935044000078051, 0.00796515999991243, 0.007910485000138578, 0.007891947999269178, 0.007916167000075802, 0.007913233000181208, 0.007883500999923854, 0.007855335999920499, 0.007903443000031984, 0.008205117999750655, 0.007923478000520845, 0.00789438700030587, 0.007863550999900326, 0.008737383999687154, 0.008107968999865989, 0.007850644000427565, 0.007819219999873894, 0.007758369999464776, 0.007765721000396297, 0.007864000000154192, 0.011211272999389621, 0.008122771000671491, 0.008108528999400733, 0.008184014000107709, 0.008085671000117145, 0.007999020000170276, 0.008126165000248875, 0.008022371999686584, 0.008006105999811552, 0.008132918000228528, 0.008000431000255048, 0.008002210999620729, 0.007967687000018486, 0.00800617900040379, 0.00798439999925904, 0.008025748999898497, 0.00795338200077822, 0.008056959999521496, 0.008235471000261896, 0.008104806999654102, 0.008114553000268643, 0.00793799199982459, 0.007931653000014194, 0.008127721000164456, 0.008022093999898061, 0.007996281000487215, 0.008081501999186003, 0.00815132900061144, 0.008002705999388127, 0.007828493000488379, 0.008001821999641834, 0.008075899000687059, 0.008041292999223515, 0.008089187000223319, 0.008054351000282622, 0.00789735299986205, 0.007950926000376057, 0.007882436999352649, 0.008204573000512028, 0.007982999999512685, 0.008067407999988063, 0.008065957000326307, 0.008164937999936228, 0.008397786000386986, 0.008288896999147255, 0.008245320000241918, 0.008315390999996453, 0.008343356999830576, 0.008392873000047985, 0.008455791000415047, 0.008383847999539285, 0.008164495000528404, 0.008079776000158745, 0.008044569999583473, 0.008038744000259612, 0.00819155299996055, 0.009275676000470412, 0.008636935000140511, 0.0081304449995514, 0.008077561000391142, 0.007959593000123277, 0.008257172999947215, 0.008004500999959419, 0.008131148999382276, 0.008047322000493295, 0.007998786999451113, 0.008110417000352754, 0.007982944000104908, 0.008016253000278084, 0.007912768999631226, 0.007998308999958681, 0.007804132999808644, 0.008226691999880131, 0.007986064000760962, 0.008206855000025826, 0.0079913449999367, 0.008841559999382298, 0.00809721499990701, 0.008053989000472939, 0.008069706999776827, 0.007948467999995046, 0.007890615000178514, 0.007996909000212327, 0.00819548199979181, 0.007936349000374321, 0.007998082999620237, 0.008029806000195094, 0.008052432000113185, 0.008121133999338781, 0.008016808000320452, 0.007933603999845218, 0.007929805000458146, 0.007940253000015218, 0.008089695999842661, 0.008219248999921547, 0.008301447999656375, 0.008235293999860005, 0.008150598000611353, 0.008083335000264924, 0.008371939999960887, 0.008251217999713845, 0.00806967300013639, 0.008110204999866255, 0.008069274000263249, 0.00789598999926966, 0.007895116000327107, 0.007930132000183221, 0.008121719999508059, 0.008108386000458268, 0.008101540999632562, 0.00812065199988865, 0.008207949000279768, 0.008181080000213115, 0.008310272999551671, 0.008294932000353583, 0.00833786000021064, 0.008165487999576726, 0.008159175000400865, 0.008110570999633637, 0.00859208400015632, 0.008335396999427758, 0.008309642000313033, 0.007853619999877992, 0.007817986000191013, 0.007852104999983567, 0.007908724000117218, 0.007945217000269622, 0.0078098129997670185, 0.007769541000016034, 0.007736751999800617, 0.007819972000106645, 0.007745328999590129, 0.007920005999949353, 0.008015960000193445, 0.008093651999843132, 0.008175895000022138, 0.00814299800003937, 0.008446335999906296, 0.008168451000528876, 0.00805603400021937, 0.008128079000016442, 0.008007173999430961, 0.007900125000560365, 0.008003913999345968, 0.008029925999835541, 0.007944113000121433, 0.007875059000070905, 0.008048118000260729, 0.008031076999941433, 0.008029657999941264, 0.008168246999957773, 0.008091755000350531, 0.008061669999733567, 0.008186099000340619, 0.008298710999952164, 0.008238069000071846, 0.008261547000074643, 0.008132639999530511, 0.008382990000427526, 0.008171933000085119, 0.008163922999301576, 0.008183322000149928, 0.008125358000143024, 0.00819621200025722, 0.008162876999449509, 0.008221129000048677, 0.008281142000669206, 0.008267291999800364, 0.00820903800013184, 0.008115813999211241, 0.007972404000611277, 0.008042059000217705, 0.00808259099994757, 0.007990661999428994, 0.008082182000180183, 0.007984654000210867, 0.007959135999954015, 0.008446938999441045, 0.00876969600085431, 0.008861694999723113, 0.008378128999538603, 0.00855552400025772, 0.00904865400025301, 0.008564633999412763, 0.0085513539997919, 0.008519247000549512, 0.008496356000250671, 0.008354720999705023, 0.008168440999725135, 0.008036807000280533, 0.007907948999672954, 0.007961289999911969, 0.007978991000527458, 0.007928621999781171, 0.008255470999756653, 0.007920185000330093, 0.007941937999930815, 0.008163933999639994, 0.007942634000755788, 0.007826925999324885, 0.007945088000269607, 0.008000455000001239, 0.007823640999959025, 0.0078090220004014554, 0.00792940599967551, 0.007972764999976789, 0.007975288000125147, 0.008008267999684904, 0.008102710999992269, 0.008032310000089637, 0.007943821000480966, 0.008002622999811138, 0.007980614000189235, 0.00810780999927374, 0.008197871999982453, 0.008176059000106761, 0.008191134999833594, 0.008041452000725258, 0.007968885000082082, 0.008116017999782343, 0.008093700000245008, 0.008298007999655965, 0.008256881000306748, 0.008348642999408185, 0.00815390500065405, 0.007936590999634063, 0.008022582000194234, 0.007984791000126279, 0.007931463999739208, 0.007947936999698868, 0.007939015999909316, 0.00806831499994587, 0.008221007000429381, 0.008159938000062539, 0.008086324999567296, 0.008089293000011821, 0.00803339699996286, 0.007910717999948247, 0.007943239000269386, 0.007899672999883478, 0.007899962000010419, 0.007944021999719553, 0.00789473800068663, 0.008379031000004034, 0.00822969999990164, 0.009237319999556348, 0.008319545000631479, 0.008125934999952733, 0.00808585499999026, 0.008047631999943405, 0.00802371099962329, 0.008083982999778527, 0.00798510200002056, 0.007946323999931337, 0.008047174000239465, 0.008024657000532898, 0.00809084999946208, 0.008025236999856133, 0.008033384000555088, 0.008080578999397403, 0.00796924200039939, 0.007862673999625258, 0.00828243000069051, 0.008064751999881992, 0.008044972999414313, 0.007837729000129912, 0.007912029000181064, 0.00792788400030986, 0.008189631999812264, 0.007969246999891766, 0.00790171599965106, 0.008062847000473994, 0.007933930999570293, 0.007988046000718896, 0.008043492999604496, 0.008164857999872766, 0.00794486799986771, 0.007951719000629964, 0.008088001999567496, 0.008003472000382317, 0.00794850799957203, 0.008122082999761915, 0.008454451000034169, 0.00815812300061225, 0.008219652999287064, 0.008257874000264565, 0.008185065999896324, 0.008187895999981265, 0.008217757000238635, 0.00817780000033963, 0.007934376999401138, 0.00797086200054764, 0.008002114999726473, 0.00813064999965718, 0.008070011000199884, 0.00804210200021771, 0.007931705999908445, 0.007838849000108894, 0.007951749000312702, 0.007899265999185445, 0.00791865900009725, 0.007897772999967856, 0.00788591800028371, 0.007956827999805682, 0.007852399000512378, 0.007912557000054221, 0.008088663999842538, 0.008189860000129556, 0.009010778999254399, 0.008214215000407421, 0.007987136000338069, 0.008166070999322983, 0.008063627000410634, 0.007905690000370669, 0.007967319999806932, 0.007897697999396769, 0.007871177000197349, 0.008014496000214422, 0.007993948999683198, 0.007960003000334837, 0.008029659999920113, 0.00799469699995825, 0.008059970999966026, 0.007984853000380099, 0.00794183299967699, 0.008252900999650592, 0.008121001000290562, 0.008149514999786334, 0.008058188000177324, 0.008178715000212833, 0.00825557200005278, 0.008178963999853295, 0.008216645000175049, 0.008342680999703589, 0.00822493299983762, 0.008159252000041306, 0.008081801000116684, 0.008041131000027235, 0.008060701000431436, 0.007931430999633449, 0.00791672200011817, 0.008015153000087594, 0.008210856999539828, 0.008378029000596143, 0.008286665999548859, 0.008260761000201455, 0.00817125399953511, 0.00850994400025229, 0.008542831999875489, 0.008221432000027562, 0.00798640399989381, 0.007945782000206236, 0.008013276999918162, 0.007810047000020859, 0.007796689999850059, 0.007881169000029331, 0.007986765000168816, 0.008015940000404953, 0.007938619000015024, 0.007928774999527377, 0.007889927000178432, 0.007901308999862522, 0.008013962999939395, 0.00804947100004938, 0.008022686000003887, 0.007922874000541924, 0.007951886999762792, 0.008125536000079592, 0.00819353799943201, 0.008283264000056079, 0.008226115000070422, 0.00886859300044307, 0.008321930000420252, 0.008098362999589881, 0.007917781999822182, 0.007891453000411275, 0.00789116399937484, 0.007994827000402438, 0.008065349999924365, 0.007972925999638392, 0.008002335000128369, 0.00796724500014534, 0.00793440699999337, 0.007907435000561236, 0.008694352000020444, 0.00802465999913693, 0.008061653000368096, 0.008039614999688638, 0.007925271000203793, 0.007792588000484102, 0.007810200999301742, 0.007793609000145807, 0.007879122999838728, 0.00798814600057085, 0.008028831000046921, 0.00845840199963277, 0.007887218000178109, 0.007894074999967415, 0.007925574000182678, 0.007810285999767075, 0.007848743999602448, 0.007800081000823411, 0.008244930999353528, 0.007982707000337541, 0.007931672000268009, 0.007921055999759119, 0.007897886000137078, 0.007756537000204844, 0.007868107999456697, 0.007888721000199439, 0.0078160189996197, 0.007794355999976688, 0.007749692000288633, 0.007736587000181316, 0.007689107000260265, 0.007716339999205957, 0.0077392810007950175, 0.007787935999658657, 0.007778690999657556, 0.00774161300068954, 0.007911128999694483, 0.00809931699950539, 0.008531456000127946, 0.008178658000360883, 0.007885617000283673, 0.00782266499936668, 0.007717254000453977, 0.0077178829997137655, 0.007734402000096452, 0.007823265999832074, 0.007857610999963072, 0.007790229999955045, 0.00776022100035334, 0.007905786999799602, 0.008678887999849394, 0.008061718000135443, 0.00793809699916892, 0.007822182000381872, 0.007723194999925909, 0.007779978000144183, 0.007789876999595435, 0.007717111000602017, 0.0076619719993686886, 0.007744252000520646, 0.007709886000156985, 0.00763367399940762, 0.00758866200067132, 0.007657504999770026, 0.007763953999528894, 0.007765698000184784, 0.007987212000443833, 0.007961911999700533, 0.00790773300013825, 0.00789197299945954, 0.00791597500028729, 0.008043324000027496, 0.008025711000300362, 0.008037421999688377, 0.007979898000485264, 0.00778862700008176, 0.008116133999465092, 0.008052483000028587, 0.008024622999982967, 0.007982906000506773, 0.008525045999704162, 0.008667561999573081, 0.008693808000316494, 0.008148003999849607, 0.008429852000517712, 0.007999750999260868, 0.007824228000572475, 0.008043699999689125, 0.007922781999695871, 0.00791024499994819, 0.007967747000293457, 0.007896879000327317, 0.0080299040000682, 0.008015689999410824, 0.008091761000287079, 0.008062728999902902, 0.007944292000502173, 0.0077691099995718105, 0.00816823600052885, 0.008368403999156726, 0.008652784000332758, 0.00877406899962807, 0.008122368000840652, 0.007864440999583167, 0.007870981000451138, 0.007947656999931496, 0.008039685999392532, 0.007920886000647442, 0.007994757999767899, 0.008670176999657997, 0.007887683999797446, 0.007917468000414374, 0.007802369999808434, 0.008672492000187049, 0.0079842639997878, 0.008077978999608604, 0.007789416999912646, 0.008201362000363588, 0.008375864999834448, 0.007978305000506225, 0.00797202599915181, 0.007969190000039816, 0.007812668000042322, 0.007930323000437056, 0.007903233999968506, 0.008051496000007319, 0.007827993000319111, 0.007727958000032231, 0.007880047999606177, 0.008040734000132943, 0.00799640199966234, 0.008037149000301724, 0.007993160999831161, 0.008210377000068547, 0.008416198999839253, 0.008200238000426907, 0.008071952999671339, 0.007823042000381975, 0.00784544099951745, 0.007721501000560238, 0.007755603999612504, 0.007730186000117101, 0.007731589000286476, 0.007666356999834534, 0.00765790300010849, 0.007816486999217886, 0.007728949000011198, 0.007825213000614895, 0.007828439000149956, 0.00778417299989087, 0.007849489999898651, 0.007885529999839491, 0.007842779999919003, 0.00775882299967634, 0.007888447000368615, 0.007960191999700328, 0.008169551000719366, 0.007923042999209429, 0.008314157000313571, 0.008200966000003973, 0.008020547999876726, 0.008053184999880614, 0.007887726000262774, 0.007895321999967564, 0.007980969000527693, 0.007830982999621483, 0.007957486999657704, 0.007859653000195976, 0.007875868999690283, 0.007902324000497174, 0.007790444999955071, 0.007956051000292064, 0.007795534999786469, 0.0077831210001022555, 0.008123329999762063, 0.008073357000284886, 0.009212943999955314, 0.008344111000042176, 0.008299746000375308, 0.007986378999703447, 0.007925933000478835, 0.007896931999312073, 0.007990583000719198, 0.007974242999807757, 0.00803940599962516, 0.007835471999896981, 0.007788040999912482, 0.007976103000146395, 0.008001515000614745, 0.007983671999681974, 0.008145607000187738, 0.007917234000160533, 0.0079526329991495, 0.007827132000784331, 0.008043378999900597, 0.007945346999804315, 0.008116254000015033, 0.007951341000079992, 0.007990809999682824, 0.008043947000260232, 0.008001502000297478, 0.008071415999438614, 0.008033056000385841, 0.008186135999494581, 0.008196623000003456, 0.008027350000702427, 0.007948268999825814, 0.008021937000194157, 0.008023691999369476, 0.00789877199986222, 0.007927145000394376, 0.007904686999609112, 0.007842865000384336, 0.00796509999963746, 0.0081316780006091, 0.007909676000053878, 0.00799408599959861, 0.00828704600007768, 0.008131765999678464, 0.008196992000193859, 0.008113320999655116, 0.00807736400020076, 0.008050354999795672, 0.008068615000411228, 0.008143555999595264, 0.008130687000630132, 0.008003080999515078, 0.008129505999932007, 0.008096686000499176, 0.008171901999958209, 0.007988753000063298, 0.007965409999997064, 0.007893095999861544, 0.007850629999666126, 0.008034545000555227, 0.008014121999622148, 0.007965284999954747, 0.00783235800008697, 0.007768827000290912, 0.008647036999718694, 0.008100103000288073, 0.008091699000033259, 0.008129050000206917, 0.008024083999771392, 0.008049209999626328, 0.008082426000328269, 0.00807316999998875, 0.008032955000089714, 0.008028297999771894, 0.007990037000126904, 0.008038212000428757, 0.008008205999431084, 0.008019355000215, 0.007986364000316826, 0.007918284999504976, 0.00786262700057705, 0.007992281000042567, 0.008008180999240722, 0.007992470000317553, 0.007940817000417155, 0.00792494299912505, 0.007847436000702146, 0.008049027999732061, 0.00799973500033957, 0.008131753999805369, 0.0080785210002432, 0.00796524599991244, 0.008157686999766156, 0.008295394000015222, 0.00832556699970155, 0.008276608000414853, 0.00806191499941633, 0.00800918000004458, 0.007833604000552441, 0.007987897999555571, 0.007940670000607497, 0.00795940299940412, 0.007902755000031902, 0.007936826000332076, 0.008042307999858167, 0.00788750700030505, 0.007774787999551336, 0.007859942999857594, 0.007857440000407223, 0.007924892000119144, 0.007906355000159238, 0.007768624999698659, 0.007810459000211267, 0.007911205999334925, 0.007981192999977793, 0.008035104000555293, 0.008013403999939328, 0.007930544999908307, 0.007881135000388895, 0.008111554999231885, 0.007992622000529082, 0.00787137299994356, 0.007815680999556207, 0.007902480000666401, 0.007899287999862281, 0.00808189899998979, 0.007954132999657304, 0.00876271299966902, 0.008333366000442766, 0.008008723999409995, 0.007717313000284776, 0.007796537999638531, 0.007762173000628536, 0.007888703999924473, 0.007749219999823254, 0.00777720899986889, 0.007813379999788594, 0.007729034000476531, 0.007789372999468469, 0.007888283000283991, 0.007721476000369876, 0.00778883200018754, 0.007829741000023205, 0.007840303999728349, 0.007740324000224064, 0.007815596999535046, 0.007920640000520507, 0.007880688999648555, 0.007795421999617247, 0.007809890000316955, 0.007705197000177577, 0.007670625000173459, 0.007859651999751804, 0.0077095389997339225, 0.007744895000541874, 0.0077810229995520785, 0.007925361000161502, 0.007723298999735562, 0.007838303000426095, 0.007917784999335709, 0.007874528000684222, 0.00793769599931693, 0.007880525000473426, 0.007907719000286306, 0.008014424000066356, 0.007938578999528545, 0.007841783000003488, 0.007890204999966954, 0.007944279000184906, 0.007917779000308656, 0.007938986999761255, 0.007818942999620049, 0.007935055000416469, 0.007762716999422992, 0.007834596000066085, 0.007810548000634299, 0.007759686999634141, 0.007711432999712997, 0.00777331600056641, 0.007769687999825692, 0.007816293999894697, 0.007884861000093224, 0.008353457000339404, 0.00794284899984632, 0.008034421999582264, 0.007995695999852614, 0.00787366300028225, 0.007867768999858527, 0.00792048600033013, 0.00794122499974037, 0.008543593000467808, 0.00811090899969713, 0.007908984999630775, 0.007704192999881343, 0.0077225490003911546, 0.007692459000281815, 0.00784908399964479, 0.007681994999984454, 0.007612618000166549, 0.007817601000169816, 0.0078038249994278885, 0.007993103999979212, 0.008013355000002775, 0.007903579999947397, 0.0077018840001983335, 0.007678773999941768, 0.007618870999976934, 0.007600589000503533, 0.0076743350000469945, 0.007743391000076372, 0.00775526599954901, 0.00794905699967785, 0.007894532000136678, 0.007937084999866784, 0.008196865000172693, 0.0077902029997858335, 0.007818680000127642, 0.007865754000704328, 0.007721394999862241, 0.007803374000104668, 0.007696021999436198, 0.007831076000002213, 0.007797145000040473, 0.007772695000312524, 0.007789507999405032, 0.007825840000805329, 0.007988909999767202, 0.007897112999671663, 0.007837225000002945, 0.008394381000471185, 0.007974082000146154, 0.008047859999351203, 0.00795189800010121, 0.007756555000014487, 0.00787163099994359, 0.007797778000167455, 0.007764216999930795, 0.007710986000347475, 0.0077047089998814045, 0.007824843999514997, 0.007853823000004923, 0.0077754150006512646, 0.007868400000006659, 0.007828690999303944, 0.007785843000419845, 0.007998252000106731, 0.007744984999590088, 0.0077067350002835155, 0.0077490430003308575, 0.007800346999829344, 0.007878151999648253, 0.007925347999844234, 0.0078893509999034, 0.008506373999807693, 0.007973124000272946, 0.007835436999812373, 0.007757603000754898, 0.007775978999234212, 0.007796413000505709, 0.007703407999542833, 0.007667218000278808, 0.007654428000023472, 0.007657164000193006, 0.007610189999468275, 0.007659204999981739, 0.007657041000129539, 0.007656939000298735, 0.007694922000155202, 0.007765722999465652, 0.007822952999958943, 0.007887033000770316, 0.008203164999940782, 0.007939967999845976, 0.007903233999968506, 0.007902135000222188, 0.007916044000012334, 0.007907446999524836, 0.007773586000439536, 0.007714481999755662, 0.007968615999743633, 0.007984871999724419, 0.0077499000008174335, 0.007861666999815498, 0.007857687999603513, 0.007845895000173186, 0.007799273999808065, 0.007804726000358642, 0.007726664999609056, 0.007806131000506866, 0.007897378000052413, 0.007934003999253036, 0.007948396000756475, 0.007806758999322483, 0.007832676999896648, 0.007816944000296644, 0.007767940000121598, 0.007674596000470046, 0.007762375999845972, 0.007858936000047834, 0.007905684999968798, 0.008015222999347316, 0.007955382000545796, 0.007897137999862025, 0.0077925899995534564, 0.007899116000771755, 0.00784044800002448, 0.008029655999962415, 0.008258610999291705, 0.00798108900016814, 0.007890147000580328, 0.007846994999454182, 0.00796056299986958, 0.007780081000419159, 0.007974776999617461, 0.00828326200007723, 0.008185053000488551, 0.008600114999353536, 0.008125930000460357, 0.007881663999796729, 0.00800574700042489, 0.007983378999597335, 0.00790703399979975, 0.008010767000087071, 0.007900460999735515, 0.007853185000385565, 0.007877111999732733, 0.007909013000244158, 0.007985234000443597, 0.00800160099970526, 0.00816701700023259, 0.008196588999453525, 0.0077690200005235965, 0.007801122999808285, 0.007752342999992834, 0.007715275000009569, 0.007803411999702803, 0.007702773999881174, 0.007762467000247852, 0.007743240000309015, 0.007777619000080449, 0.007816233000085049, 0.007792532999701507, 0.007781729999805975, 0.007746137000140152, 0.007740756000202964, 0.007854896999560879, 0.007671031999961997, 0.007765582000502036, 0.007844009999644186, 0.00782455199987453, 0.00793895600054384, 0.007834213000023738, 0.007773839000037697, 0.00783653799953754, 0.00783639499968558, 0.007946407000417821, 0.007921419000012975, 0.007985782000105246, 0.007976449000125285, 0.007673260999581544, 0.007790604000547319, 0.007871975999478309, 0.007799408999744628, 0.007862690000365546, 0.007906296000328439, 0.007967304999510816, 0.007955179999953543, 0.007975866999913706, 0.00792779800030985, 0.007916730999568244, 0.007824787000572542, 0.007859629999984463, 0.007840489000045636, 0.007744184999864956, 0.007802346999596921, 0.007726913000624336, 0.007813468999302131, 0.00788383800045267, 0.007790394000039669, 0.008510243999808154, 0.008028350000131468, 0.007859610999730648, 0.007825388999663119, 0.007679110000026412, 0.008002778000445687, 0.007690612999795121, 0.007638606000000436, 0.007690899999943213, 0.007809939999788185, 0.007711963000474498, 0.007812324000042281, 0.00782518699998036, 0.0076781210000262945, 0.007706985999902827, 0.00769685799969011, 0.0077511290000984445, 0.007857575999878463, 0.007832678999875498, 0.007882111000071745, 0.007737024000562087, 0.007697531999838247, 0.007710193000093568, 0.007910620999609819, 0.007911888000307954, 0.007876274999944144, 0.007825980000234267, 0.007916889999250998, 0.008044984000662225, 0.0081786849996206, 0.00801987500017276, 0.007860190999963379, 0.007942694000121264, 0.007824176000212901, 0.007913361999271729, 0.008002258000487927, 0.007904281000264746, 0.007853116999285703, 0.007858415000555397, 0.007865747999858286, 0.007820011000148952, 0.007935921999887796, 0.007982766999703017, 0.008043363000069803, 0.007915082999716105, 0.007877474000451912, 0.007840459999897575, 0.007793320000018866, 0.007862638000005973, 0.007890382000368845, 0.007897367999248672, 0.007815099000254122, 0.007922062000034202, 0.007977653999660106, 0.007862092000323173, 0.007893388000411505, 0.008126188999995065, 0.008006236999790417, 0.008061476999500883, 0.00792829200054257, 0.007966709999891464, 0.007948237000164227, 0.00794703900010063, 0.008727960000214807, 0.008239080999373982, 0.007928185000309895, 0.008002796999790007, 0.007990420000169252, 0.008220583000365878, 0.008068662999903609, 0.008020622000003641, 0.007929442999738967, 0.007926723000309721, 0.007829491999473248, 0.007965994000187493, 0.007889456000157224, 0.007928234999781125, 0.007851084999856539, 0.007834422000087216, 0.007705112000621739, 0.007766066999465693, 0.008320847000504727, 0.008072566000009829, 0.007917117000033613, 0.007878350999817485, 0.007883489999585436, 0.00788765300058003, 0.00772714399954566, 0.00774502200056304, 0.007774137999149389, 0.007736566000858147, 0.007689946000027703, 0.007745790999251767, 0.0077991040006963885, 0.007879434999267687, 0.007842841000638145, 0.0077895859994896455, 0.007868061000408488, 0.007986480999534251, 0.00807626400001027, 0.00806317200022022, 0.007948882000164303, 0.00798637099978805, 0.007708258000093338, 0.007799439999871538, 0.007752462000098603, 0.007696063000366848, 0.007705886999247014, 0.00772013000005245, 0.0077518510006484576, 0.007647710999663104, 0.0077450569997381535, 0.008000405000530009, 0.008483404999424238, 0.008345517000634572, 0.007927101999484876, 0.0077462569997805986, 0.007696411000324588, 0.00779160900037823, 0.007731896999757737, 0.007853064000300947, 0.007808934999957273, 0.007766806999825349, 0.007728734000011173, 0.007783971999742789, 0.007739059000414272]",tokens/s,125.18933962032217,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,xglm,facebook/xglm-564M,facebook/xglm-564M,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen,Qwen/Qwen-14B,Qwen/Qwen-14B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-7b,huggyllama/llama-7b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-180B,tiiuae/falcon-180B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-1.3B,EleutherAI/gpt-neo-1.3B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,6213.40672,,,,,s,1,16.275938918000065,16.275938918000065,0.0,16.275938918000065,16.275938918000065,16.275938918000065,16.275938918000065,[16.275938918000065],,kWh,0.0001637260169749987,8.923556238103788e-05,0,0.00025296157935603657,,MB,6333.349888,,,,,s,10,3.637480362000133,0.3637480362000133,0.0026641709321859547,0.3630520394999621,0.365864011100166,0.3683870805500192,0.37040553610990173,"[0.3623773369999981, 0.3622877560001143, 0.3620065839995732, 0.36304736900001444, 0.3633081200005108, 0.3653033290001986, 0.3630567099999098, 0.3643778179994115, 0.3709101499998724, 0.36080518900052994]",tokens/s,703.783868290725,kWh,4.299549318997832e-06,2.343360719128338e-06,0.0,6.64291003812617e-06,tokens/kWh,38537327.5463192,MB,6337.368064,,,,,s,10,28.395113945999583,2.8395113945999584,0.02715828604635355,2.8358150455001123,2.8792102601003533,2.888765754050064,2.8964101492098324,"[2.815109426000163, 2.8098026689995095, 2.838483731999986, 2.8091518319997704, 2.8377435920001517, 2.833886499000073, 2.8983212479997746, 2.877086817000418, 2.8433996359999583, 2.832128494999779]",tokens/s,22.186915720715284,kWh,3.338223399211316e-05,1.8194512027234223e-05,0.0,5.157674601934738e-05,tokens/kWh,1221480.7032682432,,s,630,28.39099865999924,0.04506507723809403,0.0012999560842563854,0.04483890249957767,0.04671691569956238,0.04752396699968812,0.049200319170104194,"[0.046688016999723914, 0.045901587000116706, 0.04461874600019655, 0.04494675800015102, 0.044457832999796665, 0.04654983999989781, 0.04514118599945505, 0.04497158699996362, 0.04459340700032044, 0.0432139009999446, 0.04361882400007744, 0.04381920900050318, 0.04339562199947977, 0.04336540700023761, 0.04340997500003141, 0.043383012999584025, 0.043432815999949526, 0.043785513999864634, 0.04525564900086465, 0.045646090999980515, 0.04648787199948856, 0.04414689599980193, 0.043498495000676485, 0.04441595899970707, 0.04673441799968714, 0.045278844000677054, 0.04388324399951671, 0.04370855799970741, 0.04426156200042897, 0.04457483100031823, 0.04332860199974675, 0.04283031300019502, 0.043294251999213884, 0.04471771900080057, 0.045426427999700536, 0.04630118000022776, 0.0447357409993856, 0.04492052100067667, 0.04526436699961778, 0.048145144999580225, 0.044219658000656636, 0.043675127999449614, 0.044718825000018114, 0.044494052000118245, 0.04424455299977126, 0.045669143000850454, 0.04515143599928706, 0.04454274500039901, 0.04504708500007837, 0.04442278299939062, 0.04494109300048876, 0.04471786500016606, 0.045232933000079356, 0.046247505999417626, 0.04335552700013068, 0.04415365800014115, 0.044296852000115905, 0.04441118799968535, 0.044899645000441524, 0.04540494699995179, 0.04537377299948275, 0.0451154790007422, 0.044260145999942324, 0.046941196999796375, 0.045707336999839754, 0.046161564000613, 0.04373947899966879, 0.04359428299994761, 0.0436773199999152, 0.04326647900052194, 0.044071553999856405, 0.044030479999491945, 0.043823119000080624, 0.044527611000376055, 0.04554234799979895, 0.04460546300015267, 0.04383590900033596, 0.045285844999853, 0.04452680299982603, 0.043765194000116026, 0.04375535399958608, 0.04495223100002477, 0.044601098999919486, 0.043209875000684406, 0.043262491999485064, 0.0433307129997047, 0.04251958300028491, 0.04657646499981638, 0.04801873100041121, 0.04457973099943047, 0.043774734000180615, 0.04704102800042165, 0.04395684599967353, 0.04405396699985431, 0.045189273000687535, 0.04468591199929506, 0.04400813400025072, 0.04354299999977229, 0.04342056000041339, 0.04364987299959466, 0.04457077999995818, 0.04445774000032543, 0.04595472399978462, 0.04579545800061169, 0.045655945999897085, 0.04573706099927222, 0.04534113600038836, 0.04394997500003228, 0.044795967000027304, 0.044073803999708616, 0.04538253500049905, 0.04447636999975657, 0.04357796000022063, 0.045396000999971875, 0.04431718599971646, 0.04406665900023654, 0.046023554999919725, 0.046779895999861765, 0.045664164000299934, 0.044529852999403374, 0.044253875000322296, 0.043497996000041894, 0.04388878999998269, 0.04304083100032585, 0.043432757999653404, 0.045370220999757294, 0.04857303500011767, 0.04464489499969204, 0.0438675150007839, 0.04407925499981502, 0.044749824999598786, 0.04446014800032572, 0.04411991799952375, 0.04454604000056861, 0.0451505860000907, 0.044270650999351346, 0.04518866099988372, 0.044807670000409416, 0.04377440200005367, 0.04497696399994311, 0.04393500399964978, 0.04417013000056613, 0.04365004000010231, 0.04413392799961002, 0.047342597000351816, 0.044961017999412434, 0.04399811300027068, 0.04483512899969355, 0.04348552300052688, 0.044140885999695456, 0.04762643800040678, 0.0458428179999828, 0.04600769899934676, 0.04584565900040616, 0.04508329599957506, 0.045544858000539534, 0.045560534999822266, 0.04520175099969492, 0.04497000300034415, 0.043689009999980044, 0.044685335000394844, 0.04397008399973856, 0.04491542199957621, 0.04383569299989176, 0.04335880200051179, 0.04713376299969241, 0.04522124499999336, 0.045973874000083015, 0.04555928100035089, 0.04518068699962896, 0.04825430900018546, 0.04602298400004656, 0.046137897000335215, 0.04612773499957257, 0.044887359000313154, 0.04497470499973133, 0.04557529300018359, 0.04626093699971534, 0.04459452199989755, 0.04504168600033154, 0.04464405099952273, 0.04395833700073126, 0.04441320999922027, 0.04515038800036564, 0.04549768299966672, 0.04397776400037401, 0.044749054000021715, 0.04593012900022586, 0.04485908999959065, 0.04700451500048075, 0.04478160999951797, 0.04420929299976706, 0.04481822200068564, 0.04436272499970073, 0.043981679000353324, 0.0445123829995282, 0.0451493410000694, 0.044893537999996624, 0.04467313900022418, 0.045122159000129614, 0.04500950100009504, 0.043735009999181784, 0.044327546000204165, 0.04390670700013288, 0.043462214000101085, 0.043387728999732644, 0.044510358000479755, 0.04455950600004144, 0.044374502999744436, 0.04551261699998577, 0.044407254999896395, 0.04391530900011276, 0.04355143999964639, 0.04386442100076238, 0.04304965299979813, 0.043391653999606206, 0.04427194700019754, 0.04335181900023599, 0.044751098999768146, 0.04428038700007164, 0.04391749000023992, 0.04400964999967982, 0.043664034999892465, 0.04521378899971751, 0.04353608000019449, 0.04410730700055865, 0.04445695899994462, 0.04358900799979892, 0.045031824999568926, 0.04653141000017058, 0.04660133100060193, 0.04541524699925503, 0.04462692800007062, 0.04365049399984855, 0.043298421000145026, 0.045236069000566204, 0.04513793499972962, 0.045381519999864395, 0.04930108799999289, 0.04400539600010234, 0.04362734900041687, 0.04359919099988474, 0.044358524999552174, 0.045096370999999635, 0.044092858000112756, 0.04419378799957485, 0.04415129200060619, 0.04484267599946179, 0.045925322000584856, 0.04624608499943861, 0.04555255500054045, 0.04526313599944842, 0.04920795399993949, 0.04428164199998719, 0.044518316999528906, 0.044621476999964216, 0.044874172000163526, 0.04453184400063037, 0.04362055000001419, 0.04438576399934391, 0.04521410600045783, 0.044333347999781836, 0.043611950999547844, 0.045201442000688985, 0.04537265699946147, 0.04442836900034308, 0.04305275000024267, 0.044148487999336794, 0.043824912000673066, 0.043659518999447755, 0.044020227000146406, 0.04418204400008108, 0.04508994800016808, 0.04357776199958607, 0.04471143899991148, 0.04340477100049611, 0.04436885899940535, 0.04550082500009012, 0.044419543000003614, 0.0454624670001067, 0.04434739600037574, 0.04507109899986972, 0.04433787499965547, 0.044579542000064976, 0.04385769400050776, 0.044914710999364615, 0.04581338100069843, 0.05021727999974246, 0.04515126499973121, 0.043514415000572626, 0.04789131799952884, 0.044878390000121726, 0.04436912700020912, 0.0444556989996272, 0.044927404999725695, 0.04495990600025834, 0.04445382799985964, 0.04403303200069786, 0.044157675999485946, 0.0441187180003908, 0.045370052000180294, 0.045860538999477285, 0.046435760999884224, 0.04628373000014108, 0.04851159099962388, 0.04526116800025193, 0.04431674700026633, 0.044372452999596135, 0.047402521000549314, 0.047108850999393326, 0.046313948000715754, 0.0452942219999386, 0.04471400900001754, 0.04759883799943054, 0.0448344280002857, 0.04828632599947014, 0.045623465000062424, 0.04654999900049006, 0.044397077999747125, 0.04382229299972096, 0.044769862000066496, 0.04605901400009316, 0.047181441000248014, 0.04600179899989598, 0.04763267599992105, 0.04475677000027645, 0.044317922000118415, 0.04373198699977365, 0.044546052000441705, 0.04355292199943506, 0.04417905900027108, 0.044185773999743105, 0.04447605299992574, 0.04446998999992502, 0.04409928699988086, 0.04436736900061078, 0.04322573299941723, 0.044169335000333376, 0.04373192700040818, 0.04297141000006377, 0.04376349399990431, 0.045027529999970284, 0.044346623999445, 0.044386646000020846, 0.044109039999966626, 0.04455736900035845, 0.04439613199974701, 0.045786206999764545, 0.044828193000284955, 0.0455334779999248, 0.04507144200033508, 0.04502647600020282, 0.044843970999863814, 0.043968465000034485, 0.045128165999813064, 0.04594783799984725, 0.046214634000534716, 0.046932522999668436, 0.04740491299980931, 0.04582026800017047, 0.044342074999804026, 0.04431863399986469, 0.043808377000459586, 0.044262937999519636, 0.046318736000102945, 0.045767718000206514, 0.044444043999646965, 0.04479321600047115, 0.04552992499975517, 0.044813325999712106, 0.04630765000001702, 0.04464950600049633, 0.046325557000272966, 0.04374326299966924, 0.0441576739995071, 0.04480035100004898, 0.045398472000670154, 0.04553670499990403, 0.04738216799978545, 0.045676474000174494, 0.04728762800004915, 0.050021453999761434, 0.04673340099998313, 0.04573053500007518, 0.046276515000499785, 0.04508829099995637, 0.04456085399942822, 0.04504422900026839, 0.045700888999817835, 0.045574151999971946, 0.04555217100005393, 0.046751597999900696, 0.04464993300007336, 0.045893352999883064, 0.045353055000305176, 0.044196331000421196, 0.045720768999672146, 0.04603326799951901, 0.0486206610003137, 0.04638826700011123, 0.04613027199957287, 0.04780132800078718, 0.046962678999989294, 0.04620432499996241, 0.04529090100004396, 0.046821882999211084, 0.04533089100004872, 0.043839330000082555, 0.04414366000037262, 0.04555630499999097, 0.04669023299993569, 0.04547753200040461, 0.04610943799980305, 0.04630438999993203, 0.045685655999477603, 0.045176526000432204, 0.04795642199951544, 0.04600281900002301, 0.044453847000113456, 0.045501315999899816, 0.04615487600040069, 0.04568928600019717, 0.04437898200012569, 0.04499097600000823, 0.04574998699990829, 0.04565153299972735, 0.04442680800002563, 0.04558466500020586, 0.044971719999921334, 0.04497065800023847, 0.044635150999965845, 0.0453453800000716, 0.04629729399948701, 0.04550210900015372, 0.0461692500002755, 0.05020690899982583, 0.0465261819999796, 0.04721084700031497, 0.0460528619996694, 0.04852705499979493, 0.047214557000188506, 0.04831221300082689, 0.04587767899920436, 0.04353374500078644, 0.044176812999467074, 0.04414361799990729, 0.043573924000156694, 0.044884093000291614, 0.04543343800014554, 0.04478481399928569, 0.044886024000334146, 0.044028645000253164, 0.04448159299954568, 0.04803436100064573, 0.04743245800000295, 0.046420753999882436, 0.04598940599953494, 0.04523610199976247, 0.04585392200078786, 0.04518536399973527, 0.04408432400032325, 0.04546896199917683, 0.04365065100046195, 0.0436483829998906, 0.04340259499986132, 0.04331335200004105, 0.04338220600038767, 0.044049076000192144, 0.044578694999472646, 0.04458778499974869, 0.04549030900034268, 0.044433177999962936, 0.04388136600027792, 0.045196422999651986, 0.04498888699981762, 0.04573464500026603, 0.04674081099983596, 0.04828164100035792, 0.04549938599939196, 0.04519220700058213, 0.04541399800018553, 0.04598268299923802, 0.04734115200062661, 0.05017574199973751, 0.04526085999987117, 0.045296149000023433, 0.04918162700050743, 0.045731112999419565, 0.047034275000441994, 0.0447917490000691, 0.045270038999660756, 0.046150322999892524, 0.04704125300031592, 0.04913783899974078, 0.048708483000154956, 0.047735780000039085, 0.04558231600003637, 0.046143325999764784, 0.04496775900042849, 0.04669287599972449, 0.04607198200028506, 0.0460102970000662, 0.04659496399926866, 0.04631062600037694, 0.04793973300002108, 0.044973826999921585, 0.04708621999998286, 0.045392852000077255, 0.044537480999679246, 0.046604157000729174, 0.044152340999971784, 0.044128579999778594, 0.046706102999451105, 0.04640573899996525, 0.04433928200069204, 0.04289254200011783, 0.04431977699914569, 0.04401531300027273, 0.04357651900045312, 0.04536172000007355, 0.04357566699945892, 0.04392200700021931, 0.04400905900001817, 0.04445292699983838, 0.043780715000139026, 0.04514170800030115, 0.045534379999480734, 0.04721039700052643, 0.04722907099949225, 0.043185327999708534, 0.04269869300060236, 0.043083014999865554, 0.04383633700035716, 0.045318824999412755, 0.04557740000018384, 0.045287767000445456, 0.05070030099977885, 0.04491065399997751, 0.04437572899951192, 0.0440028170005462, 0.04494769099983387, 0.043793054999696324, 0.045582712000395986, 0.04492854799991619, 0.04374250000000757, 0.044131038000159606, 0.0434814419995746, 0.04419122800027253, 0.044443173999752617, 0.045006194000052346, 0.04535508699973434, 0.04592367000077502, 0.04487583199988876, 0.045291692999853694, 0.04474439600016922, 0.04671508399951563, 0.04730872900017857, 0.04603484400013258, 0.047871670999484195, 0.048630808000780235, 0.04693430399947829, 0.04610694900020462, 0.04371532499953901, 0.04517457800011471, 0.04433664800035331, 0.0442281269997693, 0.04523552699993161, 0.046601944000030926, 0.04492376999951375, 0.04443876599998475, 0.044101159000092593, 0.04426565399990068, 0.044084832000407914, 0.0446118359996035, 0.044102165999902354, 0.04395402699992701, 0.04470323900022777, 0.04570414800036815, 0.044927762000043, 0.04439570499926049, 0.044088967000789125, 0.04371332399932726, 0.04344523300005676, 0.04337057800057664, 0.04545896099989477, 0.043950520000180404, 0.04405129599945212, 0.044927240000106394, 0.046150500000294414, 0.044667549999758194, 0.0450886079997872, 0.04505587299991021, 0.04367402400021092, 0.044557840000379656, 0.0460939189997589, 0.04642367999986163, 0.046247168999798305, 0.04588324599990301, 0.04460224600006768, 0.04637912199996208, 0.046190329000637576, 0.044823471999734465, 0.046323089999532385, 0.044478629000877845, 0.04426002099990001, 0.044066092999855755, 0.04406755199943291, 0.04315533000044525, 0.044021087999681185, 0.0446011260000887, 0.044498502999886114, 0.04651644700061297, 0.04640689999996539, 0.045654695999473915, 0.044523237999783305, 0.04446625800028414, 0.044742836999830615, 0.045078717000251345, 0.04504220800026815, 0.044343896999635035, 0.04639590799979487, 0.04729198400036694, 0.0489309909999065, 0.04513453599975037, 0.0442267720000018, 0.04420435500014719, 0.04439046400057123, 0.04553917199973512, 0.04532425500019599, 0.044427770999391214]",tokens/s,22.190131722545644,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mistral,mistralai/Mistral-7B-v0.1,mistralai/Mistral-7B-v0.1,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mixtral,mistralai/Mixtral-8x7B-v0.1,mistralai/Mixtral-8x7B-v0.1,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen,Qwen/Qwen-72B,Qwen/Qwen-72B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-30b,facebook/opt-30b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2_moe,Qwen/Qwen1.5-MoE-A2.7B,Qwen/Qwen1.5-MoE-A2.7B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-1.3b,EleutherAI/pythia-1.3b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-1.4b,EleutherAI/pythia-1.4b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,01-ai/Yi-34B,01-ai/Yi-34B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 57, in launch raise RuntimeError(f""Isolated process exited with non-zero code {isolated_process.exitcode}"") RuntimeError: Isolated process exited with non-zero code -9 ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-12b,EleutherAI/pythia-12b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,xglm,facebook/xglm-4.5B,facebook/xglm-4.5B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,xglm,facebook/xglm-7.5B,facebook/xglm-7.5B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-14B,Qwen/Qwen1.5-14B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Llama-2-70b-hf,meta-llama/Llama-2-70b-hf,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,Deci/DeciCoder-1b,Deci/DeciCoder-1b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 559, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3832, in from_pretrained model = cls(config, *model_args, **model_kwargs) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 248, in __init__ self.model = DeciCoderModel(config) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 215, in __init__ self.layers = nn.ModuleList([DeciCoderDecoderLayer(config) for _ in range(config.num_hidden_layers)]) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 215, in self.layers = nn.ModuleList([DeciCoderDecoderLayer(config) for _ in range(config.num_hidden_layers)]) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 181, in __init__ self.self_attn = DeciCoderAttention(config=config) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 54, in __init__ self._init_rope() File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1729, in __getattr__ raise AttributeError(f""'{type(self).__name__}' object has no attribute '{name}'"") AttributeError: 'DeciCoderAttention' object has no attribute '_init_rope' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Meta-Llama-3-70B,meta-llama/Meta-Llama-3-70B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,togethercomputer/RedPajama-INCITE-Base-7B-v0.1,togethercomputer/RedPajama-INCITE-Base-7B-v0.1,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-72B,Qwen/Qwen1.5-72B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,internlm,internlm/internlm-20b,internlm/internlm-20b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-110B,Qwen/Qwen1.5-110B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,codegen,Salesforce/codegen-16B-nl,Salesforce/codegen-16B-nl,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt2,openai-community/gpt2-large,openai-community/gpt2-large,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-65b,huggyllama/llama-65b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-30b,huggyllama/llama-30b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Llama-2-13b-hf,meta-llama/Llama-2-13b-hf,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-7B,Qwen/Qwen1.5-7B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,stabilityai/stablelm-base-alpha-3b,stabilityai/stablelm-base-alpha-3b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,recurrent_gemma,google/recurrentgemma-9b,google/recurrentgemma-9b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/gpt-neox-20b,EleutherAI/gpt-neox-20b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 57, in launch raise RuntimeError(f""Isolated process exited with non-zero code {isolated_process.exitcode}"") RuntimeError: Isolated process exited with non-zero code -9 ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mixtral,mistralai/Mixtral-8x22B-v0.1,mistralai/Mixtral-8x22B-v0.1,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,01-ai/Yi-6B,01-ai/Yi-6B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,24694.796288,,,,,s,1,60.506323759000026,60.506323759000026,0.0,60.506323759000026,60.506323759000026,60.506323759000026,60.506323759000026,[60.506323759000026],,kWh,0.0006860837559055559,0.0003739410285997324,0,0.0010600247845052883,,MB,25405.411328,,,,,s,10,15.083360310999865,1.5083360310999865,0.005188026607718747,1.5087795869999923,1.5148447784999974,1.514867928749996,1.514886448949995,"[1.5137863100000004, 1.5118081079999683, 1.5148910789999945, 1.5107695379999768, 1.501374797999972, 1.5148396339999977, 1.5032674309999834, 1.5022339319999674, 1.5035998449999965, 1.5067896360000077]",tokens/s,169.72345334302364,kWh,1.7749405275486075e-05,9.673940989499649e-06,0.0,2.7423346264985724e-05,tokens/kWh,9335111.679163028,MB,25412.05504,,,,,s,10,102.05715444700002,10.205715444700001,0.08216438527672935,10.21519276699999,10.29353430410004,10.297849741550014,10.30130209150999,"[10.302165178999985, 10.285818359000018, 10.266302289999999, 10.292575318000047, 10.194875030999981, 10.196627842999987, 10.233757690999994, 10.120688410000014, 10.112449896999976, 10.051894429000015]",tokens/s,6.173011617006915,kWh,0.00011930466599111116,6.502569068496394e-05,0.0,0.00018433035667607503,tokens/kWh,341777.6710035359,,s,630,102.05310403900012,0.16198905403015892,0.0035224084715555215,0.1613596775000019,0.16698738730000287,0.16864415155001494,0.17171587548000447,"[0.16277514300003304, 0.16807077699996853, 0.1665160260000107, 0.16233343599998307, 0.1602868209999997, 0.15999571100002186, 0.15925484600001028, 0.16094110899996394, 0.1615551070000265, 0.16065939599997137, 0.16492548500002613, 0.15770086200001288, 0.15898849499996004, 0.16067145400000982, 0.16054998499998874, 0.16471074300000055, 0.1621770540000398, 0.16442222799997808, 0.16318765800002666, 0.16565046599998823, 0.16831276599998546, 0.1631808960000285, 0.16131993599998395, 0.16108290199997555, 0.16151012400001719, 0.1587320570000088, 0.16067375099999026, 0.15756504099999802, 0.16245224900001176, 0.16605813000001035, 0.1605389089999676, 0.16665580900001942, 0.1628833190000023, 0.16592617899999595, 0.1708112540000002, 0.16593560199999047, 0.16665469600002325, 0.16645148099996732, 0.1671626820000256, 0.1634306869999591, 0.17534361400004173, 0.16494153399997913, 0.1642548940000097, 0.16700710700001764, 0.16388275200000635, 0.16235871999998608, 0.17147725000000946, 0.16962278699998024, 0.16253487400001632, 0.1636072919999947, 0.16774246799997172, 0.1603796969999962, 0.16126818600002935, 0.16538203400000384, 0.16294031699999323, 0.1589475069999935, 0.1608295799999837, 0.16111860000000888, 0.1582414970000059, 0.16178446100002475, 0.16534125999999105, 0.16736790799996015, 0.1626606980000247, 0.1685077930000034, 0.160380540999995, 0.16402177999998457, 0.16130725600004325, 0.16713601099996822, 0.16086274400004186, 0.16127906699995265, 0.158812547000025, 0.1605599320000124, 0.15935631999997213, 0.16171130500003983, 0.1582636729999649, 0.16045254900001282, 0.16075187199999164, 0.16419192600000088, 0.16594416899999942, 0.16634655400002885, 0.16253220099997634, 0.16115665500001342, 0.17006203199997572, 0.16865070400001514, 0.16301396299996895, 0.16126246500004981, 0.16226622399994994, 0.1602576600000134, 0.16196739000002935, 0.1644009780000033, 0.1634749159999842, 0.16326741099999253, 0.16291979200002515, 0.159750866999957, 0.16050609199999144, 0.16592642400001978, 0.16104373699999996, 0.16382567800002334, 0.17094619099998454, 0.17146651899997778, 0.16734450500001685, 0.16540985199998204, 0.1666159880000464, 0.16865574299998798, 0.16477457499996717, 0.16778966900000114, 0.16209946800000807, 0.16209252600003765, 0.16700543499996456, 0.16402530499999557, 0.16049559700002192, 0.16133683300000712, 0.1655850739999778, 0.16704535700000633, 0.15810877600000595, 0.16397396000002118, 0.16571810399995002, 0.1605847190000418, 0.1609819459999926, 0.16038834699998006, 0.16698538200000712, 0.16329496999998128, 0.16014740600002142, 0.15881173700000772, 0.15949109999996836, 0.15810074800003804, 0.17175000600002477, 0.16833628999995653, 0.16442568900004062, 0.16156361999998126, 0.16586013900001717, 0.16316631999995934, 0.1655172220000054, 0.15874364400002605, 0.1647093439999594, 0.1618166070000484, 0.1624435999999605, 0.16863614300001473, 0.1609325100000092, 0.1597241590000067, 0.16638443699997651, 0.15953289600003018, 0.16018067499999233, 0.15904869299998836, 0.16040866700001288, 0.16395354700000553, 0.16160960799999202, 0.16272963400001572, 0.16272810299994944, 0.1628699610000126, 0.16833478699999205, 0.16721235700003945, 0.16679582199998322, 0.16489180500002476, 0.16039415799997414, 0.1590357619999736, 0.164454529000011, 0.17172465900000589, 0.16830090600001313, 0.16405969599998116, 0.16142520500000046, 0.16133942999999817, 0.15966056199999912, 0.1589397559999952, 0.1693534720000116, 0.1673469030000092, 0.15973297400000774, 0.15962934599997425, 0.1578922070000317, 0.16124972699998352, 0.15823265400001674, 0.16234488699996064, 0.16557187099999737, 0.16484986100005017, 0.16078935499996305, 0.16124735100004273, 0.16330883299997367, 0.16276371100002507, 0.1623007009999924, 0.16252456299997675, 0.1634661539999911, 0.16021731400002182, 0.1593835919999833, 0.15856031700002404, 0.16276926399996228, 0.1653719700000238, 0.16376297199997225, 0.15851798800002825, 0.16109018700001343, 0.169986568000013, 0.16111176900000146, 0.1635538909999923, 0.1650806910000142, 0.17049754100003156, 0.17270411499998772, 0.16476570499997933, 0.16714472000001024, 0.16168710300001976, 0.16474240200000168, 0.16294587299995555, 0.16057464800002208, 0.16583423999998104, 0.17007608500000515, 0.16599830000001248, 0.15927711299997327, 0.16413405200000852, 0.16213986600001817, 0.1661428150000006, 0.16629023600000892, 0.16298474999996415, 0.1640676900000244, 0.16224733100000321, 0.16614423900000475, 0.17168171700001267, 0.17194623799997544, 0.16051829500003123, 0.1650845319999803, 0.16070047599998816, 0.16560109300002068, 0.15978080899998304, 0.16039208699999108, 0.16044753900001751, 0.16089791999996805, 0.15928667200000746, 0.16350111000002698, 0.16245597099998577, 0.15943827900002816, 0.1605424129999733, 0.1638688500000285, 0.1622588899999755, 0.16027711200001704, 0.16314825699998892, 0.16534135199998445, 0.16356392199998027, 0.1631263140000101, 0.15953388600001972, 0.1587846959999979, 0.15919500400002562, 0.16331789199995228, 0.15896042600002147, 0.1604273840000019, 0.1600760079999759, 0.1607043330000124, 0.1582561860000169, 0.16282535999999936, 0.16631637400001864, 0.162752624999996, 0.16294787199996108, 0.17059227499998997, 0.16351763400001573, 0.16057434100002865, 0.15930749199998218, 0.16923457699999744, 0.1599026050000134, 0.16593661000001703, 0.16450254899996253, 0.16096252900001673, 0.15692191699997693, 0.16006635900004085, 0.15599288300001035, 0.1571030579999615, 0.15971336900003053, 0.16200769399995352, 0.16388226800000893, 0.1634967470000106, 0.17169437100000096, 0.1671988850000048, 0.1652291610000134, 0.16146029399999406, 0.1670138970000039, 0.16010588899996492, 0.16236943900003098, 0.15871380699996962, 0.16091954200004466, 0.1585949219999634, 0.16594434300003513, 0.1693320690000064, 0.1603813369999898, 0.16087097999997013, 0.16319521799999848, 0.15993175900001688, 0.15961038400001826, 0.16157926799996858, 0.16323919900003148, 0.16004840599998715, 0.16280225100001644, 0.15806400899998607, 0.1595874159999653, 0.16108068800002684, 0.162643289000016, 0.1617597979999914, 0.16098831499999733, 0.1606857759999798, 0.16156596000001855, 0.16028154499997527, 0.1626318040000001, 0.163661798000021, 0.15950407100001485, 0.16079461599997558, 0.1667980400000033, 0.1723223949999806, 0.1634647850000306, 0.15912159999999176, 0.15761481100003039, 0.16080513899999005, 0.15842833699997527, 0.15782097999999678, 0.16353304699998716, 0.16123891700004833, 0.15775662299995474, 0.1596937760000401, 0.1629256759999862, 0.15966937299998563, 0.16119673000002877, 0.15890276499999345, 0.16738600200000064, 0.16508198499997206, 0.1593446830000289, 0.16415934999997717, 0.16098447799998894, 0.15978569300000345, 0.16125508599998284, 0.15862005700000736, 0.16161206200001743, 0.16101112100000137, 0.1654641669999819, 0.16842635800003336, 0.1695488809999688, 0.16252635900002588, 0.15975624999998672, 0.16337325299997474, 0.16283158500004902, 0.16231333999996878, 0.16258979000002682, 0.16306549699999096, 0.16059248599998455, 0.1597617360000072, 0.1586131170000158, 0.16228883200000155, 0.15797474199996486, 0.1571918160000223, 0.15555422400001362, 0.15735561599996117, 0.15935541100003547, 0.15853327399997852, 0.16587925200002474, 0.16556062699999075, 0.15922347800000125, 0.15702520100001038, 0.15765703699997857, 0.15820828300002177, 0.15645786299995734, 0.16110803200001556, 0.16333807000000888, 0.16189033599999902, 0.15825104900000042, 0.16133661700001767, 0.1605293819999929, 0.1654772709999861, 0.16929707100001679, 0.16446419299995796, 0.16141974800001435, 0.1643901290000258, 0.16562055999997938, 0.16396860100002186, 0.16822236899997733, 0.16405396099997915, 0.164592411000001, 0.1654116520000457, 0.16073386499999742, 0.16215692399998716, 0.16467352400002255, 0.15850453899997774, 0.16119458899999017, 0.15866964100001724, 0.16019453999996358, 0.15854255800002193, 0.16183099900001707, 0.16435552299998335, 0.16098192200001904, 0.16253020300001708, 0.16304273700001204, 0.16212447299994892, 0.16529379100001051, 0.15854393000000755, 0.16226582799998823, 0.1591046350000056, 0.16094629200000554, 0.16276965800000198, 0.15957843500001445, 0.1591660759999627, 0.1626219560000095, 0.16059529500000735, 0.15979245800002673, 0.1582509109999819, 0.15844342799999822, 0.15633959500001993, 0.15945576999996547, 0.16213525200004142, 0.16710143599999583, 0.16626129299999093, 0.1619956810000076, 0.16239170899996225, 0.1628953210000077, 0.1644020429999955, 0.1661081089999925, 0.1599824340000282, 0.1591201659999797, 0.16128202200002306, 0.162887129000012, 0.1589946469999859, 0.15813201299999946, 0.15992245799998273, 0.16046228400000473, 0.15679461400003447, 0.16013616099996852, 0.16004353200003152, 0.1611412779999455, 0.1649933150000038, 0.16304641100003892, 0.166660252999975, 0.16340289600003643, 0.16467073999996273, 0.17386137800002643, 0.16226449099997353, 0.15982489499998564, 0.16394535800003496, 0.16181948199999852, 0.16121764100000746, 0.16951132399998414, 0.16363413900000978, 0.16162706899996238, 0.16362300500003357, 0.16739895899996782, 0.16513336500003106, 0.1665549869999836, 0.16393083500003058, 0.1676246359999709, 0.17112356500001624, 0.1614747510000143, 0.15763938599997118, 0.16423569500000212, 0.16366772800000717, 0.16326681700002155, 0.1623656880000226, 0.15968114199995398, 0.15730974199999537, 0.15858181200002264, 0.16096189400002459, 0.16117923899997777, 0.1615033799999992, 0.16502182699997547, 0.16897167300004412, 0.16168311600000607, 0.16394523999997546, 0.16045320199998514, 0.15905466399999568, 0.16192051400003038, 0.1604799190000108, 0.1620088249999867, 0.15817925400000377, 0.16110568599998487, 0.1602938969999741, 0.16002517500004387, 0.1595986809999772, 0.16245478199999752, 0.16213572700002032, 0.16742590100000143, 0.1593542009999851, 0.16104166799999575, 0.1622027459999913, 0.1614693139999872, 0.15992748500002563, 0.16620194099999708, 0.1624141220000297, 0.15757247199996982, 0.15822065200001134, 0.16545228600000428, 0.16137992500000564, 0.15791592599998694, 0.15832244400002082, 0.1606915539999818, 0.16288719199997104, 0.162289243000032, 0.16141451800001505, 0.16202694300000076, 0.15960639999997284, 0.15445461600000954, 0.15682533699998658, 0.15776308499999914, 0.15653744000002234, 0.15750205500000902, 0.1597054920000005, 0.15854205799996635, 0.15819388500000287, 0.16006405299998505, 0.15850009500002216, 0.1575811339999973, 0.15780698200001098, 0.15576233399997363, 0.1585863280000126, 0.16295116800000642, 0.16100085099998296, 0.16053583100000424, 0.1620852979999654, 0.15951891500003512, 0.16462752299997874, 0.16126989399998592, 0.15920716600004425, 0.15813701700000138, 0.1647669829999927, 0.16672719399997504, 0.16748292599999104, 0.15782941600002687, 0.159712729999967, 0.15962158400003545, 0.15654338999996753, 0.1583011440000064, 0.15820451400003321, 0.15673692999996547, 0.1581605350000359, 0.15663704299998926, 0.15966358100001798, 0.15865321100000074, 0.1574274099999684, 0.16077170500000193, 0.16084475600001724, 0.1578985730000113, 0.1581544919999942, 0.15687695299999405, 0.16103766800000585, 0.15986949199998435, 0.16324028799999724, 0.15773214699999016, 0.15835160800003223, 0.158378024000001, 0.16731287799996153, 0.15739962000003516, 0.1585721699999567, 0.1576472410000065, 0.15667536699999118, 0.15586286000001337, 0.15855099899999914, 0.15922043599999824, 0.15941790499999797, 0.15757317200001353, 0.157762450000007, 0.15783763600001066, 0.16616582099999277, 0.16900731499998756, 0.16818169499998703, 0.1655368280000289, 0.16353903800001035, 0.16006163599996626, 0.16950539900000194, 0.16212183999999752, 0.16177777799998694, 0.1632953580000276, 0.1621946309999771, 0.1615801980000242, 0.16088573299998643, 0.15894857099999626, 0.15860923899998625, 0.16045277200004193, 0.15846802699996942, 0.1607149640000216, 0.16271748299999444, 0.16215180300002885, 0.15751188399997318, 0.15795641200003274, 0.15837893199994824, 0.1557974730000069, 0.15526508499999636, 0.15785015000000158, 0.15723625300000776, 0.15815653600003543, 0.15556154799998012, 0.16286824600001637, 0.16316000899996652, 0.16562239699999282, 0.1659433940000099, 0.15920231000001195, 0.16369436999997333, 0.16165898000002699, 0.1597072850000245, 0.15849225399995248, 0.1600545660000421, 0.15794977299998436, 0.1581268699999896, 0.1603028900000254, 0.1577176579999673, 0.15694216600002164, 0.1579200719999676, 0.15581726700003173, 0.1606144900000004, 0.15589146799999298, 0.1592606820000242, 0.15859498099996472, 0.15811232999999447, 0.15580700399999614, 0.16010420600002817, 0.15972607300000163, 0.15727270499996848, 0.1633292470000356, 0.16185272399997075, 0.1566149360000395, 0.1556521329999896, 0.1582824829999936, 0.16177335399999038, 0.15675147799998967, 0.15913808800002016, 0.15797432799996614, 0.16189884500005292, 0.16049702299994806, 0.16882230100003426, 0.15900252500000533, 0.16034020600000076, 0.15739897899999278, 0.16233345699998836, 0.1622831380000207, 0.15759489199996324, 0.16062421700002005, 0.159613773999979, 0.16353892500001166, 0.1596658060000209, 0.1576773399999638, 0.16333987699999852, 0.15991378700005043, 0.15812396899997339, 0.16104198200002884]",tokens/s,6.173256619017117,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mistral,TencentARC/Mistral_Pro_8B_v0.1,TencentARC/Mistral_Pro_8B_v0.1,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-160m,EleutherAI/pythia-160m,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-6.7b,EleutherAI/pythia-6.7b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-13b,facebook/opt-13b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-6.7b,facebook/opt-6.7b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,microsoft/rho-math-1b-v0.1,microsoft/rho-math-1b-v0.1,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-2.7b,EleutherAI/pythia-2.7b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen2-beta-72B,Qwen/Qwen2-beta-72B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-0.5B,Qwen/Qwen1.5-0.5B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-1.8B,Qwen/Qwen1.5-1.8B,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-70m,EleutherAI/pythia-70m,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gemma,google/gemma-2b,google/gemma-2b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-40b,tiiuae/falcon-40b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gemma,google/gemma-7b,google/gemma-7b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-125m,facebook/opt-125m,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,dbrx,databricks/dbrx-base,databricks/dbrx-base,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-350m,facebook/opt-350m,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stablelm,stabilityai/stablelm-2-12b,stabilityai/stablelm-2-12b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/polyglot-ko-12.8b,EleutherAI/polyglot-ko-12.8b,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt2,openai-community/gpt2,openai-community/gpt2,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,codegen,Salesforce/codegen-6B-nl,Salesforce/codegen-6B-nl,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float32-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-410m,EleutherAI/pythia-410m,cpu,,42,,,True,True,,float32,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen,Qwen/Qwen-7B,Qwen/Qwen-7B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-66b,facebook/opt-66b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,stabilityai/stablelm-base-alpha-7b,stabilityai/stablelm-base-alpha-7b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-2.7B,EleutherAI/gpt-neo-2.7B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,6125.551616,,,,,s,1,78.44834451299994,78.44834451299994,0.0,78.44834451299994,78.44834451299994,78.44834451299994,78.44834451299994,[78.44834451299994],,kWh,0.0008962146770479176,0.0004884705198879699,0,0.0013846851969358874,,MB,6138.515456,,,,,s,10,12.021007700000155,1.2021007700000155,0.007389289337884672,1.20322169650035,1.2087678740998853,1.2125478880502214,1.2155718992104902,"[1.1905904429995644, 1.1903176160003568, 1.20404761699956, 1.2163279020005575, 1.1979209820001415, 1.2079278709998107, 1.2026448590004293, 1.2016347819999282, 1.2057970939995357, 1.2037985340002706]",tokens/s,212.96051578104945,kWh,1.4147656933749634e-05,7.710834706895599e-06,0.0,2.185849164064523e-05,tokens/kWh,11711695.583055485,MB,6171.549696,,,,,s,10,44.646390314999735,4.464639031499973,0.008760471572841004,4.4651772239999445,4.474873789600315,4.474935527799789,4.474984918359369,"[4.446253910999985, 4.465657509999801, 4.461441598999954, 4.46148068399998, 4.468954957000278, 4.464696938000088, 4.474997265999264, 4.474860070000432, 4.473432712999966, 4.454614666999987]",tokens/s,14.11088322157907,kWh,5.2709055645000644e-05,2.8728471685565366e-05,0.0,8.143752733056599e-05,tokens/kWh,773599.1264110272,,s,630,44.64046907899956,0.07085788742698343,0.000784982100751138,0.07074852600044323,0.07133675139984916,0.07163768129971686,0.07486082695997538,"[0.07421167200027412, 0.07031639300021197, 0.07038598599956458, 0.06984304100024019, 0.06964971900015371, 0.0696785700001783, 0.0698513589995855, 0.06994709999980842, 0.06969357800062426, 0.06996658299976843, 0.0700953040004606, 0.07067878199995903, 0.07035282099968754, 0.06998104299964325, 0.07028352900033497, 0.07034727900008875, 0.07008628099993075, 0.07089505000021745, 0.0704495889995087, 0.07030094299989287, 0.06971795000026759, 0.07034492700040573, 0.07009558799927618, 0.07038402700072766, 0.07128016099977685, 0.07048674899942853, 0.07049872600055096, 0.07082024200008163, 0.07012653999936447, 0.07075980400077242, 0.07059368799946242, 0.07053719099985756, 0.07106707700040715, 0.07049334600014845, 0.07024097599969537, 0.07029489399974409, 0.07065893500021048, 0.070934207999926, 0.07049991500025499, 0.07038321399977576, 0.07041941999978008, 0.0706128660003742, 0.07046131599963701, 0.07058253500053979, 0.07086243699995975, 0.07115291299942328, 0.07099058000039804, 0.07041353600016009, 0.07062722299997404, 0.07028885900035675, 0.07091879599920503, 0.0707958070006498, 0.07065119699927891, 0.07080002000020613, 0.07126167099977465, 0.07107848000032391, 0.07137181699999928, 0.07038524700055859, 0.07118980499944882, 0.07141022399991925, 0.07065300700014632, 0.0706400239996583, 0.0709008330004508, 0.07493694699951448, 0.07066129699978774, 0.07028254400029255, 0.07038247899981798, 0.07504063400028826, 0.07214551499964728, 0.07008916100039642, 0.07079267900007835, 0.06996774900017044, 0.07037193599990132, 0.07234529899960762, 0.0708078369998475, 0.06977852500040171, 0.07040331899952434, 0.07039567300034832, 0.07100689399976545, 0.0704559710002286, 0.07075870799963013, 0.07042511000054219, 0.07036832099947787, 0.0703508430005968, 0.07028258699938306, 0.07068199400055164, 0.07037297299939382, 0.07015992400010873, 0.07032123200042406, 0.07056405899948004, 0.07056279300013557, 0.07069075100025657, 0.07076283799960947, 0.07081366400052502, 0.07085615699998016, 0.07121904700034065, 0.07079109099959169, 0.07066869600021164, 0.07083685299949138, 0.07103572200048802, 0.07053009899937024, 0.07065146900004038, 0.070214080000369, 0.07077919600033056, 0.0706755900000644, 0.07029203699948994, 0.07130948699978035, 0.07083825500012608, 0.07090820400026132, 0.07094877700001234, 0.07072120900011214, 0.07152753099944675, 0.07048215600025287, 0.07129427900053997, 0.0712686439992467, 0.07122993800021504, 0.07070252300036373, 0.07092016600017814, 0.07037440899966896, 0.07103745399945183, 0.07103934200040385, 0.07139036199987459, 0.07082273600008193, 0.07088623199979338, 0.07131077200028813, 0.07040321499971469, 0.07406777000051079, 0.07053226299922244, 0.07023604500045622, 0.07071938199987926, 0.07014098400031799, 0.0700264219995006, 0.07063187499988999, 0.07103431399991678, 0.0701198110000405, 0.07041159200070979, 0.06996451199938747, 0.07068379200063646, 0.07068908899964299, 0.07077508000020316, 0.07122249700023531, 0.07093582099969353, 0.07015945500006637, 0.07063182199999574, 0.07056675999956497, 0.07074950000060198, 0.0704526839999744, 0.07051063899962173, 0.07051487999979145, 0.07031001900031697, 0.07074755200028449, 0.07093331499982014, 0.07074235100026272, 0.07080669699917053, 0.07063659200048278, 0.07067697999991651, 0.070350721000068, 0.07090114099992206, 0.07086762800008728, 0.07053122799970879, 0.07063928000025044, 0.07065719299953344, 0.07025861800048006, 0.0708182600001237, 0.07070513300004677, 0.07012653299989324, 0.07051256799968542, 0.07126616900040972, 0.07066121899970312, 0.0705751550003697, 0.07023951900009706, 0.07048379299976659, 0.07029879099991376, 0.07122631000038382, 0.07107240400000592, 0.0704857449991323, 0.07128320900028484, 0.07093602900022233, 0.0712853980003274, 0.07159245499951794, 0.07129901799999061, 0.07157618099972751, 0.07101466099993559, 0.07150050500058569, 0.07184899399999267, 0.07144497799981764, 0.07158607699966524, 0.07119946400052868, 0.07101253299970267, 0.07442196399915701, 0.07042251100028807, 0.07052126400049019, 0.07054642000002787, 0.07030538899925887, 0.06951976400068816, 0.0701291739997032, 0.07054924299973209, 0.07097312299993064, 0.07000949800021772, 0.07024149900007615, 0.07031267700040189, 0.07061678599984589, 0.07086350999998103, 0.07078714099952776, 0.07031372800065583, 0.07059499699971639, 0.07059632399978, 0.07051461399987602, 0.07020674800060078, 0.07007174699992902, 0.07014216999959899, 0.07054424200032372, 0.07025888899988786, 0.07053719600025943, 0.07063080799980526, 0.07069927900010953, 0.07051387499996054, 0.07026673000018491, 0.07096570099929522, 0.07049348400050803, 0.07108592799977487, 0.07054615299966827, 0.07087631300055364, 0.07004524399962975, 0.07072946300013427, 0.07088841600034357, 0.07063633500001743, 0.07064310099940485, 0.07106678899981489, 0.07071502200051327, 0.07188270899951021, 0.07192654800019227, 0.07094753599994874, 0.07091774299988174, 0.0708257610003784, 0.07187481900018611, 0.0711119139996299, 0.07062209300056566, 0.07055563199992321, 0.07080795499950909, 0.07130616399990686, 0.07111183100005292, 0.07104017800065776, 0.07128792299954512, 0.07115494000026956, 0.07091853200017795, 0.0712667039997541, 0.07130232300005446, 0.0715209899999536, 0.07142025299981469, 0.07097919300031208, 0.07134963999942556, 0.07488802199986822, 0.07051637099993968, 0.07008552600018447, 0.07010898600037763, 0.07022214799962967, 0.06968177900034789, 0.0707965100000365, 0.07058412799960934, 0.07055261500045162, 0.07044156899974041, 0.07018017900008999, 0.0707110229996033, 0.07033166200017149, 0.07046215700029279, 0.07035214200004702, 0.07053797599928657, 0.07073545000002923, 0.07037645500076906, 0.07058884499929263, 0.07006889500007674, 0.07015585499993904, 0.07061917000009998, 0.07111069800066616, 0.07028265299959457, 0.07032853399960004, 0.06991419400037557, 0.07055535600011353, 0.07018143400000554, 0.07070255599955999, 0.07073436900009256, 0.07034512500013079, 0.07048156800010474, 0.07116045000020677, 0.07058059399969352, 0.07104196399995999, 0.07105315700027859, 0.07118203800018819, 0.07075285499922757, 0.07079959000020608, 0.07068849000006594, 0.07082478600023023, 0.0715083750001213, 0.07094138299999031, 0.07084976599981019, 0.07101077500010433, 0.07099670600018726, 0.07088797599953978, 0.07667948600010277, 0.07112048399994819, 0.0713364029998047, 0.0712779909999881, 0.07107669400011218, 0.0710544130006383, 0.07466225099960866, 0.07085204600025463, 0.07105900599981396, 0.07118413399985002, 0.07106271900011052, 0.0714885460001824, 0.07067594599993754, 0.07102125399978831, 0.07095731600020372, 0.07095501599997078, 0.07533294099994237, 0.0703536510000049, 0.07057650899969303, 0.07045692100018641, 0.0702703510005449, 0.07010857199929887, 0.07071381800051313, 0.07038027699945815, 0.07006926800022484, 0.07097178799995163, 0.0704558570005247, 0.0703876779998609, 0.07049089900010586, 0.07116054499965685, 0.07021241799975542, 0.07082246499976463, 0.07026453700018465, 0.07073338700047316, 0.07071126400023786, 0.07072674899973208, 0.07096740699944348, 0.0709884060006516, 0.07056485300017812, 0.07117652499982796, 0.07094772399977956, 0.07100566000008257, 0.07076101999973616, 0.07090069500009122, 0.07089755200013315, 0.07026653699995222, 0.0711529279997194, 0.07124066500000481, 0.0704582919997847, 0.07056556900079158, 0.07085387200004334, 0.07086423199962155, 0.07099627800016606, 0.07023910799944133, 0.07048307500008377, 0.07053761499992106, 0.07085987300069974, 0.07097969699952955, 0.07094905600024504, 0.07063130400001683, 0.0705920270002025, 0.07121841999924072, 0.07033703700017213, 0.07098746100018616, 0.071078810000472, 0.07151138399967749, 0.07083997399968212, 0.07094392199996946, 0.07095450199994957, 0.07066033899991453, 0.07070198700057517, 0.07162050700026157, 0.07093272999918554, 0.07099555800050439, 0.07074102099977608, 0.07115194499965583, 0.07161684700076876, 0.07145527499960735, 0.07131829199988715, 0.07555674899958831, 0.07105901500017353, 0.07084182499966118, 0.07086342399998102, 0.07044851600039692, 0.07006521499988594, 0.0702816659995733, 0.07073803300045256, 0.06990170300014142, 0.07051731199953792, 0.07088572100019519, 0.07067676899987418, 0.07219781200001307, 0.0717027450000387, 0.07104852199972811, 0.07021542400070757, 0.0707023159993696, 0.07053438399998413, 0.07059444500009704, 0.07036476499979472, 0.07016151000061654, 0.0707101629996032, 0.07115453500045987, 0.07074320699939562, 0.07039144100053818, 0.07111559999975725, 0.07041436300005444, 0.07199237399981939, 0.07476187199972628, 0.07066336700063403, 0.07084992899945064, 0.07151568700010102, 0.07085416900008568, 0.07066305199987255, 0.07166061400039325, 0.07242430599944782, 0.07088101500085031, 0.07081541399929847, 0.07078208800066932, 0.07097787699967739, 0.0706296359994667, 0.07082628300031502, 0.07081344800008083, 0.07085597800050891, 0.07077327499973762, 0.07128046799971344, 0.07107892299973173, 0.07113372200001322, 0.07151445500039699, 0.07084499600023264, 0.07045998800003872, 0.07101442699968175, 0.07078785599969706, 0.0709536640006263, 0.07058641399999033, 0.07071609200011153, 0.07118483099930017, 0.07133988700024929, 0.07099764600025082, 0.07129907099988486, 0.07119462300033774, 0.07081060699965747, 0.0706415750000815, 0.07478707900008885, 0.07084436100012681, 0.07086855099987588, 0.07047873200008326, 0.07055961300011404, 0.07028688500031421, 0.07023188999937702, 0.07146479100083525, 0.07041933399978006, 0.07060117999935756, 0.07060915900001419, 0.07076951800081588, 0.07028990699927817, 0.07099480600027164, 0.07060075299978052, 0.07085094800004299, 0.07137001699993561, 0.07090329099992232, 0.07074295800066466, 0.07052868899972964, 0.07126643500032515, 0.07108417699964775, 0.07098824199965748, 0.07093791300030716, 0.070765362000202, 0.07069170100021438, 0.07135565299995505, 0.07095366299927264, 0.07087195700023585, 0.0705889400005617, 0.07165173299927119, 0.07122789200002444, 0.07083569200040074, 0.0709487590002027, 0.0705434419996891, 0.07147599299969443, 0.07081445299991174, 0.07114233900028921, 0.07086986000012985, 0.07089579100011179, 0.07054203699954087, 0.0711480340005437, 0.07063003299936099, 0.07109415500053728, 0.07118385899957502, 0.07124815400038642, 0.07078412099963316, 0.07113470400054211, 0.0715996869994342, 0.07090697200055729, 0.0713206780001201, 0.0712711339992893, 0.07200057200043375, 0.07106435900004726, 0.07106096099960268, 0.07128894700053934, 0.07094788399990648, 0.07122479400004522, 0.07109913200019946, 0.07096863999959169, 0.07130172899996978, 0.07104641800015088, 0.07134125099946687, 0.07479424600023776, 0.07084630400004244, 0.07081399199978478, 0.0712015760000213, 0.07006398399971658, 0.06992504100071528, 0.07054346599943528, 0.07076945200060436, 0.07438233999982913, 0.07285673199930898, 0.07107025400000566, 0.07008356700043805, 0.07032528200033994, 0.07061257699933776, 0.070578093000222, 0.07101355400027387, 0.07366767299936328, 0.07092016700062231, 0.06995161199938593, 0.07053800000085175, 0.07042109299982258, 0.0707521739996082, 0.07048239100004139, 0.07042795800043677, 0.07044949999999517, 0.07013531799930206, 0.07102579700040224, 0.07091111699992325, 0.07022052499996789, 0.07086825500027771, 0.0703480820002369, 0.07066096299968194, 0.0708913250000478, 0.07066600100006326, 0.07089709799947741, 0.0710889980000502, 0.07059719100016082, 0.07094603899986396, 0.07054945199979556, 0.07069241000044713, 0.07130975800009764, 0.07146186099998886, 0.07075764599994727, 0.0710705000001326, 0.07078024099973845, 0.07108246300049359, 0.07050058799995895, 0.07110560499950225, 0.07098157900054503, 0.07116354699974181, 0.07055827899966971, 0.07044142500035377, 0.07136023099974409, 0.07058483400032856, 0.07142377399941324, 0.0719033400000626, 0.07121745600034046, 0.07095396000022447, 0.07146230499984085, 0.07118051299949002, 0.07110444699992513, 0.07114401900071243, 0.07123070299985557, 0.07558023300043715, 0.07055266799943638, 0.07066434900025342, 0.07054373699975258, 0.0702358730004562, 0.07009943499997462, 0.07025894300022628, 0.06982808799966733, 0.070000618999984, 0.07068781700036197, 0.07063139399997453, 0.0708760439993057, 0.07004659700032789, 0.0710008989999551, 0.07043239399990853, 0.07068408800023462, 0.07073352899988095, 0.07022748199960915, 0.07076370900085749, 0.07021138899926882, 0.07014933900063625, 0.07056821099922672, 0.07048739700076112, 0.0704529589993399, 0.07112495199999103, 0.07034484800078644, 0.07045986599950993, 0.07059674100037228, 0.07018395399973087, 0.07064551300027233, 0.07029595199946925, 0.07090122400040855, 0.07115678699938144, 0.07045803800065187, 0.07074603499950172, 0.07034001300053205, 0.0708808350000254, 0.07065300299927912, 0.0706478590000188, 0.07083369800056971, 0.07060116299999208, 0.07180459600022004, 0.07026122499974008, 0.07055242000024009, 0.07059213999946223, 0.07106084800034296, 0.0711040239993963, 0.07113303000005544, 0.07055164700068417, 0.07092331900003046, 0.0703267250000863, 0.07090888499988068, 0.07072333399992203, 0.07070598300015263, 0.07084064899936493, 0.07040554800005339, 0.07113970299997163, 0.07076052299998992, 0.07070304700027918, 0.07100836799963872, 0.07055970300007175, 0.07076484400022309, 0.07050279000031878]",tokens/s,14.112754928383449,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-7b,tiiuae/falcon-7b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Llama-2-7b-hf,meta-llama/Llama-2-7b-hf,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-rw-1b,tiiuae/falcon-rw-1b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-4B,Qwen/Qwen1.5-4B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,internlm2,internlm/internlm2-20b,internlm/internlm2-20b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,deci,Deci/DeciLM-7B,Deci/DeciLM-7B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,14660.329472,,,,,s,1,189.61195073099998,189.61195073099998,0.0,189.61195073099998,189.61195073099998,189.61195073099998,189.61195073099998,[189.61195073099998],,kWh,0.002209707835945835,0.0012043753893331984,0,0.0034140832252790333,,MB,14726.295552,,,,,s,10,28.56276536199948,2.8562765361999483,0.010598517324676666,2.8531446580000193,2.870734182799697,2.8732037233998198,2.875179355879918,"[2.8545956180000758, 2.8756732639999427, 2.8452975820000574, 2.8516936979999628, 2.8433061529999577, 2.845820881999771, 2.8701853959996697, 2.8647798739998507, 2.861125056000219, 2.850287838999975]",tokens/s,89.62717606488758,kWh,3.363357890930594e-05,1.8331418861219077e-05,0.0,5.1964997770525015e-05,tokens/kWh,4926392.975719617,MB,14729.859072,,,,,s,10,90.98174689200141,9.09817468920014,0.036070318577529285,9.090074330500329,9.129389167300133,9.15902165515024,9.182727645430328,"[9.059928283999852, 9.083723085000202, 9.070894353999847, 9.102390683000067, 9.092185953000353, 9.087962708000305, 9.112830492000285, 9.122804170000109, 9.060373020000043, 9.188654143000349]",tokens/s,6.924465857397007,kWh,0.00010788411357104117,5.8801048559558835e-05,0.0,0.0001666851621306,tokens/kWh,377958.056942337,,s,630,90.97751739300065,0.1444087577666677,0.0017733796548271678,0.14406600250026713,0.14572191890001704,0.14695143144967915,0.15043007086007948,"[0.14773469500005376, 0.14541687099972478, 0.1438440670003729, 0.14278386299974954, 0.1428530530001808, 0.14618294799993237, 0.14256175099990287, 0.14302627500001108, 0.14354501500019978, 0.14240294299997913, 0.14292036500000904, 0.1429035549999753, 0.14261815600002592, 0.14372528199965018, 0.1434947090001515, 0.14290090299982694, 0.14387824100003854, 0.1439708320003774, 0.143517428999985, 0.1433861419995992, 0.14538290800010145, 0.14369612100017548, 0.14300408799999786, 0.14319965100003174, 0.14479021199986164, 0.14370740300000762, 0.14377099900002577, 0.14634483000008913, 0.143531332999828, 0.14409683900021264, 0.1447726819997115, 0.14486893499997677, 0.14425739100033752, 0.14439776499966683, 0.14343301799999608, 0.1432855699999891, 0.14316678400018645, 0.1430778700000701, 0.14374453399977938, 0.14346553300038067, 0.1438361079999595, 0.14367494099997202, 0.14401169799975833, 0.14327154400007203, 0.142923281000094, 0.14370756200014512, 0.14338906199964185, 0.14327826800035837, 0.14444019699976707, 0.14368994200003726, 0.14393300399979125, 0.14337009900009434, 0.1444438890002857, 0.1452746259997184, 0.1440508270002283, 0.14330812499974854, 0.14430371100024786, 0.14362922999998773, 0.14308381000000736, 0.14394473199990898, 0.14373598700012735, 0.1428878779997831, 0.1436718350000774, 0.1478894700003366, 0.1433722769997985, 0.14250338600004397, 0.14285404600013862, 0.1429277719998936, 0.14416369999980816, 0.1448881569999685, 0.14476053699991098, 0.14465270900018368, 0.14456308199987689, 0.14478126800031532, 0.1459469349997562, 0.14469718999998804, 0.1451605320003182, 0.14384791999964364, 0.14412154399997235, 0.1445337240002118, 0.14291931199977626, 0.143385588000001, 0.1428362400001788, 0.14336596600014673, 0.1437048650000179, 0.1437702459998036, 0.14580569000008836, 0.143422653000016, 0.14416399399988222, 0.1435969600001954, 0.1430824459998803, 0.14266497000016898, 0.143319806999898, 0.1421965839999757, 0.1429615889996967, 0.14439023100021586, 0.14331317200003468, 0.14330781899980138, 0.14480423900022288, 0.14377234499988845, 0.14383803500004433, 0.14458131899982618, 0.14445521400011785, 0.14340846499999316, 0.1426046699998551, 0.1437821160002386, 0.1436884189997727, 0.14346029600028487, 0.14320882299989535, 0.14575809000007212, 0.14650806500003455, 0.14491949400007798, 0.14353599599962763, 0.14383670500001244, 0.14445176600020204, 0.14387720100012302, 0.1438233069998205, 0.1499271900001986, 0.1462676679998367, 0.14434238100011498, 0.14390157399975578, 0.14364921000014874, 0.1431884970002102, 0.1456980289999592, 0.14600986000004923, 0.14411051799970664, 0.14746538200006398, 0.14521676000003936, 0.14352584199968987, 0.1430662430002485, 0.14308734999985973, 0.14313691799998196, 0.1433499350000602, 0.14339774400013994, 0.14360830899977373, 0.14382108200015864, 0.14316343299969958, 0.14358823600014148, 0.14354249600000912, 0.14517322800020338, 0.14416835299971353, 0.14252570400003606, 0.14341734700019515, 0.14312067599985312, 0.14395328699993115, 0.14359375999993063, 0.1429579420000664, 0.14363783499993588, 0.14371674500034715, 0.14402590099962254, 0.14394848800020554, 0.14360409199980495, 0.14321053700041375, 0.14400097399993683, 0.1438223069999367, 0.14446219399997062, 0.14358212900015133, 0.14548565499990218, 0.1452648770000451, 0.14510158299981413, 0.1434375789999649, 0.14378259000022808, 0.14365961999965293, 0.1436943749999955, 0.1434276760001012, 0.14404107400014254, 0.14269243299986556, 0.15056415900016873, 0.14459286900000734, 0.14306327699978283, 0.14344259900008183, 0.1433270860002267, 0.1441227870000148, 0.14420010799994998, 0.14760127699992154, 0.14527259899978162, 0.1434345860002395, 0.1443756349999603, 0.14339057400002275, 0.14353962599989245, 0.14313625400018282, 0.143243400999836, 0.14338027399981002, 0.14317773200036754, 0.14319080699988262, 0.1434233889999632, 0.14368299699981435, 0.14447427100003551, 0.14432853500011333, 0.1487028320002537, 0.1451370519998818, 0.14351279099992098, 0.14343563500005985, 0.14418402499995864, 0.14422806500033403, 0.14394471499963402, 0.14388718300006076, 0.14407479100009368, 0.143964128999869, 0.14243783000028998, 0.1432771079998929, 0.14282947799983958, 0.1431097090003277, 0.1427822489999926, 0.1434746529998847, 0.14407091700013552, 0.14442356999961703, 0.14459583200005, 0.14345063100017796, 0.14394602699985626, 0.14341332100002546, 0.1444746249999298, 0.1428596959999595, 0.14376193800035253, 0.14350037699978202, 0.14339133100020263, 0.14417752999997901, 0.1518242829997689, 0.14474799900017388, 0.14529010699970968, 0.1456174060003832, 0.14565413599984822, 0.14420156699998188, 0.14443934600012653, 0.14837017699983335, 0.14340172999982315, 0.14327659500031587, 0.14325777299973197, 0.14360303100011151, 0.14601793700012422, 0.14419893600006617, 0.14481028199998036, 0.14398892300005173, 0.14543262200004392, 0.14342568699976255, 0.14370756400012397, 0.14583637599980648, 0.14452395500029525, 0.14524283699984153, 0.1452458129997467, 0.14453406700022242, 0.14474445099995137, 0.14456641500009937, 0.14632367100011834, 0.1449730819999786, 0.1444136529999014, 0.14414509300013378, 0.1437258469995868, 0.14559280600042257, 0.14441553099959492, 0.14485174100036602, 0.144456629999695, 0.14827174800029752, 0.14494870799990167, 0.14505256700022073, 0.14342269799999485, 0.1431641919998583, 0.14358466700014105, 0.14350140999977157, 0.1464063650000753, 0.1434305749999112, 0.1433977319998121, 0.14311739600043438, 0.14380563699978666, 0.14364640099984172, 0.1436767980003424, 0.150671102999695, 0.14388226300025053, 0.1447712300000603, 0.14489415299976827, 0.14402279800015094, 0.14452073599977666, 0.14374867900005484, 0.14374155299992708, 0.1459787389999292, 0.14426548700021158, 0.1439961430000949, 0.14387506799994298, 0.14433018999989145, 0.14443249099986133, 0.1446258310002122, 0.14393568400009826, 0.14434642600008374, 0.14405980299989096, 0.14508473899968521, 0.1441166930003419, 0.14299290600001768, 0.14218213799995283, 0.14282072800006063, 0.14298865099999603, 0.14292416899979798, 0.14255502500009243, 0.14336193500002992, 0.14310991000002105, 0.14330342399989604, 0.14174270700004854, 0.1432099600001493, 0.1428103979997104, 0.14288063999993028, 0.14367347000006703, 0.1440780440002527, 0.1446288120000645, 0.1449273599996559, 0.14267619000020204, 0.14326309499983836, 0.1431409540000459, 0.14520964099983757, 0.14311281600021175, 0.144192657000076, 0.1437548409999181, 0.1640896150001936, 0.1435544989999471, 0.14476663699997516, 0.14385576099994068, 0.1432423269998253, 0.14733314900013283, 0.1528037170000971, 0.14324587999999494, 0.1432272950000879, 0.14379568999993353, 0.14339200699987487, 0.14519744900007936, 0.14359495000007882, 0.14483633200006807, 0.1453688090000469, 0.14413649899961456, 0.14339418600002318, 0.14427611900009651, 0.14363344200000938, 0.14348267400009718, 0.1432897459999367, 0.14402117899999212, 0.14433480900015638, 0.14407025499986048, 0.14395341199997347, 0.1440708469999663, 0.1433274240002902, 0.1437250489998405, 0.14401327799987484, 0.14474412700019457, 0.14420367200000328, 0.1434904969996751, 0.14428167400001257, 0.1459704620001503, 0.14380344400024114, 0.1440047829996729, 0.1434425289999126, 0.14430247000018426, 0.1441455459998906, 0.14477061100024002, 0.1437369810000746, 0.14331951499980278, 0.14274359199998798, 0.1434980059998452, 0.14313960400022552, 0.1436749519998557, 0.14470138900014717, 0.14467952599989076, 0.1438557619999301, 0.14329885100005413, 0.14406275000010282, 0.14521401399997558, 0.14459570100007113, 0.1452770609998879, 0.1438925890001883, 0.1442742439999165, 0.1434628080000948, 0.1432818349999252, 0.14395382599968798, 0.14299609300041993, 0.14523925499997858, 0.14416230699998778, 0.1444560349996209, 0.14526221500000247, 0.14366331900009754, 0.14382416400030706, 0.14506966499993723, 0.14453451100007442, 0.1483111310003551, 0.14473976999988736, 0.14375483399999212, 0.14343123199978436, 0.14285266600018076, 0.14373233300011634, 0.14402130799999213, 0.1450242219998472, 0.14432179699997505, 0.1441382230000272, 0.144947534000039, 0.14476874499996484, 0.14439921599978334, 0.14448319400025866, 0.1442653290000635, 0.144183466999948, 0.14526210899975922, 0.14482567799996104, 0.1440683240002727, 0.1443309789997329, 0.14469003300018812, 0.14439301299989893, 0.1447648369999115, 0.14481311000008645, 0.1445215140001892, 0.14487374200007253, 0.1447818209999241, 0.1450746400000753, 0.14428044699980092, 0.14421328800017363, 0.14476535299991156, 0.14411936699980288, 0.1453874500002712, 0.14461237599971355, 0.1441075230000024, 0.14362527499997668, 0.14376352100043732, 0.14356787499991697, 0.14348111899971627, 0.14413736799997423, 0.14545336200035308, 0.14487720799979797, 0.14529445400012264, 0.1445756220000476, 0.14473612299980232, 0.14549126300016724, 0.14507719199991698, 0.14571751199991922, 0.14435034899997845, 0.1444472940002015, 0.1468358239999361, 0.14380943600008322, 0.14420833999975002, 0.14439023000022644, 0.14365118099976826, 0.14546260699989944, 0.15047347400013678, 0.14462510200019096, 0.1442340260000492, 0.1435271959999227, 0.14366891000008764, 0.14479236099987247, 0.14488487400012673, 0.14945710099982534, 0.14561617100025614, 0.14380510299997695, 0.14429765599970779, 0.1442556090000835, 0.1444200840001031, 0.1448122010001498, 0.1444338249998509, 0.14446354099982273, 0.14389889700032654, 0.14431494299969927, 0.14414355799999612, 0.14419612000028792, 0.1443096829998467, 0.1445224799999778, 0.1449183899999298, 0.14505058000031568, 0.1446288949996415, 0.1438438960003623, 0.14398026399976516, 0.14423492400010218, 0.14425307800001974, 0.14362844800007224, 0.14496680100000958, 0.14396109900008014, 0.143663173999812, 0.14402651399996103, 0.1439702530001341, 0.14443970399997852, 0.14452332199971352, 0.14465872200025842, 0.14345904699985113, 0.14531868099993517, 0.14565506500002812, 0.1473402999999962, 0.1451100080003016, 0.14569601899984264, 0.14472743299984359, 0.14402130999997098, 0.14404080400026942, 0.1439523469998676, 0.14380949099995632, 0.14401481499999136, 0.15032380799993916, 0.1420974570000908, 0.1435266749999755, 0.14310628600014752, 0.14248005499985084, 0.1449470669999755, 0.14388323399998626, 0.1441909840000335, 0.14818441399984295, 0.14539305900007093, 0.1455443820000255, 0.1460970980001548, 0.145910522000122, 0.14591711899993243, 0.1478767250000601, 0.14511629299977358, 0.14481983699988632, 0.14503010099997482, 0.14537202200017418, 0.1457229620000362, 0.14884730099993249, 0.144505965999997, 0.14346627399982026, 0.14341769000020577, 0.14347931900010735, 0.1430277350000324, 0.1439809499997864, 0.14312436000000162, 0.1424447939998572, 0.14261314200030029, 0.14219437699966875, 0.142704483000216, 0.14240894000022308, 0.14305039599958036, 0.14343152100036605, 0.14293172399993637, 0.14342261999991024, 0.1437880150001547, 0.14302504599982058, 0.1425277409998671, 0.1431012970001575, 0.1429622460000246, 0.1425142309999501, 0.14392000699990604, 0.1426941039999292, 0.14313246600022467, 0.1428840300000047, 0.14270294000016293, 0.14447055399978126, 0.14951004100021237, 0.14375063499983298, 0.143419657999857, 0.14358743100001448, 0.14308757400021932, 0.1436212529997647, 0.14348064400019211, 0.14362380600005054, 0.14260684700002457, 0.14682833200004097, 0.1468741239996234, 0.14358438600038426, 0.14377289999993081, 0.1470988020000732, 0.14367466599969703, 0.14297722499986776, 0.1430497800001831, 0.1425518290002401, 0.14364555599968298, 0.14487400799998795, 0.14464318499994988, 0.1437933659999544, 0.1444629270004043, 0.1443400439998186, 0.14340752399994017, 0.14321235499983231, 0.14392673500015007, 0.14370538599996507, 0.14650228600021364, 0.14367520699988745, 0.14328445499995723, 0.14406368100026157, 0.14409007699987342, 0.14447451599971828, 0.14901881200012213, 0.1466439939999873, 0.14594174000012572, 0.14615047300003425, 0.14491046700004517, 0.1448350410000785, 0.1450020559996119, 0.14539297300007092, 0.14785825800026942, 0.1455041659996823, 0.1452220999999554, 0.14453266800001074, 0.14518614899998283, 0.1467326970000613, 0.14510848999998416, 0.14754554399996778, 0.14980824100030077, 0.14701468299972476, 0.14560960500011788, 0.1454993390002528, 0.14507440999977916, 0.14508808099981252, 0.1454677100000481, 0.14522130000023026, 0.14761249399998633, 0.14604489800012743, 0.1455257709999387, 0.14611147799996616, 0.14480442800004312, 0.14536971100005758, 0.14524233799966169, 0.14506149199996798, 0.14568485200015857, 0.14609417100018618, 0.14502394600003754, 0.1441160949998448, 0.1451726619998226, 0.14375071700033004, 0.1449274459996559, 0.14462277500024356, 0.1442857950000871, 0.14368231599974024, 0.14539748400011376, 0.14424840099991343, 0.14497010400009458, 0.14510995299997376, 0.14306884600000558, 0.14395418899994183, 0.14537483100002646, 0.14519631600023786, 0.1447636779998902, 0.14648695000005318, 0.14572180300001492, 0.14565315199979523, 0.14512567200017656, 0.1467451710000205, 0.14520398699960424, 0.14861677000044438, 0.14493833199958317, 0.1642262230002416, 0.14483761500014225, 0.14551613000003272, 0.14559970799973598]",tokens/s,6.9247877723301015,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stablelm,stabilityai/stablelm-3b-4e1t,stabilityai/stablelm-3b-4e1t,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-13b,huggyllama/llama-13b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-2.7b,facebook/opt-2.7b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,phi,microsoft/phi-1_5,microsoft/phi-1_5,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,recurrent_gemma,google/recurrentgemma-2b,google/recurrentgemma-2b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gptj,EleutherAI/gpt-j-6b,EleutherAI/gpt-j-6b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,12674.674688,,,,,s,1,165.09817372999987,165.09817372999987,0.0,165.09817372999987,165.09817372999987,165.09817372999987,165.09817372999987,[165.09817372999987],,kWh,0.0019204295116506962,0.0010467072232440296,0,0.002967136734894726,,MB,12897.427456,,,,,s,10,24.57342318100018,2.457342318100018,0.004016538618806774,2.4575051519996123,2.4612549003999447,2.463406874199973,2.465128453239995,"[2.457741731999704, 2.458179379000285, 2.4655588480000006, 2.4572685719995206, 2.4607766839999385, 2.4534944759998325, 2.4588960970004337, 2.4496756160006044, 2.4566528109999126, 2.4551789659999486]",tokens/s,104.1775897946264,kWh,2.9036435492778186e-05,1.5825797797679914e-05,0.0,4.4862233290458097e-05,tokens/kWh,5706358.806137489,MB,13028.33152,,,,,s,10,83.76169933299934,8.376169933299934,0.013270992745889063,8.375530221999725,8.388420619500447,8.39733835275033,8.404472539350236,"[8.406256086000212, 8.376018476999889, 8.385005997000007, 8.376592204999724, 8.356872708000083, 8.363407554000332, 8.37504196699956, 8.369322074999218, 8.366743362999841, 8.386438901000474]",tokens/s,7.52133737754531,kWh,9.905540529923542e-05,5.398904613553126e-05,0.0,0.0001530444514347667,tokens/kWh,411645.1097010398,,s,630,83.7566238369991,0.13294702196349062,0.001268622852865552,0.13273562650010717,0.13414774409930033,0.13475480294982844,0.13829217931980567,"[0.13821630199981882, 0.133912818000681, 0.13352777099953528, 0.13343203400017956, 0.1343790729997636, 0.1408226849998755, 0.13401044400052342, 0.13458742700004223, 0.13469058999999106, 0.13361760799944022, 0.13338035500055412, 0.13355326799955947, 0.13367346999984875, 0.1323401970003033, 0.13454047899995203, 0.13260029000048235, 0.13268768199941405, 0.13236214900007326, 0.13254309900003136, 0.13274041600016062, 0.13171618199976365, 0.13394369800062123, 0.13153312699978414, 0.1330314549995819, 0.1321273809999184, 0.1329252000004999, 0.13177333299972815, 0.13279347400020924, 0.13331265099986922, 0.13247713100008696, 0.1329023429998415, 0.1333360159997028, 0.13293205600075453, 0.13327920099982293, 0.133336361000147, 0.13376664699990215, 0.13330231599957187, 0.13269257400042989, 0.13238813999942067, 0.13259596199986845, 0.132090172000062, 0.13270347300021967, 0.132849067999814, 0.13283033200059435, 0.13384122499974183, 0.1330119599997488, 0.1334883630006516, 0.13236954799958767, 0.13551254300000437, 0.13253076799992414, 0.13424179000048753, 0.13299312199978885, 0.134341879999738, 0.13404370399985055, 0.132513831000324, 0.13403956499951164, 0.13346044900026754, 0.13398168300045654, 0.13346705000003567, 0.13321259499934968, 0.13348313400001643, 0.13370860400027595, 0.1331641070000842, 0.13830435699946975, 0.1344787139996697, 0.13355804700040608, 0.13318347699987498, 0.13196128599975054, 0.1319626390004487, 0.13132354099980148, 0.13190796500020951, 0.1316211490002388, 0.13634079699932045, 0.1341376960008347, 0.13354470199919888, 0.13521605300047668, 0.1318942629995945, 0.1318646979998448, 0.13312809000035486, 0.13265621099981217, 0.1328800860001138, 0.13137107900001865, 0.1324067189998459, 0.13173348300006182, 0.1329588150001655, 0.13288950599962845, 0.1329245830002037, 0.13281583500065608, 0.1328420419995382, 0.13204045299971767, 0.13212334400031978, 0.13257929500014143, 0.1326009869999325, 0.13269533200036676, 0.1324370819993419, 0.13212002999989636, 0.1329722780001248, 0.13173794700014696, 0.13240284200037422, 0.1327344900000753, 0.13289784099924873, 0.13334992500040244, 0.13246080199951393, 0.132862959000704, 0.13294591099929676, 0.134607579000658, 0.13293206599973928, 0.13303578500017466, 0.13246018399968307, 0.13342862500030606, 0.13300562800031912, 0.13342905399986194, 0.13335267899947212, 0.13312309800039657, 0.13288305599962769, 0.13240345699978207, 0.13277258100060862, 0.13337258899991866, 0.13168877399948542, 0.13212781700076448, 0.13414743299927068, 0.13273999600005482, 0.133855243000653, 0.13387188499928016, 0.1327252920000319, 0.13261395000063203, 0.13766791300076875, 0.13415054399956716, 0.13340330800019728, 0.13466221499948006, 0.1344254270006786, 0.13392618499983655, 0.13420310099991184, 0.13278644300044107, 0.1334778179998466, 0.1321360249994541, 0.13304054099990026, 0.13174983699991571, 0.13183290300003137, 0.13173114800065377, 0.1314584769997964, 0.13192023000010522, 0.13217468399943755, 0.13267077199998312, 0.13278599300065252, 0.13320797399956064, 0.13230591400042613, 0.13473849599995447, 0.13320649700017384, 0.13261706799949025, 0.132845828000427, 0.1323943319994214, 0.13330396600031236, 0.13317515699964133, 0.13272038200011593, 0.13291404000028706, 0.13265648000015062, 0.1335341869998956, 0.13380963199961116, 0.132582163000734, 0.13207834999957413, 0.13352962200042384, 0.13462393999998312, 0.1323853029998645, 0.13285647199973027, 0.13238723300037236, 0.13224668599923461, 0.13285146100042766, 0.13340220999998564, 0.13242237899976317, 0.1314396060006402, 0.1330040929997267, 0.1328936519994386, 0.1327641699999731, 0.132902025000476, 0.13371134499993786, 0.13156177699966065, 0.1323954870003945, 0.13273614100035047, 0.13227063099930092, 0.13331378600014432, 0.13401091100058693, 0.13223471099991002, 0.13333593900006235, 0.13640818599924387, 0.1334428600002866, 0.13365930400050274, 0.13367864699921483, 0.13381663600011962, 0.13736569200045778, 0.13343296199946053, 0.1330778809997355, 0.1338948460006577, 0.13340777899975365, 0.13270716599981824, 0.13280870500057063, 0.13366710499940382, 0.132515295000303, 0.13184545100011746, 0.1343518799994854, 0.13273425600073097, 0.1314351289993283, 0.13210625400006393, 0.1340773319998334, 0.13540423500035104, 0.13207713500014506, 0.1330611069997758, 0.1318621880000137, 0.13224664199969993, 0.1319797420001123, 0.13308718700045574, 0.13240141499954916, 0.1329308280000987, 0.13227994600038073, 0.13334811699951388, 0.13301240100008727, 0.13192141099989385, 0.13168424000014056, 0.13491418800003885, 0.1328696509999645, 0.1320069789999252, 0.1315440469998066, 0.1331041350003943, 0.13241018099961366, 0.13195619700036332, 0.13276181600031123, 0.13231310099945404, 0.13281152900071902, 0.13243075599984877, 0.13226458200006164, 0.1322221869995701, 0.13307185000030586, 0.13243199799944705, 0.13378430400007346, 0.1328987800006871, 0.13311642099961318, 0.13242811300005997, 0.13409459000013157, 0.13371006499983196, 0.13285602799987828, 0.13284864300021582, 0.13367623500016634, 0.13220358199941984, 0.13283615300042584, 0.13300748199981172, 0.13239023099959013, 0.13234149200070533, 0.13260875600008148, 0.13221287899978051, 0.1326766559996031, 0.13826236500062805, 0.1323749119992499, 0.13680585200017958, 0.1343058229995222, 0.1330083740003829, 0.1314849039999899, 0.13348320299974148, 0.13193498700002237, 0.1312063510004009, 0.131371355999363, 0.1320589659999314, 0.13259714000014355, 0.13163588400038861, 0.13182043899996643, 0.13050128600025346, 0.13252407799973298, 0.13143312299962417, 0.13113540199992713, 0.1320942960001048, 0.1325448220004546, 0.13236702299946046, 0.13231703500059666, 0.13165001299967116, 0.13245280199953413, 0.13180922000083228, 0.1332013379997079, 0.13376014599998598, 0.13271604100009426, 0.13247878899983334, 0.13251994399979594, 0.13189657500061003, 0.132907172999694, 0.13314040699970064, 0.13220301700039272, 0.1323940499996752, 0.1323541199999454, 0.13227152499985095, 0.13143397600015305, 0.13286327500009065, 0.1319744560005347, 0.13104827899951488, 0.13244380800006184, 0.1321328280000671, 0.13476814499972534, 0.13286804200015467, 0.13185025900020264, 0.131835862999651, 0.13251310299983743, 0.13518645600015589, 0.13238929799990728, 0.13223106600071333, 0.1331156189999092, 0.13258503099950758, 0.1325395390003905, 0.1325539449999269, 0.13315585300006205, 0.13294426599986764, 0.13966804000028787, 0.13297541499923682, 0.1329913250001482, 0.13273511199986388, 0.13299973500033957, 0.13281752500006405, 0.13284231899979204, 0.13246869199974753, 0.1369597769999018, 0.13448858700030542, 0.13421481699970172, 0.1324777810004889, 0.13258942999982537, 0.13222237299942208, 0.1321097509999163, 0.1321268970004894, 0.13149950800016086, 0.1334238709996498, 0.13246504000017012, 0.13362359500024468, 0.13272134799990454, 0.13256703299975925, 0.130861683999683, 0.13322351800070464, 0.13258895999933884, 0.1328222279998954, 0.1334815520003758, 0.1324202100004186, 0.13168260599923087, 0.1323451770003885, 0.13298577400018985, 0.13348523500008014, 0.13418215699948632, 0.13434208600028796, 0.13225292799961608, 0.13252998900043167, 0.13323791600032564, 0.13198150499920303, 0.1320830250006111, 0.13230135399953724, 0.13168107900037285, 0.13237755599948287, 0.13134745600018505, 0.13259678000031272, 0.1323888649994842, 0.13304118800078868, 0.13267875199926493, 0.1320654650007782, 0.13288514599935297, 0.1334892900003979, 0.1329679259997647, 0.1317576060000647, 0.131426048999856, 0.13267741100025887, 0.13228840600004332, 0.13208573999963846, 0.1358344059999581, 0.13408899700061738, 0.1323292399993079, 0.1327168600000732, 0.13217394599996624, 0.13268829100070434, 0.1325062589994559, 0.13210763500046596, 0.1323880370000552, 0.13191117099995608, 0.13345835699965392, 0.13234082100007072, 0.13387446999968233, 0.13225746599982813, 0.13222310300079698, 0.13634597199961718, 0.1342668639999829, 0.13284821600063879, 0.13155860899951222, 0.1340613550000853, 0.1341435829999682, 0.1340078410003116, 0.132738473000245, 0.13245519699921715, 0.13371395200010738, 0.13222519400005694, 0.1330153290000453, 0.13345555100022466, 0.1315791030001492, 0.1315537549999135, 0.13108610899962514, 0.1301770830004898, 0.13251351399958367, 0.1313343290003104, 0.13181418699969072, 0.1313600840003346, 0.13234688800002914, 0.13346082299995032, 0.13216908799950033, 0.1317223030000605, 0.13150075300018216, 0.13282511699981114, 0.13255194300018047, 0.1321103119998952, 0.13267702000030113, 0.13218141899960756, 0.13270326900055807, 0.13321649499994237, 0.1331129170002896, 0.13161694399968837, 0.13220176399954653, 0.1324320660005469, 0.13295308299984754, 0.1318175810001776, 0.1328554379997513, 0.1322198819998448, 0.13272033400062355, 0.13942220399985672, 0.13287519400000747, 0.1327065239993317, 0.13249038300000393, 0.13241563200062956, 0.1332570519998626, 0.13279494699963834, 0.13405263999993622, 0.13373791100002563, 0.13354445200002374, 0.13262612000016816, 0.13715290500022093, 0.13547559499966155, 0.13259933600056684, 0.13368232599987095, 0.133321684999828, 0.1326291309997032, 0.13311483300003601, 0.13221177900049952, 0.13333502299974498, 0.1335213649999787, 0.13747107399922243, 0.1336194080004134, 0.1331252449999738, 0.13084640800025227, 0.13327520700022433, 0.13243184999919322, 0.13428190800004813, 0.13214737599992077, 0.1321509370000058, 0.1313707280005474, 0.13162077499964653, 0.13297312299982877, 0.13251820799996494, 0.13169785600075556, 0.13205981499959307, 0.13233216299977357, 0.13082637900060945, 0.13247949600008724, 0.1317276519994266, 0.13219909700001153, 0.13183978400047636, 0.13192912900012743, 0.1326329359999363, 0.1344800499991834, 0.13047405900033482, 0.132316019999962, 0.13117662300010124, 0.13350316800006112, 0.13275615699967602, 0.13185090800016042, 0.13204406600016227, 0.13320199099962338, 0.1324778120006158, 0.13218489999962912, 0.1323658979999891, 0.13267345399981423, 0.13844270600020536, 0.1342031570002291, 0.1338475920001656, 0.1333846879997509, 0.1326993760003461, 0.13321868200000608, 0.13313640199976362, 0.1320794389994262, 0.13261324800078, 0.13332919099957508, 0.13224680100029218, 0.13203750799948466, 0.13259912800003804, 0.13232424699981493, 0.13323620200026198, 0.1340999690000899, 0.1339295210000273, 0.13410868299979484, 0.13388570900042396, 0.13356283299981442, 0.1333459830002539, 0.1329012229998625, 0.13325239499954478, 0.13264020000042365, 0.13283639299970673, 0.1333924400005344, 0.1322640499993213, 0.13888483899972925, 0.1339733040003921, 0.13383236800018494, 0.134153318999779, 0.1359207890000107, 0.13411602199994377, 0.13367843299965898, 0.13085776600019017, 0.13361210499988374, 0.1314018909997685, 0.13329268000052252, 0.13241102099982527, 0.13090963699960412, 0.13192478600012691, 0.13257572400016215, 0.13280275000033726, 0.13239112100018247, 0.13195215399991866, 0.13049039199995605, 0.13162741899941466, 0.13314792000073794, 0.13200733499979833, 0.13223499400010041, 0.13310869199995068, 0.13276014199982455, 0.13196691800021654, 0.132157738999922, 0.13269597799990152, 0.1317056509997201, 0.13342761300009442, 0.13879854700007854, 0.1332875440002681, 0.1310883809992447, 0.13283864900040498, 0.13265763799972774, 0.13235189400074887, 0.13252656499935256, 0.13273646300058317, 0.13229610599955777, 0.13106602500010922, 0.1326679370004058, 0.13243793499987078, 0.13176229300006526, 0.1314761109997562, 0.13189637799951015, 0.13168120499994984, 0.13132774099995004, 0.13199897700087604, 0.13263964899942948, 0.13247722100004466, 0.13255524200030777, 0.13277045999984693, 0.1323450829995636, 0.13205824900069274, 0.13264524299938785, 0.13262149300044257, 0.1328319009999177, 0.1332222949995412, 0.13285740100036492, 0.13312437799959298, 0.13592839900047693, 0.1338289839995923, 0.1334950190002928, 0.13743910300036077, 0.13417299799948523, 0.1341758739999932, 0.13129689500055974, 0.13318735800021386, 0.1338386729994454, 0.1314929990003293, 0.13344585799950437, 0.13188520300082018, 0.13123227899995982, 0.1342213959997025, 0.13272215300003154, 0.13197436500013282, 0.13135752200014394, 0.1345254189991465, 0.13164764100019966, 0.13377428500007227, 0.13303513000028033, 0.13374491299964575, 0.13277714000014385, 0.1327348009999696, 0.13187358600043808, 0.13155262700001913, 0.13173405199995614, 0.1373989719995734, 0.13255939100054093, 0.13306022799952189, 0.13206339699991076, 0.13124348700057453, 0.13176061199919786, 0.1325847320003959, 0.132551501999842, 0.13237002000005305, 0.1328744270003881, 0.1329709269994055, 0.13245934699989448, 0.13329372400039574, 0.13507333199959248, 0.13485043800028507, 0.13382645300043805, 0.13388161999955628, 0.1330802370002857, 0.13268366000011156, 0.13253164700017805, 0.13279231499927846, 0.1330855780006459, 0.13325258899931214, 0.1334209370006647, 0.13294722999944497, 0.1342396230002123, 0.13228475300002174, 0.13204572700033168, 0.13352018699970358, 0.13353031299993745, 0.1336615130003338, 0.13290261599922815, 0.13387375700040138, 0.1339464330003466, 0.1324357109997436, 0.13329954300024838, 0.13343168399933347, 0.1336946280007396, 0.13456395999946835]",tokens/s,7.521793156635099,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stablelm,stabilityai/stablelm-2-1_6b,stabilityai/stablelm-2-1_6b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,togethercomputer/RedPajama-INCITE-Base-3B-v1,togethercomputer/RedPajama-INCITE-Base-3B-v1,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Meta-Llama-3-8B,meta-llama/Meta-Llama-3-8B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen2-beta-14B,Qwen/Qwen2-beta-14B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-32B,Qwen/Qwen1.5-32B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-125m,EleutherAI/gpt-neo-125m,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,799.301632,,,,,s,1,7.523280686000362,7.523280686000362,0.0,7.523280686000362,7.523280686000362,7.523280686000362,7.523280686000362,[7.523280686000362],,kWh,5.955060745347333e-05,3.245596998665337e-05,0,9.200657744012669e-05,,MB,834.633728,,,,,s,16,1.2933186430000205,0.08083241518750128,0.0012485480013310227,0.08060740550035916,0.08185440050010584,0.08273169724998297,0.08436559865003801,"[0.08165789600025164, 0.08105596700079332, 0.0809738070001913, 0.08024100400052703, 0.08113505199980864, 0.08016024099924834, 0.0801794120006889, 0.07944642100028432, 0.08477407400005177, 0.07968235400039703, 0.0802144129993394, 0.08205090499996004, 0.0798369799995271, 0.08111440399989078, 0.08102073299960466, 0.07977497999945626]",tokens/s,3167.0462821898213,kWh,9.703217191314476e-07,5.288456801114323e-07,0.0,1.49916739924288e-06,tokens/kWh,170761450.74211654,MB,845.45536,,,,,s,16,9.241501677000088,0.5775938548125055,0.0018931712313415934,0.5776345154999944,0.5800463824998587,0.5801767424998161,0.5803517421001289,"[0.5778358770003251, 0.5790698619994146, 0.5801038259996858, 0.580395492000207, 0.5799889390000317, 0.5785973680003735, 0.5755462170000101, 0.5756164169997646, 0.577621198000088, 0.5776478329999009, 0.5765729290005766, 0.5739216729998589, 0.5771836690000782, 0.576924611999857, 0.5749235499997667, 0.5795522150001489]",tokens/s,109.07318260934515,kWh,6.806344368888988e-06,3.70961337601659e-06,0.0,1.0515957744905578e-05,tokens/kWh,5990895.126078283,,s,1008,9.234309726998617,0.00916102155456212,0.0002759368021426683,0.009099598500142747,0.009363062799457112,0.009485512950323027,0.010699930019909517,"[0.010672432000319532, 0.009596676999535703, 0.009360314000332437, 0.009468610999647353, 0.009179458000289742, 0.009134975999586459, 0.00928197800021735, 0.009004618000290066, 0.009038915999553865, 0.00935180299984495, 0.0090154130002702, 0.008976238000286685, 0.008974722999482765, 0.0090048130005016, 0.009044833999723778, 0.00890375499966467, 0.009170811000331014, 0.008969063000222377, 0.009468268000091484, 0.009040193000146246, 0.009020459999192099, 0.00902285100073641, 0.009096449000026041, 0.009104197999477037, 0.00902370800031349, 0.009065774000191595, 0.009027723999679438, 0.00904182399972342, 0.009134272000665078, 0.009051531999830331, 0.00916751699969609, 0.009003860000120767, 0.009270937999644957, 0.009151143000053708, 0.009048026000527898, 0.00924572799976886, 0.009084360000088054, 0.009381682999446639, 0.009132318000411033, 0.00908662700021523, 0.009062846000233549, 0.00919630899988988, 0.009135718999459641, 0.009094330000152695, 0.009355682000204979, 0.009010753999973531, 0.00899743199988734, 0.009029904000271927, 0.009247302999938256, 0.009213214999363117, 0.009121388000494335, 0.009660189999522117, 0.008998918000543199, 0.009162415999526274, 0.009235751000232995, 0.009153294000498136, 0.009112928999456926, 0.009058092000486795, 0.009328831999482645, 0.009110517999943113, 0.009112937999816495, 0.009065970000847301, 0.009105240999815578, 0.010806595999383717, 0.00955553299991152, 0.009340477000478131, 0.009192411999720207, 0.009419312000318314, 0.009075713000129326, 0.009090405999813811, 0.009583764000126394, 0.009190970999952697, 0.008998374999464431, 0.008936580000408867, 0.009032418000060716, 0.009008338999592524, 0.008908114000405476, 0.008942679000028875, 0.00902005999978428, 0.009031714999764517, 0.008943007000198122, 0.009106473000429105, 0.009022592999826884, 0.009089782999581075, 0.009025803000440646, 0.009073997999621497, 0.009104664000005869, 0.009081616000003123, 0.00937854200037691, 0.009233895999386732, 0.009284355000090727, 0.009116928999901575, 0.009096717000829813, 0.009289441999499104, 0.009055739000359608, 0.009157036999567936, 0.009511862999715959, 0.009642632000577578, 0.009264442999665334, 0.009222779000083392, 0.009288236999964283, 0.009059568000338913, 0.00906922800004395, 0.009757664999597182, 0.009062441999958537, 0.009420512000360759, 0.009049969999978202, 0.00909963100002642, 0.009433657999579736, 0.00912073400013469, 0.008961716999692726, 0.009142484000221884, 0.009050708999893686, 0.009093465000660217, 0.009056901999429101, 0.00904093900044245, 0.00908197199987626, 0.009166947999801778, 0.008999265000056766, 0.009083044999897538, 0.009053380000295874, 0.009109374999752617, 0.009159133000139263, 0.009310458999607363, 0.009112719000768266, 0.009008801999698335, 0.011039092999453715, 0.009466731999964395, 0.009242713000276126, 0.009173086000373587, 0.009057709999979124, 0.009109638999689196, 0.009064474000297196, 0.00908780299960199, 0.009152257000096142, 0.009035187999870686, 0.008893082999748003, 0.009242219000043406, 0.009352400999887323, 0.009155260000625276, 0.009072971999557922, 0.009096179000152915, 0.009211272000356985, 0.008960063999438717, 0.009174838000035379, 0.009235242000613653, 0.009118391999436426, 0.009144001000095159, 0.009609902999727638, 0.009135858000263397, 0.009161451000181842, 0.009345438999844191, 0.00902839100035635, 0.00914852499954577, 0.009122442999796476, 0.00937773100031336, 0.009120513999732793, 0.009178459999930055, 0.009494614000686852, 0.009194764999847393, 0.009043764999660198, 0.009089770000173303, 0.00926897400040616, 0.00910087400006887, 0.009115317999203398, 0.009117698999943968, 0.009373582000080205, 0.009166724000351678, 0.009120411000367312, 0.009158892999948876, 0.00915659499969479, 0.009067083000445564, 0.00916040499942028, 0.009377127999869117, 0.009074280000277213, 0.009051981999618874, 0.009034473000610888, 0.009045654000146897, 0.009103548999519262, 0.008977739000329166, 0.00953957799993077, 0.009107470999879297, 0.009208790000229783, 0.009132013999987976, 0.009182516999317158, 0.009271260000787152, 0.009185625999634794, 0.009225953000168374, 0.009199522999551846, 0.010704760999942664, 0.009466067000175826, 0.009517533999314765, 0.009436681000806857, 0.009265533999496256, 0.009066562000043632, 0.009310164999988046, 0.00906801900055143, 0.009321580999312573, 0.009077204999812238, 0.009022461000313342, 0.009231416000147874, 0.009066921999874467, 0.009054522000042198, 0.009335425000244868, 0.008988601000055496, 0.008995579999464098, 0.009249415999875055, 0.009101700999963214, 0.008998838000479736, 0.009378255999763496, 0.009023974999763595, 0.009096651000618294, 0.009217017000082706, 0.00916031699944142, 0.009059683000486984, 0.009137590000136697, 0.009360495999317209, 0.009299960000134888, 0.00921018200006074, 0.00905110199983028, 0.00933070500013855, 0.009145529000306851, 0.00913052699979744, 0.009659217000262288, 0.009426872999938496, 0.009156121000160056, 0.00913844499973493, 0.009151326999926823, 0.00919353500012221, 0.009132922000389954, 0.009137322999777098, 0.009066034999705153, 0.009089482000490534, 0.009192397999868263, 0.009029241999996884, 0.009066863999578345, 0.009028813000441005, 0.009089462999327225, 0.009123922000071616, 0.009072679999917455, 0.009008087999973213, 0.009045049000633298, 0.009065135999662743, 0.00906058500004292, 0.009053963000042131, 0.009095290000004752, 0.009244574999684119, 0.009512948000519827, 0.009347704999527195, 0.009252225000636827, 0.009410925999873143, 0.009187390000079176, 0.010603058000015153, 0.009533483000268461, 0.00928981000015483, 0.010054823999780638, 0.009197852999932365, 0.008992428000055952, 0.009115865999774542, 0.009027650000462017, 0.009062783999979729, 0.008960154999840597, 0.009103556999434659, 0.009055707000698021, 0.009021720999953686, 0.00911143999928754, 0.00914002000081382, 0.009029789999658533, 0.009090714999729244, 0.00907455300057336, 0.009150787999715249, 0.00905795600010606, 0.009141290999650664, 0.008976602000075218, 0.009006919999592355, 0.009109708000323735, 0.009043588000167802, 0.009208950999891385, 0.009154012999715633, 0.009155244000794482, 0.00909861699983594, 0.009139844999481284, 0.00908321299993986, 0.009190303000650601, 0.00938586799929908, 0.009358814000734128, 0.00939602099970216, 0.009157163000054425, 0.009108481000112079, 0.009418401999937487, 0.00913405800019973, 0.009147355999630236, 0.00936990300033358, 0.009147445999587944, 0.009189768000396725, 0.009129925999332045, 0.009381451000081142, 0.009103202000005695, 0.009061730000212265, 0.009039409000251908, 0.009200775999488542, 0.009133640000072774, 0.009112479000577878, 0.009376154999699793, 0.009191000999635435, 0.009175099999993108, 0.009169300999928964, 0.0095215540004574, 0.009155386999736947, 0.00915599700056191, 0.009142275999693084, 0.009145324999735749, 0.009215724000569026, 0.009143358000073931, 0.009177146999718389, 0.010975323000820936, 0.009508923999419494, 0.009132856000178435, 0.009679024999968533, 0.009208811999997124, 0.009105359999921347, 0.009123259000261896, 0.00917656099954911, 0.00907264900070004, 0.009073945999261923, 0.009035285000209115, 0.008990231000097992, 0.009029451000060362, 0.009016633999635815, 0.008936178000112704, 0.00885642600042047, 0.009105078999709804, 0.009035013999891817, 0.009043195000231208, 0.009066411999810953, 0.009131793000051402, 0.00904197700037912, 0.009071542999663507, 0.008968959999947401, 0.009254677999706473, 0.00918264700067084, 0.009386763999827963, 0.009234293999725196, 0.009641522000492841, 0.009962778999579314, 0.009120917000473128, 0.008968255999207031, 0.009316253000179131, 0.009131128999797511, 0.009096791000047233, 0.008995664999929431, 0.00926567900023656, 0.008950542000093265, 0.009017063000101189, 0.009198781000122835, 0.009062567000000854, 0.00903503700010333, 0.00905994099957752, 0.009252591999938886, 0.009052997000253526, 0.009088284000426938, 0.008997182999337383, 0.009341613000287907, 0.009296068999901763, 0.009069964000445907, 0.00917231899984472, 0.008981680999568198, 0.008963801999925636, 0.009063805000550929, 0.009324009000010847, 0.009014798999487539, 0.009043727000062063, 0.009013287000016135, 0.009304287000304612, 0.009031870999933744, 0.00905418899947108, 0.00909708800008957, 0.009701836000203912, 0.010695731999476266, 0.009279662000153621, 0.009242492000339553, 0.009193576000143366, 0.009101045999159396, 0.008962849999988975, 0.008971118000772549, 0.008944318999965617, 0.0090744809995158, 0.009016148999762663, 0.009025050000673218, 0.009173515999464144, 0.009146555000370427, 0.009076868000192917, 0.008949041999585461, 0.008877131999724952, 0.009179611000035948, 0.008854908000103023, 0.008927484000196273, 0.0092202180003369, 0.00901321299988922, 0.008980440999948769, 0.009036669999659352, 0.009235356000317552, 0.009032705999743484, 0.00894533200062142, 0.009166100999209448, 0.009103441000661405, 0.009133954999924754, 0.009057653999661852, 0.009305470000072091, 0.00909141499960242, 0.008988914000838122, 0.009031610999954864, 0.009019288999297714, 0.009073238999917521, 0.009035139000843628, 0.011222363999877416, 0.009073776000150247, 0.009027832999890961, 0.009050639999259147, 0.009060847000000649, 0.00906822400065721, 0.009000715000183845, 0.009021120999932464, 0.009077285999410378, 0.009000028000627935, 0.00905505299942888, 0.009027455000250484, 0.00905760800014832, 0.008964728000137256, 0.009034866999172664, 0.009014870000100927, 0.008977907999906165, 0.009040799000104016, 0.009062617999916256, 0.00909172700085037, 0.008966128999418288, 0.009447907999856398, 0.009079191000637366, 0.009395318999850133, 0.009100391999709245, 0.009029484999700799, 0.010776172000078077, 0.009316992000094615, 0.009197319999657338, 0.009060405000127503, 0.009168366999801947, 0.00898749600037263, 0.009087501999601955, 0.009065449999980046, 0.009097635999751219, 0.00890767000055348, 0.009104460999878938, 0.009106908999456209, 0.009126549000029627, 0.009120173000155773, 0.009177755000564503, 0.009052532999703544, 0.008960213000136719, 0.008909529999982624, 0.008952393000072334, 0.009019678999720782, 0.009089807999771438, 0.008950475999881746, 0.008948408000833297, 0.009061904999725812, 0.008988405999843962, 0.008932325000387209, 0.008977040999525343, 0.00901055299982545, 0.009185040999909688, 0.009142489000623755, 0.009107632999985071, 0.009043799999744806, 0.009116096000070684, 0.00909238300027937, 0.009056298999894352, 0.009068665000086185, 0.009052149999661196, 0.009001657999760937, 0.0090625769998951, 0.009086580000257527, 0.009002603000226372, 0.009207944000081625, 0.009329884999715432, 0.009036088000357267, 0.009179398999549448, 0.00923844699991605, 0.009242535000339558, 0.009021963000122923, 0.009228705000168702, 0.009034858999257267, 0.00900240400005714, 0.009169644999929005, 0.0090285030000814, 0.009041475000231003, 0.009401868000168179, 0.009250176000023203, 0.009070133000022906, 0.008981523000329616, 0.00923826299913344, 0.009118210999986331, 0.009048873000210733, 0.009286327000154415, 0.009853282000221952, 0.010707779999393097, 0.009431356000277447, 0.009317044999988866, 0.00989632500022708, 0.009129938999649312, 0.009159184000054665, 0.009072236000065459, 0.00893583899960504, 0.008934479000345164, 0.008878524000465404, 0.00917181799923128, 0.009031991000483686, 0.008957246000136365, 0.008968019999883836, 0.008979115999864007, 0.009146958999735944, 0.008975370999905863, 0.008984554000562639, 0.008987324999907287, 0.009171818000140775, 0.009061824000127672, 0.009097240999835776, 0.009053775000211317, 0.00901248799982568, 0.009062370999345148, 0.008955336000326497, 0.009030426000208536, 0.009172811999633268, 0.009272340000279655, 0.009173118999569851, 0.009107703000154288, 0.009038171000611328, 0.009026204999827314, 0.009014993000164395, 0.009104624999963562, 0.009072936999473313, 0.009020358999805467, 0.0091035670002384, 0.009442008000405622, 0.009066507999705209, 0.009044123000421678, 0.009067153999239963, 0.00933475100009673, 0.009397288000400295, 0.00951874400016095, 0.00945242999932816, 0.009070285000234435, 0.00905301800048619, 0.009334398999271798, 0.0091164880004726, 0.009083697999813012, 0.009036155000103463, 0.00937975099986943, 0.009143322000454646, 0.009096168999349175, 0.00960403099998075, 0.009284834000027331, 0.009166589000415115, 0.009004898000057437, 0.009119108000049891, 0.009115789999668777, 0.008975577000455814, 0.009036302999447798, 0.010702679999667453, 0.009622530999877199, 0.009321980000095209, 0.009454429000470554, 0.009163142000033986, 0.009258307999516546, 0.009248234000551747, 0.009101429999645916, 0.009877133999907528, 0.009119211999859544, 0.009005986000374833, 0.009071348999896145, 0.009205807999933313, 0.009063757000149053, 0.008973879999757628, 0.009041946999786887, 0.009102515999984462, 0.009007369000755716, 0.008987528000034217, 0.009014983999804826, 0.009142590999545064, 0.008985536000182037, 0.00903361499968014, 0.008999795000818267, 0.00902242399934039, 0.00896521200047573, 0.009005398999761383, 0.0089576059999672, 0.009203059999890684, 0.009145572999841534, 0.009206125000673637, 0.009237025999937032, 0.009141900999566133, 0.009381560000292666, 0.00912364499981777, 0.009167402999992191, 0.009411293000084697, 0.00900288799948612, 0.009050736000062898, 0.009427568000319297, 0.009195288999762852, 0.009131818000241765, 0.00936905199978355, 0.009081367999897338, 0.009063183000762365, 0.008988920999399852, 0.009290613000302983, 0.008935961999668507, 0.009030400000483496, 0.00925052799993864, 0.009027330999742844, 0.008951148000051035, 0.008933805999731703, 0.009326395000243792, 0.009029341000314162, 0.009060636999493, 0.009091255999919667, 0.009061612000550667, 0.009108081999329443, 0.009007980000205862, 0.009288375000323867, 0.00901764300033392, 0.009001932999126439, 0.010619355000017094, 0.009346120000373048, 0.009113050999985717, 0.009121469999627152, 0.009547523000037472, 0.008975368000392336, 0.008997334000014234, 0.00886456799980806, 0.008914052000363881, 0.008888968999599456, 0.008948589000283391, 0.008879987000000256, 0.00897346599958837, 0.008985896000012872, 0.009260249000362819, 0.009023498999340518, 0.009248341000784421, 0.009283078999942518, 0.00908939900000405, 0.009047000999999, 0.009223463000125776, 0.009039406999363564, 0.009082947000024433, 0.009371183999974164, 0.008927622000555857, 0.008945595000113826, 0.009178976999464794, 0.00904829899991455, 0.00895807600045373, 0.009019508000164933, 0.009341414999653352, 0.00911138999981631, 0.009057416999894485, 0.009391244000653387, 0.00913636299992504, 0.009094168999581598, 0.00914824800020142, 0.009297798000261537, 0.009155212999758078, 0.009107615000175429, 0.00901505499950872, 0.009336189000350714, 0.009110453999710444, 0.008999257999676047, 0.009199069000715099, 0.009552290000101493, 0.009144978999756859, 0.009110731999498967, 0.009080259000256774, 0.009247490000234393, 0.009088912999686727, 0.009039665999807767, 0.008952916000453115, 0.009039984000082768, 0.009051979000105348, 0.009116035999795713, 0.00906454300002224, 0.00926601299943286, 0.00926027600053203, 0.009047139000358584, 0.009284337999815762, 0.008988077999674715, 0.009374015000503277, 0.010700245999942126, 0.009342384999399655, 0.01033836200076621, 0.009091536999221717, 0.009175815000162402, 0.009022477000144136, 0.009045716999935394, 0.008934210000006715, 0.009083452000595571, 0.008965278999312432, 0.008989552999992156, 0.00889694900070026, 0.008971924999968905, 0.009003823999591987, 0.009012038000037137, 0.008950776000347105, 0.008959774999311776, 0.008987791000436118, 0.008978163999927347, 0.009034738000082143, 0.008992848000161757, 0.009073057999557932, 0.009065938999810896, 0.009002538999993703, 0.008950836000622076, 0.00894864600013534, 0.00900878799984639, 0.008988087000034284, 0.00905133800006297, 0.008886562999578018, 0.00909726400004729, 0.009015567000460578, 0.009229374999449647, 0.009090098999877227, 0.009171563000563765, 0.009010789999592816, 0.009236253000381112, 0.009049094999681984, 0.009220107999681204, 0.008983825000541401, 0.009085034000236192, 0.009261344999686116, 0.0090191990002495, 0.009005107999655593, 0.009202569000080985, 0.009018540999932156, 0.00883683000029123, 0.008968060999904992, 0.009155835999990813, 0.009015181999529887, 0.009002692000649404, 0.009219978999681189, 0.009020630999657442, 0.009039864999976999, 0.009051056999851426, 0.00946749800004909, 0.009075348000806116, 0.009016090999466542, 0.00905449200035946, 0.009203019999404205, 0.009028921000208356, 0.00907575299970631, 0.009104875000048196, 0.011304157000267878, 0.009425446999557607, 0.009197607000714925, 0.009036413999638171, 0.009184847000142327, 0.00897662900024443, 0.009181497999634303, 0.009141259999523754, 0.009057691000634804, 0.009145508999608865, 0.009014092000143137, 0.008868476999850827, 0.009040163000463508, 0.009093015999496856, 0.0091579219997584, 0.008946728000410076, 0.009110148000218032, 0.009110775999943144, 0.008973254999546043, 0.008934301000408595, 0.009224145999723987, 0.00926241100023617, 0.009231795000232523, 0.009295449000092049, 0.009168078999209683, 0.009074581000277249, 0.00938316300016595, 0.009113940999668557, 0.008984895000139659, 0.009111672000472026, 0.008892463999472966, 0.008839353999974264, 0.00905061299999943, 0.009321034000095096, 0.009090972999729274, 0.008954713000093761, 0.00923009699999966, 0.009003906000543793, 0.009144675999777974, 0.009030053000060434, 0.009384037000017997, 0.009003938999740058, 0.009020774000418896, 0.00903908300006151, 0.009381531000144605, 0.009012004999931378, 0.008972276999884343, 0.009851097999671765, 0.009311914000136312, 0.009090218999517674, 0.009117057000366913, 0.009132649000093807, 0.009051117999661074, 0.009005870000692084, 0.008981666999716253, 0.008969305999926291, 0.00914396600001055, 0.009030991999679827, 0.009319761999904586, 0.009252877000108128, 0.009102594000069075, 0.009184673000163457, 0.009066614999937883, 0.010663224000381888, 0.009465637000175775, 0.009288307999668177, 0.00908190999962244, 0.009097816000576131, 0.00907118399936735, 0.009099566000259074, 0.009059064999746624, 0.008882638000613952, 0.008886696999979904, 0.008965219999481633, 0.008824414000628167, 0.009042714999850432, 0.008867202999681467, 0.009110472000429581, 0.008970030999989831, 0.009017508999932033, 0.008868819999406696, 0.009167558000626741, 0.009136025999396225, 0.009049453999978141, 0.009112599000218324, 0.009137281999755942, 0.009046529000443115, 0.00898949000020366, 0.009140698999544838, 0.009019318999889947, 0.009207319000779535, 0.009172583999315975, 0.009113101000366441, 0.00909110700013116, 0.00902581399986957, 0.009017554999445565, 0.009176529000797018, 0.009096812999814574, 0.00897136200001114, 0.009022323999488435, 0.009211274999870511, 0.009005951000290224, 0.009218637999765633, 0.00913399900036893, 0.009267751000152202, 0.009296213999732572, 0.009115730000303301, 0.009266846000173246, 0.009374709999974584, 0.00924364799993782, 0.009333287999652384, 0.00955897099993308, 0.009291277000556875, 0.009192187999360613, 0.009343051000541891, 0.00906067100004293, 0.00911378499949933, 0.009336725000139268, 0.009196691999932227, 0.009088589000384673, 0.009026516999256273, 0.009257049000552797, 0.009034747999976389, 0.009077247000277566, 0.009239156999683473, 0.0092366580001908, 0.010683055000299646, 0.009428487000150199, 0.009223207999639271, 0.009611049000341154, 0.008997893999548978, 0.008998457000416238, 0.008987671999420854, 0.00896301200009475, 0.009033115999955044, 0.009104710999963572, 0.008865906000210089, 0.00890014800006611, 0.008986834000097588, 0.009077959999558516, 0.00901679900016461, 0.008875313999851642, 0.009003135000057227, 0.008978167999885045, 0.008959669999967446, 0.00890630800040526, 0.009206175999679544, 0.00909734800006845, 0.00922854200052825, 0.009053087999745912, 0.009281794000344235, 0.009058984999683162, 0.009147154999482154, 0.00918753500081948, 0.0090218539999114, 0.008972106999863172, 0.009312027999840211, 0.00900662900039606, 0.009081313999558915, 0.009154831000159902, 0.009252840999579348, 0.009197854999911215, 0.009085946000595868, 0.00931416699950205, 0.009056361000148172, 0.009049172999766597, 0.00910267300059786, 0.009207983000123932, 0.009021189000122831, 0.00893071299924486, 0.00920795799993357, 0.009128455000791291, 0.009138727999925322, 0.00897224699929211, 0.009182682000755449, 0.00889228500000172, 0.008939125999859243, 0.008862734999638633, 0.009109131000514026, 0.008996601000035298, 0.009064192999176157, 0.009064737000699097, 0.009345580999251979, 0.009208359000695054, 0.009061155999916082, 0.009121985999627213, 0.009345029000542127, 0.009068845999536279, 0.009144255999672168, 0.011588027000470902, 0.00939047199972265, 0.009275100999730057, 0.009106842000619508, 0.009080991999326216, 0.009139788000538829, 0.009228722999978345, 0.009111808999477944, 0.009147942000709008, 0.009075332999600505, 0.009213430000272638, 0.00890682499994, 0.00903589799963811, 0.009180584000205272, 0.009029451000060362, 0.008909743999538478, 0.009092953000617854, 0.009011060999910114, 0.009181843999613193, 0.009171267000056105, 0.009130198000093515, 0.009079008000298927, 0.009101052999540116, 0.009012313000312133, 0.009063415000127861, 0.009086185999876761, 0.009208839000166336, 0.009094817000004696, 0.009210810999320529, 0.00907299300070008, 0.009149694999905478, 0.009276203999434074, 0.009155815000667644, 0.009251224999388796, 0.009078830999897036, 0.009235233000254084, 0.009115638000366744, 0.00916691299971717, 0.009396376000040618, 0.009102508000069065, 0.009342983000351524, 0.00907820299926243, 0.009110493000662245, 0.009346388999802002, 0.009157004999906349, 0.009203657999933057, 0.009252019000086875, 0.009150552999926731, 0.009138346000327147, 0.00906254599976819, 0.009294817999943916, 0.009131879000051413, 0.009063495999726001, 0.0094485440004064, 0.009220399999321671, 0.008995257000606216, 0.009101571999963198, 0.009058040999661898, 0.009077036999769916, 0.009076034000827349, 0.009125950999987253, 0.00950654600001144, 0.00928136499987886]",tokens/s,109.15813198823962,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,xglm,facebook/xglm-564M,facebook/xglm-564M,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen,Qwen/Qwen-14B,Qwen/Qwen-14B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-7b,huggyllama/llama-7b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-180B,tiiuae/falcon-180B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-1.3B,EleutherAI/gpt-neo-1.3B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,3369.648128,,,,,s,1,41.76044768700012,41.76044768700012,0.0,41.76044768700012,41.76044768700012,41.76044768700012,41.76044768700012,[41.76044768700012],,kWh,0.0004643622672284683,0.0002530939468469397,0,0.000717456214075408,,MB,3381.571584,,,,,s,10,6.2044234869981665,0.6204423486998166,0.0030228229371141824,0.6202741479996803,0.6234435730993937,0.6241120890499587,0.6246469018104108,"[0.6140616960001353, 0.62002756199945, 0.6205207339999106, 0.6176413719995253, 0.6187153479995686, 0.6232950139992681, 0.6196228889994018, 0.6226051439998628, 0.6247806050005238, 0.6231531230005203]",tokens/s,412.60884357179543,kWh,7.31282526527808e-06,3.985661236831673e-06,0.0,1.1298486502109754e-05,tokens/kWh,22657902.00768903,MB,3403.8784,,,,,s,10,23.469373889999588,2.346937388999959,0.009146150181136431,2.3457883784999467,2.358364966600675,2.358705137799916,2.358977274759309,"[2.3321176449999257, 2.33378296400042, 2.347211710999545, 2.341326896999817, 2.3443650460003482, 2.344184829000369, 2.3582893730008436, 2.3564610079993145, 2.359045308999157, 2.3525891079998473]",tokens/s,26.843494119306094,kWh,2.7821125621389345e-05,1.516352024978064e-05,0.0,4.298464587116999e-05,tokens/kWh,1465639.6190588232,,s,630,23.464082494999275,0.037244575388887737,0.000541089620475257,0.03717546899997615,0.037699851599609244,0.037915231250372015,0.0394713043102911,"[0.039803675999792176, 0.03697677699983615, 0.03681281500030309, 0.036921347999850695, 0.03674328699980833, 0.03934949599988613, 0.036475088000770484, 0.03641848099960043, 0.03662488299960387, 0.03627696100011235, 0.03648823399998946, 0.03668468600062624, 0.03643710399956035, 0.03689026400024886, 0.036527297999782604, 0.03635698499965656, 0.03679431700038549, 0.03660187799960113, 0.03677104500002315, 0.03645060700000613, 0.03675654400012718, 0.0369150599999557, 0.036444555000343826, 0.036845218999587814, 0.03652210100062803, 0.03675167999972473, 0.03674526200029504, 0.03665811799965013, 0.03673409699968033, 0.03693560600004275, 0.03687796500071272, 0.03671559899976273, 0.037212160999843036, 0.03661413200006791, 0.03687775500020507, 0.03673488799995539, 0.03686683100022492, 0.03683480499967118, 0.03684310500011634, 0.03735843799950089, 0.03714784500061796, 0.037036466999779805, 0.03707018400018569, 0.03674287899957562, 0.037088746999870637, 0.03742961399984779, 0.03720767699996941, 0.03738435200011736, 0.03774358600003325, 0.036976987999878475, 0.03733772800023871, 0.037042748000203574, 0.03740897799980303, 0.03760357600003772, 0.03716787400026078, 0.037052132999633614, 0.03693703600038134, 0.03721169199980068, 0.03721020600005431, 0.037499213999581116, 0.03746282800057088, 0.03741199599971878, 0.03776124100022571, 0.039521057000456494, 0.03693314999964059, 0.03720501499992679, 0.03643761000057566, 0.03717942299954302, 0.03671483700054523, 0.036894417999974394, 0.03670388299997285, 0.036434953999560094, 0.03687434000039502, 0.03671372099961445, 0.037099850999766204, 0.03656736599987198, 0.03687850200003595, 0.03670194799997262, 0.036835257000348065, 0.036865430000034394, 0.036767089999557356, 0.036702863000755315, 0.036813191999499395, 0.03644124800030113, 0.03710146799949143, 0.03688022999995155, 0.036667744000624225, 0.03975793900008284, 0.037077103999763494, 0.03686143800041464, 0.03707153699997434, 0.03694688999985374, 0.037196376999418135, 0.03709102100037853, 0.03667086199948244, 0.036981970000852016, 0.03682285499962745, 0.03711515800023335, 0.03693843000019115, 0.03686054899935698, 0.037181216000135464, 0.036850229000265244, 0.03716367400011222, 0.037015621999671566, 0.036957131999770354, 0.03723714900024788, 0.03717740299998695, 0.037195537999650696, 0.036963264000405616, 0.03720574399994803, 0.03704426500007685, 0.036860215999695356, 0.0372837310005707, 0.03682839699922624, 0.037252367000292, 0.036829651000516606, 0.037010709999776736, 0.03699558500011335, 0.03685172899986355, 0.03737930300030712, 0.037013308999121364, 0.036997359999986656, 0.03724611600046046, 0.037254650999784644, 0.03702189700015879, 0.03711694499997975, 0.039250232000085816, 0.03694873399945209, 0.036665132000052836, 0.03690562500014494, 0.03655565100052627, 0.03675455899974622, 0.0363294170001609, 0.03707592799946724, 0.04114999400007946, 0.03793819099973916, 0.03693608000048698, 0.037499195000236796, 0.036655767999945965, 0.03692434000004141, 0.03704364199984411, 0.036861982999653264, 0.037232863000099314, 0.03675690599993686, 0.03704336700047861, 0.037063925999973435, 0.03711008399932325, 0.037447365000844, 0.0368530349996945, 0.036960573000214936, 0.036762705000001006, 0.037262389999341394, 0.03696501200010971, 0.037023435000264726, 0.037433720999615616, 0.03739742900052079, 0.037110168999788584, 0.03735590399992361, 0.03754855100032728, 0.037486958999579656, 0.037225398999908066, 0.03681866100032494, 0.03711852299966267, 0.03708450100020855, 0.037017749000369804, 0.03709356499985006, 0.036883678999402036, 0.03729047300021193, 0.036831086999882245, 0.03728415700061305, 0.03698252300000604, 0.03729206399930263, 0.037019847000010486, 0.03694064100000105, 0.03711617600038153, 0.037024733999714954, 0.037277571000231546, 0.037200437000137754, 0.03737270100009482, 0.03764635500010627, 0.03699655199943663, 0.03722088700033055, 0.03699043199958396, 0.03734563200032426, 0.04007920700041723, 0.037652712999260984, 0.03696751100051188, 0.037699597999562684, 0.036928268000337994, 0.03917897399969661, 0.037214339000456675, 0.03735284399954253, 0.03661503700004687, 0.03666146400064463, 0.03702799899929232, 0.036794104000364314, 0.03689743599989015, 0.036915462000251864, 0.03694800099947315, 0.03626278700085095, 0.03715171899966663, 0.03659947899996041, 0.03689894099989033, 0.03672970499974326, 0.0369918599999437, 0.03698332300064067, 0.03664623999975447, 0.03705412700037414, 0.036832698999205604, 0.03697408400057611, 0.03734970599998633, 0.037163175999921805, 0.03684637300011673, 0.03701374999945983, 0.03660498000044754, 0.03682078499969066, 0.036761328000466165, 0.03675373599980958, 0.03704695400028868, 0.036806774999604386, 0.037475524000001315, 0.03710761000002094, 0.036748751000232005, 0.03703321000011783, 0.037092565999955696, 0.037281234999682056, 0.03701498099962919, 0.037018968000666064, 0.03736939000009443, 0.03698274399994261, 0.03746462299932318, 0.03729473700059316, 0.037617719999616384, 0.037174013999901945, 0.037664170999960334, 0.037273190000632894, 0.037434096999277244, 0.03711437800029671, 0.03740669200033153, 0.03721883700018225, 0.0372000620000108, 0.03771013499954279, 0.037170667000282265, 0.037599143000079494, 0.03733984500013321, 0.03742905699982657, 0.03752163399985875, 0.037995234999470995, 0.03762902100061183, 0.03748693799934699, 0.03739271200083749, 0.03765108499919734, 0.039177087000098254, 0.036894282000503154, 0.03693445099997916, 0.037139385999580554, 0.0372924969997257, 0.03684691000034945, 0.03700625800047419, 0.03665050899962807, 0.03661404800004675, 0.036741722999977355, 0.037270660999638494, 0.036856993000583316, 0.03689670499989006, 0.03671904099974199, 0.03668227799971646, 0.03678207300072245, 0.0368296159995225, 0.036900920000334736, 0.036874607999379805, 0.037182435000431724, 0.03706098299971927, 0.03723102399999334, 0.036994097999922815, 0.03695460900053149, 0.03692524100006267, 0.037218456999653426, 0.03716035700017528, 0.03718680499969196, 0.03676783900027658, 0.03715815499981545, 0.036933880000106, 0.037225744999886956, 0.03765510599987465, 0.03713187799985462, 0.03699235800013412, 0.03728286500063405, 0.03727719399921625, 0.03791595800066716, 0.03689839900016523, 0.03710090200002014, 0.03694881899991742, 0.037316926999665156, 0.03689125399978366, 0.0375434799998402, 0.037466071999915584, 0.037221157000203675, 0.03719347700007347, 0.03761572500025068, 0.03747452900006465, 0.037323753999771725, 0.03762053399987053, 0.03715455300061876, 0.037236522999592125, 0.037087480000081996, 0.03794124700016255, 0.03927724400000443, 0.03724451499965653, 0.037105919999703474, 0.037246847999995225, 0.037301852000382496, 0.03745423599957576, 0.0375976540008196, 0.03708477599957405, 0.038814569000351185, 0.036877860000458895, 0.036829781999585975, 0.03686095400007616, 0.036989244999858784, 0.036690024000563426, 0.03708029799963697, 0.03779495599974325, 0.03867602900027123, 0.0371505339999203, 0.03651216700018267, 0.036772886000107974, 0.036493018999863125, 0.036725283000123454, 0.03705908699976135, 0.03657022700008383, 0.03679259599994111, 0.036818030000176805, 0.037110974999450264, 0.03696992900040641, 0.03686675799963268, 0.03703771100026643, 0.03671170199959306, 0.037397263000457315, 0.03665214600005129, 0.03747646499959956, 0.03693215500061342, 0.03710584500004188, 0.0366843029996744, 0.03664050600036717, 0.03692601499915327, 0.036817400000472844, 0.03711838999970496, 0.03688494800007902, 0.03684865700051887, 0.03731064799922024, 0.03686508999999205, 0.03718256200045289, 0.041715684000337205, 0.03852200599976641, 0.03711745399959909, 0.0370386230006261, 0.03673329100001865, 0.03698855599941453, 0.037206156000138435, 0.03768124700036424, 0.037130488000002515, 0.03712622799957899, 0.03764684199995827, 0.03693189200021152, 0.037231880000035744, 0.03729368899985275, 0.03744707900023059, 0.037214707999737584, 0.037381649000053585, 0.03751182799987873, 0.03695300700019288, 0.037444245999722625, 0.0372710219999135, 0.03737201000058121, 0.0374413210001876, 0.037285168999915186, 0.03695558599974902, 0.03929250900000625, 0.0371681010001339, 0.03733822100002726, 0.03725577300065197, 0.036959619999834104, 0.03667831599977944, 0.03674591599974519, 0.0373564660003467, 0.03685697199944116, 0.03721267600030842, 0.03681046499968943, 0.037273704000654106, 0.03719353699943895, 0.03697037000074488, 0.03717692400005035, 0.03710858699923847, 0.036979069000153686, 0.03749545400023635, 0.03741786899990984, 0.037550557000031404, 0.03730004699991696, 0.03730915500000265, 0.03684320499996829, 0.0374943839997286, 0.036966874999961874, 0.037160957000196504, 0.03717071000028227, 0.03703997699994943, 0.03748460800034081, 0.03754569699958665, 0.03742980399965745, 0.03758193200064852, 0.03787596699930873, 0.0376832670008298, 0.03737746499973582, 0.03767244600021513, 0.0371696209995207, 0.03717185799996514, 0.037456716000633605, 0.037380371999461204, 0.037350177000007534, 0.03719688700039114, 0.03764322400002129, 0.03748251999968488, 0.03748016000008647, 0.03762131199982832, 0.03787447900049301, 0.03824569399967004, 0.03765237100014929, 0.037788794999869424, 0.03809883699977945, 0.03751124599966715, 0.037714805000177876, 0.0374461320006958, 0.03712825200000225, 0.037852945999475196, 0.037866606000534375, 0.03750209499958146, 0.037420698999994784, 0.03778459000022849, 0.03794303799986665, 0.037745206999716174, 0.03747484599989548, 0.03930914499960636, 0.03756489399984275, 0.0370606480000788, 0.03704299400033051, 0.03660924899941165, 0.03682064600070589, 0.037433288999636716, 0.03671326299991051, 0.0369223059997239, 0.03686646300047869, 0.03702628599967284, 0.03709332100061147, 0.036975096999412926, 0.037758305000352266, 0.0372396619995925, 0.03721883700018225, 0.0372730170001887, 0.03695034399970609, 0.03776153800026805, 0.037316965000172786, 0.037560288999884506, 0.037382851999609557, 0.037197956000454724, 0.0370778970000174, 0.03706907800005865, 0.03716612999960489, 0.03734412599987991, 0.037220298000647745, 0.03743891099929897, 0.037249592000080156, 0.03738790399984282, 0.03761844100063172, 0.037500370999623556, 0.03751425900009053, 0.03817803800029651, 0.03735806799977581, 0.037614953000229434, 0.03721217699967383, 0.03735658100049477, 0.03743188699991151, 0.03722541599927354, 0.03740106500026741, 0.03709312899991346, 0.037447163999786426, 0.037165277000895, 0.03752524499941501, 0.03757979000056366, 0.037049298999590974, 0.03759821000039665, 0.03740981999999349, 0.037990582999555045, 0.03766498200002388, 0.037367889000051946, 0.03733529199962504, 0.03753197200057912, 0.03726871399976517, 0.037914343000011286, 0.037469079999937094, 0.03756067900030757, 0.0378303869993033, 0.037843627000256674, 0.03798157100027311, 0.037861478999730025, 0.03967588099931163, 0.03734031600015442, 0.03683753200039064, 0.03690003700012312, 0.03808157699950243, 0.0387401839998347, 0.03728130699983012, 0.036987461000535404, 0.036923683999702916, 0.03690575800010265, 0.037299124999663036, 0.037095901000611775, 0.03682582300007198, 0.037275431999660213, 0.03704330500022479, 0.03729506399940874, 0.03704432500035182, 0.03732439200030058, 0.03687055299997155, 0.037948569000036514, 0.037245256999995036, 0.03707219999978406, 0.03752958699988085, 0.037247717999889574, 0.037321366000469425, 0.03714713099998335, 0.037270627999532735, 0.0372457140001643, 0.03705657899990911, 0.0373842640001385, 0.03715206600008969, 0.03754086200024176, 0.036970428000131506, 0.03733469799954037, 0.03757528099959018, 0.0376522330006992, 0.0374175369997829, 0.0377402180001809, 0.03758761799963395, 0.03745896899999934, 0.03752281900051457, 0.037740234999546374, 0.03723156399973959, 0.037405845000648696, 0.0373025589997269, 0.03716191599960439, 0.03770213400002831, 0.03736333699998795, 0.03783051900063583, 0.03733304699926521, 0.03761011300048267, 0.03757072000007611, 0.03770457999962673, 0.037835359000382596, 0.03784109800017177, 0.03787568400002783, 0.03771981699992466, 0.037346037999668624, 0.03786213900002622, 0.037441333000060695, 0.03747745799955737, 0.03710670200052846, 0.03789143099947978, 0.03931628299960721, 0.03732114800004638, 0.03702575399984198, 0.03708783799993398, 0.037042283000118914, 0.037151991999962775, 0.03742585800046072, 0.037061833999359806, 0.03699171400057821, 0.03681804000007105, 0.03723708799952874, 0.0372505760005879, 0.03715255899987824, 0.03680687999985821, 0.03730573400025605, 0.036902584999552346, 0.037180653999712376, 0.037010146000284294, 0.037594393999825115, 0.03705285400064895, 0.037689368999963335, 0.03705207999973936, 0.03711957199993776, 0.03738461800003279, 0.03718729499996698, 0.037157826999646204, 0.037011826000707515, 0.03690522699980647, 0.03735603299992363, 0.03723304799950711, 0.037192083000263665, 0.0376330360004431, 0.03707969500010222, 0.037009435999607376, 0.037922616000287235, 0.037063887999465805, 0.037616884000271966, 0.03729106300033891, 0.03754187100003037, 0.03730660699966393, 0.03736386800028413, 0.03738159699969401, 0.03715714299960382, 0.03733134499998414, 0.03721003900045616, 0.037565616000392765, 0.037330776999624504, 0.03751717999966786, 0.03769651899983728, 0.03731347800021467, 0.03769435499998508, 0.0376588389999597, 0.03752941400034615, 0.03741296499993041, 0.037244045000079495, 0.037505733000216424, 0.03749981199962349, 0.03718093400038924, 0.037618409999595315, 0.037420253999698616, 0.037890042000071844, 0.0378189110006133, 0.037227804999929504]",tokens/s,26.84954760682704,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mistral,mistralai/Mistral-7B-v0.1,mistralai/Mistral-7B-v0.1,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mixtral,mistralai/Mixtral-8x7B-v0.1,mistralai/Mixtral-8x7B-v0.1,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen,Qwen/Qwen-72B,Qwen/Qwen-72B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-30b,facebook/opt-30b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2_moe,Qwen/Qwen1.5-MoE-A2.7B,Qwen/Qwen1.5-MoE-A2.7B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-1.3b,EleutherAI/pythia-1.3b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,3371.884544,,,,,s,1,41.87479080100093,41.87479080100093,0.0,41.87479080100093,41.87479080100093,41.87479080100093,41.87479080100093,[41.87479080100093],,kWh,0.0004657196523805321,0.0002538339227859315,0,0.0007195535751664637,,MB,3540.926464,,,,,s,10,6.229154538996227,0.6229154538996227,0.0036715867545180736,0.6231885534980393,0.6251390397024806,0.6278159713499918,0.6299575166680006,"[0.6229707649981719, 0.6223752739970223, 0.624493571001949, 0.6227717559995654, 0.6241185589969973, 0.6304929029975028, 0.6245441660030338, 0.6171188860025723, 0.6234063419979066, 0.6168623170015053]",tokens/s,410.9706997913912,kWh,7.325620438192952e-06,3.992635142886834e-06,0.0,1.1318255581079786e-05,tokens/kWh,22618326.48733817,MB,3615.993856,,,,,s,10,23.758913822002796,2.3758913822002796,0.0041827367571870095,2.376017882001179,2.3806003943005636,2.382029681150743,2.383173110630887,"[2.3691298160010774, 2.3802827750005235, 2.376486708999437, 2.3715320320006867, 2.383458968000923, 2.375549055002921, 2.3771666979992006, 2.378953477000323, 2.3751096129999496, 2.371244678997755]",tokens/s,26.51636369910841,kWh,2.7772185448682192e-05,1.513687062996116e-05,0.0,4.2909056078643355e-05,tokens/kWh,1468221.5307774222,,s,630,23.753106803003902,0.03770334413175223,0.0005265778318644068,0.037617629999658675,0.03807044089880947,0.03824635315049818,0.04019612211955973,"[0.03999440700135892, 0.03799707399957697, 0.0371112680004444, 0.0369343200000003, 0.037349646001530346, 0.03696172199852299, 0.0374877899994317, 0.037359525998908794, 0.03808801900231629, 0.03725878700061003, 0.03726523499790346, 0.03728197700183955, 0.03743835500063142, 0.03850178299762774, 0.03760211100234301, 0.037352545998146525, 0.03720700399935595, 0.03715576600006898, 0.03730098099913448, 0.03761018900331692, 0.03724787699684384, 0.03738899300151388, 0.037582310000289, 0.03748531599921989, 0.037493017000088, 0.037381869999080664, 0.037569145002635196, 0.03723840399834444, 0.03795153399914852, 0.03721008800130221, 0.0374891760002356, 0.03762357300001895, 0.03748310399896582, 0.03776655900219339, 0.037378615998022724, 0.03774473000157741, 0.037559338998107705, 0.03819053299957886, 0.0377280230022734, 0.03761015099735232, 0.03811523100011982, 0.03830932100026985, 0.03792353999961051, 0.03732011300235172, 0.03774062799857347, 0.03761534699879121, 0.037387639000371564, 0.03745119100130978, 0.0374335369997425, 0.03764791999856243, 0.037527180000324734, 0.03745993600023212, 0.03732412500175997, 0.03729477700107964, 0.03731477099790936, 0.03811634399971808, 0.03765310699964175, 0.037901684001553804, 0.03778891600086354, 0.03774795999925118, 0.03775155900075333, 0.03780070799984969, 0.03750071700051194, 0.04027304900228046, 0.03762429899870767, 0.03736666600161698, 0.03753009799766005, 0.0372726440000406, 0.03693437500260188, 0.03713288699873374, 0.03757761700035189, 0.03692728799796896, 0.036974211001506774, 0.03726256799927796, 0.03718401700098184, 0.03729798299900722, 0.03810166300172568, 0.037059988997498294, 0.03750088699962362, 0.040547926000726875, 0.03761017000215361, 0.037459828999999445, 0.03743851399849518, 0.037588376999337925, 0.03735758699986036, 0.037360300000727875, 0.0374690169992391, 0.037397029002022464, 0.03751454399753129, 0.03742827800306259, 0.03756652199808741, 0.03776323700003559, 0.037769057002151385, 0.0374921769980574, 0.03739376700104913, 0.03774612800043542, 0.03743076099999598, 0.03792421699836268, 0.037485523000214016, 0.03747024100084673, 0.03829082999800448, 0.037646587003109744, 0.037523797996982466, 0.03780353500042111, 0.03729660700264503, 0.03788614699806203, 0.03791904099853127, 0.03727377399991383, 0.03719275500043295, 0.04231124299985822, 0.03994350700304494, 0.03763228399839136, 0.03873172000021441, 0.03759276100026909, 0.0375732889988285, 0.03739233300075284, 0.038136885999847436, 0.03766554899993935, 0.03798597599961795, 0.03748922199883964, 0.03794792600092478, 0.03796696800054633, 0.03768562400000519, 0.03814242700173054, 0.03780934899987187, 0.037553173999185674, 0.03950756199992611, 0.03805029199793353, 0.03750482900068164, 0.037423099998704856, 0.03762137400190113, 0.03808061000017915, 0.038134418999106856, 0.03790742999990471, 0.037765167999168625, 0.03753513300034683, 0.03734950999933062, 0.03754653600117308, 0.03760914799931925, 0.0374792399998114, 0.037125066002772655, 0.03766196799915633, 0.03726090999771259, 0.03729292100251769, 0.03738083399730385, 0.037456828002177645, 0.03733829100019648, 0.03771807700104546, 0.037568113999441266, 0.03763181699832785, 0.037896855999861145, 0.03776043900143122, 0.0376038909998897, 0.037488209000002826, 0.03749229700042633, 0.03720293999867863, 0.03727029700166895, 0.037653428997145966, 0.03748270500000217, 0.0377872910030419, 0.038065238997660344, 0.03824043900021934, 0.03801568600101746, 0.03769918900070479, 0.0379774599969096, 0.037989773001754656, 0.03759092900145333, 0.037820323999767425, 0.0377798219997203, 0.03781732199786347, 0.037829021999641554, 0.03800135600249632, 0.03781466899818042, 0.037550406999798724, 0.03783246400053031, 0.03751705900140223, 0.03747108300012769, 0.037568036997981835, 0.03772149900032673, 0.03824599400104489, 0.03763936999894213, 0.03746370899898466, 0.03786586400019587, 0.037899517999903765, 0.037490384002012433, 0.03799743700074032, 0.03775513199798297, 0.038044947999878787, 0.03766691000055289, 0.03941912600203068, 0.03765131799809751, 0.03756006700132275, 0.03742637200048193, 0.03703650799798197, 0.03722601300250972, 0.03749299300034181, 0.03744125699813594, 0.037670395999157336, 0.03728844500074047, 0.037518115001148544, 0.037508118999539874, 0.03761756699896068, 0.037791325001307996, 0.03764417999991565, 0.03773228199861478, 0.03769803300019703, 0.03740522299995064, 0.037675309999031015, 0.037658683002518956, 0.037647474000550574, 0.03748498899949482, 0.03756982900085859, 0.037131763998331735, 0.037359932000981644, 0.037296106998837786, 0.03752741599964793, 0.03740037999887136, 0.03766163800173672, 0.037489054000616306, 0.03726901299887686, 0.03777951200027019, 0.03739432099973783, 0.03753385800155229, 0.037999815998773556, 0.03752000199892791, 0.037589856001432054, 0.037751259998913156, 0.03756393699950422, 0.037710800002969336, 0.03813523099961458, 0.03773302599802264, 0.0376426660004654, 0.037733037999714725, 0.03748140199968475, 0.03746451299957698, 0.03798016400105553, 0.03742827300084173, 0.03746190099991509, 0.03828143400096451, 0.03749103899826878, 0.0376711319986498, 0.03778228100054548, 0.037726736001786776, 0.03772552200098289, 0.037885136996919755, 0.03815504200247233, 0.037809927998750936, 0.03783542900055181, 0.03783717899932526, 0.03760539799986873, 0.03735531300117145, 0.03764465600033873, 0.03956984300020849, 0.03764059999957681, 0.037366951000876725, 0.037196438999671955, 0.03745197700118297, 0.03709835799963912, 0.03730533600173658, 0.03775360799772898, 0.037431512002513045, 0.037698802996601444, 0.03770053400148754, 0.03771278600106598, 0.03754892899814877, 0.03754723300153273, 0.03770669200093835, 0.03737207699668943, 0.037366001000918914, 0.03778386100020725, 0.03758773200024734, 0.03839920799873653, 0.03765424400262418, 0.037377595999714686, 0.037689132997911656, 0.03798430100141559, 0.03750131899869302, 0.037205739001365146, 0.038385795000067446, 0.03761143000156153, 0.03780184099741746, 0.03795707800236414, 0.03746311299983063, 0.0379580349981552, 0.03767752700150595, 0.037710497999796644, 0.03763166399949114, 0.03750437000053353, 0.03794317400024738, 0.037655952997738495, 0.03777939800056629, 0.0378804880019743, 0.03869662299985066, 0.03785910700025852, 0.04014679699685075, 0.040325660000235075, 0.03786960400248063, 0.037621966999722645, 0.03751312099848292, 0.03771084800246172, 0.03784790399731719, 0.03768245100218337, 0.03751508799905423, 0.0378693979982927, 0.037781926002935506, 0.03763760400033789, 0.03805505899799755, 0.03770411100049387, 0.03792269100085832, 0.037714898000558605, 0.03817693299788516, 0.037898205999226775, 0.03797404000215465, 0.03795784099929733, 0.03781970599811757, 0.0393421410008159, 0.03751240500059794, 0.03693606399974669, 0.03727428999991389, 0.03706644599878928, 0.03759322700352641, 0.03739354299978004, 0.037681130997953005, 0.03772630700041191, 0.037414262998936465, 0.03752860200256691, 0.037698164996982086, 0.03747015800036024, 0.037939082001685165, 0.0377075939977658, 0.0382545710017439, 0.03776263400141033, 0.03749586499907309, 0.037929883001197595, 0.03736952899998869, 0.03767738699752954, 0.03759703000105219, 0.03790980199846672, 0.0372782280028332, 0.03781867499856162, 0.03753416399922571, 0.03739943099935772, 0.037595420002617175, 0.0375552429977688, 0.03742956800124375, 0.0373612379989936, 0.03745705000255839, 0.038117202999274014, 0.03793416599728516, 0.03841205400021863, 0.037432142002217006, 0.03737326600094093, 0.03793483699701028, 0.037601265001285356, 0.03759373000139021, 0.03762558199741761, 0.03824664700005087, 0.037932158000330674, 0.038150412001414225, 0.03749030399922049, 0.03759440599969821, 0.03794182799902046, 0.03782491800302523, 0.03772747099719709, 0.03792665100263548, 0.037639906997355865, 0.03761769300035667, 0.03770587799954228, 0.03777610300312517, 0.03798054299841169, 0.03782267999849864, 0.03758865100098774, 0.037569310999970185, 0.037443019999045646, 0.03775931000200217, 0.0379260109984898, 0.03781109299961827, 0.037669102999643655, 0.03986091999831842, 0.038058130001445534, 0.037391255998954875, 0.03747079999811831, 0.037302305001503555, 0.03717460400002892, 0.03772718199979863, 0.03779212900190032, 0.0373625339998398, 0.037570237996988, 0.03753948899975512, 0.037389914999948815, 0.037715394002589164, 0.03745818899915321, 0.037723962999734795, 0.03825762600172311, 0.037514917999942554, 0.03807922699706978, 0.03748524900220218, 0.037994014001014875, 0.03747164499873179, 0.037446936999913305, 0.037689983000746, 0.037391718997241696, 0.037367305001680506, 0.0374353359984525, 0.03767004000110319, 0.03772338199996739, 0.03779638899868587, 0.037404014001367614, 0.03767623000021558, 0.03771237600085442, 0.03756051600066712, 0.03784238399748574, 0.03793682300238288, 0.0375311369971314, 0.03758480500255246, 0.03762166299929959, 0.03775601899906178, 0.03800413499993738, 0.03800291600055061, 0.03766444500070065, 0.03783184399799211, 0.03761343100268277, 0.03764624599716626, 0.03782232000230579, 0.0375399219992687, 0.03803550299926428, 0.037687272000766825, 0.03752305599846295, 0.03791801600164035, 0.03769418299998506, 0.038206909001019085, 0.038070503000199096, 0.03777459299817565, 0.03769220400135964, 0.03810906099897693, 0.037808936001965776, 0.03772483899956569, 0.0374530560002313, 0.03798652999830665, 0.03754316200138419, 0.03761554700031411, 0.040117541000654455, 0.038061144998209784, 0.03773275899948203, 0.037649101999704726, 0.03756725800121785, 0.03707330299948808, 0.03747700299936696, 0.03711059100169223, 0.03755198900034884, 0.03738406199772726, 0.03760689200134948, 0.037633914998878026, 0.037557364001258975, 0.038068317000579555, 0.03751044499949785, 0.03805791799823055, 0.037286131002474576, 0.0377594700003101, 0.03737723499943968, 0.037510232999920845, 0.03730679100044654, 0.03763012799754506, 0.03707974600183661, 0.03808004399979836, 0.037541918998613255, 0.037947635999444174, 0.03761413200118113, 0.0372358329987037, 0.03807136199975503, 0.03788616600286332, 0.037732436998339836, 0.03823454600205878, 0.03803134199915803, 0.03766074699888122, 0.03811821400086046, 0.03807043399865506, 0.037659789002645994, 0.037554691996774636, 0.03761501300323289, 0.037541512996540405, 0.03738337300092098, 0.037861734999751206, 0.037964718001603615, 0.037926991000858834, 0.03781055099898367, 0.03766037799869082, 0.03770042399992235, 0.038102193000668194, 0.03775425999992876, 0.03759559000172885, 0.03784209599689348, 0.03786269000192988, 0.03790251600003103, 0.03774579499804531, 0.037821016001544194, 0.03749564399913652, 0.03775171000233968, 0.037962078997225035, 0.037660820002201945, 0.03794349199961289, 0.03761127699908684, 0.03830656400168664, 0.03804930199839873, 0.03975330100001884, 0.037859760002902476, 0.03711710799689172, 0.03733038600330474, 0.03719993799677468, 0.037433158002386335, 0.03746962600052939, 0.0372127009977703, 0.037189163002040004, 0.037534475999564165, 0.03703072400094243, 0.03725294299874804, 0.037428691000968684, 0.03742861399950925, 0.03738094800064573, 0.03810440599772846, 0.037287114002538146, 0.03723077899849159, 0.037294092999218265, 0.040610254000057466, 0.041505129000142915, 0.03773961000115378, 0.037499936999665806, 0.03793209300056333, 0.0374882020005316, 0.03756027599956724, 0.03777812299813377, 0.037510228001337964, 0.037620731000060914, 0.037371974998677615, 0.0372330520003743, 0.037539663000643486, 0.037985892999131465, 0.03762850500061177, 0.037871215001359815, 0.03747457899953588, 0.03721575599774951, 0.03761705500073731, 0.0373664180006017, 0.037856396000279346, 0.03719577700030641, 0.03760028800024884, 0.03841857599763898, 0.037551614001131384, 0.037360324000474066, 0.03811639400009881, 0.037408223000966245, 0.03759737399741425, 0.037280409000231884, 0.03751335700144409, 0.03734170399911818, 0.0376559169999382, 0.037768239999422804, 0.037751895000837976, 0.03764183699968271, 0.03749613300169585, 0.037300744999811286, 0.03788859300038894, 0.03731371899993974, 0.038018098999600625, 0.038167283000802854, 0.037855760998354526, 0.03741682599866181, 0.04001590099869645, 0.03792810099912458, 0.0374673750011425, 0.037145696998777566, 0.03721979200054193, 0.03737790699960897, 0.03703527300240239, 0.03701702100079274, 0.03745150199756608, 0.036963299000490224, 0.0373457169989706, 0.037094614999659825, 0.03747637500055134, 0.03818953900190536, 0.03758975299933809, 0.03755537499819184, 0.03777857400200446, 0.037289226998836966, 0.037177096000959864, 0.03756527099903906, 0.03734191400144482, 0.03756110999893281, 0.037191725001321174, 0.03736813599971356, 0.037541736997809494, 0.03722080600346089, 0.03764827299892204, 0.03755479100072989, 0.03782349899847759, 0.03753384800074855, 0.03737185199861415, 0.03711856900190469, 0.03772814200056018, 0.03745388599782018, 0.03754694999952335, 0.037750396000774344, 0.03745023800001945, 0.037300438998499885, 0.03752930700284196, 0.03804799799763714, 0.03745706600238918, 0.03793310699984431, 0.03805779299727874, 0.040216269000666216, 0.03766655400249874, 0.03768848599793273, 0.03807310900083394, 0.03726165899934131, 0.03752061699924525, 0.03758844600088196, 0.03763940299904789, 0.03768806100197253, 0.037557701998593984, 0.03815402200052631, 0.03760271400096826, 0.03774886799874366, 0.03770003699901281, 0.03790980900157592, 0.03753259199947934, 0.0375178419999429, 0.03768779299934977, 0.03799631700167083, 0.037772206000227015]",tokens/s,26.52284626280247,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-1.4b,EleutherAI/pythia-1.4b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,3370.606592,,,,,s,1,41.79137592600091,41.79137592600091,0.0,41.79137592600091,41.79137592600091,41.79137592600091,41.79137592600091,[41.79137592600091],,kWh,0.00046406751340139185,0.0002529334464805484,0,0.0007170009598819402,,MB,3538.325504,,,,,s,10,6.189293432998966,0.6189293432998966,0.0022142371150252523,0.6188164020004479,0.6215572487002646,0.6219281373498233,0.6222248482694703,"[0.6156044529998326, 0.6193082630015851, 0.6183245409993106, 0.618045727002027, 0.6198063030024059, 0.6157057139971585, 0.6214748290003627, 0.6212745429984352, 0.6222990259993821, 0.6174500339984661]",tokens/s,413.6174876361574,kWh,7.327001141665178e-06,3.99339556111066e-06,0.0,1.1320396702775837e-05,tokens/kWh,22614048.493302986,MB,3604.574208,,,,,s,10,23.44607494500451,2.344607494500451,0.004202822247878996,2.3447290340009204,2.350579657500566,2.350652069251555,2.3507099986523463,"[2.347775777998322, 2.3458021149999695, 2.3374414000027173, 2.3453873329999624, 2.3505635660003463, 2.3440707350018783, 2.3429467669993755, 2.350724481002544, 2.342476355999679, 2.3388864139997168]",tokens/s,26.87016916382542,kWh,2.772540748361356e-05,1.5111350806604485e-05,0.0,4.2836758290218046e-05,tokens/kWh,1470699.5233667416,,s,630,23.440505141996255,0.03720715101904167,0.0006762748131774641,0.03709733999858145,0.037549729300371835,0.037931325449790165,0.03990703053099424,"[0.0393404130009003, 0.037425808997795684, 0.03710654600217822, 0.03716741199968965, 0.03682130699962727, 0.037011771000834415, 0.037182148997089826, 0.036407978001079755, 0.03680150400032289, 0.03676398600146058, 0.036676162999356166, 0.0366169209992222, 0.03690973500124528, 0.037215308999293484, 0.03711725600078353, 0.03714541199951782, 0.03724356399834505, 0.03686322399880737, 0.036527719003061065, 0.03742400799819734, 0.037240487999952165, 0.03661889000068186, 0.03687675399851287, 0.036745752000570064, 0.03695281999898725, 0.03678076200230862, 0.03654706700035604, 0.0373008700007631, 0.03685103199677542, 0.036916265002219006, 0.0372104739981296, 0.037010641000961186, 0.037515719999646535, 0.037241551999613876, 0.036971286001062253, 0.03691051599889761, 0.036908553000102984, 0.037252312002237886, 0.03712728699974832, 0.0371126190002542, 0.036948755998309935, 0.03731786700154771, 0.037172281998209655, 0.03723484200236271, 0.03724124299696996, 0.037166109003010206, 0.0372223109989136, 0.037071931998070795, 0.0371992370019143, 0.037248788998113014, 0.04368529800194665, 0.03861149699878297, 0.03700631000174326, 0.037553440997726284, 0.03712236300270888, 0.03693657599797007, 0.037093093000294175, 0.03730350800105953, 0.037805293999554124, 0.03749469600006705, 0.03759379599796375, 0.037304548000975046, 0.03795994499887456, 0.03944348799996078, 0.03706080399933853, 0.03709787100160611, 0.0369488239994098, 0.03650295199986431, 0.03677801300000283, 0.03649952599880635, 0.03691556000194396, 0.036816270996496314, 0.041650162002042634, 0.03662632299892721, 0.03714728900013142, 0.036838693002209766, 0.036867003997031134, 0.03801055300209555, 0.03682696299802046, 0.03677663800044684, 0.036646853001002455, 0.03718259900051635, 0.03762848999758717, 0.04000501300106407, 0.03729275700243306, 0.03712984399680863, 0.037356883000029484, 0.03724608700213139, 0.036836002000200097, 0.037097672997333575, 0.03683532700233627, 0.03693859000122757, 0.036824892998993164, 0.036961123998480616, 0.03750953000053414, 0.03701946100045461, 0.036864047000563005, 0.037965929997881176, 0.036788020999665605, 0.03690619100234471, 0.03768505100015318, 0.036827870997512946, 0.037094029001309536, 0.03712702900156728, 0.037064173997350736, 0.036813057002291316, 0.03707998499885434, 0.037109139000676805, 0.0371224570008053, 0.03746375399714452, 0.03685001300254953, 0.03706690999752027, 0.03680358400015393, 0.03698112700294587, 0.03658632099904935, 0.03686562499933643, 0.03722028500123997, 0.037095472998771584, 0.03710040599980857, 0.037016245998529484, 0.03697491200000513, 0.03776908700092463, 0.03740616499999305, 0.037559058000624646, 0.03745555600107764, 0.03731509799763444, 0.039410836001479765, 0.037199616999714635, 0.03677677299856441, 0.03724188200067147, 0.03676904800158809, 0.03708576999997604, 0.03688174600029015, 0.03653320299781626, 0.037000172000261955, 0.03657997499976773, 0.03678006600239314, 0.03718404900064343, 0.03670773299745633, 0.03689294799914933, 0.03729850000308943, 0.037004260997491656, 0.03704045300037251, 0.03699995900024078, 0.037067789999127854, 0.037122542002180126, 0.03704392199870199, 0.03693952699904912, 0.03681955800129799, 0.036757575999217806, 0.036945823001587996, 0.03712719499890227, 0.036933822000719374, 0.037230898000416346, 0.03661861699947622, 0.03699994099952164, 0.03690190400084248, 0.03723745399838663, 0.03705200900003547, 0.03741132600043784, 0.03687756200088188, 0.037037730999145424, 0.03679534399998374, 0.03725617199961562, 0.03685120400041342, 0.03672994099906646, 0.036974102000385756, 0.03691488299955381, 0.03704712500257301, 0.037061596998682944, 0.03689534899967839, 0.03737678299876279, 0.037323188000300433, 0.03683337900292827, 0.03732201299862936, 0.03740840200043749, 0.037065459000587, 0.0375085739979113, 0.03722386400113464, 0.036807611999392975, 0.037094587001774926, 0.03741050899770926, 0.03698528200038709, 0.037095307001436595, 0.03731071899892413, 0.0381543090006744, 0.03738249799789628, 0.0374107030002051, 0.03718145000311779, 0.03917481700045755, 0.03735310199772357, 0.037020621999545256, 0.03679681200082996, 0.03681699099979596, 0.0370751320006093, 0.03676793200065731, 0.03676338800141821, 0.037213710998912575, 0.03671502799988957, 0.03697060099875671, 0.03646553300131927, 0.03663258400047198, 0.03695116900053108, 0.03691561599771376, 0.03699946400229237, 0.03736231599759776, 0.036729272000229685, 0.03673928100033663, 0.03700982499867678, 0.03723978500056546, 0.03725044000020716, 0.03728568000224186, 0.036845357997663086, 0.0369976920010231, 0.03699622199928854, 0.037462734999280656, 0.03708356300194282, 0.03689020899764728, 0.03742075600166572, 0.036903251999319764, 0.03713980099928449, 0.036794586001633434, 0.03798740599813755, 0.037177688001975184, 0.03734090299985837, 0.0369432469997264, 0.03741698099838686, 0.03728049200071837, 0.03689511600168771, 0.03681889699873864, 0.03708280399951036, 0.03714434900030028, 0.03703629700248712, 0.037059030997625086, 0.03787993299920345, 0.03745404800065444, 0.03746661500190385, 0.03743259600014426, 0.03752698099924601, 0.039910175000841264, 0.03749647999939043, 0.03700294499867596, 0.03713344000061625, 0.037039482998807216, 0.03720469600011711, 0.03701621200161753, 0.037244514998747036, 0.03738189300202066, 0.03739138799937791, 0.03809171399916522, 0.0373691710010462, 0.03785887299818569, 0.04466700699776993, 0.03816691800238914, 0.03772665499855066, 0.03665754800022114, 0.036586786998668686, 0.03671334800310433, 0.03664690199730103, 0.03686114900119719, 0.03699645799861173, 0.036739320999913616, 0.03707811400090577, 0.037116096002137056, 0.03695383999729529, 0.036772471001313534, 0.037019382001744816, 0.03703303799920832, 0.036980982000386575, 0.03702831500049797, 0.03679556299903197, 0.037067122997541446, 0.037117217001650715, 0.03720323000015924, 0.03704050200030906, 0.03712432500105933, 0.03677511400019284, 0.03729153799940832, 0.036743470998771954, 0.0372236850016634, 0.03714501200011, 0.036922169998433674, 0.03693304799890029, 0.037091562000568956, 0.03697783499956131, 0.03700910000043223, 0.03712323999934597, 0.03709059500033618, 0.03714274500089232, 0.03680059700127458, 0.037639969999872847, 0.037393793998489855, 0.039420921999408165, 0.03798760300196591, 0.03715943499992136, 0.037420766999275656, 0.03742017100012163, 0.0372314659980475, 0.03731583999979193, 0.03721873700123979, 0.03730364199873293, 0.03764857400165056, 0.03728948600110016, 0.03717314199820976, 0.036949887002265314, 0.03758642799948575, 0.037094018000061624, 0.03740679799739155, 0.03724765100196237, 0.03741980500126374, 0.03710694499750389, 0.037036587000329746, 0.037501720998989185, 0.03718651400049566, 0.03735454300112906, 0.03923778800162836, 0.03752001699831453, 0.03725704700264032, 0.0368737719982164, 0.03681593500004965, 0.036635459000535775, 0.03680632000032347, 0.037109906999830855, 0.03641101000175695, 0.03730010599974776, 0.03701310899850796, 0.036880234998534434, 0.03721521199986455, 0.03675605500029633, 0.036819611999817425, 0.03721862700331258, 0.03687217099650297, 0.03699061400038772, 0.037057929002912715, 0.03692696699727094, 0.037268170999595895, 0.03684022100060247, 0.03730540300239227, 0.037578809999104124, 0.03674948700063396, 0.036821857996983454, 0.03711597000074107, 0.03704870699948515, 0.03732137900078669, 0.037135590999241685, 0.03736112900151056, 0.03754959700017935, 0.03693616400050814, 0.03736776000005193, 0.037157891998504056, 0.03747854900211678, 0.03697580399966682, 0.037606140998832416, 0.03703145100007532, 0.03749411399985547, 0.037017487000412075, 0.03701687400098308, 0.037275202997989254, 0.036947987999155885, 0.03728481900179759, 0.03703295900049852, 0.037439163999806624, 0.03731466499812086, 0.038221495000470895, 0.03744618700147839, 0.037504306998016546, 0.03695524300201214, 0.03736462999950163, 0.03736481899977662, 0.03702794700075174, 0.03732634900006815, 0.03716498799985857, 0.037177703998168, 0.037615930999891134, 0.0371390660002362, 0.03690039700086345, 0.03760690100170905, 0.03742234699893743, 0.03932937099671108, 0.037364991003414616, 0.03687818099933793, 0.03670962599790073, 0.036705853999592364, 0.03683027000079164, 0.036501499998848885, 0.03680328100017505, 0.03669229300066945, 0.036662990001786966, 0.036694585000077495, 0.03691887300010421, 0.03668986699995003, 0.03722327399736969, 0.03700558200216619, 0.03669195399925229, 0.037248683998768684, 0.037057866000395734, 0.03661332599949674, 0.0371133650005504, 0.03700974599996698, 0.036801443002332235, 0.036908897000103025, 0.03690787899904535, 0.03705156499927398, 0.03666771999996854, 0.036922929000866134, 0.03683117599939578, 0.03679416899831267, 0.03701536700100405, 0.036967850999644725, 0.036827947002166184, 0.03728770700035966, 0.03730693499892368, 0.03746334699826548, 0.03719317000286537, 0.037030568997579394, 0.03791857699980028, 0.03737068000191357, 0.0372520880009688, 0.03729329799898551, 0.03752616199926706, 0.03709923700080253, 0.037381646998255746, 0.03697968800042872, 0.03989933200136875, 0.0380707779986551, 0.03726641799948993, 0.03746178400251665, 0.03714887999740313, 0.037202141000307165, 0.037226635999104474, 0.03741219200310297, 0.0372068529977696, 0.03742189799959306, 0.037519675999647006, 0.03736802600178635, 0.03709700699982932, 0.03754642200146918, 0.0370326299998851, 0.037101170997630106, 0.03728093700192403, 0.037602599997626385, 0.03969030200096313, 0.03724820700153941, 0.03709071499906713, 0.036909241000103066, 0.03682565100098145, 0.03697739199924399, 0.036523685997963184, 0.03725988600126584, 0.036481335999269504, 0.036920133999956306, 0.03708417800226016, 0.03688785899794311, 0.03694404500129167, 0.036922658000548836, 0.03724570999838761, 0.03761928899984923, 0.03679541400197195, 0.03712504699797137, 0.03700714099977631, 0.036741411000548396, 0.037386371001048246, 0.03688040599809028, 0.03759785700094653, 0.037258136999298586, 0.036923144001775654, 0.03724682699976256, 0.03770059199814568, 0.037350476002757205, 0.03717709699776606, 0.037878944000112824, 0.04270357399946079, 0.037183367003308376, 0.037120011998922564, 0.03712099399854196, 0.03691137699934188, 0.03671628800293547, 0.03730314299900783, 0.0371068499989633, 0.03706356700058677, 0.036946331998478854, 0.037336133002099814, 0.03725504300018656, 0.03722176099836361, 0.037109192002390046, 0.037471145999006694, 0.03708555800039903, 0.03753556599986041, 0.03781615999832866, 0.037151669999730075, 0.037432569999509724, 0.03743072700308403, 0.037639653997757705, 0.03737135700066574, 0.03720459499891149, 0.037420323002152145, 0.03799492200050736, 0.03721073999986402, 0.03680372899907525, 0.03730481299862731, 0.037245923002046766, 0.03694494099909207, 0.03735764500015648, 0.03697177899812232, 0.038923743999475846, 0.037120364999282174, 0.03679178899983526, 0.0372890760008886, 0.036680814999272116, 0.03664039100112859, 0.03675471899987315, 0.03660671800025739, 0.036582312000973616, 0.036874614997941535, 0.03683160800210317, 0.036989721997088054, 0.03722577600274235, 0.03682118500000797, 0.036996225997427246, 0.03692754200164927, 0.03677014200002304, 0.03684613299992634, 0.037423080000735354, 0.036802172999159666, 0.036668161999841686, 0.0369799719992443, 0.03708499999993364, 0.037219852001726395, 0.03703772899825708, 0.03682255400053691, 0.037158688999625156, 0.036960761000955245, 0.036909531998389866, 0.03669706300206599, 0.03740009999819449, 0.0368307940007071, 0.03689990099883289, 0.037509475001570536, 0.03680961400095839, 0.037007185997936176, 0.03698393800004851, 0.03714592200049083, 0.036922061000950634, 0.03759069800071302, 0.03716313199765864, 0.03755092000210425, 0.03782541399777983, 0.037134764999791514, 0.037542234000284225, 0.03719335600180784, 0.03713618400070118, 0.03725714099709876, 0.037301236003258964, 0.037803194998559775, 0.03705945199908456, 0.03720283599977847, 0.03794175599978189, 0.03713587400125107, 0.03704396100147278, 0.03745102299944847, 0.040401275000476744, 0.03735947999666678, 0.03682322500026203, 0.03723042300043744, 0.03728505899925949, 0.037120648001291556, 0.037471194002137054, 0.03874231800000416, 0.037818621000042185, 0.03701305299910018, 0.03694583000105922, 0.03672974599976442, 0.03703496700109099, 0.037004437999712536, 0.037239828998281155, 0.03658247700150241, 0.03694544300014968, 0.037195803997747134, 0.0371379270000034, 0.03682022200155188, 0.037408522999612615, 0.036594863999198424, 0.03716643400184694, 0.03705603200069163, 0.03703070499977912, 0.0373570279989508, 0.03666329599946039, 0.036800649999349844, 0.03722687200206565, 0.03678281300017261, 0.03663536099702469, 0.036950131001503905, 0.03720681399863679, 0.037067763001687126, 0.037092385999130784, 0.03687994199935929, 0.036954874001821736, 0.03678241599845933, 0.03766860100222402, 0.03685014399889042, 0.03689805300018634, 0.03816683799959719, 0.036797543998545734, 0.03680334100135951, 0.03680081399943447, 0.03707701000166708, 0.03686960399863892, 0.036939175999577856, 0.037334148000809364, 0.037347363999288063, 0.037330220999137964, 0.0370636950028711, 0.03705076999904122, 0.03695197400156758, 0.037269844997354085, 0.036898964001011336, 0.0374221199999738, 0.03733275099875755, 0.03739505300109158, 0.037356300999817904, 0.03753056899950025, 0.03711349200239056, 0.03698532199996407, 0.03705888100012089, 0.03723081299904152, 0.03705732399976114, 0.037398852000478655, 0.03698259600059828, 0.03721207099806634, 0.037316447000193875]",tokens/s,26.876553904603593,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,01-ai/Yi-34B,01-ai/Yi-34B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 57, in launch raise RuntimeError(f""Isolated process exited with non-zero code {isolated_process.exitcode}"") RuntimeError: Isolated process exited with non-zero code -9 ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-12b,EleutherAI/pythia-12b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,xglm,facebook/xglm-4.5B,facebook/xglm-4.5B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,xglm,facebook/xglm-7.5B,facebook/xglm-7.5B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-14B,Qwen/Qwen1.5-14B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Llama-2-70b-hf,meta-llama/Llama-2-70b-hf,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,Deci/DeciCoder-1b,Deci/DeciCoder-1b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 559, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3832, in from_pretrained model = cls(config, *model_args, **model_kwargs) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 248, in __init__ self.model = DeciCoderModel(config) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 215, in __init__ self.layers = nn.ModuleList([DeciCoderDecoderLayer(config) for _ in range(config.num_hidden_layers)]) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 215, in self.layers = nn.ModuleList([DeciCoderDecoderLayer(config) for _ in range(config.num_hidden_layers)]) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 181, in __init__ self.self_attn = DeciCoderAttention(config=config) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 54, in __init__ self._init_rope() File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1729, in __getattr__ raise AttributeError(f""'{type(self).__name__}' object has no attribute '{name}'"") AttributeError: 'DeciCoderAttention' object has no attribute '_init_rope' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Meta-Llama-3-70B,meta-llama/Meta-Llama-3-70B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,togethercomputer/RedPajama-INCITE-Base-7B-v0.1,togethercomputer/RedPajama-INCITE-Base-7B-v0.1,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-72B,Qwen/Qwen1.5-72B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,internlm,internlm/internlm-20b,internlm/internlm-20b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-110B,Qwen/Qwen1.5-110B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,codegen,Salesforce/codegen-16B-nl,Salesforce/codegen-16B-nl,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt2,openai-community/gpt2-large,openai-community/gpt2-large,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-65b,huggyllama/llama-65b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-30b,huggyllama/llama-30b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Llama-2-13b-hf,meta-llama/Llama-2-13b-hf,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-7B,Qwen/Qwen1.5-7B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,stabilityai/stablelm-base-alpha-3b,stabilityai/stablelm-base-alpha-3b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,recurrent_gemma,google/recurrentgemma-9b,google/recurrentgemma-9b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/gpt-neox-20b,EleutherAI/gpt-neox-20b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,41776.98816,,,,,s,1,547.1824483600003,547.1824483600003,0.0,547.1824483600003,547.1824483600003,547.1824483600003,547.1824483600003,[547.1824483600003],,kWh,0.006430979080995129,0.003505132380221827,0,0.009936111461216956,,MB,42565.169152,,,,,s,10,84.13010720900093,8.413010720900093,0.04937174932535261,8.426349419500184,8.466905947499072,8.469391160249415,8.47137933044969,"[8.44906885599994, 8.414645204000408, 8.351585288000933, 8.370021757000359, 8.43805363499996, 8.46083408800041, 8.466353677998995, 8.471876372999759, 8.378563836000467, 8.329104493999694]",tokens/s,30.429059048270297,kWh,9.881224908000024e-05,5.385633424638584e-05,0.0,0.00015266858332638606,tokens/kWh,1676834.8433069852,MB,42908.38528,,,,,s,10,242.9184449389977,24.29184449389977,0.04400166236850819,24.293540332500015,24.33754808359881,24.347452514299402,24.355376058859875,"[24.232345529999293, 24.24994265999885, 24.23147762699955, 24.33095528600097, 24.357356944999992, 24.33534709899868, 24.32910966700001, 24.27646483799981, 24.26482946000033, 24.31061582700022]",tokens/s,2.593463004253165,kWh,0.0002863652360249305,0.00015608020261226232,0.0,0.0004424454386371929,tokens/kWh,142390.4384550798,,s,630,242.91030308799964,0.3855719096634915,0.003613407345493868,0.38515676650058595,0.3885801504993651,0.3905330278503243,0.3939654251904904,"[0.38342162600019947, 0.38162013399960415, 0.38087238799926126, 0.38583859000027587, 0.3819206420012051, 0.38406347399904917, 0.3826413250008045, 0.38365132299986726, 0.38938355000027514, 0.38388838499849953, 0.3843045980011084, 0.3827236550005182, 0.38465320899922517, 0.38150446500003454, 0.3859189119993971, 0.38565807300074084, 0.3825558070002444, 0.38177396900027816, 0.3830904909991659, 0.38105927200012957, 0.38179661899994244, 0.38091580199943564, 0.38308111100013775, 0.3840185240005667, 0.384462934000112, 0.3860369529993477, 0.3860646209996048, 0.38155157000073814, 0.38101364800058946, 0.3871204070001113, 0.38339016399913817, 0.3850769990003755, 0.3848483469992061, 0.38411258700034523, 0.39053282600070816, 0.3832219489995623, 0.38440345600065484, 0.3842101249992993, 0.3853690949999873, 0.3836956300001475, 0.3818794849994447, 0.3838471330000175, 0.3836969740004861, 0.3846684410000307, 0.38836339699992095, 0.38460309599940956, 0.3848560850001377, 0.38515256400023645, 0.3867810339997959, 0.38423853000131203, 0.38589910399969085, 0.3846844609997788, 0.38381802599906223, 0.38860388500143017, 0.38439984699834895, 0.3920821160008927, 0.3870603760005906, 0.3869409569997515, 0.3842989379991195, 0.3867954800007283, 0.39145748000009917, 0.3846620410004107, 0.3871235089991387, 0.38554051899882325, 0.39255392700033553, 0.3817527129995142, 0.38499164400127484, 0.38205038999876706, 0.3821419320011046, 0.3830062839988386, 0.38268339000023843, 0.38277039999957196, 0.38389732300129253, 0.38563109999995504, 0.3866025579991401, 0.3857504260013229, 0.38540549899880716, 0.38720885800103133, 0.38323482999840053, 0.3844659300011699, 0.383053554000071, 0.38476851700033876, 0.3837500949994137, 0.38424329100053, 0.3861062050000328, 0.38845465299891657, 0.3857659490004153, 0.38435538399971847, 0.385502582999834, 0.3846979709996958, 0.391669668000759, 0.3854764539992175, 0.38585087899991777, 0.38632696900094743, 0.38568702600059623, 0.3824131639994448, 0.3828038640003797, 0.3842441859997052, 0.3832976809990214, 0.380707723001251, 0.38474071999917214, 0.3848408110006858, 0.38214886999958253, 0.3820212629998423, 0.383028309999645, 0.385628343999997, 0.38283479399979115, 0.3849637410003197, 0.3854233710007975, 0.3810283339989837, 0.38126911200015456, 0.3860689610010013, 0.38332976600031543, 0.3830447969994566, 0.38446254799964663, 0.38650223900003766, 0.39134705800097436, 0.3854855889985629, 0.3882313410013012, 0.3905331930000102, 0.3900733049995324, 0.3851649650005129, 0.3835593259991583, 0.3857722510001622, 0.3852370090007753, 0.3834852279996994, 0.38588350499958324, 0.38255866299914487, 0.38234940100119275, 0.3810386120003386, 0.3821671369987598, 0.3811598579995916, 0.38228698700004315, 0.38328520100003516, 0.38529427200046484, 0.3855036100012512, 0.3818643409995275, 0.38243547700039926, 0.3814474339997105, 0.38090095999905316, 0.382778008999594, 0.38454557200020645, 0.38567897500070103, 0.3834599479996541, 0.3817614039999171, 0.3818363379996299, 0.39074010100011947, 0.38410539100004826, 0.3845235690005211, 0.38248181199924147, 0.38305399199998647, 0.38486973300132377, 0.3822825819988793, 0.38309963699975924, 0.3856161900002917, 0.38617656600035843, 0.3865162100009911, 0.38243071299984877, 0.382993285998964, 0.38315996500023175, 0.3839539109994803, 0.3839625710006658, 0.3838275390007766, 0.3841050319988426, 0.3848861059996125, 0.3844755710015306, 0.38471919799849275, 0.3872532030000002, 0.3890410399999382, 0.3839534380003897, 0.38276254500124196, 0.3858682479985873, 0.3940212760007853, 0.38339986599930853, 0.386688046000927, 0.3857755030003318, 0.39040224899872555, 0.38753861599980155, 0.38458695799999987, 0.3854875470005936, 0.38779607099968416, 0.38711531999979343, 0.38795749900054943, 0.38506912699995155, 0.3856470419996185, 0.38577206900117744, 0.38416222799969546, 0.38538355699893145, 0.384838572001172, 0.3875885039997229, 0.3868158069999481, 0.38590108700009296, 0.38317567900048743, 0.38489451100031147, 0.38578886600043916, 0.38474470999972255, 0.38707681199957733, 0.386036210000384, 0.3890755669999635, 0.3874483279996639, 0.3867386500005523, 0.3867528829996445, 0.3942761899998004, 0.3873394679994817, 0.3865039890006301, 0.38592026500009524, 0.38529239099989354, 0.3839464880002197, 0.38344929999948363, 0.3843278910007939, 0.38552289699873654, 0.3849710579997918, 0.3884067960007087, 0.38559234800050035, 0.382638508999662, 0.3842300569995132, 0.3849325740011409, 0.3850003209990973, 0.38408608899953833, 0.3845393960000365, 0.3863039679999929, 0.38528079600109777, 0.3839803760001814, 0.38378647699937574, 0.38677427299990086, 0.38655922900034057, 0.38564417399902595, 0.3894149000007019, 0.3984357320005074, 0.38630358099908335, 0.39140122400021937, 0.38975451899932523, 0.3839964290000353, 0.38445740200040746, 0.38291964000018197, 0.38474492200111854, 0.3854094129983423, 0.3858308400012902, 0.38735171599910245, 0.38517100300123275, 0.38662274699890986, 0.38627902299958805, 0.3872977860009996, 0.3853585960005148, 0.3845875229999365, 0.3845030449992919, 0.3834045219991822, 0.3843324150002445, 0.3862884240006679, 0.387968032999197, 0.3890081770005054, 0.38796901000023354, 0.385094362000018, 0.38564307399974496, 0.3841697790012404, 0.384151201998975, 0.3834847620000801, 0.3827711060002912, 0.39150048900046386, 0.38351630899887823, 0.38543073300024844, 0.38502897800026403, 0.3828616310001962, 0.3848168900003657, 0.3839113760004693, 0.38466970099943865, 0.3832735699998011, 0.38363311600005545, 0.3876327149991994, 0.38314065000122355, 0.3865647570000874, 0.3857496809996519, 0.38663490699946124, 0.3846669570011727, 0.38569574399843987, 0.3881466620005085, 0.3865549940001074, 0.38639522300036333, 0.38430376299947966, 0.3850203300007706, 0.3878583059995435, 0.3860652269995626, 0.38661122899975453, 0.3862713070011523, 0.393568036999568, 0.38573926299977757, 0.38675034799962305, 0.38836085600087245, 0.3924761389989726, 0.38835498099979304, 0.3869557280013396, 0.3880441419987619, 0.3872332250011823, 0.3874136289996386, 0.3898226050005178, 0.3865722459995595, 0.38878297500014014, 0.3901809990002221, 0.3865459729986469, 0.3862917330006894, 0.3857959970009688, 0.3882076629997755, 0.386418980999224, 0.38475065900092886, 0.3856715570000233, 0.38650644900008047, 0.38942490499903215, 0.3865591600006155, 0.38572192799983895, 0.38740446500014514, 0.3933453819990973, 0.38571361800131854, 0.3887737629993353, 0.3889435359997151, 0.388754350000454, 0.3853705089986761, 0.3853336960000888, 0.38590859299984004, 0.38539826099986385, 0.3835175700005493, 0.38318041499951505, 0.38635645199974533, 0.3871124060005968, 0.38513771799989627, 0.38835011900118843, 0.3849388449998514, 0.38504622700020263, 0.3844816789987817, 0.38406135799959884, 0.3848424080006225, 0.3843923479998921, 0.3826056180005253, 0.3836594129988953, 0.38599958500162757, 0.38626808999833884, 0.3855021970011876, 0.3871148069993069, 0.3844179389998317, 0.3841356570010248, 0.3880374740001571, 0.3944226969997544, 0.38809306300026947, 0.3840034709992324, 0.3833793810008501, 0.3906674979989475, 0.3896282509995217, 0.38746596700002556, 0.3848108060010418, 0.38697480100017856, 0.38661981000041123, 0.3885789689993544, 0.388232244999017, 0.3878468809998594, 0.3883725890009373, 0.38882428299984895, 0.38629818799927307, 0.3857845080001425, 0.38665037999999186, 0.384337007000795, 0.3856744290005736, 0.3834158680001565, 0.38836571100000583, 0.39105113099867594, 0.3841775070013682, 0.3846753389989317, 0.39417306399991503, 0.3862344770004711, 0.3839309830000275, 0.3849914379989059, 0.38618679200044426, 0.38745151900002384, 0.3865604069997062, 0.38528091100124584, 0.3852055190000101, 0.38561544099866296, 0.3870366760002071, 0.38840760000130103, 0.3840276309983892, 0.38781256200127245, 0.38457752199974493, 0.38552269299907493, 0.3814154690007854, 0.3837428810002166, 0.3813487179995718, 0.3834007660007046, 0.38482048399964697, 0.3827850399993622, 0.3844679339999857, 0.3835387460003403, 0.38255074600056105, 0.38177704800000356, 0.3817007449997618, 0.38801555300051405, 0.385493673999008, 0.38269245700030297, 0.3889180589994794, 0.38407985900084896, 0.38302241299970774, 0.3844592650002596, 0.38933121300033235, 0.3855443459997332, 0.38384226400012267, 0.3843344259985315, 0.38776983700154233, 0.387994748998608, 0.3852643040008843, 0.38326617799975793, 0.3874778339995828, 0.3864694320000126, 0.38620411600095395, 0.3898463499990612, 0.38811550900027214, 0.38630164899950614, 0.38456397099980677, 0.38467084300100396, 0.3858806009993714, 0.38595735099988815, 0.38717426900075225, 0.3918328229992767, 0.38688850800099317, 0.38545398699898215, 0.39254144100050326, 0.386742888000299, 0.38617445300042164, 0.38649079199967673, 0.38498827799958235, 0.38635859500027436, 0.38541629499923147, 0.38543431800098915, 0.3865517929989437, 0.38707547500052897, 0.38586782600032166, 0.3855505659994378, 0.39017879600032757, 0.38970476900067297, 0.3907322459999705, 0.3896547409985942, 0.3877652600003785, 0.38849246599966136, 0.39090361800117535, 0.391293949998726, 0.3885744210001576, 0.38452829100060626, 0.38432160999946063, 0.3834900910005672, 0.3843104819989094, 0.38446997699975327, 0.38168783000037365, 0.38519785000062257, 0.3823137629988196, 0.3834147800007486, 0.39157264700043015, 0.38391377399966586, 0.38729497699932836, 0.3855207490014436, 0.387868850999439, 0.39026348299921665, 0.3884344010002678, 0.38511724099953426, 0.38753338400056236, 0.3869262059997709, 0.38765840100131754, 0.3868264669999917, 0.3868879809997452, 0.38425511499917775, 0.38551329099936993, 0.38643712300108746, 0.38672220799890056, 0.3883454540009552, 0.38494919299955654, 0.383462583000437, 0.3842109020006319, 0.38606538899875886, 0.3815657570012263, 0.38574581499960914, 0.38286806299947784, 0.3825793979995069, 0.39069111600110773, 0.3855357609991188, 0.38489132600079756, 0.38629466999918805, 0.38428067000131705, 0.38358014799996454, 0.38210858599995845, 0.38475311099864484, 0.38339341600112675, 0.3849280729991733, 0.386649109001155, 0.38513929799955804, 0.38550908700017317, 0.3838106749990402, 0.3841199830003461, 0.38466407300074934, 0.38302923099945474, 0.385470400999111, 0.3853244990004896, 0.3830439360008313, 0.3837460499998997, 0.38457250200008275, 0.383459677999781, 0.38759280199883506, 0.38617492299999867, 0.3829400490012631, 0.38918157199987036, 0.3868987250007194, 0.3836731880001025, 0.3806157629987865, 0.38808226800028933, 0.3820517479998671, 0.38195700899996154, 0.3812121860009938, 0.3862489459988865, 0.3844778060010867, 0.38164083599986043, 0.3837265709989879, 0.38344525800130214, 0.3844096839984559, 0.3823409480010014, 0.3815727139990486, 0.3843919690007169, 0.3833444629999576, 0.3839290060004714, 0.38316265499997826, 0.38358798300032504, 0.3848367859991413, 0.3843252469996514, 0.3834364820013434, 0.38223480499982543, 0.3823147709990735, 0.3830303600007028, 0.3833077729996148, 0.38638317799996, 0.3847058339997602, 0.39371593999931065, 0.38626813200062315, 0.3862983520011767, 0.38658335099898977, 0.3867761479996261, 0.3860709210002824, 0.38587277099941275, 0.3837494630006404, 0.38630191599986574, 0.3875267799994617, 0.38815842200165207, 0.3871738579982775, 0.38513053100177785, 0.38408359099958034, 0.3865408639994712, 0.3860718129999441, 0.386918426000193, 0.3847050690001197, 0.3866214569989097, 0.38459395000063523, 0.3867658470007882, 0.3869903399991017, 0.3851388479997695, 0.3914512960000138, 0.3886587779998081, 0.3861508080008207, 0.39382868699976825, 0.3844638720001967, 0.38339685299979465, 0.38395239599958586, 0.38475904500046454, 0.38509544500084303, 0.3822430849995726, 0.38658266799939156, 0.3869269989991153, 0.38531617100125004, 0.3836059249988466, 0.3836520990007557, 0.38287616500019794, 0.38345939700047893, 0.38198055299835687, 0.38397849400098494, 0.3816665029989963, 0.38113016100032837, 0.3808179600000585, 0.3817157880002924, 0.38410577300055593, 0.3846142239999608, 0.38229581599989615, 0.3831634159996611, 0.38173727899993537, 0.38352342100006354, 0.38344555699950433, 0.3838808520013117, 0.3941102709995903, 0.3882978479996382, 0.38938962899919716, 0.38637768600165145, 0.38668557699929806, 0.38561353200020676, 0.3831779499996628, 0.3848623140002019, 0.3842514919997484, 0.3824069750007766, 0.38241018199914834, 0.38494585400076176, 0.3837909199992282, 0.3844439839995175, 0.38329780000094615, 0.3843894059991726, 0.38436493200060795, 0.38449543999922753, 0.38592342199990526, 0.38407717700101784, 0.38545927199993457, 0.38515935000032187, 0.3829617689989391, 0.38670488900061173, 0.3878383600003872, 0.3837981109991233, 0.38910741899962886, 0.3870369970009051, 0.3918477820006956, 0.385669549999875, 0.38347485799931746, 0.38312900200071454, 0.3841423300000315, 0.3852875779994065, 0.3847214409997832, 0.3850663480006915, 0.38527781999982835, 0.44981107999956293, 0.38859078399946156, 0.3871848030012188, 0.3853338779990736, 0.3860420040000463, 0.38515418300085]",tokens/s,2.593549931769541,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mixtral,mistralai/Mixtral-8x22B-v0.1,mistralai/Mixtral-8x22B-v0.1,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,01-ai/Yi-6B,01-ai/Yi-6B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,12557.570048,,,,,s,1,159.4582673739999,159.4582673739999,0.0,159.4582673739999,159.4582673739999,159.4582673739999,159.4582673739999,[159.4582673739999],,kWh,0.0018557943042493074,0.001011478760771769,0,0.0028672730650210762,,MB,12691.12832,,,,,s,10,21.23755654699994,2.123755654699994,0.0022685810317787207,2.1238158214999885,2.1264590508999843,2.1272109014500074,2.127812381890026,"[2.1191704850000406, 2.1235948609999014, 2.1246195420001186, 2.1234056060000057, 2.1279627520000304, 2.1225727489998008, 2.1240367820000756, 2.1240998079999827, 2.1262919729999794, 2.121801989000005]",tokens/s,120.54117404394297,kWh,2.5209563162361077e-05,1.3740002436033021e-05,0.0,3.89495655983941e-05,tokens/kWh,6572602.186108976,MB,12693.1968,,,,,s,10,77.03106772699971,7.703106772699971,0.00915789903363023,7.703107364499942,7.713928807099933,7.7143710270499355,7.714724803009938,"[7.690677310999945, 7.698903750999989, 7.693896114999916, 7.689740642000061, 7.703104193999934, 7.709233423000114, 7.714813246999938, 7.713830535999932, 7.703110534999951, 7.713757972999929]",tokens/s,8.178518337987185,kWh,9.23914649290975e-05,5.0356952400060743e-05,0.0,0.00014274841732915826,tokens/kWh,441335.891344635,,s,630,77.02709902200036,0.1222652365428577,0.0012835128014107215,0.12198106600010306,0.12372605689984084,0.12529736500009675,0.1265753184699679,"[0.12875417399982325, 0.12157893100015826, 0.12171464199991533, 0.12233750099994722, 0.12157796500014229, 0.1255680049998773, 0.12200027500011856, 0.12165189600000303, 0.12209864199985532, 0.12203435500009618, 0.12155757300001824, 0.12051415999985693, 0.12065291800013256, 0.12086177399987719, 0.12062968400005047, 0.12028185000008307, 0.12248854099993878, 0.12134363499990286, 0.12190963700004431, 0.12158367300003192, 0.12158359599993673, 0.12289787899999283, 0.1216978720001407, 0.12147293599991826, 0.1218751119999979, 0.12131391499997335, 0.121292596000103, 0.12115981800002373, 0.12150865299986435, 0.1209659640001064, 0.12477058399986163, 0.12134962600021026, 0.12148353099996712, 0.12115101799986405, 0.12133459599999696, 0.12148499700015236, 0.12533948399982364, 0.12209273899998152, 0.12134475600009864, 0.12304320499993082, 0.12247718300000088, 0.12210673499998848, 0.12127341600012187, 0.12606420599990997, 0.12164137000013397, 0.1215785249999044, 0.12170626700003595, 0.12134785500006728, 0.12168144899987965, 0.12163596899995355, 0.12165697800014641, 0.1221581590000369, 0.12308024599997225, 0.12224254499983545, 0.1217791680001028, 0.12121073599996635, 0.12207676899993203, 0.1224289530000533, 0.12258386500002416, 0.12191333500004475, 0.1222666080000181, 0.12315368400004445, 0.12192564199995104, 0.126986794000004, 0.12197950000017954, 0.12371514500000558, 0.12058737600000313, 0.12096719199985273, 0.12168247299996438, 0.12095180799997252, 0.121515638000119, 0.12152098599995043, 0.12125970600004621, 0.12488497699996515, 0.12176875899990591, 0.12146782300010273, 0.12138886399998228, 0.12124774099993374, 0.12147324700003992, 0.12187538000011955, 0.12211851099982596, 0.12123742000017046, 0.12184235199993054, 0.12114672500001689, 0.12147227600007682, 0.12141472799999065, 0.12117696899986186, 0.12258615800010375, 0.12186883300000773, 0.12163332499994794, 0.12202963100003217, 0.12177381800006515, 0.12156519899986051, 0.1216813359999378, 0.12445339300006708, 0.12253790900012973, 0.12255790599988359, 0.12138537600003474, 0.12246803299990461, 0.12193343600006301, 0.1223418130000482, 0.12483210100003816, 0.12204982100001871, 0.12408280199997535, 0.1224604219999037, 0.1221873060001144, 0.12148619499998858, 0.12693196700001863, 0.12177425699997002, 0.12268735899988314, 0.1228139550000833, 0.12270816399995965, 0.12229763899995305, 0.12162073400008921, 0.1210810269999456, 0.12152183600005628, 0.12246160399990913, 0.12263873599999897, 0.12228179800013095, 0.12220763400000578, 0.1219286389998615, 0.1223855220000587, 0.12144796200004748, 0.12189181899998403, 0.12179600600006779, 0.12237026000002516, 0.12718599899994842, 0.12211171399985687, 0.12240531200018268, 0.12126126499993006, 0.123541275999969, 0.1216067729999395, 0.12210742199999913, 0.12087413700010075, 0.12174062600001889, 0.12100303099987286, 0.12083069200002683, 0.12075760200013974, 0.12131915099985235, 0.12084954800002379, 0.12065695900014362, 0.12070201299979999, 0.12130657600005179, 0.12378392000005078, 0.12133242400000199, 0.12121721800008345, 0.12055342899998323, 0.12083336899991082, 0.12097193800013883, 0.1210782329999347, 0.12207722399989507, 0.1211553380001078, 0.12112839999986136, 0.12112189399999806, 0.12117683100018439, 0.12069221000001562, 0.12220098799980406, 0.12153352200016343, 0.12226991699981227, 0.12543881500005227, 0.12123198300014337, 0.12144554699989385, 0.12170072899994011, 0.12195752800016635, 0.12141126999995322, 0.1256264740000006, 0.12280817400005617, 0.12176275100000566, 0.12180449799984672, 0.12120879899998727, 0.12174619899997197, 0.121333383000092, 0.13178498699994634, 0.12227885700008301, 0.12335018599992509, 0.12334383500001422, 0.12277442300000985, 0.12239536500010217, 0.12256682499992166, 0.12254073000008248, 0.12244140500001777, 0.12245057499990253, 0.12386973399998169, 0.12303354400000899, 0.1217522879999251, 0.12151474899997083, 0.12150048600005903, 0.12165781299995615, 0.12139389499998288, 0.12643569200008642, 0.12235090300009688, 0.1215608439999869, 0.12156580399982886, 0.12202071399997294, 0.12187416200004009, 0.12266555800010792, 0.1201961609999671, 0.12219170499997745, 0.1217649899999742, 0.12188377699999364, 0.12172036400011166, 0.12092092800003229, 0.12199146499983726, 0.12120772200000829, 0.12067011700014518, 0.12117546299987225, 0.12115303300015512, 0.12153172099988296, 0.12179387500009398, 0.12128454300000158, 0.12132655999994313, 0.1215319709999676, 0.12085116899993409, 0.12191340599997602, 0.12251452200007407, 0.12223710100010976, 0.12454707699998835, 0.12109718499982591, 0.12386328500019772, 0.12104463499986196, 0.12005927099994551, 0.12265661900005398, 0.1222537230000853, 0.12485833999994611, 0.12258500699999786, 0.12177354400000695, 0.1214039579999735, 0.12136876299996402, 0.12089391100016655, 0.12236578299985013, 0.12483998600009727, 0.12223433999997724, 0.12219888000004175, 0.12168338999981643, 0.12274245400021755, 0.12247722499978408, 0.1256214050001745, 0.12211076199992021, 0.12259982699993088, 0.12270574600006512, 0.12161692800009405, 0.12200514400001339, 0.12222536699982811, 0.12237542600018969, 0.12200819099984983, 0.12251540200009003, 0.12248511799998596, 0.12180804700005865, 0.12096208299999489, 0.1210415059999832, 0.12127873500003261, 0.12071685399996568, 0.12628989099994214, 0.12174363500002983, 0.12300580400005856, 0.12215293600002042, 0.12187176299994462, 0.12088707399993837, 0.12099961000012627, 0.12479954799982806, 0.12151933100017231, 0.12214061800000309, 0.12133109499995953, 0.12154859799989026, 0.12227625800005626, 0.12203758600003312, 0.12112126800002443, 0.12216852699998526, 0.12164352099989628, 0.1258591640000759, 0.12178143400001318, 0.12105730799999037, 0.12147151099998155, 0.12201994699989882, 0.12120168500018735, 0.1217127579998305, 0.12297203200000695, 0.12260859699995308, 0.12145496300013292, 0.12160121500005516, 0.12140449599996828, 0.1209979210000256, 0.12232740299987199, 0.12120672300011393, 0.12310155599993777, 0.12259189299993523, 0.12176184500003728, 0.12252209899997979, 0.1242376120001154, 0.12250341599997228, 0.12168938399986473, 0.1237426250002045, 0.12290281999980834, 0.12277643600009469, 0.12490931799993632, 0.12225496099995325, 0.12180296100018495, 0.12142808799990235, 0.12148312299996178, 0.1219984030001342, 0.12351914199985004, 0.12493967600016731, 0.12269736700000067, 0.12371815699998479, 0.12212575199987441, 0.12186876600003416, 0.1210543750000852, 0.12144600499982516, 0.12260990700019647, 0.12258434999989731, 0.12162238099995193, 0.12134596500004591, 0.1217106070000682, 0.1219419049998578, 0.12061874500000158, 0.12613695100003497, 0.12376732300003823, 0.12207983899997998, 0.12140629900000022, 0.12182433299994955, 0.12167282400014301, 0.1214178410000386, 0.12109789299984186, 0.12093001900007039, 0.12330842999995184, 0.12191399800008185, 0.12178021799991257, 0.12200090300007105, 0.12161041300009856, 0.12122043499994106, 0.12080612399995516, 0.12187627499997689, 0.12229782800000066, 0.12199553499999638, 0.12190914000007069, 0.12250229899996157, 0.1251317870001003, 0.12313738299985744, 0.1227291980001155, 0.12267389199996614, 0.12229047899995749, 0.12147626299997683, 0.12358058299992081, 0.12183205700011968, 0.12141341400001693, 0.12158916499993211, 0.12221372599992719, 0.12212521400010701, 0.12191861799988146, 0.12213964800002941, 0.12179482100009409, 0.1222130549999747, 0.12524430200005554, 0.1220044209999287, 0.12145319299997936, 0.12238270100010595, 0.12186233900001753, 0.12141085099983684, 0.1252668070001164, 0.1225403070000084, 0.1223566999999548, 0.12181916800000181, 0.12201425500006735, 0.12189277199991011, 0.12257689700004448, 0.1266323489999195, 0.122271567000098, 0.12233517000004213, 0.12252604199989037, 0.12287930200000119, 0.12112787000000935, 0.12208750000013424, 0.12134701699983452, 0.12251812199997403, 0.12242998100009572, 0.1225022240000726, 0.12310871899990161, 0.12243114000011701, 0.12616922899997007, 0.12311044300008689, 0.1253223670000807, 0.12250478399982967, 0.12245461900010923, 0.12258451100001366, 0.12171187099988856, 0.12157195600002524, 0.12228325099999893, 0.12212083200006418, 0.12285145400005604, 0.12355428000000757, 0.12607675599997492, 0.12280240199993386, 0.12249474400005056, 0.12199993900003392, 0.1220801979998214, 0.12234845800003313, 0.1207083839999541, 0.12124169900016568, 0.12127153699998416, 0.12182954800005064, 0.12157391699997788, 0.12124970399986523, 0.12153375699995195, 0.12187988499999847, 0.12241389200016783, 0.12194415199996911, 0.12201457700007268, 0.12240168599987555, 0.12163027399992643, 0.12220421300003181, 0.12220279999996819, 0.12282366300019021, 0.12236391999999796, 0.12183542200000375, 0.12182647199983876, 0.1218169129999751, 0.12534188300014648, 0.122140219999892, 0.1219878570000219, 0.12304016899997805, 0.12155155999994349, 0.12179069400008302, 0.12230364199990618, 0.12468161600008898, 0.12191790900010346, 0.12128530999984832, 0.12183732900007271, 0.1217856700000084, 0.12198737700009588, 0.12592040199979238, 0.12190605700016022, 0.12215142800005196, 0.12228597699981947, 0.12224693699999989, 0.12243487000000641, 0.12266058700015492, 0.12224697699980425, 0.1216447290000815, 0.12237246199993024, 0.12276808000001438, 0.12332532900018123, 0.12642297499996857, 0.12323524900011762, 0.1218947349998416, 0.12188021199995092, 0.12237139000012576, 0.12110799800007044, 0.12111940799991316, 0.12230721700007052, 0.1214317530000244, 0.12134748999983458, 0.12142412699995475, 0.12186965700016117, 0.1258992359998956, 0.12262078799994924, 0.1224058050001986, 0.12282291799988343, 0.1221364689999973, 0.12513974300009068, 0.12168468100003338, 0.12080699099988124, 0.12163059099998463, 0.12151268200000231, 0.12118680599996878, 0.12197428500007845, 0.12173941500009278, 0.1217684029998054, 0.12186606299997038, 0.12175650000017413, 0.12154741699987426, 0.12102321300017138, 0.12181766799994875, 0.1230488809999315, 0.12268547999997281, 0.12221042100009072, 0.12138257399988106, 0.12207728600014889, 0.12168543299981138, 0.12184319100015273, 0.12201651500004118, 0.12206353599981412, 0.1256534270000884, 0.12273081600005753, 0.12377752799989139, 0.12169753100010894, 0.12383764800006247, 0.12201612799981376, 0.12490194800011523, 0.12173600899996018, 0.12225558199997977, 0.12169333099996038, 0.1220213930000682, 0.12085608200004572, 0.12093766499992853, 0.12558197199996357, 0.12236347900011424, 0.12237641599995186, 0.12357630900010008, 0.12286563699990438, 0.12310762600009184, 0.1232571419998294, 0.12303268799996658, 0.12317446300016854, 0.12322295299986763, 0.1261941850000312, 0.12284855799998695, 0.12234264099993197, 0.12193993800019598, 0.12126262099991436, 0.12220917700005884, 0.12203885700000683, 0.12175731599995743, 0.12543818399990414, 0.12173676600014005, 0.12120279900000241, 0.12164576199984367, 0.12160244699998657, 0.12119668600007572, 0.12346621000006053, 0.12118974400004845, 0.12211388099990472, 0.12152328000001944, 0.12101317499991637, 0.1213373739999497, 0.1218409950001842, 0.12209757400000854, 0.12178766499982885, 0.12144802200009508, 0.12225677500009624, 0.12372421599980044, 0.12249041000018224, 0.12204143999997541, 0.12172773699990103, 0.12198263200002657, 0.12193579600011617, 0.12257276299988007, 0.1221006190000935, 0.12199974299983296, 0.12105681000002733, 0.12103521900007763, 0.12086997500000507, 0.12105633600003785, 0.12199537499986945, 0.12153684200006865, 0.12246299999992516, 0.12563964100013436, 0.12199244499993256, 0.12187633600001391, 0.12159828299991204, 0.12158276000013757, 0.12215864099994178, 0.12468205000004673, 0.12263108199999806, 0.1224227959999098, 0.12184908400013228, 0.12137518600002295, 0.12139061499988202, 0.12399106599991683, 0.1258948730001066, 0.12297541899988573, 0.12336293100020157, 0.12250917999995181, 0.1219410290000269, 0.12175492599999416, 0.12221976199998608, 0.122247077999873, 0.12251454400006878, 0.12607178600001134, 0.12678980300006515, 0.12236674999985553, 0.1219871210000747, 0.12150733799990121, 0.12353222100000494, 0.12143530599996666, 0.12135643500005244, 0.12145721000001686, 0.12130345100013074, 0.12177377299985892, 0.12143783100009387, 0.12230692599996473, 0.12141599400001724, 0.12207778599986341, 0.12430583500008652, 0.12294406999990315, 0.12236964600015199, 0.12206836299992574, 0.12297187500007567, 0.12179970600004708, 0.12141738699983762, 0.12131400600014786, 0.1214334459998554, 0.12151925900002425, 0.1214962149999792, 0.12224890900006358, 0.1214687970000341, 0.12178622500005076, 0.12127590000000055, 0.12126097599980312, 0.12136395800007449, 0.12221011399992676, 0.12199903100008669, 0.12178346099994997, 0.12216899600002762, 0.1208171719999882, 0.12180792699996346, 0.12154793200011227, 0.12184690799995224, 0.12266639199992824, 0.12225477000015417, 0.1256369079999331, 0.1233514150001156, 0.12146204699979535, 0.12347008500000811, 0.12149024000018471, 0.12136444899988419, 0.12276202700013528, 0.12509118899993155, 0.12279921899994406, 0.12265582600002745, 0.12234120199991594, 0.12245713900006194, 0.12212797300003331, 0.12519934400006605, 0.12377336499980629, 0.12336971700005961, 0.12237376000007316, 0.12357885799997348, 0.12325044599992907, 0.12310103900017566, 0.12275666400000773]",tokens/s,8.178939723798509,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mistral,TencentARC/Mistral_Pro_8B_v0.1,TencentARC/Mistral_Pro_8B_v0.1,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-160m,EleutherAI/pythia-160m,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-6.7b,EleutherAI/pythia-6.7b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-13b,facebook/opt-13b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-6.7b,facebook/opt-6.7b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,microsoft/rho-math-1b-v0.1,microsoft/rho-math-1b-v0.1,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-2.7b,EleutherAI/pythia-2.7b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen2-beta-72B,Qwen/Qwen2-beta-72B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-0.5B,Qwen/Qwen1.5-0.5B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-1.8B,Qwen/Qwen1.5-1.8B,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-70m,EleutherAI/pythia-70m,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gemma,google/gemma-2b,google/gemma-2b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-40b,tiiuae/falcon-40b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gemma,google/gemma-7b,google/gemma-7b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-125m,facebook/opt-125m,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,dbrx,databricks/dbrx-base,databricks/dbrx-base,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-350m,facebook/opt-350m,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stablelm,stabilityai/stablelm-2-12b,stabilityai/stablelm-2-12b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/polyglot-ko-12.8b,EleutherAI/polyglot-ko-12.8b,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,26443.444224,,,,,s,1,343.4406224300001,343.4406224300001,0.0,343.4406224300001,343.4406224300001,343.4406224300001,343.4406224300001,[343.4406224300001],,kWh,0.004025834496595154,0.002194235067964598,0,0.006220069564559751,,MB,27029.635072,,,,,s,10,52.545885653997175,5.254588565399717,0.027214790918792683,5.245498697499897,5.291219542299041,5.296468429149809,5.300667538630424,"[5.287810730998899, 5.29005312299887, 5.301717316000577, 5.23358214199834, 5.246001210000031, 5.2449961849997635, 5.252018995999606, 5.214627650999319, 5.241539989001467, 5.233538311000302]",tokens/s,48.71932346629427,kWh,6.18483372119455e-05,3.370955849231064e-05,0.0,9.555789570425613e-05,tokens/kWh,2679004.1588221975,MB,27315.523584,,,,,s,10,154.1906504000017,15.419065040000168,0.02598257050286012,15.425787104501069,15.442859348400635,15.445646375700472,15.447875997540342,"[15.44224000900067, 15.386857954999869, 15.359620732999247, 15.418326000000889, 15.421564310001486, 15.41115854599957, 15.430009899000652, 15.435042275999876, 15.43739726899912, 15.448433403000308]",tokens/s,4.0858508500071355,kWh,0.00018207202596909623,9.923635314155241e-05,0.0,0.0002813083791106486,tokens/kWh,223953.51393077365,,s,630,154.18399370800034,0.2447364979492069,0.001737825514447247,0.24436262899962458,0.24632328780007812,0.2476933319994714,0.25188112624025966,"[0.25071596300040255, 0.24460853500022495, 0.24387786599982064, 0.2435396529999707, 0.2444697940009064, 0.24315377899984014, 0.24469834199953766, 0.24523328599934757, 0.24272527100038133, 0.2427303420008684, 0.24339725699974224, 0.24425190100009786, 0.2438228219998564, 0.2475436839995382, 0.24430920499980857, 0.24467291600012686, 0.24561677500059886, 0.2438907849991665, 0.24345187000108126, 0.2452598299987585, 0.24466122000012547, 0.24416580800061638, 0.24374576099944534, 0.2443429750001087, 0.24357516400050372, 0.2443916239990358, 0.24782950900043943, 0.24377043499953288, 0.24428636300035578, 0.24485899800129118, 0.24310640699877695, 0.24450407199947222, 0.24547966600039217, 0.2446249690001423, 0.24342064400116215, 0.24461225300001388, 0.2530571349998354, 0.24725913399925048, 0.24588067500008037, 0.24400738700023794, 0.24514517199895636, 0.2440914770013478, 0.245582444998945, 0.24681710500044574, 0.2442225850008981, 0.24693736999870453, 0.24486071200044535, 0.24568194300081814, 0.2456738820001192, 0.24469825999949535, 0.24709048600016104, 0.24569614099891623, 0.24562285499996506, 0.24395128099968133, 0.24428373000046122, 0.24613765700087242, 0.24764751699876797, 0.24529979700128024, 0.24478219199954765, 0.2458340089997364, 0.24595689099987794, 0.24609719299951394, 0.2460600880003767, 0.2473415410004236, 0.24427672700039693, 0.24467379300040193, 0.24395336699853942, 0.2433603050012607, 0.2452077329999156, 0.24202018899995892, 0.2435096400004113, 0.24401511199903325, 0.24387901100089948, 0.2446679579988995, 0.24450156900093134, 0.24334933099999034, 0.24416179299987562, 0.24224523399971076, 0.24375101099940366, 0.24435455100137915, 0.2443136339988996, 0.2455887520009128, 0.2424771559999499, 0.24339494499872671, 0.2435791710013291, 0.24369561299863562, 0.24797657800081652, 0.24451516199951584, 0.243822538999666, 0.2439637280003808, 0.24327307400017162, 0.2427553090001311, 0.2441536949991132, 0.24411576200145646, 0.24393442899963702, 0.2436287420005101, 0.25088132199925894, 0.24487370499991812, 0.24401190400021733, 0.2445610199993098, 0.24453001000074437, 0.24570080999910715, 0.2429357600012736, 0.24364545499884116, 0.24334905500109016, 0.24392158199952974, 0.2433372949999466, 0.24473394500091672, 0.2442300319999049, 0.24335274799886975, 0.24342922499999986, 0.24313373699988006, 0.24315507400024217, 0.24686506599937275, 0.24314494300051592, 0.24411818500084337, 0.2451192019998416, 0.2433805439995922, 0.24369149199992535, 0.24451740400036215, 0.24431246299900522, 0.2444414900000993, 0.24497567000071285, 0.2438786849997996, 0.2460892609997245, 0.24334408399954555, 0.24835894299940264, 0.24325603299985232, 0.24073304699959408, 0.24423896500047704, 0.2419568799996341, 0.24299864699969476, 0.24179966500014416, 0.24074591700082237, 0.24214213199957157, 0.24241438299941365, 0.24339345900079934, 0.24166538400095305, 0.24324713299938594, 0.24334071100020083, 0.2431625469998835, 0.24453947999973025, 0.24434705900057452, 0.24307837199921778, 0.24296872800005076, 0.24173162899933232, 0.24210341800062452, 0.2456818030004797, 0.24203718900025706, 0.24454128700017463, 0.24303166599929682, 0.24403880099998787, 0.24328285599949595, 0.24382443499962392, 0.24258423800165474, 0.24286415299866349, 0.24293299700002535, 0.2512607680000656, 0.24362090999966313, 0.24377678200107766, 0.24448105999908876, 0.24373598400052288, 0.2440587979999691, 0.24433685099938884, 0.24514192300011928, 0.24481719300092664, 0.24384434499916097, 0.2439373630004411, 0.24377601599917398, 0.2442342970007303, 0.24505546600084926, 0.24357666600008088, 0.24355537299925345, 0.24407397600043623, 0.2436768129991833, 0.24380646700046782, 0.245125941999504, 0.24313782900026126, 0.24416855799972836, 0.24328287200114573, 0.2446524649985804, 0.24496765500043693, 0.24319408200062753, 0.24421723599880352, 0.24405851300070935, 0.24388664599973708, 0.24456116399960592, 0.24524183399989852, 0.24667019300068205, 0.24972717800119426, 0.24418635099937092, 0.24220429500019236, 0.24514579199967557, 0.2436798060007277, 0.2462104909991467, 0.24169611700017413, 0.24326476900023408, 0.24387137700068706, 0.244950976999462, 0.24332830399907834, 0.244225220001681, 0.24461413899916806, 0.24263735299973632, 0.2421379440002056, 0.2426775700005237, 0.2429197210003622, 0.24302550699940184, 0.24194711999916763, 0.24571618899972236, 0.24266522700054338, 0.24404660999971384, 0.24366243700023915, 0.24473935700007132, 0.24370558400005393, 0.24407652400077495, 0.2437425030002487, 0.24438793099943723, 0.2507277749991772, 0.24523068400048942, 0.24393161499938287, 0.24277440600053524, 0.24551510700075596, 0.24360845099909056, 0.24702913200053445, 0.24505149700053153, 0.24402124699918204, 0.24527658999977575, 0.24501696399966022, 0.24619047499982116, 0.24560755300080928, 0.24404370699994615, 0.24434221900082775, 0.2458368409988907, 0.24821526699997776, 0.2457225699999981, 0.24392644200088398, 0.2457893699993292, 0.24538403500082495, 0.2444511510002485, 0.24421628699928988, 0.24388623400045617, 0.246118311999453, 0.2444101649998629, 0.24588604000018677, 0.24539162700057204, 0.24649261999911687, 0.24559368700101913, 0.24543749999975262, 0.2455572819999361, 0.24722861999907764, 0.24567824600126187, 0.24481734899927687, 0.25006521199975396, 0.2446770100013964, 0.2442574919987237, 0.24405852000018058, 0.24492878500132065, 0.24395344399999885, 0.24449564899987308, 0.24420617099895026, 0.2439266380006302, 0.24363332800021453, 0.24482582800010277, 0.24377384400031588, 0.24428823799826205, 0.2431209520000266, 0.24422979400151235, 0.24236927399942942, 0.24574595800004317, 0.2433530239995889, 0.2450525269996433, 0.24368424600106664, 0.24415593899902888, 0.2438284729996667, 0.24424616600117588, 0.2438186899998982, 0.24360139000054915, 0.2511347069994372, 0.24474824699973396, 0.24452329199993983, 0.2443309499994939, 0.24591696800052887, 0.2435979519996181, 0.2435086349996709, 0.24490037900068273, 0.24531102400032978, 0.24466185699930065, 0.24402266099968983, 0.24462422500073444, 0.24521955199998047, 0.24398839400055294, 0.24618335199920693, 0.2458142850009608, 0.2459092729986878, 0.24389865200100758, 0.2465223019989935, 0.2454962740011979, 0.24578866199954064, 0.24455403100000694, 0.2436588059990754, 0.2432996470015496, 0.24475936299859313, 0.24664647100144066, 0.24348965599892836, 0.24437598199983768, 0.2455475810002099, 0.24462041900005715, 0.24364283900104056, 0.2450624949997291, 0.24679240299883531, 0.24461763900035294, 0.2452722910002194, 0.24477689800005464, 0.24537244999919494, 0.24605298100141226, 0.249254356000165, 0.24403794599857065, 0.24479296800018346, 0.24305074699987017, 0.24217457600025227, 0.24518382200039923, 0.24563954199948057, 0.243826246000026, 0.24375030300143408, 0.2431784129985317, 0.24389268699997046, 0.24490797799990105, 0.2432132450012432, 0.2429067409993877, 0.24632251000002725, 0.24691434200030926, 0.2442576329995063, 0.24457717199948092, 0.24381389300106093, 0.24190263200034678, 0.24405538599967258, 0.24361007799961953, 0.2425697479993687, 0.2521345120003389, 0.24463487200046075, 0.24337200300033146, 0.2440478649987199, 0.24593190900122863, 0.24323519599965948, 0.24438059299973247, 0.24346648800019466, 0.24474040399945807, 0.24420343800011324, 0.24428844500107516, 0.24412342499999795, 0.2439068519997818, 0.24370996499965258, 0.24419013599981554, 0.24625479300084407, 0.2443807689996902, 0.2459026710002945, 0.24385531799998716, 0.2468053359989426, 0.24482533900118142, 0.24591941499966197, 0.24344804499924066, 0.24458494800092012, 0.2449527680000756, 0.24475760599852947, 0.2438634780010034, 0.2443524520003848, 0.24534038599995256, 0.24529750699912256, 0.244236249000096, 0.24492289000045275, 0.24682070900053077, 0.24436194999907457, 0.24531012899933557, 0.24413896600162843, 0.24577584500002558, 0.24404239099931146, 0.24357686700022896, 0.24458385599973553, 0.24933982000038668, 0.24373872700016364, 0.2438217020007869, 0.24362040199957846, 0.24373092799942242, 0.24518413999976474, 0.24513515000035113, 0.2449876819991914, 0.24345212700063712, 0.24329168000076606, 0.24360400600016874, 0.24499665899929823, 0.2437475650003762, 0.24367192899990187, 0.24223936199996388, 0.24298734299918578, 0.2420328790012718, 0.24309319199892343, 0.24410970200005977, 0.24403680199975497, 0.2512551110012282, 0.24359843599995656, 0.24284921799880976, 0.24418916099966737, 0.24452091600142012, 0.24385831399922608, 0.2528854659994977, 0.2456003770003008, 0.24522738800078514, 0.2440229019994149, 0.24397261600097409, 0.24439316899952246, 0.24653910199958773, 0.24579928999992262, 0.24530248200062488, 0.24436330800017458, 0.24394229799872846, 0.2437908370011428, 0.24367811400043138, 0.24446852799883345, 0.2440105420009786, 0.24365086799843994, 0.24264719500024512, 0.24317133500153432, 0.246317586999794, 0.246013160000075, 0.2452001769997878, 0.24541259099896706, 0.24371918500037282, 0.2433504679993348, 0.24416993000158982, 0.24461818499912624, 0.24773081700004695, 0.2456499170002644, 0.24624021599993284, 0.24395864100006293, 0.24620697799946356, 0.24573912400046538, 0.2443665789996885, 0.2460373249996337, 0.24611870999979146, 0.25389076700048463, 0.24593441900105972, 0.2509336359998997, 0.24606215099993278, 0.24571256499984884, 0.2458109350009181, 0.24509002400009194, 0.24501445699934266, 0.24351291299899458, 0.2446320779999951, 0.24314526300076977, 0.24610361399936664, 0.2444843880002736, 0.24401451800076757, 0.24621961999946507, 0.2455029819993797, 0.24412544400001934, 0.24413757100046496, 0.24388614999952551, 0.24985372700029984, 0.2463302880005358, 0.24315645999922708, 0.24409934200048156, 0.24416331500106025, 0.24412001899872848, 0.24642177500027174, 0.24440153099931194, 0.24334924300092098, 0.24391933200058702, 0.24362012499841512, 0.24353788900043583, 0.24391696000020602, 0.24408833699999377, 0.24360856800012698, 0.24340845600090688, 0.24586581499897875, 0.24451046400099585, 0.24492094299966993, 0.24399170600008802, 0.2445125049998751, 0.2452774949997547, 0.24496715299937932, 0.24374709900075686, 0.24398840499998187, 0.24505540499922063, 0.24524301100063894, 0.24258991299939225, 0.2453458310010319, 0.24451945500004513, 0.24531303999901866, 0.24432488800084684, 0.24360894900019048, 0.24880836599913891, 0.24581714200030547, 0.2437854799991328, 0.24559724500068114, 0.24514323500079627, 0.24514133899901935, 0.24372872300045856, 0.24402428599933046, 0.25292332600110967, 0.24513781599853246, 0.24588365600175166, 0.2449599039991881, 0.24524909399951866, 0.2496365129991318, 0.24445549799929722, 0.24412773800031573, 0.24535716799982765, 0.24355203500090283, 0.24474703499981842, 0.2466391800007841, 0.24538508799923875, 0.24326872399979038, 0.24416754999947443, 0.24371948500083818, 0.24562571400019806, 0.2425110610001866, 0.24461238799995044, 0.24650501599899144, 0.25062422399969364, 0.24452382900017255, 0.2438598680000723, 0.2446736600013537, 0.24363483299930522, 0.2442087180006638, 0.24377983499834954, 0.2441230340009497, 0.24366272099905473, 0.24361029400097323, 0.2439737549993879, 0.24345469900072203, 0.24370506800005387, 0.24358082899925648, 0.24377375900076004, 0.24424214300051972, 0.24442523499965318, 0.24373072999878787, 0.24399229300070147, 0.2444223790007527, 0.24502708399995754, 0.24450833999981114, 0.243767358999321, 0.24597830799939402, 0.2461877790010476, 0.24421218299903558, 0.24518021600124484, 0.24419717999990098, 0.2443771039997955, 0.24537402100031613, 0.244296086999384, 0.24480532500092522, 0.24808905999998387, 0.24504778499976965, 0.24402350199852663, 0.24688340100146888, 0.2462882849995367, 0.24552424300054554, 0.24649081699863018, 0.2453285470000992, 0.2523264530009328, 0.2455593790000421, 0.24417128700042667, 0.24446734699995432, 0.24716178999915428, 0.24588978300016606, 0.2443649529996037, 0.24679432199991425, 0.2495606120010052, 0.24512746999971569, 0.24380862900034117, 0.24446265699953074, 0.24531325600037235, 0.2443019339989405, 0.24317928399977973, 0.24299961200085818, 0.24399200799962273, 0.2437598850010545, 0.24422296599914262, 0.24376477999976487, 0.2505944710010226, 0.24383725000006962, 0.24248821799847065, 0.24418712700025935, 0.24515642100050172, 0.24639035899963346, 0.24788994000118691, 0.24543411999911768, 0.24470355400080734, 0.24472881399924518, 0.24425680400054262, 0.2447002139997494, 0.2458327320000535, 0.24613650100036466, 0.24393102399881172, 0.24549308600035147, 0.24520905600002152, 0.24540863900074328, 0.24359211899900401, 0.24397108300036052, 0.24433574400063662, 0.24481935699986934, 0.2449917119993188, 0.24544538100053614, 0.24490870599947812, 0.24415233000036096, 0.24366135799937183, 0.24649740800123254, 0.24415799300004437, 0.24531155799923, 0.24438863800060062, 0.24351497299903713, 0.24462992600092548, 0.25086710499999754, 0.24490362599863147, 0.24431211800038, 0.24709415300094406, 0.24424444400028733, 0.24393776999932015, 0.24440507399958733, 0.24581870499969227, 0.2527629810010694, 0.2450037339986011, 0.24581874100113055, 0.2468965019997995, 0.24604174100022647, 0.24584000499999092, 0.24515967499974067, 0.2445109380005306, 0.24557091699898592, 0.24546024099981878]",tokens/s,4.086027251266552,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt2,openai-community/gpt2,openai-community/gpt2,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,codegen,Salesforce/codegen-6B-nl,Salesforce/codegen-6B-nl,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-eager-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-410m,EleutherAI/pythia-410m,cpu,,42,,,True,True,,bfloat16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen,Qwen/Qwen-7B,Qwen/Qwen-7B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-66b,facebook/opt-66b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,stabilityai/stablelm-base-alpha-7b,stabilityai/stablelm-base-alpha-7b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-2.7B,EleutherAI/gpt-neo-2.7B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 564, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: GPTNeoForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-7b,tiiuae/falcon-7b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Llama-2-7b-hf,meta-llama/Llama-2-7b-hf,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-rw-1b,tiiuae/falcon-rw-1b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-4B,Qwen/Qwen1.5-4B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,internlm2,internlm/internlm2-20b,internlm/internlm2-20b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,deci,Deci/DeciLM-7B,Deci/DeciLM-7B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 559, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: DeciLMForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stablelm,stabilityai/stablelm-3b-4e1t,stabilityai/stablelm-3b-4e1t,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-13b,huggyllama/llama-13b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-2.7b,facebook/opt-2.7b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,phi,microsoft/phi-1_5,microsoft/phi-1_5,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,recurrent_gemma,google/recurrentgemma-2b,google/recurrentgemma-2b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gptj,EleutherAI/gpt-j-6b,EleutherAI/gpt-j-6b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 564, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: GPTJForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stablelm,stabilityai/stablelm-2-1_6b,stabilityai/stablelm-2-1_6b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,togethercomputer/RedPajama-INCITE-Base-3B-v1,togethercomputer/RedPajama-INCITE-Base-3B-v1,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Meta-Llama-3-8B,meta-llama/Meta-Llama-3-8B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen2-beta-14B,Qwen/Qwen2-beta-14B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-32B,Qwen/Qwen1.5-32B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-125m,EleutherAI/gpt-neo-125m,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 564, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: GPTNeoForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,xglm,facebook/xglm-564M,facebook/xglm-564M,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen,Qwen/Qwen-14B,Qwen/Qwen-14B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-7b,huggyllama/llama-7b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-180B,tiiuae/falcon-180B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-1.3B,EleutherAI/gpt-neo-1.3B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 564, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: GPTNeoForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mistral,mistralai/Mistral-7B-v0.1,mistralai/Mistral-7B-v0.1,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mixtral,mistralai/Mixtral-8x7B-v0.1,mistralai/Mixtral-8x7B-v0.1,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen,Qwen/Qwen-72B,Qwen/Qwen-72B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-30b,facebook/opt-30b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2_moe,Qwen/Qwen1.5-MoE-A2.7B,Qwen/Qwen1.5-MoE-A2.7B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-1.3b,EleutherAI/pythia-1.3b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,3369.00096,,,,,s,1,42.199468142000114,42.199468142000114,0.0,42.199468142000114,42.199468142000114,42.199468142000114,42.199468142000114,[42.199468142000114],,kWh,0.0004659756281805636,0.0002539734241007025,0,0.000719949052281266,,MB,3537.330176,,,,,s,10,5.905405431989493,0.5905405431989493,0.005846411631674593,0.5886271254985331,0.5978755790991273,0.6016178605490495,0.6046116857089874,"[0.5882239989987283, 0.6053601419989718, 0.5885392359996331, 0.5869520489977731, 0.58642155599955, 0.5970439609991445, 0.5887150149974332, 0.5890699740011769, 0.5904698300000746, 0.5846096699970076]",tokens/s,433.5011422132879,kWh,7.0096852131958565e-06,3.820444474653746e-06,0.0,1.0830129687849603e-05,tokens/kWh,23637759.415495105,MB,3587.096576,,,,,s,10,22.85821965600917,2.285821965600917,0.002662617435861793,2.2860930030001327,2.2881801423005528,2.289348739651177,2.290283617531677,"[2.287920454000414, 2.2877805460011587, 2.2853735759999836, 2.280540833999112, 2.290517337001802, 2.283777873002691, 2.283947481002542, 2.2871602369996253, 2.286812430000282, 2.2843888880015584]",tokens/s,27.56120159315995,kWh,2.6813921014793832e-05,1.4614565796565797e-05,0.0,4.1428486811359626e-05,tokens/kWh,1520692.7611636904,,s,630,22.85267133301022,0.036274081480968605,0.0005161284417967857,0.03619642649937305,0.03668761490225734,0.0369354201007809,0.03825840810070076,"[0.03780010099944775, 0.03638841900101397, 0.03619115000037709, 0.035952624999481486, 0.0357342030001746, 0.035662063000927446, 0.036235761999705574, 0.03562037399751716, 0.035986773000331596, 0.03630523700121557, 0.03610866300005, 0.03575964199990267, 0.0360587579998537, 0.03561575400090078, 0.03580747399973916, 0.03657620199737721, 0.03556394800034468, 0.03578897700208472, 0.03605897099987487, 0.03628043999924557, 0.0362613200013584, 0.03646311599732144, 0.03603246900092927, 0.036260077002225444, 0.03594520599654061, 0.03634904100181302, 0.035976809998828685, 0.03655754099963815, 0.037026777001301525, 0.03697844500129577, 0.035989429998153355, 0.03662343199903262, 0.03643719000319834, 0.03605427899674396, 0.03597004600305809, 0.03615839899794082, 0.0360750250001729, 0.03630480699939653, 0.0359972629994445, 0.03630149000309757, 0.036184460997901624, 0.036473768999712775, 0.036449464001634624, 0.03656417399906786, 0.03643517700038501, 0.036098903001402505, 0.03617721099726623, 0.036780860002181726, 0.03660677500010934, 0.03692498300006264, 0.036368523997225566, 0.03684419800265459, 0.03613609799867845, 0.037086518001160584, 0.03648524099844508, 0.03663332300129696, 0.03683595699840225, 0.03640886200082605, 0.03622163800173439, 0.03657824199763127, 0.03664731900062179, 0.036721876000228804, 0.03639825500067673, 0.038259803000983084, 0.03607180100152618, 0.03605014300046605, 0.03619478499967954, 0.03625740699862945, 0.03597766999882879, 0.0359190760027559, 0.036072526996576926, 0.03630335400157492, 0.03615873799935798, 0.035832568999467185, 0.03598937500282773, 0.035844520996761275, 0.03580084100030945, 0.036114020000241, 0.03593460100091761, 0.03590496700053336, 0.036425546000828035, 0.03604762299801223, 0.035757093002757756, 0.03605194299962022, 0.0360377939978207, 0.037086303000251064, 0.03615727199940011, 0.037188256999797886, 0.03588569900239236, 0.036295126999903005, 0.03693940800076234, 0.03621003799707978, 0.03606493500046781, 0.03625431100226706, 0.036280565000197385, 0.0363665229997423, 0.03643702199769905, 0.03611000399905606, 0.03601710800285218, 0.036408157000551, 0.036803817998588784, 0.03645879000032437, 0.03675603200099431, 0.03606067699729465, 0.03633738400094444, 0.03630424700168078, 0.036080565998418024, 0.03641881699877558, 0.03621954800109961, 0.03607848300089245, 0.03646858099818928, 0.036344022999401204, 0.03628182400279911, 0.03615855200041551, 0.03630369799793698, 0.03646951100017759, 0.036297342001489596, 0.036736747999384534, 0.036399614000401925, 0.03654139599893824, 0.0362061990017537, 0.036576552000042284, 0.03672204999747919, 0.036848526000540005, 0.03596593900147127, 0.03673026300020865, 0.03830122699946514, 0.036223276001692284, 0.03608235299907392, 0.035910311999032274, 0.035846606002451153, 0.03571449599985499, 0.03597833299863851, 0.03577134700026363, 0.03615673899912508, 0.03642953199960175, 0.03583914699993329, 0.037900736002484336, 0.03563004899842781, 0.036346433000289835, 0.03619293199881213, 0.035881823001545854, 0.03628294800000731, 0.036080704998312285, 0.03603181300059077, 0.03616505800164305, 0.03571957399981329, 0.036048093999852426, 0.03615448499840568, 0.03600233600081992, 0.03620386300099199, 0.03596390600068844, 0.036412725999980466, 0.036123812998994254, 0.036637405999499606, 0.03649268099979963, 0.03587627199885901, 0.03610334300174145, 0.036004445999424206, 0.03645152399985818, 0.036819770000874996, 0.036609913000575034, 0.03640196899868897, 0.036448610000661574, 0.03604646899839281, 0.03640293100033887, 0.03636567200010177, 0.03614827899946249, 0.036406150000402704, 0.03647395599909942, 0.036499296002148185, 0.03601775000061025, 0.036252680998586584, 0.03656022400173242, 0.036327032998087816, 0.036504267001873814, 0.03622057800021139, 0.03638109299936332, 0.036217182998370845, 0.03631578299973626, 0.03593196099973284, 0.036272921999625396, 0.03590761000305065, 0.03654141500010155, 0.03613662299903808, 0.03661380099947564, 0.03635377699902165, 0.03617196699997294, 0.03652786900056526, 0.038095474999863654, 0.035997962000692496, 0.03633986899876618, 0.03564078500130563, 0.035680698998476146, 0.036092905000259634, 0.03569093000260182, 0.03561931500007631, 0.0357601949981472, 0.03559546600081376, 0.03573973499806016, 0.03641280100055155, 0.03587104400139651, 0.035945167001045775, 0.036018057999172015, 0.03569059599976754, 0.03590243899816414, 0.03618233599991072, 0.03572883900051238, 0.03597634499965352, 0.03622716600148124, 0.03597668300062651, 0.03609768699971028, 0.035938836001150776, 0.03627747499922407, 0.03617908700107364, 0.03565114799857838, 0.036109332999330945, 0.03631489599865745, 0.03668681000272045, 0.03639569900042261, 0.0362055439982214, 0.03673607499877107, 0.036212808001437224, 0.03622374100086745, 0.036066027998458594, 0.03616455000155838, 0.03630295999755617, 0.035926974000176415, 0.036277708000852726, 0.03607663400180172, 0.035910927999793785, 0.035954233000666136, 0.03636542499953066, 0.03608922899729805, 0.03602366600171081, 0.03696442200089223, 0.036101344998314744, 0.036581930002284935, 0.036127706996921916, 0.035957349002273986, 0.03613042399956612, 0.03639331799786305, 0.0373279290033679, 0.03634794899699045, 0.0362049190007383, 0.03644968099979451, 0.03640509500110056, 0.036464001997956075, 0.036330960003397195, 0.036754468997969525, 0.03643181900042691, 0.0366787419989123, 0.03811690200018347, 0.036391526999068446, 0.035959142001956934, 0.03565540799900191, 0.03573182399850339, 0.036062555001990404, 0.03570095599934575, 0.036399394000909524, 0.03620067600058974, 0.03621936600029585, 0.03606969399697846, 0.0359885710022354, 0.03610738999850582, 0.03612797700043302, 0.035755445998802315, 0.036255631002859445, 0.035915774999011774, 0.03603364499940653, 0.03629648299829569, 0.03593776100024115, 0.03587501600122778, 0.036378977998538176, 0.04135417600264191, 0.03709770899877185, 0.03596315200047684, 0.036492638999334304, 0.036060857000848046, 0.03880829400077346, 0.03629133699723752, 0.03635476500130608, 0.03595599600157584, 0.03589646500040544, 0.03640952699788613, 0.036014794000948314, 0.03598873000009917, 0.03651430899844854, 0.035954925002442906, 0.03613716600011685, 0.036045644999830984, 0.036469347000092966, 0.03616652399796294, 0.036146201000519795, 0.03608654599884176, 0.036659826000686735, 0.03599212300105137, 0.03638128799866536, 0.03593492599975434, 0.03628374600157258, 0.03637138799967943, 0.03604628199900617, 0.03620474800118245, 0.03679832499983604, 0.036100143999647116, 0.036332806001155404, 0.03655744500065339, 0.03611886699945899, 0.036119346998020774, 0.036452570999244926, 0.036245410999981686, 0.036396516999957385, 0.03676670999993803, 0.036479686001257505, 0.03636303000166663, 0.03825499300000956, 0.03626321000047028, 0.03603411500080256, 0.036271231998398434, 0.035914888001570944, 0.03611215899945819, 0.03604321799866739, 0.03637059200264048, 0.03576342599990312, 0.03573475099983625, 0.03606377499818336, 0.03602471799968043, 0.03587065300234826, 0.036238377000699984, 0.03592362999916077, 0.03602468199824216, 0.03601959300067392, 0.03593619000093895, 0.03674099199997727, 0.035986185997899156, 0.03580160999990767, 0.03594615800102474, 0.03628631199899246, 0.03653670200219494, 0.03587790799792856, 0.03654844199991203, 0.035942505001003155, 0.03617461700196145, 0.03609267299907515, 0.035984009999083355, 0.03593478599941591, 0.03623711600084789, 0.03585045400177478, 0.03638648599735461, 0.036412869001651416, 0.03633474199887132, 0.03632418100096402, 0.03610410499823047, 0.03603518800082384, 0.03659052399962093, 0.03664602500066394, 0.036263297999539645, 0.036238897999282926, 0.036320305000117514, 0.036379379002028145, 0.036306579000665806, 0.03629920899766148, 0.03677522300131386, 0.03619958600029349, 0.036278111998399254, 0.03645811200112803, 0.036013562999869464, 0.03680669800087344, 0.03654810899752192, 0.03603034100160585, 0.03627317299833521, 0.036074073002964724, 0.03645413299818756, 0.03639672500139568, 0.03639561399904778, 0.03635380999912741, 0.03654121400177246, 0.0362313740006357, 0.03808343900163891, 0.03661261500019464, 0.036186040997563396, 0.03572286600319785, 0.036126805000094464, 0.03582267099773162, 0.03625211200051126, 0.036021144998812815, 0.03581838600075571, 0.03623319500184152, 0.035996725000586594, 0.03589099099917803, 0.03602125799807254, 0.03590303300006781, 0.03575825000007171, 0.03645116500047152, 0.036080834001040785, 0.035908527999708895, 0.03599715200107312, 0.03634266899825889, 0.036019416998897213, 0.03614729100081604, 0.03751701000146568, 0.03603314800056978, 0.036135564998403424, 0.03596908400140819, 0.03602155099724769, 0.03590316900226753, 0.03669485899808933, 0.03618796199953067, 0.03592671000296832, 0.036721479998959694, 0.03635086199938087, 0.036087570999370655, 0.03595815200242214, 0.03645690899793408, 0.03616514700115658, 0.0365573269991728, 0.03619679300027201, 0.036373735001689056, 0.03603143299915246, 0.03603823899902636, 0.03630750199954491, 0.0360994809998374, 0.036391575999005, 0.03598417400280596, 0.03631051299817045, 0.036914041000272846, 0.03616456300005666, 0.03608881100080907, 0.036452346001169644, 0.035959733999334276, 0.03667180999764241, 0.03626799700214178, 0.03662030899795354, 0.036079060002521146, 0.03607439500046894, 0.03643085299700033, 0.03583436100234394, 0.036169941999105504, 0.037228615998174064, 0.03621872200164944, 0.03645022099954076, 0.038187966998521006, 0.035909630001697224, 0.035815491999528604, 0.035633501000120305, 0.036292726999818115, 0.035683131998666795, 0.036169194001558935, 0.03565542800060939, 0.036089640998397954, 0.03596836699944106, 0.03594993500155397, 0.03646502099945792, 0.03570625800057314, 0.036224310999386944, 0.035941297999670496, 0.03608549300042796, 0.03636823399938294, 0.03577055400091922, 0.03594404699833831, 0.036312867003289284, 0.03582716199889546, 0.03585317399847554, 0.03599116099940147, 0.03599255800145329, 0.03604310499940766, 0.035975368999061175, 0.03644471799998428, 0.035839922002196545, 0.03590914999949746, 0.036092565998842474, 0.037002639001002535, 0.037976117000653176, 0.036104142000112915, 0.0362006859977555, 0.036050704002263956, 0.03643188400019426, 0.035943525999755366, 0.036064530999283306, 0.03600365999955102, 0.03616283199880854, 0.03601167300075758, 0.036006201000418514, 0.036172724001517054, 0.035965343999123434, 0.03643758199905278, 0.03638743500050623, 0.03613198400125839, 0.035886174999177456, 0.03652688399961335, 0.035985517999506555, 0.03591670899913879, 0.036240033001377014, 0.036675677001767326, 0.03626164500019513, 0.03635502799807, 0.03665498600093997, 0.03660056800072198, 0.0362787459998799, 0.03647492199888802, 0.03695549599797232, 0.04170489600073779, 0.03637633700054721, 0.03637458600132959, 0.0384084269971936, 0.03649200800282415, 0.035949346998677356, 0.035769238998909714, 0.03578649700284586, 0.03617108599792118, 0.03588475899960031, 0.035637700002553174, 0.035754071999690495, 0.03583095499925548, 0.03576677700038999, 0.03603580799972406, 0.03589517699947464, 0.03611213000112912, 0.03621167500023148, 0.03573924899683334, 0.03590704300222569, 0.0364207679995161, 0.035750322000239976, 0.03656676299942774, 0.036210979000316, 0.03626907199941343, 0.036836478000623174, 0.037255079001624836, 0.03638013899762882, 0.03596611900138669, 0.036139825999271125, 0.03631511300045531, 0.03596956500041415, 0.03658653999809758, 0.036141191001661355, 0.03635987199959345, 0.036453323999012355, 0.035919603000365896, 0.036058423000213224, 0.036457975998928305, 0.03641820499979076, 0.03614218900111155, 0.0360399419987516, 0.036551552002492826, 0.03600769599870546, 0.03584324400071637, 0.03615908899882925, 0.03622306800025399, 0.037041563002276234, 0.03661040699807927, 0.036239698998542735, 0.036285556001530495, 0.03583749099925626, 0.03619518200139282, 0.03648799399888958, 0.03676930100118625, 0.03631276300075115, 0.03670652899745619, 0.03646148000188987, 0.036511728998448234, 0.037055949000205146, 0.036457661000895314, 0.03649959899848909, 0.03693054600080359, 0.03644344900021679, 0.03621947699866723, 0.036283658002503216, 0.03864517000329215, 0.03605574899847852, 0.035906804998376174, 0.03571410600125091, 0.035687311999936355, 0.03610468799888622, 0.03651560599973891, 0.03592030000072555, 0.03585643300175434, 0.03564095600086148, 0.03576974399766186, 0.03658556500158738, 0.03600072100016405, 0.03612167699975544, 0.03602121899893973, 0.03606442399905063, 0.035808737000479596, 0.036011244999826886, 0.0361175190009817, 0.036125970000284724, 0.03611108800032525, 0.03592440499778604, 0.036240492001525126, 0.03609353299907525, 0.03599664200010011, 0.036182148000079906, 0.03585754400046426, 0.03609130499899038, 0.03633632000128273, 0.03593077899859054, 0.03599100200153771, 0.03639175799980876, 0.036196059998474084, 0.036390295001183404, 0.03647324200210278, 0.03608358099882025, 0.035850370997650316, 0.0362584180002159, 0.03637623800022993, 0.03621203399961814, 0.03607193400239339, 0.03624122499968507, 0.03609637200133875, 0.036467608999373624, 0.036268068997742375, 0.03651254700162099, 0.03657518500040169, 0.036770795999473194, 0.03625870999894687, 0.036160661999019794, 0.03676257300321595, 0.036527063999528764, 0.03695472899926244, 0.0363980639995134, 0.03607296500194934, 0.03677034499924048, 0.03642639399913605, 0.03622254999936558, 0.036534812999889255, 0.036343335999845294, 0.03673276799963787, 0.03670097000212991, 0.03636156900029164]",tokens/s,27.56789308434055,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-1.4b,EleutherAI/pythia-1.4b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,3371.446272,,,,,s,1,41.75695477100089,41.75695477100089,0.0,41.75695477100089,41.75695477100089,41.75695477100089,41.75695477100089,[41.75695477100089],,kWh,0.0004643059557319299,0.00025306346255703,0,0.0007173694182889599,,MB,3539.664896,,,,,s,10,5.885915982998995,0.5885915982998995,0.0033041235313341676,0.5876710905013169,0.5926207070002419,0.5937460309995004,0.5946462901989071,"[0.5854750770013197, 0.5834537049995561, 0.5871653440008231, 0.5948713549987588, 0.591685259998485, 0.5863669319987821, 0.5881768370018108, 0.5871094249996531, 0.5892414129993995, 0.5923706350004068]",tokens/s,434.936551489073,kWh,6.991886613887902e-06,3.8107276765712693e-06,0.0,1.080261429045917e-05,tokens/kWh,23697967.28057747,MB,3589.67296,,,,,s,10,22.642157199992653,2.264215719999265,0.028245668036919705,2.255136499999935,2.2750503832990945,2.311269192649706,2.340244240130196,"[2.2553798869994353, 2.2483042189996922, 2.24932437499956, 2.25158346399985, 2.254893113000435, 2.251827872998547, 2.2670017589989584, 2.2559108789973834, 2.2604436289984733, 2.3474880020003184]",tokens/s,27.824203958808504,kWh,2.6882721528958835e-05,1.4652063033941822e-05,0.0,4.153478456290065e-05,tokens/kWh,1516800.9335546747,,s,630,22.636802672994236,0.03593143281427656,0.0015613069345014408,0.03574709749955218,0.03624726360067143,0.036494664999372615,0.03934642754044037,"[0.03777598799933912, 0.035792061000393005, 0.035623222996946424, 0.03527461500198115, 0.03559716699965065, 0.03555251500074519, 0.03492372199980309, 0.03533183000035933, 0.035089540000626585, 0.03510300599737093, 0.035382460002438165, 0.035444327997538494, 0.03542715400180896, 0.0353559729992412, 0.035589089999120915, 0.03527579799992964, 0.036004670000693295, 0.03553914499934763, 0.03516369900171412, 0.035533513997506816, 0.03555090300142183, 0.035422949000349035, 0.035589271999924676, 0.03534883400061517, 0.035568659001000924, 0.03566010199938319, 0.03881941299914615, 0.0354939140015631, 0.03552058099739952, 0.035918662000767654, 0.03580150999914622, 0.03587373300251784, 0.03602314299860154, 0.03547662799974205, 0.03570600700186333, 0.03561847699893406, 0.03542512700005318, 0.036060151000128826, 0.03539402299793437, 0.035914626001613215, 0.03558726899791509, 0.03549769300298067, 0.03631698599929223, 0.0355849469997338, 0.035916232998715714, 0.03587640000114334, 0.035817568001220934, 0.03591581199725624, 0.03554584000085015, 0.03547003100175061, 0.0358249889977742, 0.03592555000068387, 0.035825995000777766, 0.03597821899893461, 0.03601443500156165, 0.03618774799906532, 0.03676618600002257, 0.03749056300148368, 0.03616815199711709, 0.03598504200272146, 0.036495978998573264, 0.03575017500043032, 0.03578800399918691, 0.03756931300085853, 0.035669305001647444, 0.035671040997840464, 0.03533034400243196, 0.03513735099841142, 0.03529850600170903, 0.035007296999538084, 0.03565360100037651, 0.035899332997360034, 0.03549695699985023, 0.035278136001579696, 0.03565629500008072, 0.0351275059983891, 0.0354632689995924, 0.03511974900175119, 0.03561954099859577, 0.03574874600235489, 0.035329253998497734, 0.03567717899932177, 0.035368332002690295, 0.035350013997231144, 0.03592674399988027, 0.03528567499961355, 0.03564951000225847, 0.035831561999657424, 0.03536594500110368, 0.035426793998340145, 0.03581571900213021, 0.035884160999557935, 0.03536953999719117, 0.035916606000682805, 0.03607883900258457, 0.03549240699794609, 0.03610015899903374, 0.03584648499963805, 0.036078768000152195, 0.035727223999856506, 0.03652088500166428, 0.03538572999968892, 0.03581352599940146, 0.03550994100078242, 0.03579714000079548, 0.03550768100103596, 0.0356475929984299, 0.03566058900105418, 0.035674396000104025, 0.03568270899995696, 0.035520606998034054, 0.035928676999901654, 0.03573315700123203, 0.0358172790001845, 0.03527184899940039, 0.0355023269985395, 0.03591477300142287, 0.035603684998932295, 0.03559006100113038, 0.035949766999692656, 0.03569424699890078, 0.0360669580004469, 0.03615877899937914, 0.03575781500330777, 0.03576939799677348, 0.03604725200057146, 0.037507015997107374, 0.03551951200279291, 0.035417704999417765, 0.035391964000154985, 0.03523499899893068, 0.03544547300043632, 0.03537668900025892, 0.03567080699940561, 0.035253244001069106, 0.03563382799984538, 0.03533793699898524, 0.03535357600048883, 0.03544090099967434, 0.035462665000522975, 0.03545763699730742, 0.03523495700210333, 0.03553804900002433, 0.03556788000059896, 0.035464172997308196, 0.03557562500282074, 0.035114618000079645, 0.03591776900066179, 0.0358758049987955, 0.03576741999859223, 0.03601320199959446, 0.035275829999591224, 0.03537447600319865, 0.03580256499844836, 0.035448574999463744, 0.035381166999286506, 0.03549357000156306, 0.03539001099852612, 0.0356308930022351, 0.03565530699779629, 0.03558315200280049, 0.03608057800011011, 0.03575996299696271, 0.03601678600170999, 0.035719141000299715, 0.0355450290007866, 0.035691391000000294, 0.035535279999749037, 0.03571191099763382, 0.035576537000451935, 0.03598486999908346, 0.03559005100032664, 0.03556437900260789, 0.03571222099708393, 0.035594740002125036, 0.036152909000520594, 0.035962891997769475, 0.035927971002820414, 0.03616767399944365, 0.03680246099975193, 0.035686351999174803, 0.035950672998296795, 0.0357889110018732, 0.03549950600063312, 0.035981868000817485, 0.036133426998276263, 0.03560350499901688, 0.03639463100262219, 0.036078805998840835, 0.037650117999874055, 0.03600256400022772, 0.035673951999342535, 0.03512442899955204, 0.03536755700042704, 0.035075234998657834, 0.03513544599991292, 0.03538003799985745, 0.03541244400184951, 0.03520568200110574, 0.03529243400043924, 0.0358144199999515, 0.03519515599691658, 0.03546471899971948, 0.035372879003261914, 0.035389672997553134, 0.03559872100231587, 0.03537573499852442, 0.035602412001026096, 0.03546912799720303, 0.03515102500023204, 0.03566838800179539, 0.03513999999995576, 0.03531455199845368, 0.03532316600103513, 0.03527067599861766, 0.03540692100068554, 0.035804356000880944, 0.035729930001252797, 0.03559069199764053, 0.03584813000270515, 0.0367347229985171, 0.036247190000722185, 0.036627609999413835, 0.03679554599875701, 0.0355159780010581, 0.03578618200117489, 0.0363847899971006, 0.03584134700213326, 0.03565162499944563, 0.035939207999035716, 0.03552444500019192, 0.03583131599953049, 0.03586984200228471, 0.036017026999616064, 0.035678011998243164, 0.03648036700178636, 0.03593826200085459, 0.03602992199739674, 0.035766329001489794, 0.03603220600052737, 0.03575155900034588, 0.03546835899760481, 0.03611482199994498, 0.03567471900169039, 0.0360227710007166, 0.035796029998891754, 0.0356699510011822, 0.036185233999276534, 0.03556032499909634, 0.035540389999368927, 0.03597609200005536, 0.035758753001573496, 0.03733955600182526, 0.035939473997132154, 0.03560282100079348, 0.03581025500170654, 0.035475684999255463, 0.035551095999835525, 0.035523800001101336, 0.03554696499850252, 0.035463314001390245, 0.03541677599787363, 0.03554764799991972, 0.035572305001551285, 0.035715563000849215, 0.03528582699800609, 0.03545458100052201, 0.035222958998929244, 0.035809614000754664, 0.03624838500036276, 0.03582088600160205, 0.035713405999558745, 0.03533329199854052, 0.035598598999058595, 0.036042421001184266, 0.03579000600075233, 0.035273181998491054, 0.03568835600162856, 0.03573831999892718, 0.035641556001792196, 0.03598409400001401, 0.03549922399906791, 0.03563785599908442, 0.03588626800046768, 0.03580372299984447, 0.03578234900123789, 0.03594304199941689, 0.03581916099938098, 0.035557680999772856, 0.03585077400202863, 0.03577880399825517, 0.03575280400036718, 0.03550239900141605, 0.036022947999299504, 0.03574312699856819, 0.03584458100158372, 0.03604577299847733, 0.0360228499994264, 0.036039581002114573, 0.03624014099841588, 0.03580644999965443, 0.036263646001316374, 0.03565517099923454, 0.03606313999989652, 0.035657342999911634, 0.03563976399891544, 0.03574606199981645, 0.03569314400010626, 0.03576381700258935, 0.03681978699751198, 0.03603202600061195, 0.03593635700235609, 0.035778094999841414, 0.035861038999428274, 0.03574813299928792, 0.037220671998511534, 0.03585625100095058, 0.035280778000014834, 0.03530301499995403, 0.03552674200182082, 0.03524097999979858, 0.035423235000052955, 0.03543105099743116, 0.03552044699972612, 0.03540811700077029, 0.03553963500235113, 0.035724484998354455, 0.03531614999883459, 0.03531388900228194, 0.03578887999901781, 0.03543876199910301, 0.03563015500185429, 0.03586972899938701, 0.03573238299941295, 0.03534832700097468, 0.03599347799899988, 0.03556100800051354, 0.035559488998842426, 0.035445813002297655, 0.03570426299847895, 0.035783912000624696, 0.03547792899917113, 0.03555175400106236, 0.03562635200069053, 0.03577887599749374, 0.03552749500158825, 0.03592156699960469, 0.035696177001227625, 0.03540867099945899, 0.03577154300000984, 0.03569427099864697, 0.03568487099983031, 0.03612618199986173, 0.035590545001468854, 0.03562375699766562, 0.03592734800258768, 0.03557170899875928, 0.03562388900172664, 0.03566488899741671, 0.03560665000259178, 0.035623370997200254, 0.03580038600193802, 0.035594036999100354, 0.03572769699894707, 0.035824630002025515, 0.03609057499852497, 0.035981114000605885, 0.03595770800166065, 0.0361285869985295, 0.03612815299857175, 0.03604996099966229, 0.03594086300290655, 0.03591749099723529, 0.03599885200310382, 0.035892385996703524, 0.03604468500270741, 0.036023918000864796, 0.036750846997165354, 0.03755240800091997, 0.03570698499970604, 0.03959490399938659, 0.03543195900056162, 0.03509345600105007, 0.035878487997251796, 0.035253953999927035, 0.03531235099944752, 0.035448891001578886, 0.035567599999922095, 0.03519482300180243, 0.03549829899930046, 0.035364022998692235, 0.03543801300111227, 0.036416842998733046, 0.03535393800120801, 0.035808363998512505, 0.035521695001079934, 0.0354525199982163, 0.035493203002261, 0.0354836129990872, 0.03557436000119196, 0.03565532799984794, 0.03547196599902236, 0.035855232999892905, 0.035932599999796366, 0.03569142800188274, 0.03590516799886245, 0.036032734999025706, 0.03590283800076577, 0.03585921999911079, 0.03956168700096896, 0.03871325399813941, 0.03610203000062029, 0.03565647900177282, 0.03592329299863195, 0.03584296900226036, 0.0362698549979541, 0.03543106900178827, 0.03607778699733899, 0.03567361200111918, 0.03568944099970395, 0.036326542001916096, 0.03555321299791103, 0.036222614002326736, 0.035786200998700224, 0.03561829300087993, 0.03572740099843941, 0.035710992000531405, 0.03573619999951916, 0.035980141001346055, 0.036073633997148136, 0.036232419002772076, 0.03586365999944974, 0.035953039998275926, 0.03630375700231525, 0.035830871998769, 0.0361873209985788, 0.03648814400003175, 0.03627158400195185, 0.03578144299899577, 0.03602969300118275, 0.036115697999775875, 0.03752454899949953, 0.03593436599840061, 0.03558600399992429, 0.03540813099971274, 0.03533881499970448, 0.03565459200035548, 0.03523856299943873, 0.035852818000421394, 0.035360431000299286, 0.03535601800103905, 0.035291338001115946, 0.03515892599898507, 0.035463944001094205, 0.03569944300033967, 0.03553810499943211, 0.035605425997346174, 0.035434228000667645, 0.03587580500243348, 0.035712752000108594, 0.035417536997556454, 0.035687283001607284, 0.03572940699814353, 0.03536300899941125, 0.035411631000897614, 0.0354393199995684, 0.035803435999696376, 0.03550319400164881, 0.03556163900066167, 0.03604333999828668, 0.03589962399928481, 0.03655049500230234, 0.037736386999313254, 0.035793859999103006, 0.035943054001108976, 0.03600971400010167, 0.035671547000674764, 0.03523283299728064, 0.035503350001818035, 0.036011200998473214, 0.035911062001105165, 0.035820827000861755, 0.03591591599979438, 0.03545533500073361, 0.03581653500077664, 0.03654999799982761, 0.03624792600021465, 0.03616146499916795, 0.03612677399723907, 0.03580730800240417, 0.03557124799772282, 0.03584296700137202, 0.035844501999235945, 0.03584150499955285, 0.03599107300033211, 0.035712958000658546, 0.03545035299976007, 0.035820092001813464, 0.036192906998621766, 0.03612238999994588, 0.03601507699931972, 0.03572691500085057, 0.03592352600026061, 0.03614430399829871, 0.037434926998685114, 0.036056363001989666, 0.03513528099938412, 0.035719093000807334, 0.03563032999954885, 0.0362759069976164, 0.03556066900273436, 0.03534029000002192, 0.03631569999924977, 0.035543242000130704, 0.03565621500092675, 0.03546318599910592, 0.03594013099791482, 0.03542486100195674, 0.03558393500134116, 0.03604037900004187, 0.03564534099859884, 0.03545262699844898, 0.036085286003071815, 0.03556129499702365, 0.03566166000018711, 0.03576265900119324, 0.03554216100019403, 0.035926893000578275, 0.035681408997334074, 0.03553522800211795, 0.03584351199970115, 0.03596269799891161, 0.0354369510023389, 0.03571132299839519, 0.035511255999153946, 0.03601046100084204, 0.036014360000990564, 0.03644443599841907, 0.03572436300237314, 0.03643962899877806, 0.03626721299951896, 0.0356815090017335, 0.036129348998656496, 0.03588646500065806, 0.03591559999767924, 0.0355445020031766, 0.03560360599658452, 0.03621603200008394, 0.035760662001848686, 0.03608378900025855, 0.035872460997779854, 0.035538668002118357, 0.03622475299926009, 0.035713893001229735, 0.035790123998594936, 0.03630673500083503, 0.03597993299990776, 0.03589180400012992, 0.03624031100116554, 0.035977372997876955, 0.035721774998819456, 0.036129659001744585, 0.0359962809998251, 0.03587670699926093, 0.036357823999424, 0.03621104200283298, 0.035931563998019556, 0.05416747200069949, 0.054412628000136465, 0.054317989000992384, 0.05434029199750512, 0.041384907002793625, 0.03566413499720511, 0.03585194400147884, 0.03557184300007066, 0.03562435600179015, 0.035641506998217665, 0.03551011699892115, 0.03554866600097739, 0.03585843299879343, 0.036189310001645936, 0.0356733640001039, 0.03566926100029377, 0.03613507800037041, 0.03579374399851076, 0.03604258500126889, 0.03552075399784371, 0.03566503900219686, 0.03624382499765488, 0.03592720200322219, 0.035992831999465125, 0.036057320998224895, 0.035930404999817256, 0.0357889389997581, 0.036493059000349604, 0.03575371199985966, 0.03577550599948154, 0.03607781600294402, 0.03575424199880217, 0.03582253299828153, 0.03629137600000831, 0.03676867200192646, 0.03623324100044556, 0.03644250700017437, 0.03606011900046724, 0.0360738939998555, 0.03625625699714874, 0.0357721809996292, 0.036027820002345834, 0.03594437200081302, 0.035862125998392, 0.03584821999902488, 0.03585740800190251, 0.036207344997819746, 0.036231846002920065, 0.03593328999704681, 0.03620832200249424, 0.03607522899983451, 0.03629599199848599, 0.03608487400197191, 0.036264643000322394, 0.03632325099897571, 0.036455164998187684, 0.03584846500234562, 0.035982158999104286, 0.03634741000132635, 0.03607814199858694, 0.03644056700068177, 0.03631471399785369, 0.03623372700167238]",tokens/s,27.83078551776182,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,01-ai/Yi-34B,01-ai/Yi-34B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 57, in launch raise RuntimeError(f""Isolated process exited with non-zero code {isolated_process.exitcode}"") RuntimeError: Isolated process exited with non-zero code -9 ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-12b,EleutherAI/pythia-12b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,xglm,facebook/xglm-4.5B,facebook/xglm-4.5B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,xglm,facebook/xglm-7.5B,facebook/xglm-7.5B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-14B,Qwen/Qwen1.5-14B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Llama-2-70b-hf,meta-llama/Llama-2-70b-hf,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,Deci/DeciCoder-1b,Deci/DeciCoder-1b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 559, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3832, in from_pretrained model = cls(config, *model_args, **model_kwargs) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 248, in __init__ self.model = DeciCoderModel(config) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 215, in __init__ self.layers = nn.ModuleList([DeciCoderDecoderLayer(config) for _ in range(config.num_hidden_layers)]) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 215, in self.layers = nn.ModuleList([DeciCoderDecoderLayer(config) for _ in range(config.num_hidden_layers)]) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 181, in __init__ self.self_attn = DeciCoderAttention(config=config) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 54, in __init__ self._init_rope() File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1729, in __getattr__ raise AttributeError(f""'{type(self).__name__}' object has no attribute '{name}'"") AttributeError: 'DeciCoderAttention' object has no attribute '_init_rope' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Meta-Llama-3-70B,meta-llama/Meta-Llama-3-70B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,togethercomputer/RedPajama-INCITE-Base-7B-v0.1,togethercomputer/RedPajama-INCITE-Base-7B-v0.1,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-72B,Qwen/Qwen1.5-72B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,internlm,internlm/internlm-20b,internlm/internlm-20b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-110B,Qwen/Qwen1.5-110B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,codegen,Salesforce/codegen-16B-nl,Salesforce/codegen-16B-nl,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt2,openai-community/gpt2-large,openai-community/gpt2-large,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-65b,huggyllama/llama-65b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-30b,huggyllama/llama-30b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Llama-2-13b-hf,meta-llama/Llama-2-13b-hf,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-7B,Qwen/Qwen1.5-7B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,stabilityai/stablelm-base-alpha-3b,stabilityai/stablelm-base-alpha-3b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,recurrent_gemma,google/recurrentgemma-9b,google/recurrentgemma-9b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/gpt-neox-20b,EleutherAI/gpt-neox-20b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,41776.320512,,,,,s,1,547.1528252999997,547.1528252999997,0.0,547.1528252999997,547.1528252999997,547.1528252999997,547.1528252999997,[547.1528252999997],,kWh,0.006430731729141662,0.0035049976326739503,0,0.009935729361815613,,MB,42562.998272,,,,,s,10,82.63776641399636,8.263776641399636,0.029015777740047204,8.252816143999553,8.300684446599735,8.309795495800154,8.317084335160489,"[8.249630651000189, 8.24395881899909, 8.256001636998917, 8.318906545000573, 8.298659768999642, 8.239321414999722, 8.223367706999852, 8.270913855998515, 8.29282534199956, 8.2441806730003]",tokens/s,30.978572039023707,kWh,9.73954903819443e-05,5.308411045132366e-05,0.0,0.00015047960083326798,tokens/kWh,1701227.266569168,MB,42912.1536,,,,,s,10,240.3456138019992,24.03456138019992,0.04833158666368723,24.032075976999295,24.07792284709958,24.109443903050032,24.134660747810393,"[24.04430895599944, 23.982830893000937, 24.140964959000485, 24.06099074099984, 24.07091816799948, 24.01984299799915, 24.04555493099906, 24.00884055000097, 23.95858242900067, 24.012779176999175]",tokens/s,2.621225284847531,kWh,0.0002832502295818055,0.00015438242784834245,0.0,0.0004376326574301479,tokens/kWh,143956.34998984428,,s,630,240.3371725859961,0.38148757553332713,0.002457906622371053,0.3812419055002465,0.3845733864987778,0.3857935419504429,0.3893230133909856,"[0.38266776299860794, 0.3812413350005954, 0.37911693999922136, 0.379855168001086, 0.37858824399881996, 0.3785497070002748, 0.3803732560008939, 0.3792511869996815, 0.3783990329993685, 0.379409425000631, 0.3763555280002038, 0.379255268999259, 0.37913629099966784, 0.3779306840006029, 0.37804192600015085, 0.3807555740004318, 0.3869160579997697, 0.3866633819998242, 0.38152811200052383, 0.3800933319998876, 0.37963297799979046, 0.3825261589990987, 0.3822885610006779, 0.38231673299924296, 0.3795320620010898, 0.3817901359998359, 0.3812120700004016, 0.38329227800022636, 0.382333617999393, 0.379583456000546, 0.37991142099963326, 0.3803762049992656, 0.38218244100062293, 0.3831758500000433, 0.38153623300058825, 0.386122305999379, 0.3844208919999801, 0.38673218800067843, 0.38484815699848696, 0.3830760270011524, 0.38197812299949874, 0.3819109119995119, 0.38522396799999115, 0.3918283720013278, 0.3836096129998623, 0.38260284999887517, 0.3796673209999426, 0.38148196099973575, 0.38086822600052983, 0.3806677040010982, 0.3809042029988632, 0.38009212799988745, 0.38003737600047316, 0.3868957369995769, 0.3814648360003048, 0.38305504100026155, 0.38299645199913357, 0.3807145099999616, 0.3820760150010756, 0.3816460210000514, 0.38198845199985954, 0.38201035100064473, 0.37873391099856235, 0.38298478800061275, 0.377748820999841, 0.3783165540007758, 0.3784864689987444, 0.3788215010008571, 0.3833130090006307, 0.38083742299932055, 0.3793273430001136, 0.37698470299983455, 0.38217539899960684, 0.3831747700005508, 0.37916634300017904, 0.38087835399892356, 0.38143392000165477, 0.3780947010000091, 0.3786552519995894, 0.3796916979990783, 0.37892299000122875, 0.3789040079991537, 0.3788328909995471, 0.37983700900076656, 0.38177077199907217, 0.3772563740003534, 0.38027781500022684, 0.3807881529992301, 0.38080181300028926, 0.37900218600043445, 0.38055932099996426, 0.3822659140005271, 0.3825313319994166, 0.383150341000146, 0.3804325599994627, 0.38547953499983123, 0.3794574020012078, 0.37946668099903036, 0.3817963170004077, 0.38104914399991685, 0.3876503949995822, 0.3814630800006853, 0.38085750400023244, 0.3812424759998976, 0.3817620549998537, 0.38152291900041746, 0.3810337510003592, 0.38062501499916834, 0.3785380650006118, 0.3778687039994111, 0.38406942000074196, 0.3806052629988699, 0.3813620250002714, 0.380628061000607, 0.3819500549998338, 0.38137222299883433, 0.38114097700054117, 0.3815375459998904, 0.38043826700049976, 0.3806523589992139, 0.37897104200055765, 0.38552824100042926, 0.38077894500020193, 0.38057798099907814, 0.3788248270011536, 0.37826899999890884, 0.3898315120004554, 0.3838467589994252, 0.3838437750000594, 0.38433012600035, 0.38703689300018596, 0.38326841200068884, 0.381334005998724, 0.382495302001189, 0.38112649799950304, 0.3782103880002978, 0.3795589599994855, 0.3797552830001223, 0.38047269900016545, 0.38179136700091476, 0.3815002369992726, 0.38323479400060023, 0.38196559399875696, 0.37918655300018145, 0.38152869999976247, 0.3840947980006604, 0.385379560999354, 0.38559106300090207, 0.3873059439993085, 0.382353184000749, 0.37989853100043547, 0.38007811099851097, 0.3852114920009626, 0.3841555969993351, 0.3825792219995492, 0.38432838300104777, 0.385182485999394, 0.3906979950006644, 0.38275971399889386, 0.382627119000972, 0.3814397429996461, 0.3830182559995592, 0.38283105400114437, 0.38243195399991237, 0.38349244900018675, 0.38379726899984234, 0.3837851279986353, 0.38509300100122346, 0.3802513419996103, 0.38415728700056206, 0.3835132849999354, 0.3839352979994146, 0.3874958449996484, 0.3828557240012742, 0.38192529899970395, 0.3824029539991898, 0.3818347050000739, 0.38396927199937636, 0.38280887700057065, 0.3815041809994, 0.3830891560010059, 0.3832484590002423, 0.3795771089990012, 0.38916347000122187, 0.38154876999942644, 0.3822839650001697, 0.3821248389995162, 0.3836084510003275, 0.3862598439991416, 0.3850342499990802, 0.37849056599952746, 0.37778745200012054, 0.37913049400049204, 0.3799914049996005, 0.3786029820003023, 0.3804237349995674, 0.379335395000453, 0.3770966200008843, 0.3817365169998084, 0.37987902799977746, 0.38025948999893444, 0.3797687250007584, 0.38169265699980315, 0.38195114500013005, 0.3830186920004053, 0.38249177199941187, 0.38376464000066335, 0.38226436500008276, 0.38194264599951566, 0.3841124899990973, 0.38013829400006216, 0.3811072200005583, 0.38262267500067537, 0.3873906119988533, 0.38039516800017736, 0.3820638050001435, 0.38004227400051604, 0.3816027609991579, 0.3827652220006712, 0.3812875820003683, 0.3802095070004725, 0.38081434899868327, 0.3799915460003831, 0.38023602300017956, 0.382914730000266, 0.3799304780004604, 0.38185136699939903, 0.3811576509997394, 0.38077689800047665, 0.38029707799978496, 0.38276870799927565, 0.3833344720005698, 0.3811933270008012, 0.38076005799848645, 0.3813801970009081, 0.3837812620004115, 0.3806513929994253, 0.3797736750002514, 0.38263426899902697, 0.38017884400142066, 0.38630387599914684, 0.38537579600051686, 0.38546985299944936, 0.3865598520005733, 0.3845510929986631, 0.38572456300062186, 0.3821965150000324, 0.38408859400078654, 0.3857318299997132, 0.38432149099935486, 0.3844752929999231, 0.3824729110001499, 0.3847825869997905, 0.3807680270001583, 0.38207886400050484, 0.38389081099921896, 0.3823752930002229, 0.3835564429991791, 0.3835481340011029, 0.38526025700048194, 0.381501980999019, 0.3808912410004268, 0.3812504910001735, 0.3825688059987442, 0.3814974000015354, 0.38182533899998816, 0.38136804699934146, 0.38227478800035897, 0.37989044899950386, 0.38137900500078104, 0.3869059809985629, 0.37932122300117044, 0.38080850599908445, 0.38020905400117044, 0.3814645919992472, 0.37918897700001253, 0.3791685390006023, 0.3795908089996374, 0.3807327609993081, 0.3805370190002577, 0.38144198800000595, 0.3829590179993829, 0.3802534350015776, 0.3819580799990945, 0.3805905970002641, 0.3809430090004753, 0.3770745919991896, 0.3788898060010979, 0.3820183519983402, 0.38068248300078267, 0.38057821199981845, 0.3799212310004805, 0.3822195159991679, 0.38137908700082335, 0.38020193699958327, 0.3824659530000645, 0.3903437129993108, 0.38147746800132154, 0.38142459299888287, 0.38292467199971725, 0.3858420380001917, 0.38674556800106075, 0.38259389199993166, 0.3852267429992935, 0.38436060800086125, 0.384968709999157, 0.38567489399974875, 0.38131266799973673, 0.38132058800147206, 0.38337388199943234, 0.38140259200008586, 0.3817214310001873, 0.38422755300052813, 0.38113096399865753, 0.38176408800063655, 0.38542668300033256, 0.38062385000012, 0.3800445229990146, 0.38092888000028324, 0.38056625600074767, 0.3812365329995373, 0.37990370800071105, 0.3794639939987974, 0.38138961299955554, 0.37905119500101137, 0.3801044110005023, 0.3785152639993612, 0.38602406199970574, 0.3787734329998784, 0.37966186800076684, 0.3786656510001194, 0.3807162689990946, 0.38030331400113937, 0.3804154169993126, 0.3791923310000129, 0.37816137399931904, 0.3782944860013231, 0.37907831099983014, 0.38407973299945297, 0.37833885100008047, 0.37710539599902404, 0.37967638800000714, 0.37853765900035796, 0.37929603600059636, 0.3775996429994848, 0.38000803100112535, 0.3801234869988548, 0.381788028000301, 0.3806882160006353, 0.381108771000072, 0.3820966759994917, 0.3795099859999027, 0.3780212540004868, 0.38666830500005744, 0.3809167069994146, 0.38068146300065564, 0.38124709499970777, 0.3830815969995456, 0.3853858839993336, 0.3844482740005333, 0.3814188449996436, 0.3810205040008441, 0.38180466999983764, 0.3841837019990635, 0.3835298660014814, 0.3822673209997447, 0.3833566779994726, 0.3839847960007319, 0.38169230099993, 0.3830340549993707, 0.3827167180006654, 0.38373039699945366, 0.38031483799932175, 0.3823717230006878, 0.3843373759991664, 0.3826442120007414, 0.3857342690007499, 0.3839420529984636, 0.38406824300000153, 0.3821606149995205, 0.38425242800076376, 0.3822213699986605, 0.37817273900145665, 0.3790902289983933, 0.38565955300146015, 0.3792839420002565, 0.3787773529984406, 0.37930565900023794, 0.3775260080001317, 0.37996867500078224, 0.3776710889997048, 0.3794778489991586, 0.37731102900033875, 0.37950685100076953, 0.3808551530000841, 0.37995898299959663, 0.38477402799981064, 0.3834160549995431, 0.37729659599972365, 0.38270764100161614, 0.3842953519997536, 0.3811689949998254, 0.381699880999804, 0.38280175299951225, 0.3790600970005471, 0.3823443219989713, 0.3827343250013655, 0.3821065409993025, 0.38162505100081034, 0.3806476229983673, 0.3855765420012176, 0.3834534830002667, 0.3840702269990288, 0.38062988000092446, 0.3808144779995928, 0.38301949800006696, 0.3820174579996092, 0.37983292100034305, 0.3809998140004609, 0.37981851599943184, 0.38108610100061924, 0.379856251000092, 0.3829741869994905, 0.38401295299991034, 0.3822173770004156, 0.3815745819993026, 0.3810565879994101, 0.3806105430012394, 0.38159559499945317, 0.38390231099947414, 0.3807829020006466, 0.3798881570000958, 0.3826056289999542, 0.38437353799963603, 0.3810966679993726, 0.3818488790002448, 0.38259207000010065, 0.3916803570009506, 0.385105178998856, 0.38183709800068755, 0.3817953630004922, 0.3899718259999645, 0.3783272210002906, 0.3812370720006584, 0.3775600619992474, 0.3804605220011581, 0.37746492699989176, 0.3762743989991577, 0.37887020200105326, 0.3775150769997708, 0.3795605239993165, 0.3795343519996095, 0.38264267500017013, 0.3790074240005197, 0.37956843999927514, 0.3801109370015183, 0.3789937009987625, 0.38066315300056885, 0.37895647199911764, 0.37854661300116277, 0.3791275459989265, 0.3788180410010682, 0.3795703389987466, 0.37831770700177003, 0.382372342999588, 0.379302851999455, 0.37712313600059133, 0.38544534999891766, 0.37998371300091094, 0.3811378739992506, 0.3808327229999122, 0.38782254100078717, 0.3812645279995195, 0.38322937799966894, 0.3819611810013157, 0.3807015099991986, 0.38200805499946, 0.3851944590005587, 0.3838806250005291, 0.384843653999269, 0.3813259170001402, 0.3807608810002421, 0.3825420729990583, 0.3805200650003826, 0.3801819889995386, 0.38029457600168826, 0.37913825099894893, 0.3792754349997267, 0.38008751800043683, 0.3802518920001603, 0.38395612000022084, 0.3799788929991337, 0.38121217800107843, 0.3818031600003451, 0.3886914059985429, 0.3824836929998128, 0.38278966500001843, 0.3817791270012094, 0.38146736300041084, 0.38201849199867866, 0.381572831000085, 0.38032427500002086, 0.3837881050003489, 0.38347597699976177, 0.38165350800045417, 0.3788693369988323, 0.37622726800145756, 0.37876588699873537, 0.37843771900043066, 0.3808549999994284, 0.3768645000000106, 0.37943462900148006, 0.3775945519992092, 0.37808577500072715, 0.3799936589985009, 0.37910526400082745, 0.37855409899930237, 0.37758205700083636, 0.3800494389997766, 0.37713996099955693, 0.38021372000002884, 0.3850540820003516, 0.38006210399908014, 0.3807519460006006, 0.38506959400001506, 0.38143254299939144, 0.38184664900109055, 0.38051680299940926, 0.3782500159995834, 0.38211873799991736, 0.3805954870003916, 0.38100622900128656, 0.3785700429998542, 0.37894478599992, 0.3775813129996095, 0.3792097019995708, 0.37954457600062597, 0.37907615899894154, 0.3796200550004869, 0.38046545699944545, 0.3817899320001743, 0.38013043899991317, 0.3796652440014441, 0.37963508399843704, 0.3787324630011426, 0.37763860799896065, 0.37935088300037023, 0.37976694000099087, 0.3820164439985092, 0.3829463560014119, 0.3803853769986745, 0.38884208200033754, 0.37992686399957165, 0.38200893200155406, 0.38287087099888595, 0.3816638560001593, 0.3794806650003011, 0.380710158000511, 0.37975057999938144, 0.38041554700066627, 0.38127174799956265, 0.38123849099974905, 0.3826307920007821, 0.3838053219988069, 0.380052180000348, 0.38098309000088193, 0.38112952999836125, 0.3808316949998698, 0.37797729399972013, 0.37983568600066064, 0.3767312439995294, 0.38047649600048317, 0.37952792099895305, 0.3777282210012345, 0.37669405699853087, 0.3783955520011659, 0.37881639799888944, 0.3785764600015682, 0.3783298409998679, 0.381270799000049, 0.3791760489984881, 0.38061220800045703, 0.38591622300009476, 0.3778893800008518, 0.37958262499887496, 0.3809970969996357, 0.38172793700141483, 0.37946028700025636, 0.3779706139994232, 0.3789479349998146, 0.38105993299905094, 0.37917458600168175, 0.3829472869983874, 0.38084830200023134, 0.3834938060008426, 0.3814719370002422, 0.3800434589993529, 0.38068420700074057, 0.381690965999951, 0.3812841799990565, 0.3806621460007591, 0.37978454400035844, 0.38108460799958266, 0.38195781700051157, 0.3820797109983687, 0.38620647300012934, 0.3861900370011426, 0.38365867999891634, 0.38938817900088907, 0.38265813699945284, 0.38316534099976707, 0.3808022030007123, 0.38008249799895566, 0.3810157600000821, 0.38054403600108344, 0.3815337729993189, 0.3803029560003779, 0.380625986999803, 0.38129887800096185, 0.38339773599909677, 0.38229279500046687, 0.38227080700016813, 0.3829726539988769, 0.38438681899970106, 0.38179153600140125, 0.38386116299989226, 0.3832866009997815, 0.37983452300068166, 0.381262897999477, 0.38342255799943814]",tokens/s,2.6213173485453107,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mixtral,mistralai/Mixtral-8x22B-v0.1,mistralai/Mixtral-8x22B-v0.1,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,01-ai/Yi-6B,01-ai/Yi-6B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,12557.512704,,,,,s,1,158.88027136899973,158.88027136899973,0.0,158.88027136899973,158.88027136899973,158.88027136899973,158.88027136899973,[158.88027136899973],,kWh,0.0018490420691965276,0.0010077985474046122,0,0.0028568406166011398,,MB,12703.461376,,,,,s,10,20.85898404699992,2.085898404699992,0.0025247130897139715,2.0857692404999852,2.0893439548997774,2.0902500294497712,2.0909748890897664,"[2.086632724000083, 2.0826397020000513, 2.0836507650001295, 2.084590952000326, 2.0864346679995833, 2.083198046000234, 2.091156103999765, 2.085626136999963, 2.0859123440000076, 2.089142604999779]",tokens/s,122.72889198398886,kWh,2.4631484761666455e-05,1.3424945859898294e-05,0.0,3.805643062156475e-05,tokens/kWh,6726852.619092898,MB,12704.62464,,,,,s,10,75.22297639399994,7.522297639399994,0.009349172861205932,7.520041205000098,7.532720492799808,7.533425934399906,7.533990287679985,"[7.532563727999786, 7.5311619859999155, 7.534131376000005, 7.531731661999856, 7.5206841570002325, 7.503905322999799, 7.5173882090002735, 7.518067427999995, 7.519398252999963, 7.513944272000117]",tokens/s,8.375100670042764,kWh,8.835547086229154e-05,4.815717423158679e-05,0.0,0.00013651264509387836,tokens/kWh,461495.70947567193,,s,630,75.21893450200014,0.11939513413015895,0.001147530434452236,0.11913652949988318,0.12042591469971739,0.12212039174989968,0.12379012253989004,"[0.1249756129996058, 0.12063697100029458, 0.11985181199997896, 0.11962169299977177, 0.11934027799998148, 0.11873934300001565, 0.11892659700015429, 0.1187335519998669, 0.11910418600018602, 0.1184111459997439, 0.11922933699997884, 0.1217964700003904, 0.12041131999967547, 0.11980508500028009, 0.12144791199989413, 0.11905464499977825, 0.11899889900041671, 0.1225024579998717, 0.11926770299987766, 0.11845498699995005, 0.1187151819999599, 0.11871262700014995, 0.11888503299996955, 0.1191314190000412, 0.12384860800011666, 0.11967347299969333, 0.12130934400011029, 0.12032296999996106, 0.11874793900005898, 0.1191348359998301, 0.11874137200038604, 0.11910007400001632, 0.11952008499974909, 0.11959415100000115, 0.1190492959999574, 0.1195948380000118, 0.12014288099999249, 0.11759187999996357, 0.11753603600027418, 0.11736908399961976, 0.11966296900027373, 0.11934684400011975, 0.11952582200001416, 0.11876772899995558, 0.1194160719996944, 0.11900551999997333, 0.1197249740002917, 0.11983867199978704, 0.11967274300013742, 0.11841401099991344, 0.119509508000192, 0.11924889400006577, 0.1195818189999045, 0.11990715399997498, 0.1192286199998307, 0.11947276199998669, 0.1201524100001734, 0.12001962399972399, 0.12006043800010957, 0.11899765399994067, 0.11918147500000487, 0.11921334800035766, 0.11820489299998371, 0.12481211500016798, 0.12042357199970866, 0.11946404800028176, 0.11971512599984635, 0.11934413900007712, 0.11947071599979608, 0.1195901450000747, 0.1194372459999613, 0.11881486199990832, 0.11795748000031381, 0.11866241500001706, 0.119797651999761, 0.11898051200023474, 0.11897556499980055, 0.12206643299987263, 0.11963663999995333, 0.11951589700038312, 0.12053100999992239, 0.11805904799985001, 0.1186012779999146, 0.1217176280001695, 0.11987304300009782, 0.11939064299986057, 0.1190376979998291, 0.120180903000346, 0.11973240499992244, 0.11964780800008157, 0.12337337700000717, 0.11797920299977704, 0.11742862299979606, 0.11761510800033648, 0.11949452199996813, 0.11953480000011041, 0.11991364999994403, 0.11798255999974572, 0.11911374400006025, 0.11901100800014319, 0.11861714899987419, 0.11906930800023474, 0.11936897499981569, 0.1194114609997996, 0.11910509400013325, 0.1189539430001787, 0.1194004330000098, 0.11868494400005147, 0.11913822299993626, 0.11928357399983724, 0.11967162500013728, 0.11968644799981121, 0.11896291800030667, 0.11901573699969958, 0.11903584099991349, 0.11968044200011718, 0.11954223600014302, 0.11894675099983942, 0.11922807700011617, 0.11979793999989852, 0.1191280259999985, 0.11993314700021074, 0.1196645489999355, 0.11964558199997555, 0.12285150299976522, 0.12007058900007905, 0.12430263199985347, 0.12053549700021904, 0.11923386299986305, 0.11845781100009845, 0.11825540699965131, 0.11843997200003287, 0.11862529400013955, 0.11853970299989669, 0.11945209400028034, 0.1194962139998097, 0.12246752600003674, 0.11898351299987553, 0.11922525900035907, 0.11910918599960496, 0.11966256499999872, 0.11922293900033765, 0.11937550199991165, 0.12327418799986845, 0.11906819300020288, 0.119171348999771, 0.11963214900015373, 0.11967594499992629, 0.11963129900004787, 0.12095619199999419, 0.12146528199991735, 0.11929774999998699, 0.1192140709999876, 0.11914374200023303, 0.11934602899964375, 0.11929723800039937, 0.12368860399965342, 0.11951475600017147, 0.12044699899979605, 0.11892796200027078, 0.11960923500009812, 0.11873246499999368, 0.1186402809998981, 0.11845997599994007, 0.11848245000010138, 0.11844428699987475, 0.11888653999994858, 0.11924974500016106, 0.1201560370000152, 0.11888609199968414, 0.11892472700037615, 0.11932381799988434, 0.11908851599991976, 0.11892125599979408, 0.12029241800019008, 0.11833856900011597, 0.11895623600003091, 0.11967876499966223, 0.1193283520001387, 0.11934767899992949, 0.11877609000021039, 0.11910802300008072, 0.11930942199978745, 0.11979282299989791, 0.12005569500024649, 0.12005434999991849, 0.11998865299983663, 0.11946805500019764, 0.12030975400011812, 0.12379147799993007, 0.11960161099977995, 0.11946508100027131, 0.11979668100002527, 0.1196090240000558, 0.11866102999965733, 0.1190837150002153, 0.11960905099977026, 0.11941303499997957, 0.11908579900000404, 0.11897498899998027, 0.11839988700012327, 0.11832619799997701, 0.11883229700015363, 0.11851808099982009, 0.11838202600029035, 0.1192893389998062, 0.11885864899977605, 0.1195368800003962, 0.1188376199997947, 0.12227002899999206, 0.11972113599995282, 0.11985618100015927, 0.11953927000013209, 0.12273259799985681, 0.11983338799973353, 0.12014706600029967, 0.12235797299990736, 0.1190633500000331, 0.11834062099978837, 0.11878021800021088, 0.11851586500006306, 0.11936663500000577, 0.1207818140001109, 0.12025477299994236, 0.11893833899966921, 0.11950192500034973, 0.11863420299960126, 0.11855473100013114, 0.11820242700014205, 0.11954114799982563, 0.11920639900017704, 0.11956042400015576, 0.11976525699992635, 0.11896131599996806, 0.11929488699979629, 0.11933324400024503, 0.11860433399988324, 0.11981271000013294, 0.11997253699973953, 0.11953102100005708, 0.11917752499994094, 0.11886216700031582, 0.11927716299987878, 0.11898516399969594, 0.11890469500031031, 0.12012201700008518, 0.11930352799981847, 0.1209832650001772, 0.12041620499985584, 0.12034098499998436, 0.12003763599977901, 0.11989255600019533, 0.12328600200044093, 0.12044755399983842, 0.11959753099972659, 0.11969384300027741, 0.11910605699995358, 0.11910994299978483, 0.11896017500021117, 0.11921063999989201, 0.11946937700031413, 0.1181634319996192, 0.11872622999999294, 0.11857090800003789, 0.11916938200010918, 0.11888343700002224, 0.11888231300008556, 0.11873670699969807, 0.11882134000006772, 0.11902568200002861, 0.11882597600015288, 0.11830253000016455, 0.11820416999989902, 0.11872688799985553, 0.11896842800024388, 0.12027649599986034, 0.12069857699998465, 0.11955897100006041, 0.11957540799994604, 0.12022366500013959, 0.1196734209997885, 0.11870485800000097, 0.12215517000004184, 0.11976159899995764, 0.11939529099981883, 0.12007521900022766, 0.11894028200003959, 0.11924066899973695, 0.1189113720001842, 0.12278346999983114, 0.11962456900027973, 0.11919588199998543, 0.11939746500002002, 0.11907613399989714, 0.11949297799992564, 0.11899830399988787, 0.11869722500023272, 0.11879895799984297, 0.11916268599998148, 0.11930527000004076, 0.11982002500008093, 0.11921673200004079, 0.11944356799995148, 0.11893512000006012, 0.11886892799975612, 0.11966121500017834, 0.11942885600001318, 0.11875805099998615, 0.11911191599983795, 0.1195041470000433, 0.1187260290002996, 0.11898158799976954, 0.11886735899997802, 0.11895482599993557, 0.1192417629999909, 0.12378680399979203, 0.12137342699998044, 0.11933814300027734, 0.11956318399961674, 0.11876409300020896, 0.11936366600002657, 0.11939880899990385, 0.11908847699987746, 0.11883092600010059, 0.11901347799994255, 0.11885743800030468, 0.11958794899965142, 0.11888765599996987, 0.11830055300015374, 0.11813836100009212, 0.11825157800012676, 0.11905739099984203, 0.11929843400002937, 0.11903858100004072, 0.11871322799970585, 0.1190898500003641, 0.11891397799990955, 0.11877187599975514, 0.11926129300036337, 0.11911548699981722, 0.11927818599997408, 0.11855554900012066, 0.12251810499992644, 0.11874233299977277, 0.11849491400016632, 0.11823283900002934, 0.12100893300021198, 0.11931545599964011, 0.12173574300004475, 0.11972072400021716, 0.11886757000002035, 0.11846097599982386, 0.11962380600016331, 0.11898578299997098, 0.11889387900009751, 0.12226109199991697, 0.11865109199970902, 0.1182141799999954, 0.11836022800025603, 0.1183171279999442, 0.11853593800015005, 0.11857813300002817, 0.11830804900000658, 0.11833455799978765, 0.11811243800002558, 0.11829097000008915, 0.11883785600002739, 0.11808186999996906, 0.1180155349998131, 0.11852679300000091, 0.1190411210000093, 0.11902666500009218, 0.11887686499994743, 0.11890204300016194, 0.11842865399967195, 0.11857984000016586, 0.11885088500002894, 0.11813742999993337, 0.12233624400005283, 0.11855949200025862, 0.11922542299998895, 0.11865417499984687, 0.11853207300009672, 0.11871533600015027, 0.11917334099962318, 0.11863169100024606, 0.11870120699995823, 0.11774889800017263, 0.11871644499979084, 0.1187357650001104, 0.11847566300002654, 0.11899879099973987, 0.11903588500035767, 0.11864059399977123, 0.1195560099999966, 0.1186120900001697, 0.11847449700007928, 0.11832584599960683, 0.11865510500001619, 0.11881768600005671, 0.1189470720000827, 0.11941504200012787, 0.11983563500007222, 0.11967230699974607, 0.11910881599987988, 0.11949833700009549, 0.11922069100000954, 0.11900063200027944, 0.12207788499972594, 0.11903563400028361, 0.12018324599966945, 0.11921607500016762, 0.11845098300000245, 0.12198399299995799, 0.11953507199996238, 0.122365888999866, 0.11925315300004513, 0.11889412500022445, 0.1190287399999761, 0.11855911900011051, 0.11854644400000325, 0.12073733299985179, 0.1214292539998496, 0.11975930400012658, 0.12245724700005667, 0.11984848500014778, 0.11894762899964917, 0.1183745309999722, 0.11845111200000247, 0.11856657099997392, 0.11854430300036256, 0.11900266699967688, 0.1184694749999835, 0.11873729400031152, 0.1187763489997451, 0.11891128900015246, 0.11945312499983629, 0.11927581200006898, 0.11987355700011904, 0.12028051800007233, 0.11993647100007365, 0.12355884799990235, 0.12091338400023233, 0.12087088499993115, 0.11963879599989014, 0.11868935400025293, 0.11845363499969608, 0.12016743000003771, 0.11849170699997558, 0.1190923809999731, 0.11839795800005959, 0.11914704200034976, 0.11848712699975295, 0.119108777999827, 0.11794719300041834, 0.11876657299990256, 0.11909708499979388, 0.11973057400018661, 0.119192448999911, 0.11819372099989778, 0.11842980100027489, 0.11805784799980756, 0.11889696900016133, 0.11900986599994212, 0.11869433999981993, 0.11890908099985609, 0.11884840400034591, 0.11970649399972899, 0.11897945600003368, 0.11934389699990788, 0.11897101200020188, 0.1197133840000788, 0.11904169099989304, 0.11924857099984365, 0.12019085600013568, 0.12111733800020374, 0.12033392600005755, 0.11858054200001789, 0.11876517799964859, 0.1211176480001086, 0.11897862800014991, 0.12238089799984664, 0.119253284000024, 0.11841921599989291, 0.11852090299998963, 0.11836476700000276, 0.11863400500033094, 0.11912379399973361, 0.12207566600000064, 0.11991471400006048, 0.11857691300019724, 0.11936664499990002, 0.11922210400007316, 0.11995597699979044, 0.11989564499981498, 0.1186207050000121, 0.11999762400000691, 0.11919251500012251, 0.11832499899992399, 0.1185171730003276, 0.11879200199973639, 0.11914905100002215, 0.11930119599992395, 0.1192103890002727, 0.12662223000006634, 0.11984789699999965, 0.11980293799979336, 0.11880762700002379, 0.11840495700016618, 0.11868910600014715, 0.118866063999576, 0.11781120000023293, 0.11910968399979538, 0.11859648500012554, 0.1197771689999172, 0.11968966800031922, 0.11899157199968613, 0.11982986900011383, 0.11883524399991074, 0.11916532000032021, 0.11916020799981197, 0.11873917299999448, 0.11928294200015443, 0.11937604900003862, 0.11927906099981556, 0.11909017900006802, 0.11806851099981941, 0.11804301300026054, 0.11891691999971954, 0.1197116210000786, 0.11946367600012309, 0.11933567899995978, 0.11940847300002133, 0.11945182499994189, 0.11888999299981151, 0.11845683399997142, 0.11985032800021145, 0.11903639199999816, 0.11962348999986716, 0.11890724900013083, 0.1191395820001162, 0.12148579099994095, 0.11906578499974785, 0.1202181780004139, 0.11996574299973872, 0.11963534799997433, 0.12261875300009706, 0.12240913999994518, 0.11918217499987804, 0.11959449300002234, 0.12004851500023506, 0.1190076989996669, 0.11882525800001531, 0.1182594980000431, 0.12304277400016872, 0.11855474599997251, 0.11852990799980034, 0.11843306400032816, 0.11859967899999901, 0.11819623699966542, 0.11883105000015348, 0.11848227600012251, 0.11833600899990415, 0.11873459900016314, 0.11825641599989467, 0.11812583800019638, 0.11850230699974418, 0.12382759599995552, 0.12012028800018015, 0.11843865699984235, 0.11793940699999439, 0.11771362200033764, 0.11823134099995514, 0.11832228399998712, 0.11806232699973407, 0.11863970800004608, 0.12004145900027652, 0.11820418299976154, 0.12001908699994601, 0.11913341200033756, 0.11960029299962116, 0.11895723600036945, 0.11898131599991757, 0.11855207100006737, 0.11921466199964925, 0.11984796900014771, 0.11882922499989945, 0.11911976400006097, 0.11950417100024424, 0.11886844699984067, 0.11882523699978265, 0.1199535650002872, 0.12018111699990186, 0.12014526900020428, 0.1192932919998384, 0.11911523600019791, 0.11882990300000529, 0.11952080999981263, 0.11993521500016868, 0.11957303700000921, 0.11827058699964255, 0.11882507100017392, 0.11834664299976794, 0.1188038720001714, 0.11898236200022438, 0.11860366999962935, 0.1189045480000459, 0.12258778400018855, 0.11887571799979924, 0.1188663269999779, 0.11869230900038019, 0.11809559699986494, 0.12180121999972471, 0.11774717500020415, 0.12048187299978963, 0.11950847200023418, 0.11995798499992816, 0.11922039299997778, 0.11959225200007495, 0.11888417599993772, 0.12129525799991825, 0.11969580999993923, 0.11893958000018756, 0.1221590909999577, 0.11915441100018143, 0.11839654300001712, 0.11820398200006821, 0.11847050400001535, 0.11823851999997714, 0.11839666499963641]",tokens/s,8.375550706361677,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mistral,TencentARC/Mistral_Pro_8B_v0.1,TencentARC/Mistral_Pro_8B_v0.1,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-160m,EleutherAI/pythia-160m,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-6.7b,EleutherAI/pythia-6.7b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-13b,facebook/opt-13b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-6.7b,facebook/opt-6.7b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,microsoft/rho-math-1b-v0.1,microsoft/rho-math-1b-v0.1,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-2.7b,EleutherAI/pythia-2.7b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen2-beta-72B,Qwen/Qwen2-beta-72B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-0.5B,Qwen/Qwen1.5-0.5B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-1.8B,Qwen/Qwen1.5-1.8B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-70m,EleutherAI/pythia-70m,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gemma,google/gemma-2b,google/gemma-2b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-40b,tiiuae/falcon-40b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gemma,google/gemma-7b,google/gemma-7b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-125m,facebook/opt-125m,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,dbrx,databricks/dbrx-base,databricks/dbrx-base,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-350m,facebook/opt-350m,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stablelm,stabilityai/stablelm-2-12b,stabilityai/stablelm-2-12b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/polyglot-ko-12.8b,EleutherAI/polyglot-ko-12.8b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,26442.56768,,,,,s,1,344.79817192599876,344.79817192599876,0.0,344.79817192599876,344.79817192599876,344.79817192599876,344.79817192599876,[344.79817192599876],,kWh,0.00404193918471252,0.002203012767041193,0,0.006244951951753713,,MB,27018.235904,,,,,s,10,51.648113297003874,5.164811329700387,0.019835878990454057,5.161131363000095,5.197632429601799,5.198843584801944,5.199812508962059,"[5.200054740002088, 5.180131107998022, 5.161004808000143, 5.1450966949996655, 5.161570578002284, 5.143426856000588, 5.197363284001767, 5.161257918000047, 5.152355900998373, 5.1458514090008975]",tokens/s,49.566186189196316,kWh,6.132912676069307e-05,3.3426575687202304e-05,0.0,9.475570244789537e-05,tokens/kWh,2701684.367131047,MB,27308.150784,,,,,s,10,151.77036408000276,15.177036408000276,0.024137349496749127,15.174894807501914,15.206835583999782,15.209643458000574,15.211889757201206,"[15.153915636998136, 15.149930348001362, 15.20197399099925, 15.195427216000098, 15.151544559998001, 15.206211611999606, 15.212451332001365, 15.149119769001118, 15.180040081002517, 15.169749534001312]",tokens/s,4.151008029920175,kWh,0.00017849256488118576,9.72854140307279e-05,0.0,0.0002757779789119136,tokens/kWh,228444.63596610396,,s,630,151.76358096200056,0.24089457295555644,0.0018172414439570274,0.24063766850122192,0.2426633735994983,0.24464128555100614,0.2477779988697148,"[0.24424778499815147, 0.2400280660003773, 0.23981047599954763, 0.2397010480017343, 0.23896396800046205, 0.2391318139998475, 0.24016012699939893, 0.2396867839997867, 0.24324757100112038, 0.24158181399980094, 0.2404855899985705, 0.23933842100086622, 0.23945865999849048, 0.2396258629996737, 0.2391324850032106, 0.2390008759975899, 0.2399650309998833, 0.23958535299971118, 0.24093310900207143, 0.23960118199829594, 0.2391933710023295, 0.24042112399911275, 0.23940088900053524, 0.24603574199863942, 0.2393578150004032, 0.23921838499882142, 0.24036484099997324, 0.24041020400181878, 0.23892942800011951, 0.2401791249976668, 0.23948206500062952, 0.24022576000061235, 0.23957691900068312, 0.2389346839991049, 0.23932957500073826, 0.23988128500059247, 0.23951739199765143, 0.23998930500238203, 0.23909054099931382, 0.24248364600134664, 0.24001967199728824, 0.24042418400131282, 0.2411838340012764, 0.24265747499885038, 0.24046659099985845, 0.2410270779982966, 0.240194928002893, 0.24185942799886107, 0.24080690299888374, 0.24174383900026442, 0.24362224400101695, 0.24182380400088732, 0.2423927839990938, 0.24081244099943433, 0.2413288339994324, 0.2418987820019538, 0.2415664519976417, 0.24159832800069125, 0.24063009900055476, 0.24100624700076878, 0.23976609999954235, 0.23990843299907283, 0.24094321300071897, 0.24648375200195005, 0.23957424699983676, 0.24006284799907007, 0.23873918300159858, 0.24072277599771041, 0.2382975520013133, 0.238124092000362, 0.24095050599862589, 0.23901691699938965, 0.23904083399975207, 0.2391546040016692, 0.23815822300093714, 0.23942314299711143, 0.2385802290009451, 0.2397637140020379, 0.240631441000005, 0.23966914399716188, 0.23957474900089437, 0.24092643599942676, 0.23946304300261545, 0.23925209699882544, 0.2389681999993627, 0.2463571750013216, 0.2404218649971881, 0.2384256750010536, 0.24033802499980084, 0.23986289000094985, 0.24012773900176398, 0.24031583199757733, 0.23968875400169054, 0.23887630799799808, 0.2406441620005353, 0.24042677599936724, 0.23986040499949013, 0.24215169600211084, 0.24067080999884638, 0.2398843160008255, 0.23932389699984924, 0.2398854630009737, 0.23963372000071104, 0.24190597299821093, 0.2413712800007488, 0.2415241499984404, 0.24080947000038577, 0.2400274290012021, 0.24009734299761476, 0.24124197400306002, 0.24186780499803717, 0.24402511100197444, 0.24062368199884077, 0.24081513700002688, 0.24072478599919123, 0.241476942999725, 0.24169328800053336, 0.24164202300016768, 0.24122025399992708, 0.24204663400087156, 0.2395298189985624, 0.2414325749996351, 0.2408975710022787, 0.24110767299862346, 0.24083142000017688, 0.24084174399831682, 0.2451254859988694, 0.24051655400035088, 0.24013740900045377, 0.24065383999914047, 0.2401387310019345, 0.23854974200003198, 0.24148709300061455, 0.2395431409968296, 0.23872062700320384, 0.23897818699697382, 0.24075997700128937, 0.23921574799896916, 0.23905183399983798, 0.24114044500311138, 0.2387582139999722, 0.24071619199821725, 0.24038069100060966, 0.24043528499896638, 0.24061494299894548, 0.23992025300321984, 0.23978719099977752, 0.24738195600002655, 0.24098451099780505, 0.23881954999887967, 0.2397184740002558, 0.23940273200059892, 0.24519828200209304, 0.24483174899796722, 0.240928860999702, 0.24204485800146358, 0.24251758999889717, 0.24012039200169966, 0.24156577800022205, 0.24184344400055124, 0.24263787899690215, 0.24128350500177476, 0.24175533599918708, 0.24154695000106585, 0.24111229199843365, 0.24331200000233366, 0.24174983099874225, 0.24206059599964647, 0.24015250199954608, 0.24008322400186444, 0.24084991699783131, 0.24165776800145977, 0.2409805969982699, 0.24324639000042225, 0.24285178300124244, 0.24102841900094063, 0.2409104660000594, 0.24111526199703803, 0.2401358400020399, 0.24085095899863518, 0.24115590500150574, 0.24272257700067712, 0.24169256499953917, 0.2430045990004146, 0.24082472599911853, 0.2407363060010539, 0.24108001299828175, 0.24096462600209634, 0.24973516699901666, 0.24407007699846872, 0.24017007099973853, 0.2400416970012884, 0.23984918399946764, 0.24309282900139806, 0.24224970999785, 0.2407578240017756, 0.24124443699838594, 0.2407054440009233, 0.23975308800072526, 0.2403937329982, 0.23983992200010107, 0.23984871300126542, 0.24012065599890775, 0.2424563640015549, 0.24028790299780667, 0.23881951700241189, 0.24104937599986442, 0.23998009600109071, 0.24764637999760453, 0.24019070500071393, 0.2411647679982707, 0.24068470700149192, 0.24107079999885173, 0.23950697800319176, 0.24286771199695067, 0.2407379710020905, 0.24134928900093655, 0.23962747599944123, 0.23981082799946307, 0.23988423699847772, 0.23996653300127946, 0.24068752699895413, 0.24137044999952195, 0.2405366890016012, 0.24508535299901268, 0.2402745990002586, 0.2404363759997068, 0.2398303890004172, 0.24210870599927148, 0.24208784599977662, 0.24000843199974042, 0.2409609710011864, 0.2410911090009904, 0.24033455599783338, 0.24178455400033272, 0.24360883900226327, 0.24201408499720856, 0.24086452900155564, 0.2416289989996585, 0.24197205100063002, 0.24061683599938988, 0.24076049900031649, 0.24095427299835137, 0.24024852300135535, 0.24164772199947038, 0.2414671129990893, 0.24185208400012925, 0.2405598870027461, 0.24118667199945776, 0.242398737998883, 0.24613817800127435, 0.2409873439974035, 0.24485742499746266, 0.2406461840000702, 0.23942829700172297, 0.241947992999485, 0.23952395499873091, 0.23786212600316503, 0.23875751299783587, 0.2391060119989561, 0.23782635800307617, 0.24065644899746985, 0.24149198300074204, 0.23830850300146267, 0.23902108499896713, 0.24153993299842114, 0.23975282200262882, 0.24017386500054272, 0.23951298799875076, 0.24012035099804052, 0.24624043000221718, 0.240004120998492, 0.2393306060002942, 0.23932058599893935, 0.2396891720018175, 0.23964903199885157, 0.2401362250020611, 0.23940419099744759, 0.24092100900088553, 0.23948685399955139, 0.23882649100050912, 0.24039420900226105, 0.2397440939967055, 0.23912145200301893, 0.24003730499680387, 0.23960581800201908, 0.24069348400007584, 0.2395589519983332, 0.23985663700295845, 0.24043267199886031, 0.23927448700123932, 0.23922980799761717, 0.2410247560001153, 0.24046562800140237, 0.24090292599794338, 0.240895172002638, 0.24009729299723404, 0.24333262300206115, 0.2410627539975394, 0.2421659580031701, 0.24144680300014443, 0.24015023499669041, 0.24125738400107366, 0.2405724080017535, 0.24100480299966875, 0.24052916700020432, 0.24073596599919256, 0.24024333000124898, 0.24113288999797078, 0.2403490389988292, 0.24064389600243885, 0.24887608999779331, 0.24105706400223426, 0.2400365139983478, 0.2413602880005783, 0.24472583200258669, 0.2396648029971402, 0.24136795100275776, 0.2404133309973986, 0.23945393500252976, 0.23892638799952692, 0.23911578999832273, 0.23921584300114773, 0.23944966799899703, 0.2397043829987524, 0.24076411800342612, 0.238408614997752, 0.23808182699940517, 0.23908481600301457, 0.23904850099643227, 0.23969164300069679, 0.24483316800251487, 0.24306234999676235, 0.24033815600341768, 0.23975339199751033, 0.2403035320021445, 0.2391449009992357, 0.24160758799916948, 0.24219930899926112, 0.24041877100171405, 0.2409782129980158, 0.23953823600095348, 0.24250482600109535, 0.24240390599879902, 0.24075415400147904, 0.2404676459991606, 0.2408844460005639, 0.24090055099804886, 0.2414415570019628, 0.24084980299812742, 0.24065725800028304, 0.24240092699983506, 0.24163579699961701, 0.241087755002809, 0.24032708599770558, 0.2408285670026089, 0.24186870499761426, 0.24174150600083522, 0.2426586719993793, 0.24534960500022862, 0.24213217799842823, 0.24208833600278012, 0.24195152099855477, 0.24270568800056935, 0.24077849799869, 0.24243881800066447, 0.24208819799969206, 0.24023417699936545, 0.24386716000299202, 0.24044070599848055, 0.24094640700059244, 0.24168834499869263, 0.24175372600075207, 0.2505592779998551, 0.24368530100036878, 0.24256540699934703, 0.24453795099907438, 0.24290328700226382, 0.2455744760009111, 0.24397008400046616, 0.240816208999604, 0.24098347099788953, 0.24056004200247116, 0.23952853999799117, 0.24027528700025869, 0.2388819119987602, 0.24085639400072978, 0.24065612100093858, 0.24081595100142295, 0.23964926499684225, 0.23931927300145617, 0.23974891300167656, 0.24022601300021051, 0.24780276399906143, 0.24139355099759996, 0.23909567500231788, 0.24145079099980649, 0.24047864000021946, 0.24195137100105057, 0.24017215299681993, 0.2399130280027748, 0.24130096699809656, 0.23966964700230164, 0.24103966599795967, 0.24134000599951833, 0.24114919000203372, 0.24153051000030246, 0.24061337999955867, 0.24083965399768203, 0.24390173299980233, 0.2400141040016024, 0.24116641599903232, 0.24013737800123636, 0.24098056000002543, 0.2411683379978058, 0.24237855300088995, 0.24045131800085073, 0.24216585300018778, 0.2422046700012288, 0.24054857800001628, 0.24291878399890265, 0.24193633699906059, 0.24225151300197467, 0.24143230199842947, 0.24126457099919207, 0.24178431000109413, 0.2423817870003404, 0.242057150000619, 0.2410702749984921, 0.24042443100188393, 0.24116845699973055, 0.24147509799877298, 0.24285823800164508, 0.24123852499906207, 0.24878840499877697, 0.24231755000073463, 0.24081790700074635, 0.24132887999803643, 0.2424474489998829, 0.24040967600012664, 0.24485949500012794, 0.24722432999988087, 0.23902398599966546, 0.23797686300167697, 0.23965191800016328, 0.23869379900133936, 0.23856713499844773, 0.23948369799836655, 0.23803898200276308, 0.24002303799716174, 0.24137125100241974, 0.23830306499803555, 0.23811190000196802, 0.2380428779979411, 0.2467243250030151, 0.23933300299904658, 0.23911492999832262, 0.24075626800186, 0.24015597600009642, 0.23947850499826018, 0.24032168399935472, 0.23984310700325295, 0.24067587299941806, 0.23991454399947543, 0.24008169999797246, 0.2404905500006862, 0.2393678219996218, 0.23994817800121382, 0.2400900319989887, 0.23964467400219291, 0.23917269699813914, 0.239530721999472, 0.23932770700048422, 0.23960634100149036, 0.24040816499837092, 0.23968863900154247, 0.24092498800018802, 0.23966189599741483, 0.24104308599999058, 0.24100422600167803, 0.23944681899956777, 0.23998673100140877, 0.24517727099737385, 0.24126970400175196, 0.24106950799978222, 0.24086573800013866, 0.24136908400032553, 0.24128918899805285, 0.24094516900004237, 0.2403448830009438, 0.2400475880021986, 0.23994163399765966, 0.23985428500236594, 0.24112222799885785, 0.24071262899815338, 0.23970399600148085, 0.248772552000446, 0.24145858699921519, 0.24006026300048688, 0.24124981799832312, 0.24108540400266065, 0.24287565299891867, 0.23958371700064163, 0.23938347500006785, 0.24633593800172093, 0.24047657999835792, 0.24023254799976712, 0.23904471200148691, 0.23867551500006812, 0.24002754699904472, 0.23800598900197656, 0.23805481999806943, 0.23910559800060582, 0.23881710299974657, 0.23826674099836964, 0.240736404000927, 0.24771736700131441, 0.23909126899889088, 0.23868004199903226, 0.23961639600020135, 0.2400769730011234, 0.24088806299914722, 0.2448240209996584, 0.2403213079996931, 0.2400700720027089, 0.24016590499741142, 0.23924434700165875, 0.24145215400130837, 0.2392454959990573, 0.2402867939999851, 0.2400018669977726, 0.24223304699989967, 0.24203891800061683, 0.24049010100134183, 0.2405422189985984, 0.24017316000026767, 0.2400128940025752, 0.24055915299686603, 0.24100696700043045, 0.24051801500172587, 0.23970581100002164, 0.24013465999814798, 0.24005640800169203, 0.24029389799761702, 0.24353640200206428, 0.24099017800108413, 0.23924582399922656, 0.239628654999251, 0.24141251300170552, 0.24134975599736208, 0.2415039670013357, 0.2410670700010087, 0.2419055729988031, 0.2425517999981821, 0.24099542000112706, 0.24139555200235918, 0.24037307399703423, 0.24714767900150036, 0.24427290599851403, 0.24244235700098216, 0.24075077900124597, 0.24236074999862467, 0.24199512999985018, 0.24242971900093835, 0.24180002199864248, 0.2417068870017829, 0.24114108600042528, 0.24439970900129993, 0.2397832529968582, 0.23956847200315678, 0.24123174199849018, 0.2395200239989208, 0.24241262200303026, 0.24168008999913582, 0.2385361880005803, 0.2390988089973689, 0.23911382500227774, 0.2385693659998651, 0.24528558800011524, 0.23887398700026097, 0.23785896999834222, 0.23981116999857477, 0.23956655300207785, 0.2398061060011969, 0.23990704599782475, 0.23863156500010518, 0.23882694500207435, 0.2398758249983075, 0.2385072389988636, 0.24036905799948727, 0.23851376100355992, 0.2397305119993689, 0.2397180079969985, 0.23970440800258075, 0.24394206599754398, 0.24042364500201074, 0.23925391599914292, 0.24039292800080148, 0.23977167599878157, 0.24263996000081534, 0.2401971430008416, 0.2393654189982044, 0.24024480099978973, 0.24074765700061107, 0.24066863100233604, 0.24078212799940957, 0.24313493999943603, 0.24171817200112855, 0.24009829899659962, 0.24001356000007945, 0.2403627800013055, 0.24105716800113441, 0.24149254999792902, 0.24095835800108034, 0.24166855699877487, 0.24090974400314735, 0.2419425029984268, 0.24208043899852782, 0.2412707670009695, 0.2487655149998318, 0.24241139100195142, 0.24074198299786076, 0.24102489900178625, 0.23982487700050115, 0.24179812299917103, 0.2417443739977898, 0.24107222900056513, 0.24411288700139266, 0.2415365569977439, 0.24204444800125202]",tokens/s,4.151193560448096,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt2,openai-community/gpt2,openai-community/gpt2,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,codegen,Salesforce/codegen-6B-nl,Salesforce/codegen-6B-nl,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa-pytorch,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-410m,EleutherAI/pythia-410m,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/update_llm_perf_cpu_pytorch.py"", line 114, in benchmark_cpu_pytorch benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 174, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen,Qwen/Qwen-7B,Qwen/Qwen-7B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-66b,facebook/opt-66b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,stabilityai/stablelm-base-alpha-7b,stabilityai/stablelm-base-alpha-7b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-2.7B,EleutherAI/gpt-neo-2.7B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,6131.17952,,,,,s,1,90.94220510099967,90.94220510099967,0.0,90.94220510099967,90.94220510099967,90.94220510099967,90.94220510099967,[90.94220510099967],,kWh,0.001044945404832644,0.0005695345643959361,0,0.00161447996922858,,MB,6146.12992,,,,,s,10,8.005663228998856,0.8005663228998856,0.002776542406447468,0.7996503929998653,0.8034271308003553,0.8053933509002945,0.8069663269802458,"[0.7990492420003648, 0.8029901930003689, 0.7970505909997883, 0.7999913140001809, 0.7981920229995012, 0.801508155999727, 0.8009863239994957, 0.7993094719995497, 0.8073595710002337, 0.7992263429996456]",tokens/s,319.7736310874195,kWh,9.432986703259119e-06,5.141208690774235e-06,0.0,1.4574195394033354e-05,tokens/kWh,17565292.153610475,MB,6187.13088,,,,,s,10,53.26304402799997,5.326304402799996,0.016370239185974925,5.322576194500016,5.350752141999965,5.3516524389998725,5.352372676599798,"[5.32806142499976, 5.343891368999721, 5.3525527359997795, 5.313519727000312, 5.318529764000232, 5.304348698000467, 5.350552075999985, 5.3113842180000574, 5.313581389999854, 5.3266226249998]",tokens/s,11.828088527362686,kWh,6.264170343056044e-05,3.414212387452054e-05,0.0,9.678382730508097e-05,tokens/kWh,650935.2001694669,,s,630,53.256505986001685,0.08453413648571696,0.0010819043231100152,0.08433238750012606,0.08599720720048935,0.08663977550027084,0.08776761514013742,"[0.08590463299969997, 0.08378174500012392, 0.08582364799985953, 0.08553043299980345, 0.08501620500010176, 0.0841185930003121, 0.08479435600020224, 0.0833016669994322, 0.08344520400078181, 0.08317140500003006, 0.08547480299966992, 0.08576987699962046, 0.08405217600011383, 0.08452106000004278, 0.08460774400009541, 0.08520711700020911, 0.08539117899999837, 0.08579973099949711, 0.0875480909999169, 0.08529212000030384, 0.08352172099966992, 0.08390172600047663, 0.0841711610000857, 0.08484487500027171, 0.08398465599930205, 0.08285703799992916, 0.08334673200079123, 0.08403648199964664, 0.08375495899963425, 0.08428926200031128, 0.08385806699970999, 0.08495124799992482, 0.08513349000077142, 0.08420923099947686, 0.0846617420002076, 0.08449152100001811, 0.08444521699948382, 0.08493659000032494, 0.08504013099991425, 0.08392726000056427, 0.08399419899978966, 0.0846627789997001, 0.08400852799968561, 0.0838152660007836, 0.08338410299984389, 0.08400483500008704, 0.08369673800007149, 0.08625860399934027, 0.0853453650006486, 0.08609717999934219, 0.08523751700067805, 0.08445451599982334, 0.08485675100018852, 0.08492314699924464, 0.08354277500075113, 0.08431323599961615, 0.08429066099961346, 0.0834299430007377, 0.08466961499925674, 0.0848293740000372, 0.08453261800059408, 0.08503762399959669, 0.08494819000043208, 0.08602069199969264, 0.08602239900028508, 0.08354641100049776, 0.08509404799951881, 0.08455844600030105, 0.08571392300018488, 0.08558586499930243, 0.08529451300000801, 0.08539341899995634, 0.08531010300066555, 0.08472220299972832, 0.08451038400016841, 0.08471361200008687, 0.0845920819992898, 0.08440111900017655, 0.08358983000016451, 0.08385367899973062, 0.0836923860006209, 0.08384421899972949, 0.0834753549997913, 0.08403537300000608, 0.08346209499995894, 0.08416757499981031, 0.08364439400065748, 0.08581538499947783, 0.08503962099985074, 0.08474926500002766, 0.0860886610007583, 0.08509129599951848, 0.08612589699987439, 0.0845795340001132, 0.08517843899971922, 0.08404230900032417, 0.08400122100010776, 0.08484828200016636, 0.0844282039997779, 0.08453511300012906, 0.08600868400026229, 0.08619990699935443, 0.0843450890006352, 0.08379399099976581, 0.0839169299997593, 0.08491070099989884, 0.08448208299978432, 0.08419069000046875, 0.08470690800004377, 0.08421235100013291, 0.08423019299971202, 0.08614735199989809, 0.08545552099985798, 0.08490558199991938, 0.08453267000004416, 0.08538860200042109, 0.08491402399977233, 0.0842169190000277, 0.08394361800037586, 0.08410579900009907, 0.08470915999987483, 0.08451917499951378, 0.08409197200035123, 0.08565063199966971, 0.08773901499989734, 0.0881731330000548, 0.08727309500045521, 0.08498453799984418, 0.08372508299999026, 0.084428533999926, 0.0863353550003012, 0.08563826699992205, 0.08555693499965855, 0.08458803899975464, 0.08447750899995299, 0.08434261200000037, 0.08388498300064384, 0.08471404600004462, 0.08340679399952933, 0.08445367000058468, 0.08366279499932716, 0.08437210200008849, 0.08401182400029938, 0.0846702720000394, 0.08415558700016845, 0.08366320499953872, 0.08350682200034498, 0.08426099000007525, 0.08312930899955973, 0.08427054599997064, 0.08539023400044243, 0.08445079000011901, 0.083493016999455, 0.08373708999988594, 0.08373407399994903, 0.0845934170001783, 0.08393665899984626, 0.08461476699994819, 0.08756824800002505, 0.08599117300036596, 0.08498636100011936, 0.08712272199954896, 0.08621623700037162, 0.08528319000015472, 0.08495501400011563, 0.08487902199976816, 0.08468435800023144, 0.08559642999989592, 0.08677276500020525, 0.08849513699988165, 0.08646025500001997, 0.0867127569999866, 0.08640389499942103, 0.08429377500033297, 0.08387373899950035, 0.08367721900049219, 0.0847939690002022, 0.08469273599985172, 0.08433425899966096, 0.08448209600010159, 0.08447367999997368, 0.08539360000031593, 0.08393402299952868, 0.08561942200049089, 0.0854392490000464, 0.08522735199949238, 0.08750403100020776, 0.08616623499983689, 0.08444143999986409, 0.08759129500049312, 0.08476527199945849, 0.09022890300002473, 0.08541719500044564, 0.08498335700005555, 0.08393941799931781, 0.08469305300059204, 0.08516986199992971, 0.08657945999948424, 0.08427610400030972, 0.08519227400029195, 0.08401090200004546, 0.08355645600022399, 0.0841856179995375, 0.08332830099971034, 0.08337409800060414, 0.08315238999966823, 0.08371670399992581, 0.08477469599984033, 0.08288805300071544, 0.0840284009991592, 0.08369557400055783, 0.08475484900009178, 0.08386449899990112, 0.08411850199991022, 0.08372727899950405, 0.0845331710006576, 0.08403137899949797, 0.08534203399995022, 0.08503602400014643, 0.08425110000007408, 0.08541659900038212, 0.08450656900004105, 0.08445279499937897, 0.08490661300038482, 0.08524312800000189, 0.08531314199990447, 0.08392113300033088, 0.0842266549998385, 0.08517340799971862, 0.08424805800041213, 0.08401240900002449, 0.08348686199951771, 0.08334882100007235, 0.08353594199979852, 0.0839319560000149, 0.08306750700012344, 0.08339677999993, 0.0832929010002772, 0.08306998199986992, 0.08431932700023026, 0.08499274499990861, 0.0839243569998871, 0.0833979270000782, 0.08368197199979477, 0.0843054110000594, 0.0836989330000506, 0.08420186900002591, 0.08422489999975369, 0.08351192800000717, 0.08351237600072636, 0.08339569799954916, 0.08391700300035154, 0.08562765199985733, 0.08356044600077439, 0.08546794599988061, 0.08338235799965332, 0.083266112000274, 0.08325423199949, 0.08774366400029976, 0.08376132499961386, 0.08353909400011617, 0.0835134389999439, 0.08355162000043492, 0.08379755300029501, 0.08357753699965542, 0.08373999099967477, 0.08307123800022964, 0.08287203700001555, 0.08405432800009294, 0.08524636499987537, 0.08526415400046972, 0.08424983299937594, 0.0839233830001831, 0.08469351500025368, 0.08454591499958042, 0.08417557600023429, 0.08354732499992679, 0.08560417900025641, 0.08361678500023118, 0.08330990199920052, 0.08348956800000451, 0.08445582600052148, 0.08291689599991514, 0.08347450400015077, 0.08530429900019953, 0.08440327199969033, 0.08372516199960955, 0.083846739999899, 0.08433203799995681, 0.08503025900063221, 0.0834521169999789, 0.0826977890001217, 0.08483728099963628, 0.08479537299990625, 0.08478219100015849, 0.08480235899969557, 0.08599593200051459, 0.08614974800002528, 0.08556566999959614, 0.08930300300016825, 0.08558837300006417, 0.08447577900005854, 0.08378681500016683, 0.08639888499965309, 0.084976340999674, 0.08562556300057622, 0.0840685779994601, 0.0840818880005827, 0.08337428499999078, 0.08362463699995715, 0.08443219799937651, 0.0837319780002872, 0.08448726599999645, 0.08521326499976567, 0.08471449600074266, 0.08451594600046519, 0.082909973999449, 0.08334236700011388, 0.08468832899961853, 0.08348016100080713, 0.0838979529999051, 0.0854302869993262, 0.08647195100002136, 0.0838150380004663, 0.08458643500034668, 0.08439010999973107, 0.08423836600013601, 0.08432996699957584, 0.08407315499971446, 0.08487517200046568, 0.08475638300024002, 0.08371744399937597, 0.08356452200041531, 0.08466177399986918, 0.0851969260002079, 0.08400840699960099, 0.08483246800005873, 0.08424578300036956, 0.08494830099971296, 0.08592808299999888, 0.08604167599969514, 0.08480357200005528, 0.0846097550002014, 0.08404944700032502, 0.08468562899997778, 0.08293053600027633, 0.0840129429998342, 0.08342732799974328, 0.08337012999982107, 0.08318239500022173, 0.08282457699988299, 0.08337404200028686, 0.08301709999977902, 0.08327046999966115, 0.08560665700042591, 0.08407861500018043, 0.08342550599991228, 0.08270281099976273, 0.08363734900012787, 0.08342780699967989, 0.08620525400056067, 0.08400956799960113, 0.084932468000261, 0.08498927599976014, 0.08428016400011984, 0.08383620600034192, 0.08381136199932371, 0.08707262900043133, 0.0845710550001968, 0.08384378999926412, 0.08369609800047328, 0.08351413899981708, 0.08252082699982566, 0.08340729500014277, 0.08419414099989808, 0.08381512699997984, 0.08391933600069024, 0.08372259699990536, 0.0868212269997457, 0.08331073200042738, 0.0842597509999905, 0.08443722199990589, 0.08565359600015654, 0.08526908299973002, 0.08917606999966665, 0.08575002300040069, 0.08400883200010867, 0.08404029099983745, 0.08615606700004719, 0.08497532300043531, 0.08425184699990496, 0.0848225169993384, 0.08462472300016088, 0.08659570300005726, 0.08709316700060299, 0.08690627899977699, 0.08610419300021022, 0.08527310799945553, 0.08717814999999973, 0.0843911689999004, 0.08726602400020056, 0.08484574100020836, 0.08563337099985802, 0.08528197099985846, 0.08414166500006104, 0.08556934799980809, 0.08664265100014745, 0.08821630500005995, 0.08565452400034701, 0.08356314100001327, 0.08493692299998656, 0.0863770289997774, 0.08423649099950126, 0.08423734999996668, 0.08505924200017034, 0.08423163699990255, 0.08399534700038203, 0.08427169999959006, 0.08334000000013475, 0.08358622200012178, 0.08347308399970643, 0.08381442600057198, 0.08493727599943668, 0.08357859300031123, 0.08567085100003169, 0.08501591200001712, 0.08401354099987657, 0.08403763900059857, 0.0845323819994519, 0.08373107199986407, 0.08354547300041304, 0.0842264980001346, 0.08335673399960797, 0.08367337300023792, 0.08318879199941875, 0.08380599300016911, 0.08368629800042982, 0.08437467899966578, 0.08450634500059095, 0.08523026399961964, 0.08533260199965298, 0.08663626100042165, 0.08415421500012599, 0.08420802499949787, 0.08516755599976022, 0.08515830500073207, 0.08316634699986025, 0.08407407799950306, 0.08325823900031537, 0.08259018799981277, 0.0830274259997168, 0.08436289500059502, 0.08391643300001306, 0.08566915499977767, 0.08485025899972243, 0.08314059400072438, 0.08395783199921425, 0.08469844100000046, 0.08499090600071213, 0.0853733989997636, 0.0842314149995218, 0.08491525700083002, 0.08498331899954792, 0.08433460800006287, 0.0840464670000074, 0.08370629099954385, 0.08394596600010118, 0.0863071330004459, 0.08331147900025826, 0.08432775399978709, 0.0840210489996025, 0.0839394340000581, 0.08352352700057963, 0.08419821199913713, 0.0831021440008044, 0.08346459699987463, 0.0837910419995751, 0.0867802800003119, 0.08630899299987504, 0.0852929700004097, 0.084201351000047, 0.08443890899980033, 0.0834220409997215, 0.08349072199962393, 0.08470154700080457, 0.08424538999952347, 0.08433273700029531, 0.08468664300016826, 0.08482351999919047, 0.08502234000025055, 0.08468128700042143, 0.08411662799971964, 0.08443212699967262, 0.08365160700031993, 0.08412161900014326, 0.08381301899953542, 0.0837808740006949, 0.08351731799939444, 0.0840597180003897, 0.08297190899975249, 0.08341528700020717, 0.0844330150002861, 0.08371568699931231, 0.08575203500004136, 0.08670798700040905, 0.08626212399940414, 0.08437551800034271, 0.08362605099955545, 0.0834549600003811, 0.08339494000028935, 0.08283594899967284, 0.08297612499973184, 0.08419517400034238, 0.08448798599965812, 0.08372700300060387, 0.08463084199956938, 0.08398943500014866, 0.0829035719998501, 0.08324295399961557, 0.08357155400062766, 0.08428698499938037, 0.08343161100037833, 0.08385017700038588, 0.0841494939995755, 0.08481492800001433, 0.08390435799992702, 0.08328229000017018, 0.08338288699997065, 0.08422309599973232, 0.08441511199998786, 0.08428388300035294, 0.08360350200018729, 0.0852585269994961, 0.08722284800023772, 0.08469186700040154, 0.08318386299924896, 0.08448889200008125, 0.08515929500026687, 0.08454060300027777, 0.08508443199934845, 0.08498076200066862, 0.08464987499974086, 0.08379146900006162, 0.08529459399960615, 0.08523495600002207, 0.08511977000034676, 0.08343988799970248, 0.08342479500061017, 0.08734587899925828, 0.0847940200001176, 0.08477875200060225, 0.08439739999994345, 0.0856416659999013, 0.08535928999936004, 0.08441381300053763, 0.08541246899949329, 0.08545367900023848, 0.08420796500013239, 0.08457565699973202, 0.08435968400044658, 0.08315321099962603, 0.08319941199988534, 0.08322716300062893, 0.08480741599942121, 0.08301682900037122, 0.08362450200002058, 0.08361712300029467, 0.08777739800007112, 0.08436650600015128, 0.08432326999991346, 0.08376695599963568, 0.0839320110007975, 0.0838193229992612, 0.08452971400038223, 0.08396230099970126, 0.08377178000046115, 0.08736274399961985, 0.08377123100035533, 0.08398632199987333, 0.0839620990000185, 0.08444186100041406, 0.08366015999945375, 0.08383908100040571, 0.08419956999932765, 0.08382436800002324, 0.0822944589999679, 0.08410029500009841, 0.08264079200034757, 0.0837307250003505, 0.0845562409995182, 0.08354873000007501, 0.08364741599962144, 0.08485190200008219, 0.08479121300024417, 0.08389382200039108, 0.08380147099978785, 0.08387204100017698, 0.08350850899932993, 0.08418353900015063, 0.08476149400030408, 0.08379236899963871, 0.08528968600057851, 0.08505185200010601, 0.08582223999928829, 0.08403014600025926, 0.0840220740001314, 0.08614461399974971, 0.08459993599990412, 0.08685520800008817, 0.08665032000044448, 0.08504999299930205, 0.08479971900032979, 0.08578133399987564, 0.08667810000042664, 0.085610541999813, 0.08332736099964677, 0.08401858100023674, 0.08488143799968384, 0.0851547690008374, 0.0841924479991576, 0.08418283600076393, 0.08611097199991491, 0.08583301699945878, 0.0860230380003486, 0.08425302500018006, 0.08395829999972193, 0.0846664979999332, 0.0841279520000171, 0.08384591100002581, 0.08372344899999007]",tokens/s,11.82954060421451,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-7b,tiiuae/falcon-7b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Llama-2-7b-hf,meta-llama/Llama-2-7b-hf,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-rw-1b,tiiuae/falcon-rw-1b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-4B,Qwen/Qwen1.5-4B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,internlm2,internlm/internlm2-20b,internlm/internlm2-20b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,deci,Deci/DeciLM-7B,Deci/DeciLM-7B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,14660.554752,,,,,s,1,222.07680873200025,222.07680873200025,0.0,222.07680873200025,222.07680873200025,222.07680873200025,222.07680873200025,[222.07680873200025],,kWh,0.0025936303943875066,0.0014136281512258627,0,0.004007258545613369,,MB,14733.303808,,,,,s,10,19.383128980999572,1.9383128980999573,0.0030389864157059987,1.9374777674997858,1.9424729620000107,1.9433510784999726,1.944053571699942,"[1.935478528999738, 1.9390395450000142, 1.9360120649998862, 1.9374281279997376, 1.9422778250000192, 1.9359083770004872, 1.9344820950000212, 1.9442291949999344, 1.937527406999834, 1.9407458149999002]",tokens/s,132.0736194094078,kWh,2.2986987159722062e-05,1.2528618738289363e-05,0.0,3.5515605898011425e-05,tokens/kWh,7208098.905454231,MB,14735.228928,,,,,s,10,115.1075273769984,11.51075273769984,0.049330288633626596,11.508139754999775,11.588938611699541,11.59285867284957,11.595994721769593,"[11.52891808000004, 11.588067486999535, 11.5967787339996, 11.492907852999451, 11.510867246999624, 11.505412262999926, 11.467843028999596, 11.511505400000715, 11.42365108499962, 11.481576199000301]",tokens/s,5.47314336738929,kWh,0.0001353966041084717,7.379641488369864e-05,0.0,0.00020919301899217035,tokens/kWh,301157.2771573126,,s,630,115.10321489199941,0.18270351570158638,0.0023462242327001418,0.18227701900013926,0.18553360100022473,0.18715564885037567,0.19066136671024653,"[0.18477191200054222, 0.1850217450000855, 0.17959509100001014, 0.18196207099936146, 0.18009296400032326, 0.18473889199958649, 0.18039416700048605, 0.18155648999982077, 0.18312916299964854, 0.18136457100081316, 0.18047534999914205, 0.18380250900008832, 0.18324019700048666, 0.18203668000023754, 0.17939936099992337, 0.1812917639999796, 0.1831474470000103, 0.18367068499992456, 0.18050300699997024, 0.18548674199973902, 0.1837056960002883, 0.18404124199969374, 0.18717392200051108, 0.1830104909995498, 0.18175256399990758, 0.18223077800030296, 0.18279132199950254, 0.1802183320005497, 0.18191693399967335, 0.18051783100054308, 0.18128178199913236, 0.18350651700075105, 0.1823372209992158, 0.18531873100073426, 0.18295885999941675, 0.18224719899990305, 0.1812340900005438, 0.1825654759995814, 0.18132165200040617, 0.18180650399972365, 0.18079167599989887, 0.18645185500008665, 0.1820221190000666, 0.18192888399971707, 0.1830513630002315, 0.18643660999987333, 0.18500429699997767, 0.18479446200035454, 0.18567574999997305, 0.18856072400012636, 0.1835044769995875, 0.18276817500009201, 0.18437639900002978, 0.18540735599981417, 0.18229709900060698, 0.18292218199985655, 0.18613165099941398, 0.18319956000050297, 0.18552345500029332, 0.18280341699937708, 0.18412848300067708, 0.18217402499976743, 0.18092178699953365, 0.18774930400013545, 0.18090503199982777, 0.17973835799966764, 0.1797629060001782, 0.1815841220004586, 0.18171905399958632, 0.18112824400031968, 0.18332643599933363, 0.18173303500043403, 0.18120439599988458, 0.18167341000025772, 0.18097606999981508, 0.1826757640001233, 0.18081873200026166, 0.18429020999974455, 0.18156701599946246, 0.18230431500069244, 0.1829869539997162, 0.18141801399997348, 0.1826541560003534, 0.1847715079993577, 0.1880423910006357, 0.18274528999972972, 0.18370235299971682, 0.18237623200002417, 0.18697440600044501, 0.1836973270001181, 0.18303701899912994, 0.18540609300089272, 0.18367857299926982, 0.18343203499989613, 0.18416459300078714, 0.19183941399933246, 0.185712166000485, 0.1885969799996019, 0.19560598200041568, 0.1911251949995858, 0.18318008900041605, 0.18751162599983218, 0.18527301300036925, 0.1855152089992771, 0.18144123900037812, 0.18505516499953956, 0.18334535300073185, 0.18507750499975373, 0.1828783109995129, 0.183227726000041, 0.1831584900000962, 0.18649257800007035, 0.18405988100039394, 0.18509674799952336, 0.18184373800067988, 0.18178678899948864, 0.18147222800052987, 0.1859356109998771, 0.18570399100008217, 0.18340366199936398, 0.182587551999859, 0.1836526690003666, 0.1853228689997195, 0.18132857599994168, 0.1841323860007833, 0.18402256699937425, 0.18530624999948486, 0.18546515600064595, 0.18010914099977526, 0.17882768900017254, 0.1798771960002341, 0.1798475049999979, 0.18018535099963628, 0.18283892999988893, 0.18186670700015384, 0.18261574699954508, 0.18294219700055692, 0.1808183419998386, 0.1845388230003664, 0.1837546309998288, 0.18132414799947583, 0.18449587800023437, 0.1852168770001299, 0.1901550499997029, 0.18840483399981167, 0.1843533990004289, 0.18851896700016368, 0.18416310100019473, 0.1808574229999067, 0.1891711789994588, 0.18117466000057902, 0.1844341819996771, 0.1800542390001283, 0.1800492740003392, 0.18156635699961043, 0.1808523919999061, 0.18085937199975888, 0.1810083640002631, 0.18827989199962758, 0.1886495040007503, 0.18383602699941548, 0.19477681799980928, 0.19070869500046683, 0.18550932299967826, 0.1922715770006107, 0.19159340799978963, 0.18657760699989012, 0.1823528590002752, 0.18117252699994424, 0.18255992699960188, 0.18345603800025856, 0.1841453779998119, 0.17956082399996376, 0.18091057000037836, 0.18661859999974695, 0.18332563500007382, 0.18602322500009905, 0.17959946900009527, 0.1828886240000429, 0.18193088099997112, 0.1849969559998499, 0.1905454939997071, 0.1871065670002281, 0.18476592200022424, 0.18137873700015916, 0.18180330799987132, 0.18296745599946007, 0.18257452200032276, 0.18780968299961387, 0.18469233399991936, 0.1833162689999881, 0.18455921300028422, 0.18730612999934237, 0.1822771590004777, 0.18323853899983078, 0.1824134119997325, 0.18222120300015376, 0.1822452799997336, 0.17975026400017668, 0.1818866439998601, 0.1814232520000587, 0.18165252300059365, 0.18114426800002548, 0.18099115699988033, 0.18066968099992664, 0.18325602499953675, 0.18299850500079629, 0.17952334299934591, 0.18283240500022657, 0.18196013200031302, 0.18282112599990796, 0.18050693900022452, 0.18144774099982897, 0.18162284399932105, 0.18195586500041827, 0.18189785899994604, 0.17949641599989263, 0.18087424500026827, 0.18116452399954142, 0.18048834999990504, 0.18090395200033527, 0.18327319600030023, 0.1828910160002124, 0.18085078299918678, 0.18404296700009581, 0.18097069800023746, 0.1807143449996147, 0.18212916000084078, 0.17950201299936452, 0.1809946930006845, 0.18366797899943776, 0.1798494220001885, 0.1810265280000749, 0.18527344599988282, 0.18269466600031592, 0.18132116099968698, 0.18265412599976116, 0.18469254600040586, 0.18058474699955696, 0.1844293120002476, 0.1846946570003638, 0.1832111529993199, 0.18131960200025787, 0.18170403099975374, 0.1839080700001432, 0.18344786899979226, 0.18740825700024288, 0.1835909379997247, 0.18544415199994546, 0.18455575100051647, 0.18566758900033165, 0.1823731439999392, 0.1850287199995364, 0.18256851499972981, 0.18028840000079072, 0.18292970799939212, 0.18148797100002412, 0.18100406600024144, 0.18049303599946143, 0.18135373100085417, 0.18393539199951192, 0.18314650100001018, 0.18133718599983695, 0.18376530400018964, 0.18125260299984802, 0.18139553099990735, 0.17981410900029005, 0.18080224999994243, 0.18273741499979224, 0.18366375700043136, 0.1818245169997681, 0.18062650800038682, 0.18379759899926285, 0.18401478700070584, 0.1817238109997561, 0.1815321550002409, 0.18193059699933656, 0.1802729230003024, 0.18014642399975855, 0.1809565820003627, 0.18267009899955156, 0.18305020200023137, 0.18101443700015807, 0.1841509469995799, 0.18611557800068113, 0.18520943299972714, 0.18279310199977772, 0.18132468200019503, 0.18255101799968543, 0.18418540299990127, 0.18498659800025052, 0.1835039460002008, 0.18210284500037233, 0.18591867799932515, 0.18161619200054702, 0.18217171600008442, 0.18129306299942982, 0.18177532500067173, 0.18147964699983277, 0.1818024799995328, 0.18335243700039427, 0.18449484299981123, 0.17974593700000696, 0.18334290300026623, 0.18438797299950238, 0.18645224000010785, 0.18117155700019794, 0.18242482299956464, 0.18465495200052828, 0.18750021399955585, 0.18394902599993657, 0.18530487600037304, 0.1833430970000336, 0.18458985199958988, 0.18217871700016985, 0.1827077879997887, 0.18069557499984512, 0.18286690900004032, 0.18663217599987547, 0.18267029200069373, 0.18432715499966434, 0.18308159800017165, 0.1824856749999526, 0.18562491499960743, 0.18360444300014933, 0.18237654200038378, 0.1802449910001087, 0.18227687899980083, 0.1819830019994697, 0.18368750500030728, 0.18314180600009422, 0.1832968870003242, 0.18021095799940667, 0.18488584500028082, 0.18674053599988838, 0.18062030900000536, 0.18057470799976727, 0.17866345000038564, 0.18044066799939174, 0.1819214360002661, 0.18700073800027894, 0.1836384789994554, 0.18688238600043405, 0.18132457100000465, 0.18108740400020906, 0.18127303099936398, 0.1829744380002012, 0.1834947010001997, 0.1835610620000807, 0.18320661500001734, 0.18164663199968345, 0.18620120600007795, 0.18026190199998382, 0.17961663900041458, 0.18167612799970811, 0.18234947099972487, 0.18079735500032257, 0.1811222659998748, 0.18339156900037779, 0.18095379099941056, 0.1817746510005236, 0.18152745299994422, 0.18757125199954316, 0.18338308200054598, 0.1805596409994905, 0.18101735600066604, 0.18049610999969445, 0.18071249799959332, 0.18074452600012592, 0.18177828999978374, 0.18338124400088418, 0.18263675099933607, 0.1873102250001466, 0.18272400699970603, 0.18370244600009755, 0.1809748400000899, 0.1840675690000353, 0.18238534400006756, 0.1882379700000456, 0.1832552019996001, 0.1805020070005412, 0.18082500199943752, 0.18171858999994583, 0.18067734699980065, 0.18179016200065234, 0.17956394599968917, 0.18061305199989874, 0.18184247499993944, 0.18443933199978346, 0.18315997400077322, 0.1809267409998938, 0.17853212499994697, 0.18225656699996762, 0.1845377820000067, 0.18343006200029777, 0.1834149399992384, 0.18088947200067196, 0.18272961599996052, 0.18123187599940138, 0.1808873850004602, 0.18023883099976956, 0.18095804400036286, 0.18175704899931588, 0.18071415100075683, 0.18038551599966013, 0.18359870800031786, 0.1831226179992882, 0.18346465200011153, 0.1836843000000954, 0.18008000100053323, 0.18230375999974058, 0.1802334879994305, 0.18297514700043394, 0.17966273199999705, 0.17922100499981752, 0.17958017799992376, 0.17964139300056559, 0.1811416589998771, 0.1880898299996261, 0.18219085700002324, 0.18159230899982504, 0.1829895860000761, 0.18293352100045013, 0.1807411139998294, 0.1797629720003897, 0.1807660639997266, 0.18384733099992445, 0.18488536800032307, 0.18135118400005013, 0.1819414079991475, 0.1844512220004617, 0.1819737570003781, 0.18035834900001646, 0.1873129899995547, 0.18212019400016288, 0.18226757699994778, 0.1833098910001354, 0.1824037659998794, 0.18036764299995411, 0.1828449209997416, 0.1807005669998034, 0.18720925000070565, 0.18283079299999372, 0.18186610299926542, 0.18630309900072461, 0.18285812999965856, 0.18196688900025038, 0.18417965899971023, 0.1822233109996887, 0.18019563100006053, 0.18363369000053353, 0.18145045999972353, 0.18372072100009973, 0.18062434300009045, 0.18132656899979338, 0.18203683299998374, 0.18186775100002706, 0.18197244600014528, 0.18016143499971804, 0.18132463399979315, 0.1810905050006113, 0.18114599699947576, 0.18207888600045408, 0.18116793999979564, 0.18044737099990016, 0.18066191199977766, 0.18235874000038166, 0.18080468399966776, 0.17995422900003177, 0.18095045300015045, 0.18224301600002946, 0.1803551820003122, 0.18186874899947725, 0.18458979000024556, 0.18137484900034906, 0.18274988899975142, 0.18248281900014263, 0.18683817500004807, 0.1835629749994041, 0.17887691900068603, 0.18198978700002044, 0.18309954500000458, 0.18318083599933743, 0.18189622800036886, 0.1817131320003682, 0.18581942499986326, 0.18527610899946012, 0.18311095400076738, 0.1827310619992204, 0.18261093300043285, 0.1822361690001344, 0.18413716299983207, 0.18456659599996783, 0.18406719100039481, 0.18173622199992678, 0.18388808199961204, 0.1810262999997576, 0.18063331200028188, 0.18424845000026835, 0.18596604599952116, 0.18441353600064758, 0.18972448199929204, 0.18437891000030504, 0.18526549200032605, 0.1835199939996528, 0.18282242600071186, 0.18429105899940623, 0.18029750500045338, 0.1809756100001323, 0.18367839199981972, 0.18027230799998506, 0.18162732200016762, 0.1802779780000492, 0.17896956099957606, 0.18062978499983728, 0.18042530599996098, 0.1807968749999418, 0.18203189599989855, 0.18150310600049124, 0.17981413500001509, 0.179617922000034, 0.18339892299991334, 0.18307629300034023, 0.1815312479993736, 0.18137252100041223, 0.18007709399989835, 0.18121295800028747, 0.18090394099999685, 0.1831033109992859, 0.18090196600041963, 0.1822118150003007, 0.18024994699953822, 0.1833571409997603, 0.1831174850003663, 0.182524136000211, 0.18278802699933294, 0.18678451699997822, 0.18446947900065425, 0.18281230499997037, 0.18384447900007217, 0.18079775399928621, 0.18188429600013478, 0.17985259000033693, 0.1809968879997541, 0.1811974440006452, 0.18074993599930167, 0.18062392000047112, 0.1791942410000047, 0.18091613500018866, 0.18213051999919116, 0.18151387200032332, 0.18145876699963992, 0.1809875570006625, 0.1799921309993806, 0.17887543000051664, 0.17879478000031668, 0.17983983999965858, 0.17969187000016973, 0.1811666260000493, 0.18049709999922925, 0.18122044800020376, 0.17965553400063072, 0.17983716699927754, 0.17905211200013582, 0.1798983099997713, 0.18157635000079608, 0.1815591399999903, 0.18296100499992463, 0.1821667049998723, 0.18294126399996458, 0.1816457889999583, 0.18163504299991473, 0.18290398899989668, 0.18281682300039392, 0.17946687400035444, 0.18227218899937725, 0.18713331500021013, 0.18739419499979704, 0.18173018000015873, 0.18316169199988508, 0.1849007070004518, 0.18706675799967343, 0.1821121419998235, 0.18511601899990637, 0.18442152200077544, 0.18313647899958596, 0.18307999100034067, 0.18079188599949703, 0.18148153200036177, 0.1828469349993611, 0.1822904020000351, 0.18122975900041638, 0.17894042799980525, 0.18483085000025312, 0.18413385700023355, 0.18332398899929103, 0.18197912300001917, 0.1806470760002412, 0.18218257100033952, 0.1831202969997321, 0.18104047599990736, 0.1821992280001723, 0.18257538699981524, 0.18127728499985096, 0.1793320130000211, 0.17942216000028566, 0.18019700999957422, 0.18014871500054142, 0.17984768299993448, 0.1795963300000949, 0.1822908140002255, 0.18141777199980424, 0.18137580399979925, 0.1808128749999014, 0.18137705600020126, 0.18441408299986506, 0.18358858000010514, 0.18026009499953943, 0.18168519400023797, 0.1812836690005497, 0.18184546699922066, 0.18569749600010255, 0.18061626000053366, 0.18299196099997062, 0.17999763399984658, 0.18058923900025547, 0.1850338139993255, 0.18247646100007842, 0.1809669220001524, 0.18094233500050905]",tokens/s,5.473348425507704,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stablelm,stabilityai/stablelm-3b-4e1t,stabilityai/stablelm-3b-4e1t,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-13b,huggyllama/llama-13b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-2.7b,facebook/opt-2.7b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,phi,microsoft/phi-1_5,microsoft/phi-1_5,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,recurrent_gemma,google/recurrentgemma-2b,google/recurrentgemma-2b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gptj,EleutherAI/gpt-j-6b,EleutherAI/gpt-j-6b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,12674.207744,,,,,s,1,193.37750007500017,193.37750007500017,0.0,193.37750007500017,193.37750007500017,193.37750007500017,193.37750007500017,[193.37750007500017],,kWh,0.0022503238215826403,0.0012265124862151815,0,0.0034768363077978216,,MB,12900.216832,,,,,s,10,14.742383855999833,1.4742383855999832,0.004774568390007752,1.4722627754999849,1.4811203997002849,1.4821102093500031,1.4829020570697775,"[1.4684166449997065, 1.4831000189997212, 1.4732282940003643, 1.4708229740008392, 1.47476369099968, 1.4712972569996055, 1.4809004420003475, 1.470524123999894, 1.4788717020001059, 1.470458707999569]",tokens/s,173.64898546975056,kWh,1.7386221588055263e-05,9.475995748896481e-06,0.0,2.6862217336951748e-05,tokens/kWh,9530114.241457112,MB,13047.476224,,,,,s,10,104.23910835700099,10.423910835700099,0.06843045416316572,10.420585137499984,10.505296352200457,10.527114648100087,10.54456928481979,"[10.371214282000437, 10.310478694000267, 10.38706656100021, 10.45407993399931, 10.411252183000215, 10.429918091999753, 10.353754097000092, 10.471963728000446, 10.548932943999716, 10.50044784200054]",tokens/s,6.043796900510301,kWh,0.00012361345291430636,6.737413818437991e-05,0.0,0.00019098759109868627,tokens/kWh,329864.36258807476,,s,630,104.2338579319985,0.16545056814602938,0.002533365603686619,0.1653980705000322,0.16858897640004217,0.16983304284976838,0.17241324105959394,"[0.16864176200033398, 0.16185668599973724, 0.16092121800011228, 0.1605952210002215, 0.16242488300031255, 0.16498162700008834, 0.1649290209998071, 0.16406859400012763, 0.1641789109999081, 0.16139383500012627, 0.16049178699995537, 0.1624757679992399, 0.16337306600053125, 0.16337901099996088, 0.1624971569999616, 0.16737737000039488, 0.1632824639991668, 0.16557147300045472, 0.16111203800028306, 0.16304924499945628, 0.16229065200059267, 0.1644002739994903, 0.16533065400017222, 0.16452601400033018, 0.16335709099985252, 0.1687872590000552, 0.171178353999494, 0.16488367400052084, 0.16473426399988966, 0.16284321500006627, 0.16115621399967495, 0.1641748700003518, 0.1631095799994, 0.16470490000028803, 0.16441947699968296, 0.1635322920001272, 0.16463235599985637, 0.16424214400012715, 0.16359465300047304, 0.16627784499996778, 0.16389980199983256, 0.16753334700024425, 0.16545410299931973, 0.1661839560001681, 0.16620225099995878, 0.16959366999981285, 0.16732124400004977, 0.16531535200010694, 0.16576038299990614, 0.16639110400046775, 0.16778967499976716, 0.16565384600016841, 0.1661178630001814, 0.16864232899933995, 0.16490663300010056, 0.16441084899997804, 0.16416221100007533, 0.16401305199997296, 0.16482957300013368, 0.16635186199982854, 0.16338807700049074, 0.16349094599991076, 0.16442625899981067, 0.1631874009999592, 0.16436458800035325, 0.16127183899970987, 0.162181454000347, 0.16194905700012896, 0.1609383439999874, 0.15930356799981382, 0.16105653999966307, 0.16095145100007358, 0.16000560200063774, 0.1621782809997967, 0.16076899800009414, 0.16199467699971137, 0.1611568990001615, 0.16097571199952654, 0.16105757300010737, 0.16202957699988474, 0.16193661900069856, 0.161896271999467, 0.1630287899997711, 0.163244439000664, 0.16581741299978603, 0.1626719249998132, 0.16272547800053871, 0.16211868499976845, 0.16358783600026072, 0.16197387499960314, 0.16204493999975966, 0.1631083199999921, 0.16328673099997104, 0.16420727400054602, 0.1650994699994044, 0.16410380700017413, 0.1651678099997298, 0.1637025600002744, 0.16624408000006952, 0.16567227599989565, 0.1633329340002092, 0.16328651200001332, 0.16445271500015224, 0.16789998300009756, 0.16231256399987615, 0.16510006199951022, 0.1656965530000889, 0.16295843199986848, 0.165648054000485, 0.16548008999961894, 0.16445759599992016, 0.1641846850006914, 0.1654909349999798, 0.16801268499966682, 0.16540633699969476, 0.16541146500003379, 0.165617502000714, 0.16339886099922296, 0.16669825300050434, 0.16826866900009918, 0.1643242209993332, 0.16552089800006797, 0.16667996200067137, 0.1645119889999478, 0.1655418139998801, 0.1633311199993841, 0.16689290399972379, 0.16408019600021362, 0.16327933599950484, 0.16126874400015367, 0.16428774100040755, 0.16153534600016428, 0.1628550199993697, 0.16260749800039775, 0.1603162080000402, 0.1609440980000727, 0.16279870000016672, 0.16095180899992556, 0.16385242999967886, 0.1606399459997192, 0.16322517300068284, 0.1630733309993957, 0.16437303700058692, 0.16335329499997897, 0.16221936399961123, 0.16358112299985805, 0.1626155789999757, 0.16341740500047308, 0.163575206999667, 0.16836905499985733, 0.16460342800019134, 0.16295651000018552, 0.1631953429996429, 0.16495741000017006, 0.1660357680002562, 0.16613767599938, 0.1646118779999597, 0.16320047000044724, 0.1643439439994836, 0.16530867900019075, 0.16475524500037864, 0.16731681900000694, 0.1683042029999342, 0.1666642359996331, 0.1663051280002037, 0.16700771100022394, 0.1642469489997893, 0.16614525099976163, 0.16518567700040876, 0.16485563300011563, 0.16846265799995308, 0.16958883499955846, 0.16437953600052424, 0.16720544700001483, 0.1686043879999488, 0.16609061300005123, 0.1663757420001275, 0.16719534000003478, 0.1650853269993604, 0.16462056799991842, 0.16685435500039603, 0.16851953199966374, 0.16431603900036862, 0.16520128100000875, 0.166644787000223, 0.16839054499996564, 0.16621126099926187, 0.16758638999999675, 0.16498090799996135, 0.16650037499948667, 0.16307471900017845, 0.16087010299997928, 0.16576297000028717, 0.16447398999935103, 0.16544736400010152, 0.16068688100040163, 0.1664327720000074, 0.16231239099943195, 0.1618488330004766, 0.16489572199952818, 0.16362012600075104, 0.1670648559993424, 0.16614249699978245, 0.16713421400072548, 0.16456208799991145, 0.16502653299994563, 0.1662291530001312, 0.16400303799946414, 0.16485008400013612, 0.16594739599986497, 0.16572461200030375, 0.16378473799977655, 0.16544500899999548, 0.16373583299991878, 0.16441296100038016, 0.1660115409995342, 0.16329170200060616, 0.16506711300007737, 0.16554038399954152, 0.16556386800039036, 0.16586915900006716, 0.1678540709999652, 0.16647302799992758, 0.1634580959998857, 0.16290475699952367, 0.16683405399999174, 0.16588941200006957, 0.164271684000596, 0.16532491999987542, 0.1629752090002512, 0.16354951499943127, 0.1663063800006057, 0.16614715399919078, 0.1676501880001524, 0.16538561100060178, 0.16984010199939803, 0.16995900300025824, 0.1666506270003083, 0.16523610900003405, 0.16740803599986975, 0.17239124099978653, 0.17416900399985025, 0.1678428109999004, 0.16988274800041836, 0.16762787900006515, 0.17050891100006993, 0.17242222699951526, 0.16741072300010273, 0.166297355000097, 0.16548399600014818, 0.16704450499946688, 0.16693544999998267, 0.16449462400032644, 0.16365520499948616, 0.1640401889999339, 0.16109245000006922, 0.1599481890007155, 0.16241836799963494, 0.1638658129995747, 0.1632229160004499, 0.16178317699996114, 0.16715739200026292, 0.16330292299971916, 0.16520121400026255, 0.16850495000016963, 0.16685807599969849, 0.16419635100010055, 0.16473884700008057, 0.16332052899997507, 0.16273366899986286, 0.16386785299982876, 0.16353141899980983, 0.1669033810003384, 0.1684168720003072, 0.16842947799977992, 0.1641683119996742, 0.16647795900007623, 0.16470980499980215, 0.16386149500067404, 0.16533117899962235, 0.16683400700003403, 0.16367159800029185, 0.16347975999997288, 0.16666179200001352, 0.16593077499965148, 0.16575808800007508, 0.16585571599989635, 0.1658582230002139, 0.16647711099994922, 0.16514341099991725, 0.1666283829999884, 0.16447442800017598, 0.1652910550001252, 0.16562290799993207, 0.16530056600004173, 0.16612938699927327, 0.16578556100012065, 0.16587682099998347, 0.1657830690000992, 0.16717509800037078, 0.167729073999908, 0.16563205500006006, 0.16720685200016305, 0.1664170189997094, 0.16592018400024244, 0.16648630500003492, 0.16531074900012754, 0.16554474599979585, 0.1647270749999734, 0.16635046999999759, 0.1671861329996318, 0.16602211400004308, 0.1660789269999441, 0.16490763500041794, 0.16532295399974828, 0.1652830740003992, 0.16471803799959162, 0.16039738100062095, 0.16337295899938908, 0.16186808700058464, 0.15904509099982533, 0.1639817139994193, 0.1641312609999659, 0.16165137500047422, 0.1637797369994587, 0.16682942700026615, 0.16402135000043927, 0.16170331099965551, 0.16238430100020196, 0.16457151499980682, 0.16469788999984303, 0.16372781400059466, 0.166525740999532, 0.1634651650001615, 0.1637116949996198, 0.16655480000008538, 0.1659379849998004, 0.16563163800037728, 0.16805342099996778, 0.16817993000040588, 0.16500967499996477, 0.16905405599936785, 0.16601487800016912, 0.16543034000005719, 0.1655605200003265, 0.16684773399992991, 0.16685886399955052, 0.16892454500066378, 0.16657351799949538, 0.1655512050001562, 0.16540112500024406, 0.16489280999940092, 0.16792046099999425, 0.16750878500079125, 0.16556216399931145, 0.16644853700017848, 0.1645276859999285, 0.16645671600053902, 0.1697331019995545, 0.1680023680000886, 0.16855332700015424, 0.16640805199949682, 0.1708171480004239, 0.17146520400001464, 0.1648167260000264, 0.16738827399967704, 0.16741402000025118, 0.16483820299981744, 0.16378474700013612, 0.1670944609995786, 0.16411817000062, 0.16384629099957237, 0.16524589900018327, 0.16478433599968412, 0.16273269000066648, 0.16429473599964695, 0.16588951399990037, 0.16944140000032348, 0.1648684729998422, 0.1639684749998196, 0.16508425299980445, 0.16116065599999274, 0.1596399410000231, 0.16119758900003944, 0.16163616599988018, 0.16733424100038974, 0.16355840800042643, 0.16144636499939224, 0.15989034199992602, 0.16081165300056455, 0.16015288200014766, 0.16009326999937912, 0.1624756270002763, 0.16115687399997114, 0.16283086800012825, 0.1624035079994428, 0.16390775200034113, 0.16527756199957366, 0.16526675100067223, 0.16382004200022493, 0.1646937949999483, 0.16338291099964408, 0.16305510599977424, 0.16128574699996534, 0.1620726890005244, 0.16332354999940435, 0.16401093200056494, 0.16363754799931485, 0.1654244920000565, 0.16679316099998687, 0.1661176820007313, 0.16397998299999017, 0.16555012799926772, 0.16402737499993236, 0.16687772100067377, 0.16942621099951793, 0.16719565800030978, 0.16741041499972198, 0.16481851099979394, 0.16748425600053451, 0.16528708199984976, 0.16932702099984454, 0.1658567189997484, 0.16469937700003356, 0.16653261500050576, 0.16483470399998623, 0.16567971400036186, 0.16471729899967613, 0.16539501599982032, 0.16476127599980828, 0.16340139100066153, 0.16278260099988984, 0.16514608699981181, 0.1648565019995658, 0.16493960000025254, 0.16355658599968592, 0.16543691500010027, 0.16921599000033893, 0.16595438300009846, 0.1655596049995438, 0.1668320010003299, 0.1717549639997742, 0.16354354500072077, 0.16347881499950745, 0.1665354100005061, 0.16735828499986383, 0.16396386199994595, 0.16436053199959133, 0.1608549390002736, 0.16152657600014209, 0.16335177600012685, 0.161209305999364, 0.163981125000646, 0.16499332599960326, 0.16808850600045844, 0.16265455699976883, 0.16692973299996083, 0.16623318100027973, 0.1640820029997485, 0.16156277600020985, 0.1637046759997247, 0.1647456479995526, 0.16354152600069938, 0.16782123099983437, 0.1640188319997833, 0.16587770200021623, 0.1664685109999482, 0.1645498560001215, 0.16319793999991816, 0.16388189799999964, 0.16608893299962801, 0.16634154399980616, 0.1648654370001168, 0.16768245900038892, 0.16517827899951953, 0.1682301010005176, 0.16725312800008396, 0.16607155400015472, 0.16787563299931207, 0.1673572810004771, 0.165609855999719, 0.16505235099975835, 0.16510489500069525, 0.1666152689995215, 0.16612054000052012, 0.165080594999381, 0.16512129300008382, 0.16718356599994877, 0.16914395599997079, 0.1753891910002494, 0.1653492349996668, 0.1674948919999224, 0.16858726400005253, 0.16709222500048782, 0.1669859269995868, 0.16808634300014091, 0.17053464299988264, 0.16648105600052077, 0.16943770499983657, 0.1689366880000307, 0.17099542899995868, 0.17091312100001232, 0.1693759849995331, 0.16945753500021965, 0.17106399199929, 0.16947057300058077, 0.1669031929995981, 0.1683584279999195, 0.16725715300071897, 0.16205039499982377, 0.17014998600006948, 0.16600913000002038, 0.16537275299924659, 0.1668221560003076, 0.16517770900009054, 0.16982441500022105, 0.16735667800003284, 0.1673410249995868, 0.16656465500000195, 0.16645578000043315, 0.16707940000014787, 0.1632014099996013, 0.16449451300013607, 0.1677449919998253, 0.16740368499995384, 0.16707548599970323, 0.17156891500053462, 0.16921579300014855, 0.16645748599967192, 0.1668133459997989, 0.16583998799978872, 0.1683374760004881, 0.1709956160002548, 0.1679549099999349, 0.1638125929994203, 0.16526662200067221, 0.16583390300002065, 0.17227264999928593, 0.17249517500022193, 0.17067418300030113, 0.1701883750001798, 0.1657920709994869, 0.16636186499999894, 0.16610627200043382, 0.16562985499967908, 0.16810169800010044, 0.1641353180002625, 0.16492670699972223, 0.16663640699971438, 0.16645238000000973, 0.16786132600009296, 0.1658375650004018, 0.16845124700012093, 0.16921832299976813, 0.17083450599966454, 0.1677535409999109, 0.16788436400020146, 0.16751004199977615, 0.16802284500045062, 0.1703825099993992, 0.16538636600034806, 0.16673608499968395, 0.16799285900015093, 0.16606614000011177, 0.16952030500033288, 0.16690005399959773, 0.1668466940000144, 0.16613747900009912, 0.16479507700023532, 0.1628480640001726, 0.16450498399990465, 0.16279218799991213, 0.16482772499966813, 0.162707982000029, 0.160980300999654, 0.1662268080008289, 0.16372531199976947, 0.1623091760002353, 0.16602697300004365, 0.16961845599962544, 0.16632100500009983, 0.16579360000014276, 0.16707773999951314, 0.16571022700009053, 0.16620933200010768, 0.1656424419998075, 0.17004479299976083, 0.17012877200068033, 0.16937573899940617, 0.16625351299990143, 0.16927326500081108, 0.16778882199923828, 0.16927953000049456, 0.1668123999997988, 0.16940519000036147, 0.16531253499942977, 0.16948347900051886, 0.1656227379999109, 0.16720247000012023, 0.1699114120001468, 0.16842260499925032, 0.16371364099995844, 0.16889197300042724, 0.16663194699958694, 0.17242809200070042, 0.1741497220000383, 0.17319607299941708, 0.16758032899997488, 0.16858672899979865, 0.16649035200043727, 0.16965771299965127, 0.16798265500074194, 0.16742876099942805, 0.16552974700061895, 0.1649947029991381, 0.1662495750006201, 0.16338293599983444, 0.16377867400024115, 0.16572596700007125, 0.16473012000005838, 0.17005715300001611, 0.16474863399980677, 0.16378182799962815, 0.1659807850001016, 0.1658775349997086, 0.1649884349999411, 0.16729012400082865, 0.16567482999926142, 0.16566894000061438, 0.16621702799966442]",tokens/s,6.0441013361609235,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stablelm,stabilityai/stablelm-2-1_6b,stabilityai/stablelm-2-1_6b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,togethercomputer/RedPajama-INCITE-Base-3B-v1,togethercomputer/RedPajama-INCITE-Base-3B-v1,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Meta-Llama-3-8B,meta-llama/Meta-Llama-3-8B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen2-beta-14B,Qwen/Qwen2-beta-14B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-32B,Qwen/Qwen1.5-32B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-125m,EleutherAI/gpt-neo-125m,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,801.447936,,,,,s,1,8.280439955000475,8.280439955000475,0.0,8.280439955000475,8.280439955000475,8.280439955000475,8.280439955000475,[8.280439955000475],,kWh,6.964272217152005e-05,3.7956661492910964e-05,0,0.000107599383664431,,MB,837.623808,,,,,s,15,0.9836925650015473,0.06557950433343648,0.0008115824031913839,0.06548750100046163,0.06681639580056072,0.06710786990051928,0.06720299318019897,"[0.06645562300036545, 0.06567710800027271, 0.0672267740001189, 0.06556609200015373, 0.06609353900057613, 0.06533214199953363, 0.06489529400005267, 0.06564220400014165, 0.06466310899941163, 0.0643917480001619, 0.06548750100046163, 0.0654036609994364, 0.0652140860001964, 0.06705691100069089, 0.06458677299997362]",tokens/s,3903.6586598516783,kWh,7.809217710389378e-07,4.25621479099529e-07,0.0,1.2065432501384668e-06,tokens/kWh,212176397.29916075,MB,848.769024,,,,,s,15,9.675205609999466,0.6450137073332978,0.004766400986869634,0.6446904169997651,0.650194224200277,0.6523604716999216,0.654864337539675,"[0.6423901660000411, 0.6446904169997651, 0.6510191150000537, 0.6485231560000102, 0.6464022529999056, 0.6440027990001909, 0.6420383540007606, 0.6381512239995573, 0.6489568880006118, 0.6378437610001129, 0.6405212299996492, 0.641110049999952, 0.6452691139993476, 0.6554903039996134, 0.6487967789998947]",tokens/s,97.6723429033207,kWh,7.4645034422480805e-06,4.06834472189474e-06,0.0,1.1532848164142817e-05,tokens/kWh,5462657.54160152,,s,945,9.66727195799831,0.010229917415871226,0.0003072463624459287,0.010191139000198746,0.010531404799985466,0.010678084399478392,0.01156241079981555,"[0.011640025999440695, 0.010405158000139636, 0.010446139000123367, 0.010129358999620308, 0.010232140000880463, 0.010385423999650811, 0.010273539999616332, 0.010008357000515389, 0.01025467299950833, 0.009759343000041554, 0.01019060199996602, 0.010218217999863555, 0.010077657000692852, 0.010215222999249818, 0.010047233000477718, 0.010592915000415815, 0.010133066999514995, 0.009980912000173703, 0.010075477000100364, 0.010060640000119747, 0.010276278999299393, 0.010548177000600845, 0.010246232000099553, 0.009903919999487698, 0.010118189999957394, 0.009884640000564104, 0.01002085599975544, 0.009978596000109974, 0.010419448999527958, 0.010311968000678462, 0.010318451999410172, 0.009975933000532677, 0.01030594799976825, 0.01009296899974288, 0.010221790000287001, 0.010045610999441124, 0.010306273999958648, 0.010012986000219826, 0.009883392000119784, 0.01056404399969324, 0.010075183000481047, 0.010156763999475515, 0.010134774000107427, 0.009966769000129716, 0.010080933000608638, 0.009949466999387369, 0.010037171000476519, 0.010089248999975098, 0.01024476299971866, 0.010428855000100157, 0.01051789600023767, 0.010324881000087771, 0.01029256899983011, 0.01006394799969712, 0.010309549000339757, 0.010245794000184105, 0.009938468999280303, 0.010259728000164614, 0.00999837099971046, 0.010206696000750526, 0.009912505999636778, 0.01010354499976529, 0.00994458900004247, 0.01146856199920876, 0.010288600999956543, 0.011173822000273503, 0.01004767799986439, 0.00978278999991744, 0.009884558000521793, 0.009984260999772232, 0.00973671599967929, 0.009915007000017795, 0.01003985500028648, 0.01007831700007955, 0.00994931999957771, 0.0102648890006094, 0.010117459999491984, 0.009968800000024203, 0.009900916000333382, 0.009976219000236597, 0.009994983000069624, 0.010105523999300203, 0.009957129000213172, 0.009954031000233954, 0.009835224999733327, 0.010116053000274405, 0.010117652000189992, 0.01019932599956519, 0.010287875999893004, 0.010480853000444768, 0.010513019999962125, 0.009984518000237586, 0.010074003999761771, 0.010050850999505201, 0.010338947000491316, 0.01014907700027834, 0.009914622999531275, 0.010245993000353337, 0.01019828599964967, 0.010215739999694051, 0.010576226000011957, 0.010305122000318079, 0.010221133000413829, 0.010248053999930562, 0.010097401999701106, 0.010310165000191773, 0.01014984299945354, 0.010471866999978374, 0.010341556000639684, 0.010585260999505408, 0.010306312000466278, 0.010555285000009462, 0.010332582000046386, 0.010434717999487475, 0.010333484000511817, 0.010580765999293362, 0.0103360690000045, 0.01031202400008624, 0.01006269100071222, 0.010232188999907521, 0.010113224999258819, 0.010723460000008345, 0.010273941000377818, 0.010320242000489088, 0.010247187999993912, 0.010396855999715626, 0.012151461000030395, 0.011080536000008578, 0.011896841999259777, 0.01093140300054074, 0.010268746999827272, 0.010384365000390972, 0.010221842999271757, 0.010119445000782434, 0.010112608999406802, 0.010201097000390291, 0.01012678799997957, 0.010312516999874788, 0.010239598999760346, 0.010315065999748185, 0.010177106000810454, 0.010494983999706164, 0.010369255999648885, 0.01051491599992005, 0.01050168800065876, 0.010377587999755633, 0.01086255300015182, 0.010533141999985673, 0.010135816999536473, 0.009941459000401665, 0.010008049000134633, 0.010062294999443111, 0.010117468000316876, 0.01036066300002858, 0.010386539999672095, 0.01023286400049983, 0.010147080999558966, 0.010355074000472086, 0.010419457999887527, 0.010322912999981781, 0.010372468999776174, 0.01024581300043792, 0.01037594299941702, 0.010241693999887502, 0.010279875999913202, 0.010100596000484074, 0.010667005999493995, 0.01018927800032543, 0.010399953000160167, 0.010170591999667522, 0.01034144599998399, 0.009934210000210442, 0.01024076999965473, 0.009869392000837252, 0.010130307999133947, 0.009898142000565713, 0.010132943999451527, 0.010094527000546805, 0.009993374000259792, 0.010161069999412575, 0.00997425200057478, 0.009960469999896304, 0.010331515999496332, 0.010254077999888978, 0.010163449000174296, 0.01029093000033754, 0.010411897000267345, 0.010161918999983754, 0.01038178299950232, 0.01160412399985944, 0.01022117899992736, 0.010069814000416955, 0.010299528000359714, 0.010018998999839823, 0.010216910000053758, 0.010091958999510098, 0.010589296000034665, 0.010188964000008127, 0.0100984900000185, 0.010111198000231525, 0.010714869000366889, 0.010200249999797961, 0.010096750000229804, 0.010450528999172093, 0.010259127000608714, 0.010322665999410674, 0.010316926000086823, 0.010137078000298061, 0.010379438999734703, 0.010364755000409787, 0.010622933999911766, 0.010474976999830687, 0.010421736999887798, 0.010495016000277246, 0.010376276999522815, 0.010203799000009894, 0.010218847000032838, 0.010187280000536703, 0.010511853999560117, 0.010483208000550803, 0.01055612599975575, 0.01064035600029456, 0.010399075999885099, 0.010310644999663054, 0.010422909999761032, 0.010080770000058692, 0.010570921000180533, 0.010168581000471022, 0.01043831099923409, 0.010197730000072625, 0.010507412000151817, 0.010114022999914596, 0.010007061000578688, 0.009877933000097983, 0.0103131409996422, 0.010039982999842323, 0.010276541999701294, 0.010213258000476344, 0.01033211100002518, 0.01019161299973348, 0.009913097000207927, 0.010051535999991756, 0.009910175000186427, 0.009933928999998898, 0.010057149000203935, 0.010293252999872493, 0.010222891000012169, 0.0103061149993664, 0.010103503000209457, 0.01024124000014126, 0.010409839999738324, 0.010175590000471857, 0.01153619999968214, 0.010463478999554354, 0.010598917000606889, 0.010127554999598942, 0.010404990000097314, 0.010344340999836277, 0.010877581999920949, 0.010122296000190545, 0.010021011999924667, 0.010218053000244254, 0.01004068800011737, 0.01011660399944958, 0.010157153000363905, 0.010120525999809615, 0.010108754000611953, 0.010136483999303891, 0.010301178000190703, 0.010411338000267278, 0.010060825999971712, 0.010362439999880735, 0.010172813999815844, 0.010303131000000576, 0.010192399000516161, 0.010208865000095102, 0.010351166999498673, 0.01030130300023302, 0.010348337999857904, 0.010023460000411433, 0.010196037999776308, 0.010091536999425443, 0.010242300000754767, 0.010052310999526526, 0.010508981000384665, 0.009893179999380664, 0.010471735000464832, 0.010054974999547994, 0.010098298000229988, 0.010232612999971025, 0.010165732999666943, 0.010528798999985156, 0.010355451000577887, 0.010373096999501286, 0.010165308000068762, 0.010234091000711487, 0.010007770999436616, 0.010053220000372676, 0.010251589999825228, 0.0103435270002592, 0.010270959000081348, 0.009946592999767745, 0.010047470000245085, 0.009880392000013671, 0.010420393999993394, 0.010301704999619687, 0.010484479000297142, 0.010299341000063578, 0.01068101199962257, 0.010140979999960109, 0.01020175499979814, 0.010520458000428334, 0.010005641000134347, 0.009997651999583468, 0.009956736999811255, 0.011583004999920377, 0.010776781999993545, 0.010592659000394633, 0.010515038999983517, 0.01015609800015227, 0.010273770999447152, 0.010018841000601242, 0.010107262999554223, 0.00995398900067812, 0.010253371999169758, 0.010040816000582709, 0.009984663000068394, 0.010033020999799191, 0.009867673999906401, 0.010343863000343845, 0.010167018999709398, 0.010842335000234016, 0.009934491999956663, 0.00980793700000504, 0.010066648000247369, 0.009982828999454796, 0.010198988999945868, 0.010005187000388105, 0.009779801000149746, 0.009776008999324404, 0.00989571700029046, 0.009979039000427292, 0.009886833999189548, 0.009986470000512782, 0.010013852999691153, 0.009877428999971016, 0.010016799000368337, 0.0100431139999273, 0.010003921000134142, 0.009887035000247124, 0.00995731899911334, 0.010054463000415126, 0.010467938000147115, 0.010521827000047779, 0.010229302999505308, 0.011306739000247035, 0.010802597999827412, 0.011094620000221767, 0.010393169999588281, 0.010049625000647211, 0.010203832000115653, 0.010127728999577812, 0.010254652999719838, 0.010173679000217817, 0.010212625000349362, 0.009942564999619208, 0.009995119000450359, 0.009828845999436453, 0.01006632600001467, 0.010381895000136865, 0.011890360000506917, 0.010589283999252075, 0.009964642000340973, 0.010136732999853848, 0.010249654999824998, 0.010076172000481165, 0.00990109400026995, 0.009896415999719466, 0.011652387000140152, 0.010589242000605736, 0.01068207599928428, 0.010495389999960025, 0.010528750000048603, 0.010224245000244991, 0.009792322000066633, 0.010272231000271859, 0.009884076000162167, 0.010142536999410368, 0.010276896000505076, 0.010272312999404676, 0.010323880000214558, 0.010071687999698042, 0.010978639000313706, 0.009920645999955013, 0.010159493999708502, 0.009920565000356873, 0.009920514000441472, 0.009817104999456205, 0.009867171999758284, 0.009982625000702683, 0.010060331999738992, 0.009825316999922507, 0.009909866000270995, 0.009908023999742, 0.009966919999897073, 0.010211572000116576, 0.010172276999583119, 0.010242790000120294, 0.010043881000456167, 0.010010623000198393, 0.01012073599940777, 0.01021404099992651, 0.010050838000097428, 0.010597587000120257, 0.01072951700007252, 0.01047714200012706, 0.010314352999557741, 0.010239883999929589, 0.010380796000390546, 0.010226690999843413, 0.010235288999865588, 0.010151719000532466, 0.009988695999709307, 0.01020473900007346, 0.010025435999523324, 0.01031275400055165, 0.010570471999926667, 0.010266274999594316, 0.009963291000531171, 0.01018655099960597, 0.01009335600065242, 0.010051764999843726, 0.0097905599996011, 0.01031230799981131, 0.009902870000587427, 0.009853734999524022, 0.009851171000264003, 0.009991384999921138, 0.009910990000207676, 0.01017239700013306, 0.010210918999291607, 0.011317105999296473, 0.0100937850002083, 0.010095704999912414, 0.010264446000292082, 0.010072580999803904, 0.009847903999798291, 0.009932200000548619, 0.009845625999332697, 0.010595510000712238, 0.010006432999944082, 0.010140461999981198, 0.00985363600011624, 0.009942514999238483, 0.009757787000125973, 0.009878346000732563, 0.009693747999335756, 0.009763983000084409, 0.009823299999879964, 0.010177564000514394, 0.01006836799933808, 0.010202398000728863, 0.010180274000049394, 0.010172721999879286, 0.010251708999930997, 0.01011226699938561, 0.01025592800033337, 0.010232096999970963, 0.010528728000281262, 0.010254160999465967, 0.010579886000414263, 0.009997524000027624, 0.010167723999984446, 0.009964848999516107, 0.01032402200053184, 0.00996591700004501, 0.010227144000054977, 0.010080590999677952, 0.010254437999719812, 0.010161420000258659, 0.010730103000241797, 0.010278398000082234, 0.009967944999516476, 0.01020682200032752, 0.010299155000211613, 0.010006654999415332, 0.010286771000210138, 0.010202821999882872, 0.010054684999886376, 0.010231582000415074, 0.010025311000390502, 0.009821159999773954, 0.010065626000141492, 0.009831493999627128, 0.010188993999690865, 0.009974349000003713, 0.01010193000001891, 0.010104327000590274, 0.009946378999302397, 0.009871801000372216, 0.010122849999788741, 0.00993598200057022, 0.010064482999950997, 0.010255489999508427, 0.011917490000087128, 0.010379156000453804, 0.01017490699996415, 0.009824904999732098, 0.009966761999748996, 0.009667520000220975, 0.009809695000512875, 0.009876154999801656, 0.009757989999343408, 0.010123769000529137, 0.010090251000292483, 0.010216534999926807, 0.010118913000042085, 0.010171353999794519, 0.01034052300019539, 0.010482471999239351, 0.010503233000235923, 0.01062757399995462, 0.01028376600061165, 0.010257113999614376, 0.01020490599967161, 0.010322658999939449, 0.010453821000737662, 0.010379173999353952, 0.01043067000045994, 0.01042759699976159, 0.010513224000533228, 0.01010305599993444, 0.010729863999586087, 0.010259505000249192, 0.010423187000014877, 0.010517982999772357, 0.010702331000175036, 0.010291462999703072, 0.010437591000481916, 0.010224814999673981, 0.01070101799996337, 0.010863898000025074, 0.010478197999873373, 0.01031087000046682, 0.010469999999259016, 0.01034960100059834, 0.010611953000079666, 0.010014394999416254, 0.010264728000038303, 0.010039401000540238, 0.010195189999649301, 0.01013886900000216, 0.01047803900019062, 0.010008879999986675, 0.010490654999557592, 0.01003014600064489, 0.010027540999544726, 0.01130236400058493, 0.010049079999589594, 0.010009681000155979, 0.009935734999999113, 0.010031449999587494, 0.01024797700029012, 0.010132927000086056, 0.009939462999682291, 0.010016308000558638, 0.010240982999675907, 0.011445725000157836, 0.01025195799957146, 0.010400070000287087, 0.009939945000041917, 0.00987625699963246, 0.009884796000733331, 0.00982238899996446, 0.009872470000118483, 0.009872519000055036, 0.009832862999246572, 0.009785502000340784, 0.009845757999755733, 0.01015793999977177, 0.009963442000298528, 0.010078997000164236, 0.009760500000083994, 0.010227808000308869, 0.010013584999796876, 0.010072269999909622, 0.009922283999912906, 0.010155769999983022, 0.010005002000070817, 0.010576525000033143, 0.010130853999726241, 0.010027656000602292, 0.010091089999150427, 0.01006314400001429, 0.010042586000054143, 0.009935679000591335, 0.009829335999711475, 0.009938121000232059, 0.0099769769994964, 0.010039363000032608, 0.010082998000143562, 0.01024993800001539, 0.010048783000456751, 0.010543229999711912, 0.010757959999864397, 0.010080527000354778, 0.010455913999976474, 0.009954237999409088, 0.010266172000228835, 0.010154966999834869, 0.010242229000141378, 0.010017000000516418, 0.010216066999419127, 0.01002727600007347, 0.010510600000088743, 0.010343896000449604, 0.010278992999701586, 0.010118870999576757, 0.010155648999898403, 0.010002313000768481, 0.01010236399997666, 0.010194187999331916, 0.010103448000336357, 0.010076788000333181, 0.0102141239995035, 0.009957407000001695, 0.01027061400054663, 0.009929715999533073, 0.01021072500043374, 0.009849862999544712, 0.011430418999225367, 0.010122756000782829, 0.010447547999319795, 0.009891295000670652, 0.009988209999391984, 0.009902890000375919, 0.010071328999401885, 0.009982042000046931, 0.01002384500043263, 0.009815489000175148, 0.00995142899955681, 0.010082234000037715, 0.00986426700001175, 0.010139643000002252, 0.009952118000001065, 0.010104812999998103, 0.010507900999982667, 0.009984033000364434, 0.009885873999337491, 0.010109262000696617, 0.010292615999787813, 0.010107639000125346, 0.010111255000083474, 0.010090808999848377, 0.010171132999857946, 0.009906004999720608, 0.010363146000599954, 0.010071665999930701, 0.01011147200006235, 0.010225604999504867, 0.010239123000246764, 0.010329075000299781, 0.010521460999370902, 0.010128116000487353, 0.010243844999422436, 0.010151669000151742, 0.010174770000048738, 0.010121471999809728, 0.010158865000448714, 0.010263774000122794, 0.010051375999864831, 0.010277108999616758, 0.010119737000422901, 0.010490552999726788, 0.009930371999871568, 0.00983854700007214, 0.009854549000010593, 0.00987068399990676, 0.010229479000372521, 0.01009181500012346, 0.010120572000232642, 0.010232120999717154, 0.01027147300010256, 0.010496826999769837, 0.010300644999915676, 0.010261891000482137, 0.01001357699988148, 0.010106491999977152, 0.010340757999983907, 0.01025566299995262, 0.010269422999954259, 0.010268356999404205, 0.010295136000422644, 0.01143828600015695, 0.01033380999979272, 0.010663058000318415, 0.010109642999850621, 0.00997425200057478, 0.009891791999507404, 0.009902890000375919, 0.009905677999995532, 0.00985171799948148, 0.00979129000006651, 0.009753058000569581, 0.010060499999781314, 0.010003821000282187, 0.009907245999784209, 0.010041583000202081, 0.009801049999623501, 0.010156878999623586, 0.009945891000825213, 0.010162110999772267, 0.010031413999968208, 0.0100076419994366, 0.01016711500051315, 0.009806025999751, 0.010514356999919983, 0.00995185100055096, 0.010082938999403268, 0.010191139000198746, 0.010286921999977494, 0.01035687399962626, 0.010193980000622105, 0.010255758999846876, 0.01033147900034237, 0.010428562999550195, 0.010278828000082285, 0.010329746000024898, 0.01019967699994595, 0.010565595999651123, 0.010500777000743255, 0.010187302999838721, 0.010468214999491465, 0.010097927000060736, 0.010328226000638097, 0.010169870999561681, 0.0101536029997078, 0.010007180000684457, 0.01042345999940153, 0.010218916000667377, 0.01037855499998841, 0.010293013999216782, 0.010173288000260072, 0.010097544000018388, 0.010181202999774541, 0.00991380699997535, 0.010405665000689623, 0.009969304999685846, 0.010290672999872186, 0.009864773000117566, 0.009846631000073103, 0.010053183999843895, 0.010461474999829079, 0.01007577600012155, 0.010199215000284312, 0.010154659999898286, 0.01186126399989007, 0.01058141399971646, 0.010561310999946727, 0.010303595000550558, 0.010089868999784812, 0.010376348999670881, 0.010247580000395828, 0.00999710399992182, 0.010307861999535817, 0.009990102000301704, 0.00990990700029215, 0.010136591999980737, 0.009925991999807593, 0.009888593000141555, 0.01009539299957396, 0.010140885000510025, 0.010128002999408636, 0.010013238000283309, 0.010016391999670304, 0.010293654000633978, 0.010493265000150132, 0.010386270999333647, 0.009964145000594726, 0.01038578099996812, 0.010114144999533892, 0.010502823000024364, 0.01008820500010188, 0.010220037000181037, 0.010009493999859842, 0.010158934999708435, 0.010093994000271778, 0.010687914000300225, 0.01012086199989426, 0.010150791999876674, 0.010055785000076867, 0.010117081999851507, 0.010012587000346684, 0.010408940999695915, 0.01046841100014717, 0.010312080999938189, 0.010553909000009298, 0.010438831999636022, 0.010541368000303919, 0.010219773999779136, 0.01010511500044231, 0.010194053999839525, 0.010092800999700557, 0.010089723999954003, 0.01019976800034783, 0.010044753000329365, 0.010208394999608572, 0.009996486999625631, 0.010134234999895853, 0.00996075000057317, 0.010366716999669734, 0.01020936300028552, 0.01021265199960908, 0.010047755000414327, 0.010533376999774191, 0.010084297000503284, 0.010476679999555927, 0.010120281000126852, 0.010313001000213262, 0.01234710299922881, 0.0101613280003221, 0.010224308000033488, 0.010088396999890392, 0.010192988999733643, 0.009919633000208705, 0.0100483530004567, 0.010204915000031178, 0.010246028999972623, 0.010188946000198484, 0.010181852999266994, 0.01029827300044417, 0.010322574999918288, 0.01056165600039094, 0.01037860799988266, 0.01052632199935033, 0.010342418000618636, 0.010388820999651216, 0.010308580000128131, 0.010680853999474493, 0.010576928000773478, 0.010924835999503557, 0.010760916000435827, 0.010234155000034661, 0.010406749999674503, 0.010768957000436785, 0.010848545999579073, 0.010230253000372613, 0.010586190999674727, 0.010374516999945627, 0.010542865999923379, 0.010168419999899925, 0.010439718999805336, 0.009975467000003846, 0.010421343000416528, 0.009954410000318603, 0.010497669999494974, 0.010428520000459685, 0.010342941000089922, 0.010515562999898975, 0.010473973999978625, 0.010468362999745295, 0.010646177000126045, 0.01024129199959134, 0.009963520000383141, 0.010256913999910466, 0.010563199999523931, 0.010173115000725375, 0.010577650999948673, 0.010324099000172282, 0.010542318999796407, 0.01016799999979412, 0.010611550000248826, 0.010111820999554766, 0.010310039000614779, 0.010019048999311053, 0.010201411000707594, 0.010138716999790631, 0.010521075999349705, 0.010397591000582906, 0.010427671999423183, 0.010217042000476795, 0.01098078799986979, 0.01131314000031125, 0.010235152999484853, 0.01014022700019268, 0.010068507000141835, 0.009942601000147988, 0.010110326999893005, 0.010249324999676901, 0.01021271900026477, 0.010274745999595325, 0.010370712000622007, 0.010208793999481713, 0.010448478000398609, 0.010360716999457509, 0.010424730000522686, 0.010297297999386501, 0.01046049700016738, 0.010514288000194938, 0.010077386999910232, 0.010394705000180693, 0.01008681900020747, 0.010632763000103296, 0.010449071000039112, 0.01054127499992319, 0.01020114199945965, 0.01054671700057952, 0.010223096999652626, 0.010971499000334006, 0.010111152999343176, 0.010219022999990557, 0.010052695000013046, 0.010151851000046008, 0.010095867000018188, 0.01034705500023847, 0.010096445999806747, 0.010263942000165116, 0.010059674000331142, 0.010153356999580865, 0.01043009000022721, 0.010087689000101818, 0.010261032000016712, 0.010034666000137804, 0.010121917999640573, 0.010053056000288052, 0.010160809999433695, 0.010508538000067347, 0.010418958000627754, 0.010386136999841256, 0.010334116999729304, 0.010666443000445724, 0.010644796999258688, 0.010179505000451172, 0.01050987999951758, 0.010168057000555564, 0.010204512000200339, 0.009941502999936347, 0.010272411999721953, 0.010000874000070326, 0.010056756999802019, 0.01024760000018432, 0.01045026300016616, 0.01016776199958258, 0.010340132999772322, 0.010329427000215219]",tokens/s,97.75249978543795,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,xglm,facebook/xglm-564M,facebook/xglm-564M,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen,Qwen/Qwen-14B,Qwen/Qwen-14B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-7b,huggyllama/llama-7b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-180B,tiiuae/falcon-180B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-1.3B,EleutherAI/gpt-neo-1.3B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,3374.133248,,,,,s,1,48.52415884099992,48.52415884099992,0.0,48.52415884099992,48.52415884099992,48.52415884099992,48.52415884099992,[48.52415884099992],,kWh,0.0005440417702041638,0.0002965225768040043,0,0.0008405643470081681,,MB,3387.817984,,,,,s,10,4.228183903999707,0.42281839039997066,0.0037202400638333484,0.4223855159998493,0.4283603290998144,0.42912030304987636,0.429728282209926,"[0.4223951060002946, 0.4251252080002814, 0.41795704800006206, 0.4216418510004587, 0.4183865790000709, 0.42819144599980064, 0.422375925999404, 0.4224392770001941, 0.41979118599920184, 0.42988027699993836]",tokens/s,605.4608924598417,kWh,5.009381157639161e-06,2.730236546575863e-06,0.0,7.739617704215023e-06,tokens/kWh,33076569.1257052,MB,3417.16992,,,,,s,10,27.187019837000662,2.718701983700066,0.011593230318696017,2.7177733159996933,2.731139070399877,2.7392766831999324,2.745786773439977,"[2.7129534780005997, 2.718022631000167, 2.747414295999988, 2.7293307119998644, 2.7187032159999944, 2.7088300240002354, 2.7031321760005085, 2.7178856479995375, 2.7130866719999176, 2.717660983999849]",tokens/s,23.172823052219584,kWh,3.216374685937371e-05,1.7530384722318927e-05,0.0,4.969413158169264e-05,tokens/kWh,1267755.3263293016,,s,630,27.181043959999442,0.04314451422222134,0.0006571217987850977,0.043015268499857484,0.04393190259997937,0.04446926274963516,0.045153941589733224,"[0.04373867899994366, 0.04213981400062039, 0.0424512039999172, 0.04302128800009086, 0.04210020299979078, 0.04257441299978382, 0.04259503699995548, 0.04240309899978456, 0.04220663600062835, 0.04257723899991106, 0.04353175999949599, 0.043228272999840556, 0.043536670000321465, 0.04422353500012832, 0.04360759999963193, 0.042754003000482044, 0.04281124099998124, 0.04260141600025236, 0.04233780699996714, 0.04259232999993401, 0.04268911399958597, 0.042457952000404475, 0.04243579000012687, 0.0428908819994831, 0.04274605600039649, 0.042318834999605315, 0.04237378000016179, 0.04304886699992494, 0.04298262300017086, 0.043492329999935464, 0.04350133200023265, 0.043395093999606615, 0.04240995600048336, 0.04235728699950414, 0.04236311600016052, 0.04250139099985972, 0.04233228999964922, 0.04343067100035114, 0.04354066300038539, 0.04320072399968922, 0.0430970810002691, 0.042821302999982436, 0.043215148999479425, 0.042955527000231086, 0.042889596999884816, 0.04255714800001442, 0.042772480999701656, 0.043228082000496215, 0.04353364599955967, 0.043699075000404264, 0.044747728000402276, 0.04707782299919927, 0.04409658200074773, 0.04326256199965428, 0.04312957699949038, 0.0431687360005526, 0.043489572999533266, 0.042319112000768655, 0.04325781999978062, 0.04294313900027191, 0.043305667999447905, 0.0437024000002566, 0.04362132099959126, 0.04506928499995411, 0.04282870199949684, 0.04330971800027328, 0.04341759999988426, 0.04348720200050593, 0.04269201599981898, 0.04276504399967962, 0.04221789599978365, 0.04234249199998885, 0.04343359000085911, 0.0437010649993681, 0.042260831000021426, 0.04250360400055797, 0.043291909999425116, 0.04227961500055244, 0.04324395799994818, 0.04316667100010818, 0.04388727299919992, 0.04380256600052235, 0.04292063499997312, 0.042655379000279936, 0.042685112999606645, 0.042784913999639684, 0.04272941900035221, 0.04287443999965035, 0.042727611000373145, 0.042818558999897505, 0.04266646700034471, 0.042790173999492254, 0.04280696100067871, 0.04274378699938097, 0.0425481040001614, 0.04318002400032128, 0.04317483299928426, 0.042962764000549214, 0.04226037799980986, 0.042589372000293224, 0.04272498599948449, 0.04287121300058061, 0.04389232799985621, 0.04341653600022255, 0.04334250099964265, 0.043222932999924524, 0.043368833000386076, 0.04322302999935346, 0.04374943000038911, 0.043289090000143915, 0.04301016499994148, 0.04273524699965492, 0.043584416000157944, 0.042923334000079194, 0.04278424499989342, 0.04494433000036224, 0.04503622899937909, 0.042716659000689106, 0.043014764999497856, 0.04367523000018991, 0.043253367000033904, 0.04315335999945091, 0.04416880900043907, 0.04332830200019089, 0.043249538999589277, 0.04291886700048053, 0.044174800000291725, 0.04392605100019864, 0.043882013999791525, 0.04391549100000702, 0.043788580000182264, 0.043424984000012046, 0.04320898599962675, 0.042780843999935314, 0.04353333300059603, 0.043004450999433175, 0.0432008110001334, 0.04279837299964129, 0.042794954000783036, 0.04321867899943754, 0.043047300000580435, 0.042499521999161516, 0.042656602000533894, 0.042787802999555424, 0.04301577200021711, 0.04315564300031838, 0.04284923399973195, 0.0442885379998188, 0.04451576700012083, 0.04364924899982725, 0.04388691700023628, 0.043013933999645815, 0.04284358700078883, 0.04286391699952219, 0.043789757000013196, 0.043230684000263864, 0.042960128000231634, 0.04380103699986648, 0.043435494999357616, 0.04333124999993743, 0.04354662000059761, 0.0437367059994358, 0.04408132500066131, 0.04466356299963081, 0.04485140799988585, 0.04448582399982115, 0.04430394800056092, 0.047520222999992257, 0.04457697799989546, 0.04344597699946462, 0.04330708500037872, 0.04390644999966753, 0.043405219000305806, 0.0437116020002577, 0.043352494999453484, 0.04317531300057453, 0.04334773299979133, 0.04347922499982815, 0.04293667000001733, 0.043166401000235055, 0.04343851799967524, 0.04353564200027904, 0.042922804999761865, 0.04348096100056864, 0.043967049999992014, 0.04376568899988342, 0.04435312099940347, 0.04391836100057844, 0.045167376999415865, 0.04521583799942164, 0.045119328000509995, 0.04410802700022032, 0.043729062999773305, 0.042879579000327794, 0.045248708999679366, 0.043107548999614664, 0.04274483000062901, 0.042792721999830974, 0.04292811599952984, 0.04284044999985781, 0.04218514200056234, 0.04337389099964639, 0.04273798299982445, 0.042933247000291885, 0.043142757000168785, 0.043238446999566804, 0.04304563900041103, 0.043327909000254294, 0.04341828099950362, 0.044115781000073184, 0.044810090999817476, 0.04369183300059376, 0.04408017399964592, 0.043790542999886384, 0.043226495000453724, 0.044850319999568455, 0.04299558999991859, 0.04357939800047461, 0.04331464499955473, 0.04322005399990303, 0.042487452999921516, 0.042617719000190846, 0.043058385999756865, 0.042995062000045436, 0.043058634000772145, 0.04291383899999346, 0.043764839999312244, 0.04300902000068163, 0.04282504200000403, 0.04223116100001789, 0.0428855249992921, 0.042747344999952475, 0.042977274000804755, 0.0433353709995572, 0.04344594299982418, 0.0431194200000391, 0.04262084000038158, 0.042952682999384706, 0.04301724800006923, 0.04274262500075565, 0.04325221999988571, 0.04492088099959801, 0.04481272300017736, 0.04458973199962202, 0.042559688000437745, 0.04279805500027578, 0.042678719999457826, 0.04277834700042149, 0.0428181939996648, 0.04307814099956886, 0.04289758300001267, 0.042973335000169754, 0.044383504000506946, 0.04393110799992428, 0.044365810999806854, 0.043603272999462206, 0.04310910500043974, 0.04302262100009102, 0.0434085340002639, 0.0435192429995368, 0.042878358000052685, 0.043216686000050686, 0.04308699800003524, 0.042875070000263804, 0.042205830000057176, 0.04301828099960403, 0.042621992000022146, 0.043266057000437286, 0.04277801599982922, 0.04334977999951661, 0.042871396000009554, 0.04247429400038527, 0.042914085000120394, 0.04242302300008305, 0.04302687099971081, 0.04272731199944246, 0.043221438000728085, 0.04285159899973223, 0.0422589939998943, 0.042633936000129324, 0.043491725000421866, 0.04420343999936449, 0.042822557000363304, 0.04318179500023689, 0.04252441499920678, 0.0431419710002956, 0.04328027399969869, 0.04322004100049526, 0.043259062000288395, 0.044138658999145264, 0.044059070000002976, 0.04289057800087903, 0.042613461999280844, 0.04335809700023674, 0.0430258619999222, 0.04260311800044292, 0.042842804999963846, 0.04297369199957757, 0.04318397000042751, 0.043198157999540854, 0.04374298000038834, 0.04348428999946918, 0.04393948699998873, 0.04296685900044395, 0.043477268000060576, 0.043435065999801736, 0.04357645900017815, 0.04302906300017639, 0.04296236499976658, 0.0429770210002971, 0.043333121999239665, 0.043253579000520403, 0.04302160299994284, 0.04241867600012483, 0.04246546699960163, 0.04390018400044937, 0.04318723599953955, 0.04233339199981856, 0.041850597000120615, 0.04242451899972366, 0.042438072000550164, 0.0432594469994001, 0.04393905400047515, 0.04548050199991849, 0.045253833000060695, 0.043322323999746004, 0.042940094000186946, 0.043035409999902186, 0.04314682099993661, 0.04246383400004561, 0.042654661000597116, 0.042476754999370314, 0.04228322000017215, 0.04315575800046645, 0.04299067199917772, 0.043017582000175025, 0.04246765600055369, 0.043076076000033936, 0.04313168999942718, 0.04303406700000778, 0.042968628000380704, 0.042591556999468594, 0.04287514299994655, 0.04246248400067998, 0.042558720999295474, 0.042826863000300364, 0.04261871400012751, 0.04239585499999521, 0.042624947000149405, 0.04257871600020735, 0.042774773000019195, 0.04350281899951369, 0.042899697000393644, 0.042967342999872926, 0.04279528000006394, 0.04342078399986349, 0.042719936999674246, 0.0428864400000748, 0.04241516100046283, 0.042382269999507116, 0.04278917900046508, 0.042769388999658986, 0.04257545200016466, 0.04289664699990681, 0.04298794500027725, 0.043978107999464555, 0.04382099099984771, 0.04238360900035332, 0.042673846000070625, 0.04477230799966492, 0.042640923999897495, 0.04343266300020332, 0.042913801000395324, 0.04327489400020568, 0.04262098099934519, 0.043209172999922885, 0.042855353000049945, 0.04312048500014498, 0.04401955200046359, 0.042815316999622155, 0.0429252580006505, 0.04231566499947803, 0.04254481600037252, 0.04223497699967993, 0.04293532599967875, 0.042451473000255646, 0.04227561500010779, 0.04220234900003561, 0.04285601100036729, 0.04263684099987586, 0.04314562199942884, 0.04290597500039439, 0.042279413999494864, 0.04251270400072826, 0.042611474999830534, 0.042191411000203516, 0.042347221999989415, 0.043027261999668553, 0.04285487699962687, 0.04247626200049126, 0.04313268399982917, 0.043749319999733416, 0.04375791900019976, 0.043258796999907645, 0.04276045400001749, 0.04284404500049277, 0.04446550899956492, 0.04298790600023494, 0.04285200999947847, 0.04240979100086406, 0.042711065999355924, 0.04300330500063865, 0.04304840599979798, 0.043505566000021645, 0.04324574099973688, 0.0439681620000556, 0.04341973200007487, 0.043030869999711285, 0.04257219200007967, 0.043169991000468144, 0.04321877699931065, 0.0428213160002997, 0.04246619500008819, 0.043014232999667, 0.04258993900020869, 0.04273777999969752, 0.04269760400075029, 0.04258631099946797, 0.04247429800034297, 0.04319513500013272, 0.042421705999913684, 0.04320095000002766, 0.04330759599997691, 0.04226340599961986, 0.04289156400045613, 0.042779966999660246, 0.042800549999810755, 0.04233414800000901, 0.0431201740002507, 0.04362358999969729, 0.04355203400064056, 0.04488902799948846, 0.043084874000669515, 0.042657444999349536, 0.04285178200007067, 0.042247950000273704, 0.04267799300032493, 0.04392223400009243, 0.04266400699998485, 0.042941391999193, 0.042709492000540195, 0.04278341000008368, 0.04258022900012293, 0.04245730000002368, 0.042911190999802784, 0.043637501999910455, 0.043633162999867636, 0.04370017400015058, 0.04364320799959387, 0.042695436000030895, 0.042908651000288955, 0.044359161999636854, 0.043944473000010476, 0.04466993000005459, 0.04361044500001299, 0.04254634800054191, 0.04318979799973022, 0.04292285399969842, 0.04286667500036856, 0.04305375199965056, 0.0432599650002885, 0.04349146599997766, 0.043371288000344066, 0.043362836999222054, 0.04274870900007954, 0.042434632000549755, 0.04363060899959237, 0.04282476800017321, 0.043269693999718584, 0.042577001000609016, 0.0428204209993055, 0.0427343520004797, 0.042514038999797776, 0.042361265999716124, 0.043202878000556666, 0.04288028399969335, 0.04270858900054009, 0.042684279999775754, 0.042556188000162365, 0.04286111700002948, 0.04261692599993694, 0.04398916799982544, 0.04298580599970592, 0.04321973900005105, 0.04303483000057895, 0.04316304499934631, 0.04415103600058501, 0.04326573299931624, 0.04355772400049318, 0.043460443999720155, 0.04349284900035855, 0.043229316999713774, 0.04288848800024425, 0.043202082999414415, 0.0436569760004204, 0.04212254300000495, 0.04251180400024168, 0.04206235999936325, 0.04243671299991547, 0.042630672000086633, 0.0451210480005102, 0.043308880999575194, 0.042675175000113086, 0.042737261000183935, 0.0429334270002073, 0.04212609199930739, 0.04279946100086818, 0.04350178899949242, 0.043460132000291196, 0.04228846699970745, 0.04287138200015761, 0.04385020999961853, 0.043168574000446824, 0.04279657899951417, 0.0425620149999304, 0.04256357900067087, 0.04246280999996088, 0.043055438999545004, 0.0438806010006374, 0.043354776999876776, 0.04295224699944811, 0.043209323000155564, 0.042717465000350785, 0.04239688799953001, 0.042943109000589175, 0.04294720599955326, 0.04286889299964969, 0.04350703500040254, 0.042733475000204635, 0.042573443000037514, 0.043234105999545136, 0.04334482700051012, 0.042521814999417984, 0.04236886000035156, 0.04339992099994561, 0.04333840399976907, 0.04273533900050097, 0.04273229999944306, 0.04354989000057685, 0.04322871199929068, 0.04342181400079426, 0.043028120999224484, 0.044726200000695826, 0.044579280000107246, 0.043088580999210535, 0.04309794700020575, 0.04237079900030949, 0.043428277999737475, 0.043817820999720425, 0.04311149400018621, 0.0428812400004972, 0.04311013299957267, 0.0426434609998978, 0.04279147400029615, 0.04336810600034369, 0.04318781699930696, 0.04361995199997182, 0.04447233399969264, 0.042951953000738285, 0.04269107599975541, 0.0425551970001834, 0.04287029499937489, 0.043688398000085726, 0.04313436200027354, 0.044840206999651855, 0.044384191000062856, 0.04336212100042758, 0.04418239699953119, 0.04247270799987746, 0.04347212800075795, 0.04278856399923825, 0.043352476000109164, 0.04303162300038821, 0.04264646199953859, 0.04277321200061124, 0.04235853399950429, 0.04247033899991948, 0.04235915500066767, 0.04265969900006894, 0.0425109589996282, 0.04276038799980597, 0.04296525500012649, 0.04414067899961083, 0.04289118300039263, 0.04295501700016757, 0.04282654999951774, 0.043531760000405484, 0.0438060280002901, 0.0441781629997422, 0.04487725000035425, 0.044653266999375774, 0.04314846800025407, 0.04276668700003938, 0.04280599300000176, 0.043907600000238745, 0.04299111299951619, 0.04342309599996952, 0.04298716199991759, 0.04265424100049131, 0.04241175999959523, 0.04268124500049453, 0.04315079799926025, 0.0431260730001668, 0.04328165000060835, 0.04282158099977096, 0.04285083000013401, 0.042907844000183104, 0.04270622999956686, 0.042390923000311886, 0.04273369099973934, 0.0430119630000263, 0.04258330399989063, 0.042639248999876145, 0.043099932000586705, 0.0426873139995223, 0.043307840000125, 0.04268414600028336, 0.04328455099948769, 0.04332710600010614, 0.04310075600005803]",tokens/s,23.177917703496952,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mistral,mistralai/Mistral-7B-v0.1,mistralai/Mistral-7B-v0.1,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mixtral,mistralai/Mixtral-8x7B-v0.1,mistralai/Mixtral-8x7B-v0.1,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen,Qwen/Qwen-72B,Qwen/Qwen-72B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-30b,facebook/opt-30b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2_moe,Qwen/Qwen1.5-MoE-A2.7B,Qwen/Qwen1.5-MoE-A2.7B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-1.3b,EleutherAI/pythia-1.3b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-1.4b,EleutherAI/pythia-1.4b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,01-ai/Yi-34B,01-ai/Yi-34B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 57, in launch raise RuntimeError(f""Isolated process exited with non-zero code {isolated_process.exitcode}"") RuntimeError: Isolated process exited with non-zero code -9 ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-12b,EleutherAI/pythia-12b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,xglm,facebook/xglm-4.5B,facebook/xglm-4.5B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,xglm,facebook/xglm-7.5B,facebook/xglm-7.5B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-14B,Qwen/Qwen1.5-14B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Llama-2-70b-hf,meta-llama/Llama-2-70b-hf,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,Deci/DeciCoder-1b,Deci/DeciCoder-1b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 559, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3832, in from_pretrained model = cls(config, *model_args, **model_kwargs) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 248, in __init__ self.model = DeciCoderModel(config) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 215, in __init__ self.layers = nn.ModuleList([DeciCoderDecoderLayer(config) for _ in range(config.num_hidden_layers)]) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 215, in self.layers = nn.ModuleList([DeciCoderDecoderLayer(config) for _ in range(config.num_hidden_layers)]) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 181, in __init__ self.self_attn = DeciCoderAttention(config=config) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 54, in __init__ self._init_rope() File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1729, in __getattr__ raise AttributeError(f""'{type(self).__name__}' object has no attribute '{name}'"") AttributeError: 'DeciCoderAttention' object has no attribute '_init_rope' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Meta-Llama-3-70B,meta-llama/Meta-Llama-3-70B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,togethercomputer/RedPajama-INCITE-Base-7B-v0.1,togethercomputer/RedPajama-INCITE-Base-7B-v0.1,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-72B,Qwen/Qwen1.5-72B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,internlm,internlm/internlm-20b,internlm/internlm-20b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-110B,Qwen/Qwen1.5-110B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,codegen,Salesforce/codegen-16B-nl,Salesforce/codegen-16B-nl,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt2,openai-community/gpt2-large,openai-community/gpt2-large,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-65b,huggyllama/llama-65b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-30b,huggyllama/llama-30b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Llama-2-13b-hf,meta-llama/Llama-2-13b-hf,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-7B,Qwen/Qwen1.5-7B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,stabilityai/stablelm-base-alpha-3b,stabilityai/stablelm-base-alpha-3b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,recurrent_gemma,google/recurrentgemma-9b,google/recurrentgemma-9b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/gpt-neox-20b,EleutherAI/gpt-neox-20b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mixtral,mistralai/Mixtral-8x22B-v0.1,mistralai/Mixtral-8x22B-v0.1,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,01-ai/Yi-6B,01-ai/Yi-6B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,12557.561856,,,,,s,1,193.81372198300005,193.81372198300005,0.0,193.81372198300005,193.81372198300005,193.81372198300005,193.81372198300005,[193.81372198300005],,kWh,0.002260397192679167,0.001232003078723154,0,0.003492400271402321,,MB,12697.66144,,,,,s,10,16.700325857000053,1.6700325857000053,0.006575418546251886,1.6707002674999671,1.6784689937000281,1.6797183453500282,1.6807178266700282,"[1.6743934190000118, 1.6675661909999917, 1.6638769930000308, 1.6707547969999723, 1.6726095830000531, 1.6606557119999934, 1.6809676970000282, 1.6606643669999812, 1.678191360000028, 1.670645737999962]",tokens/s,153.29042211035414,kWh,1.974983521013886e-05,1.0764262895779552e-05,0.0,3.051409810591841e-05,tokens/kWh,8389564.689455695,MB,12702.072832,,,,,s,10,98.7222644540002,9.87222644540002,0.02226240252867181,9.86405651299998,9.896078009300016,9.90331480265001,9.909104237330006,"[9.893931121000037, 9.852747933000046, 9.861979904000009, 9.85493679700005, 9.910551596000005, 9.894469833000016, 9.840141173999996, 9.866133121999951, 9.85542074600005, 9.891952228000036]",tokens/s,6.381539194672237,kWh,0.00011638973527506944,6.343692246863165e-05,0.0,0.00017982665774370107,tokens/kWh,350337.3792877311,,s,630,98.71782610300022,0.1566949620682543,0.001987997599055023,0.1564151554999853,0.15889834619998738,0.1598193658499781,0.16257854827998588,"[0.15742056700003104, 0.15490012899999783, 0.1584177700000282, 0.15598312700001316, 0.1552825189999112, 0.15552381800000603, 0.15589575900003183, 0.15805875600005947, 0.15863150799998493, 0.1569682389999798, 0.15572991999999886, 0.1551683159999584, 0.17855051700007607, 0.16574726699991515, 0.1551429780000717, 0.15495829499991487, 0.15537338400008593, 0.1545710999999983, 0.15619918999993843, 0.15587996800002202, 0.15766337399998065, 0.15653340799997295, 0.15708285100004105, 0.15568455000004633, 0.15849489200002154, 0.15762806199995794, 0.15493657199999689, 0.15571975599993948, 0.15538970100010374, 0.1561638009999342, 0.15664668199997323, 0.15625078700008999, 0.15784596599996803, 0.15487333199996556, 0.15598521800006893, 0.15761957799998072, 0.15705319999995027, 0.15783040500002699, 0.15489507799998137, 0.15850275100001454, 0.15847698799996124, 0.15573671800007105, 0.15478355300001567, 0.1564872239999886, 0.15597237499991934, 0.15886080600000696, 0.1577229750000697, 0.15819222300001456, 0.1581146539999736, 0.15714074899995012, 0.15556250300005559, 0.15632017099994755, 0.15744470399999955, 0.1557911370000511, 0.1586696199999551, 0.15698247099999207, 0.1566092740000613, 0.1558053829999153, 0.15545000500003425, 0.15528517500001726, 0.1570066049999923, 0.15738400299994737, 0.15648422300000675, 0.1555218620000005, 0.15843522600005144, 0.15651728299997103, 0.1536586060000218, 0.1534088299999894, 0.15499463699995886, 0.15453156500007026, 0.1567169179999155, 0.15625980200002232, 0.1552981090000003, 0.15603875400006473, 0.15490607499998532, 0.15383684500000072, 0.15494401399996605, 0.15674522899996646, 0.15568628300002274, 0.15602141600004416, 0.15557564899995668, 0.1596813400000201, 0.15981770099995174, 0.1556023709999863, 0.1549257579999903, 0.15613670600009755, 0.15596643799995036, 0.1566907290000472, 0.15628329300000132, 0.15681557400000656, 0.15643547399997715, 0.160086739999997, 0.15687457499996071, 0.15828988999999183, 0.15799263700000665, 0.1562956730000451, 0.1540721090000261, 0.15622716699999728, 0.15577392899990627, 0.15640195700007098, 0.1553953110000066, 0.15813147699998353, 0.1555672649999451, 0.1592864300000656, 0.15438036900002317, 0.15633775300000252, 0.15470157499999004, 0.1558480689999442, 0.15939902399998118, 0.1562831810000489, 0.1573429559999795, 0.1571284149999883, 0.15884763899998688, 0.15728348499999356, 0.1585813890000054, 0.15695053000001735, 0.15573488600000474, 0.1581894429999693, 0.15509017900001254, 0.15611082700002044, 0.15587996399995063, 0.15538254500006587, 0.15547926099998222, 0.15611061699996753, 0.15683032000004005, 0.15658702899997934, 0.1560239369999863, 0.1565081439999858, 0.15443377999997665, 0.15763201500010382, 0.15623729899994032, 0.15309135300003618, 0.15486126399991917, 0.15301222100003997, 0.15522392100001525, 0.15377228700003798, 0.15366461499991146, 0.15441443400004573, 0.15553779000003942, 0.15631656799996563, 0.15624464600000465, 0.1556518170000345, 0.15442235399996207, 0.15618430799997896, 0.15893900100002156, 0.15466009099998246, 0.1558096349999687, 0.15639515300006224, 0.15470616300001439, 0.15391701699991245, 0.15665236400002414, 0.15442485200003375, 0.1556067220000159, 0.1541282629999614, 0.15524504200004685, 0.15673978600000282, 0.15753715199991802, 0.15728911799999423, 0.15797075100010716, 0.15632687499999065, 0.1579596809999657, 0.16346175099999982, 0.15920346600000812, 0.15662410699997054, 0.15756003299998156, 0.1580860000000257, 0.158716572000003, 0.1612593669999569, 0.1635951670000395, 0.15706539500001782, 0.15782179500001803, 0.1563957459999301, 0.15600233200007096, 0.15679624799997782, 0.15651623600001585, 0.16189413099994, 0.1575524250000626, 0.16016582800000378, 0.15955056500001774, 0.15704095399996731, 0.15608029999998507, 0.156888628000047, 0.15549033499996767, 0.1536409210000329, 0.15427566999994724, 0.1540146879999611, 0.1546206830000756, 0.15709363600001325, 0.15654954100000396, 0.1569931630000383, 0.1562868260000414, 0.1581673639999508, 0.15412513700005093, 0.1531183949999786, 0.15431033499999103, 0.15388359799999307, 0.15438802100004523, 0.1566824749999114, 0.1591574380000793, 0.15802486199993382, 0.15586582900004942, 0.15855055600002288, 0.15607901999999285, 0.15526390000002266, 0.1560532249999369, 0.15629286299997602, 0.1552855099999988, 0.15687732300000334, 0.15919309700007034, 0.15790627000001223, 0.15806308499998067, 0.159915586000011, 0.15714663400001427, 0.15836085499995534, 0.16170026099996448, 0.1573544990000073, 0.1575050060000649, 0.156907939000007, 0.15662324199990962, 0.15309649800008174, 0.15597741199997017, 0.15396749800004272, 0.15494067299994185, 0.15471312900001521, 0.1551976509999804, 0.15563314500002434, 0.15620982400002958, 0.15574665099995855, 0.1564696839999442, 0.15625650900005894, 0.15770042500003, 0.15841513199995916, 0.1552029220000577, 0.15698123499998928, 0.15885889300000144, 0.15714700199998788, 0.15754986399997506, 0.15741183800003, 0.15686476199994104, 0.15600469599996813, 0.15468621400009397, 0.1554659249999304, 0.1556698960000631, 0.15991051999992578, 0.15313379500003066, 0.1559339220000311, 0.1577211219999981, 0.155074720000016, 0.15466604499999903, 0.15631358699999964, 0.15525922500000888, 0.15424609499996222, 0.15573080399997252, 0.15543334099993444, 0.15636951500005125, 0.1602173160000575, 0.15796020899995256, 0.15715785600002619, 0.15675081199992746, 0.1574747770000613, 0.16285809900000459, 0.15653590099998382, 0.1552506699999867, 0.15421919499999603, 0.16044680899995, 0.15763559200001964, 0.1556362240000908, 0.1606095809999033, 0.1593646590000617, 0.15552443799992943, 0.15674185100010618, 0.15848238599994602, 0.1597082709999995, 0.15630633199998556, 0.157384957999966, 0.15653228900009708, 0.1553838709999127, 0.1576278560000901, 0.1562477969999918, 0.15702966999992896, 0.1547720980000804, 0.15498399699993115, 0.15765279699996881, 0.1574478290000343, 0.1587832850000268, 0.15778019499998663, 0.1566019829999732, 0.1570303519999925, 0.1583338930000764, 0.15683000399997127, 0.15737399499994353, 0.15937812600009238, 0.15944602999991275, 0.1558401770000728, 0.15870971099991493, 0.15641819900008613, 0.15659653399995932, 0.15889568099998996, 0.15952752800001235, 0.16289547400003812, 0.15592069299998457, 0.1600355219999301, 0.15626500500002294, 0.1564089440000771, 0.15476537499989718, 0.15667751600005886, 0.15684565399999428, 0.15541179299998475, 0.15559075400005895, 0.15944158999991487, 0.15750947399999404, 0.15544301800002813, 0.15620215600006304, 0.15568662099997255, 0.1559998520000363, 0.15868898400003673, 0.15419245400005366, 0.15748641599998336, 0.1551692319999347, 0.15479579100008323, 0.15793012899996484, 0.15457944399997814, 0.1555645790000426, 0.15576686999997946, 0.1609604870000112, 0.15452669499995864, 0.1556283520000079, 0.15628171599996676, 0.15366185700008828, 0.15577204599992456, 0.15639235599996937, 0.1598207279999997, 0.1568163370000093, 0.1573190810000824, 0.155394112999943, 0.1546492349999653, 0.15658127100005004, 0.15887787400004072, 0.15758805299992673, 0.15469394500007638, 0.15841633799993815, 0.15940085299996554, 0.15693335800006025, 0.16474999499996557, 0.1588675279999734, 0.1567511599999989, 0.15971752200005085, 0.1587307160000364, 0.15722917499999767, 0.15618843999993715, 0.15564350099998592, 0.15824812100004237, 0.15837399400004415, 0.15591697499996826, 0.15439796900000147, 0.15664660100003402, 0.15471516599995994, 0.15693836299999475, 0.15739599699998053, 0.15843232100007754, 0.15820891799990022, 0.15872996400003103, 0.15627919100006693, 0.15664164800000435, 0.15717685199990683, 0.1560474030000023, 0.15536335100000542, 0.15824303400006556, 0.15941616899999644, 0.16053809099992122, 0.1586701680000715, 0.15644119000000956, 0.15626061899990873, 0.15715845100010029, 0.1560246219999044, 0.15606457700005194, 0.15783909899994342, 0.15605257800007166, 0.15416069200000493, 0.1549215349999713, 0.15641738600004373, 0.15757716600001004, 0.1585217440000406, 0.15347708999991028, 0.15433437299998332, 0.15544870300004732, 0.15652272399995582, 0.15678146800007653, 0.15730013600000348, 0.15792615099996965, 0.15683343399996375, 0.15381367500003762, 0.15522045600005185, 0.15397085399990829, 0.15535055700001976, 0.15520180300006814, 0.15792728099995657, 0.1539673260000427, 0.1558560400000033, 0.15395148599998265, 0.1542065049999337, 0.15416622899999766, 0.15846979000002648, 0.15417956900000718, 0.1542564860000084, 0.15710655199995927, 0.1575608990000319, 0.15641450700002224, 0.15675100999999358, 0.15759941299995717, 0.15869751700006418, 0.15626802199994927, 0.1584839990000546, 0.157193136999922, 0.156687717000068, 0.15655715499997314, 0.15568109000003005, 0.15485884999998234, 0.15871642299998712, 0.1583091779999677, 0.15941281499999604, 0.1574358589999747, 0.1570069860000558, 0.15598569199994472, 0.15564793200007898, 0.15523038599997108, 0.16045737399997506, 0.15589806499997394, 0.1563003320000007, 0.15489299800003664, 0.1556200559999752, 0.15356117200008157, 0.15523011599998426, 0.15604296899994097, 0.1567871010000772, 0.15671118499994918, 0.15376616399998966, 0.15814653300003556, 0.15532367599996633, 0.15682527600006324, 0.15578377799999998, 0.1562473860000182, 0.15345987499995317, 0.15806406499996228, 0.15927676800004065, 0.16063808299998072, 0.1534183229999826, 0.15329282300001523, 0.15542066399996202, 0.15544124000007287, 0.15565649600000597, 0.15572614199993495, 0.1553341820000469, 0.15641580399994837, 0.15772918300001493, 0.1570602390000886, 0.1560905729999149, 0.15530182100008005, 0.15669136599990452, 0.15507378500001323, 0.1557992780000177, 0.15671216900000218, 0.15710167400004593, 0.1545627229999127, 0.15429882900002667, 0.15672535999999582, 0.15497831100003623, 0.1562715320000052, 0.15779553400000168, 0.15651887900003203, 0.1553264990000116, 0.1567250249999006, 0.15587391899998693, 0.15643524600000092, 0.15600930600010088, 0.15758668399996623, 0.15572653200001696, 0.15776206599991838, 0.155541554000024, 0.15569531100004497, 0.1565271560000383, 0.15605259099993418, 0.15468098200005898, 0.15608571199993548, 0.15662594900004478, 0.1564954419999367, 0.16185626100002537, 0.1600795269999935, 0.1592389129999674, 0.1581007500000169, 0.1582670139999891, 0.16012856800000463, 0.1558242760000894, 0.15665336600000046, 0.1593515639999623, 0.1581476000000066, 0.1563229590000219, 0.15677424699993026, 0.15647156400007134, 0.15552521799997976, 0.15603485299993736, 0.1561366519999865, 0.15615558199999668, 0.15834317800010922, 0.1575732029999699, 0.15696065899999212, 0.15629218300000502, 0.15574284900003477, 0.1544282930000236, 0.15370212400000582, 0.1549146859999837, 0.15473274199996467, 0.15680004700004702, 0.15583111699993424, 0.15716266700007964, 0.1562583159999349, 0.15725224700008766, 0.15399758199998814, 0.15689007200001015, 0.15550843799996983, 0.15732190899996112, 0.1551410140000371, 0.15428362299996934, 0.15673648500001036, 0.15454451799996605, 0.15476414800002658, 0.15505070200003956, 0.15425500200001352, 0.15647261899994191, 0.1552209789999779, 0.15604332899999918, 0.1542490670000234, 0.15677432899997257, 0.15880454900002405, 0.15619352999999592, 0.15527629400003207, 0.1584063770000057, 0.15432486500003506, 0.15467068299994935, 0.15773127099998874, 0.15844964600000822, 0.158275107999998, 0.15892233299996406, 0.15740802300001633, 0.15986382100004448, 0.15652364200002467, 0.15595904999997856, 0.15529532899995502, 0.15664792100005798, 0.15363583599992126, 0.15897057699999095, 0.15959529600002043, 0.1578764770000589, 0.15516591699997662, 0.15433930100005, 0.1550886749998881, 0.15770502600003056, 0.15690754399997786, 0.15608361800002513, 0.1555650280000691, 0.16054154799996923, 0.16064389899997877, 0.15840186100001574, 0.15973950099999001, 0.15716284200004793, 0.15577617899998586, 0.1541334129999541, 0.15707736299998487, 0.1553882440000507, 0.15576111600000786, 0.1556850319999512, 0.15608884600010242, 0.1604512239999849, 0.15807945599999584, 0.1561934559999827, 0.16141464299994368, 0.1597195990000273, 0.15565167900001597, 0.15579367899999852, 0.15729029099998115, 0.15744545699999435, 0.15849832800006425, 0.15788286899999093, 0.15789799699996365, 0.15716666399998758, 0.15520234999996774, 0.15461142500009828, 0.1550083029999314, 0.1567174960000557, 0.1559270899999774, 0.1559786450000047, 0.15807995099999061, 0.15876678099994024, 0.15581388500004323, 0.15635768699996788, 0.15774894000003314, 0.15520245799996246, 0.15837303900002553, 0.1544021500000099, 0.1574184639999885, 0.15610928500007049, 0.15559760999997252, 0.1572747199999185, 0.15898407400004544, 0.15989794200004326, 0.15714702699995087, 0.15822219100004986, 0.15622508100000232, 0.15637849099994128, 0.1563226000000668, 0.15713071099992248, 0.15758232200005295, 0.1552503660000184, 0.1595231279999325, 0.15893281299997852, 0.1577215330000854, 0.1561705209999218, 0.15549456799999462, 0.1557151540000632, 0.15705435400002443, 0.15785282799993183, 0.15652704299998277, 0.1581023969999933, 0.15899558700004945, 0.15520373599997583, 0.15579296999999315, 0.15767634100006944, 0.15588469099998292, 0.15552128299998458, 0.1581359419999444]",tokens/s,6.3818261085153,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mistral,TencentARC/Mistral_Pro_8B_v0.1,TencentARC/Mistral_Pro_8B_v0.1,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-160m,EleutherAI/pythia-160m,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-6.7b,EleutherAI/pythia-6.7b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-13b,facebook/opt-13b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-6.7b,facebook/opt-6.7b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,microsoft/rho-math-1b-v0.1,microsoft/rho-math-1b-v0.1,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-2.7b,EleutherAI/pythia-2.7b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen2-beta-72B,Qwen/Qwen2-beta-72B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-0.5B,Qwen/Qwen1.5-0.5B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-1.8B,Qwen/Qwen1.5-1.8B,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-70m,EleutherAI/pythia-70m,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gemma,google/gemma-2b,google/gemma-2b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-40b,tiiuae/falcon-40b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gemma,google/gemma-7b,google/gemma-7b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-125m,facebook/opt-125m,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,dbrx,databricks/dbrx-base,databricks/dbrx-base,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-350m,facebook/opt-350m,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stablelm,stabilityai/stablelm-2-12b,stabilityai/stablelm-2-12b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/polyglot-ko-12.8b,EleutherAI/polyglot-ko-12.8b,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt2,openai-community/gpt2,openai-community/gpt2,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,codegen,Salesforce/codegen-6B-nl,Salesforce/codegen-6B-nl,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-eager,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-410m,EleutherAI/pythia-410m,cpu,,42,,,True,True,,float16,True,False,,eager,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen,Qwen/Qwen-7B,Qwen/Qwen-7B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-66b,facebook/opt-66b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,stabilityai/stablelm-base-alpha-7b,stabilityai/stablelm-base-alpha-7b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-2.7B,EleutherAI/gpt-neo-2.7B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 564, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: GPTNeoForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-7b,tiiuae/falcon-7b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Llama-2-7b-hf,meta-llama/Llama-2-7b-hf,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-rw-1b,tiiuae/falcon-rw-1b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-4B,Qwen/Qwen1.5-4B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,internlm2,internlm/internlm2-20b,internlm/internlm2-20b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,deci,Deci/DeciLM-7B,Deci/DeciLM-7B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 559, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: DeciLMForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stablelm,stabilityai/stablelm-3b-4e1t,stabilityai/stablelm-3b-4e1t,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-13b,huggyllama/llama-13b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-2.7b,facebook/opt-2.7b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,phi,microsoft/phi-1_5,microsoft/phi-1_5,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,recurrent_gemma,google/recurrentgemma-2b,google/recurrentgemma-2b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gptj,EleutherAI/gpt-j-6b,EleutherAI/gpt-j-6b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 564, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: GPTJForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stablelm,stabilityai/stablelm-2-1_6b,stabilityai/stablelm-2-1_6b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,togethercomputer/RedPajama-INCITE-Base-3B-v1,togethercomputer/RedPajama-INCITE-Base-3B-v1,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Meta-Llama-3-8B,meta-llama/Meta-Llama-3-8B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen2-beta-14B,Qwen/Qwen2-beta-14B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-32B,Qwen/Qwen1.5-32B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-125m,EleutherAI/gpt-neo-125m,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 564, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: GPTNeoForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,xglm,facebook/xglm-564M,facebook/xglm-564M,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen,Qwen/Qwen-14B,Qwen/Qwen-14B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-7b,huggyllama/llama-7b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-180B,tiiuae/falcon-180B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-1.3B,EleutherAI/gpt-neo-1.3B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 564, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: GPTNeoForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mistral,mistralai/Mistral-7B-v0.1,mistralai/Mistral-7B-v0.1,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mixtral,mistralai/Mixtral-8x7B-v0.1,mistralai/Mixtral-8x7B-v0.1,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen,Qwen/Qwen-72B,Qwen/Qwen-72B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-30b,facebook/opt-30b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2_moe,Qwen/Qwen1.5-MoE-A2.7B,Qwen/Qwen1.5-MoE-A2.7B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-1.3b,EleutherAI/pythia-1.3b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-1.4b,EleutherAI/pythia-1.4b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,01-ai/Yi-34B,01-ai/Yi-34B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 57, in launch raise RuntimeError(f""Isolated process exited with non-zero code {isolated_process.exitcode}"") RuntimeError: Isolated process exited with non-zero code -9 ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-12b,EleutherAI/pythia-12b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,xglm,facebook/xglm-4.5B,facebook/xglm-4.5B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,xglm,facebook/xglm-7.5B,facebook/xglm-7.5B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-14B,Qwen/Qwen1.5-14B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Llama-2-70b-hf,meta-llama/Llama-2-70b-hf,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,Deci/DeciCoder-1b,Deci/DeciCoder-1b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 559, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3832, in from_pretrained model = cls(config, *model_args, **model_kwargs) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 248, in __init__ self.model = DeciCoderModel(config) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 215, in __init__ self.layers = nn.ModuleList([DeciCoderDecoderLayer(config) for _ in range(config.num_hidden_layers)]) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 215, in self.layers = nn.ModuleList([DeciCoderDecoderLayer(config) for _ in range(config.num_hidden_layers)]) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 181, in __init__ self.self_attn = DeciCoderAttention(config=config) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 54, in __init__ self._init_rope() File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1729, in __getattr__ raise AttributeError(f""'{type(self).__name__}' object has no attribute '{name}'"") AttributeError: 'DeciCoderAttention' object has no attribute '_init_rope' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Meta-Llama-3-70B,meta-llama/Meta-Llama-3-70B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,togethercomputer/RedPajama-INCITE-Base-7B-v0.1,togethercomputer/RedPajama-INCITE-Base-7B-v0.1,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-72B,Qwen/Qwen1.5-72B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,internlm,internlm/internlm-20b,internlm/internlm-20b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-110B,Qwen/Qwen1.5-110B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,codegen,Salesforce/codegen-16B-nl,Salesforce/codegen-16B-nl,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt2,openai-community/gpt2-large,openai-community/gpt2-large,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-65b,huggyllama/llama-65b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-30b,huggyllama/llama-30b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Llama-2-13b-hf,meta-llama/Llama-2-13b-hf,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-7B,Qwen/Qwen1.5-7B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,stabilityai/stablelm-base-alpha-3b,stabilityai/stablelm-base-alpha-3b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,recurrent_gemma,google/recurrentgemma-9b,google/recurrentgemma-9b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/gpt-neox-20b,EleutherAI/gpt-neox-20b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mixtral,mistralai/Mixtral-8x22B-v0.1,mistralai/Mixtral-8x22B-v0.1,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,01-ai/Yi-6B,01-ai/Yi-6B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,12557.590528,,,,,s,1,194.08367105800016,194.08367105800016,0.0,194.08367105800016,194.08367105800016,194.08367105800016,194.08367105800016,[194.08367105800016],,kWh,0.0022622730677138874,0.0012330253696434135,0,0.003495298437357301,,MB,12690.649088,,,,,s,10,24.55474148200028,2.455474148200028,0.012275743922936955,2.4582545299999765,2.46703904320002,2.4713895225999294,2.474869906119857,"[2.4435365760000423, 2.459421094999925, 2.457087965000028, 2.4651326240000344, 2.4396135070001037, 2.435298164999949, 2.4505238290003035, 2.4660722700000406, 2.4757400019998386, 2.462315449000016]",tokens/s,104.25685002127162,kWh,2.910516883381945e-05,1.5863260971563672e-05,0.0,4.4968429805383125e-05,tokens/kWh,5692882.787055965,MB,12691.218432,,,,,s,10,98.59094302100038,9.859094302100038,0.02951265623191767,9.866589413000156,9.88603604360028,9.8941327433002,9.900610103060139,"[9.867783147999944, 9.848497062000206, 9.791365137999946, 9.844506760000058, 9.881808376999743, 9.902229443000124, 9.869711533999634, 9.884236777000297, 9.865395678000368, 9.835409104000064]",tokens/s,6.390039294641971,kWh,0.00011645812023298595,6.347420564481645e-05,0.0,0.00017993232587780242,tokens/kWh,350131.6380625527,,s,630,98.58657354100069,0.15648662466825505,0.002081818105323815,0.1563125720001608,0.15902280580003209,0.1602171456500173,0.1631823102500175,"[0.1565744959998483, 0.15608886800009714, 0.1560659219999252, 0.15474783300032868, 0.15714257599984194, 0.16675956000017322, 0.15822044199967422, 0.15506768900013412, 0.15651709199983088, 0.15875133800000185, 0.15571972400039158, 0.15405265999970652, 0.15647260100013227, 0.15750050999986343, 0.15911249500004487, 0.1577287069999329, 0.155187257000307, 0.15650573199991413, 0.15731835899987345, 0.15398968199997398, 0.15460020199998326, 0.15424117300017315, 0.16063247600004615, 0.1554892649996873, 0.1579171650000717, 0.15695859400011614, 0.1546604320001279, 0.15711678799971196, 0.15340663500001028, 0.1535242280001512, 0.15432656899974972, 0.15765105100035726, 0.1547057779998795, 0.1569102449998354, 0.1574711150001349, 0.15880285799994454, 0.15521297099985532, 0.1564007860001766, 0.15778916099998241, 0.15882395900007396, 0.15679529899989575, 0.1581190729998525, 0.15432818099998258, 0.15783559300007255, 0.15688907999992807, 0.15980297100031748, 0.15609684999981255, 0.15690562400004637, 0.15466686099989602, 0.15786487700006546, 0.1554930739998781, 0.1545297610000489, 0.15430777000028684, 0.1551217349997387, 0.15632994299994607, 0.1544495180000922, 0.15943484800027363, 0.15864847299963003, 0.15692775400020764, 0.15558945100019628, 0.15620136500001536, 0.15945388599993748, 0.15539047499987646, 0.16041916199992556, 0.1528770490003808, 0.15556822899998224, 0.15607703799969386, 0.153508408000107, 0.15127762500014796, 0.15128736799988474, 0.15318935400000555, 0.15673120300016308, 0.16267622699979256, 0.15390366900010122, 0.15358910599979936, 0.153541282000333, 0.15509172099973512, 0.15382858300017688, 0.15308507999998255, 0.15628056800005652, 0.15622507399984897, 0.1549727299998267, 0.1547222890003468, 0.15390839499968934, 0.15330263900023056, 0.15386086699982116, 0.15420233800023198, 0.15655053299997235, 0.1595484839999699, 0.15699398800006747, 0.15470201799962524, 0.15545499700010623, 0.15719911099995443, 0.15484952700035137, 0.15393568199988295, 0.15694266699983928, 0.15837629599991487, 0.15616219799994724, 0.1549798640003246, 0.15687313799980984, 0.1565646049998577, 0.16010119000020495, 0.15507406100005028, 0.1573457250001411, 0.15902444199991805, 0.15902262400004474, 0.15705749299968375, 0.15761910900027942, 0.15691964899997402, 0.1566601169997739, 0.15744830500034368, 0.15702858999975433, 0.15652923200013902, 0.1574512419997518, 0.15904405900027996, 0.15701920799983782, 0.16167377800002214, 0.15692197599992141, 0.15789521400029116, 0.1546509749996403, 0.1585429199999453, 0.1586246020001454, 0.15964477800025634, 0.15855848699993658, 0.1561356520001027, 0.15881227499994566, 0.1609506820000206, 0.15540002699981414, 0.15482579599984092, 0.15418651500021952, 0.15360739900006593, 0.15537771599974803, 0.15313323500004117, 0.15426686699993297, 0.15375572700031626, 0.1583933869997054, 0.15840359300000273, 0.15800053200018738, 0.15386346600007528, 0.15491204399995695, 0.15443087499988906, 0.154759063000256, 0.15352010099968538, 0.15404261300000144, 0.15238168599989876, 0.15185544400037543, 0.1564091609998286, 0.15565886400008822, 0.15450323999993998, 0.1535754490000727, 0.15652932800003327, 0.15372547800006942, 0.15541127999995297, 0.156993417999729, 0.15631169000016598, 0.15560220299994398, 0.15639766100002817, 0.15757207700016806, 0.15634812099960982, 0.1567703700002312, 0.1535610020000604, 0.1573380609997912, 0.15480713400029344, 0.154921481999736, 0.1551727240002947, 0.15608246299962047, 0.1571596120002141, 0.15261327100006383, 0.15331175999972402, 0.153747690000273, 0.1559483910000381, 0.1552556149999873, 0.15527520399973582, 0.1543534290003663, 0.15694622299997718, 0.1567809639996085, 0.15368309700033933, 0.15340245299967137, 0.15441699700022582, 0.15415325300000404, 0.15496515899985752, 0.15714204799996878, 0.15621780700030286, 0.16025747599996976, 0.15835587499987014, 0.15661141500004305, 0.156109061999814, 0.15644362900002307, 0.15403927700026543, 0.1566144940002232, 0.15888399599998593, 0.15458071399962137, 0.15431678800041482, 0.15374565299998721, 0.15411663899976702, 0.15375140000014653, 0.15460399999983565, 0.15493019199993796, 0.15540570700022727, 0.15729367099993397, 0.15824485399980404, 0.15698241600011897, 0.15429846500001076, 0.15631028799998603, 0.15478154499987795, 0.15405617500027802, 0.15433869899970887, 0.15484986299998127, 0.15540785000030155, 0.1546879600000466, 0.15372204699997383, 0.15869192299987844, 0.1568665139998302, 0.15997271900005217, 0.15815077000024758, 0.15990275800004383, 0.15796304899959068, 0.16478777400016043, 0.15676761600025202, 0.15622521299974323, 0.156701208999948, 0.1560434040002292, 0.15642645099978836, 0.15491802899987306, 0.15532056300025943, 0.16030594499989093, 0.1566800579998926, 0.1556805930003975, 0.15397616199970798, 0.1551485979998688, 0.15427998900031525, 0.156914205999783, 0.1551269209999191, 0.15740656600019065, 0.15643091999982062, 0.1566470380003011, 0.15640213599999697, 0.1549357629996848, 0.15575129100034246, 0.1562657509998644, 0.155862210000123, 0.1565778619997218, 0.15590619600015998, 0.15452623300006962, 0.154785320999963, 0.1567107579999174, 0.1552737199999683, 0.15694046799990247, 0.1603843500001858, 0.15520283800015022, 0.15724200299973745, 0.15805835900027887, 0.1553221819999635, 0.15688823899972704, 0.15561671700015722, 0.15790434900009132, 0.15506633299992245, 0.1551525469999433, 0.15490061800028343, 0.15899826399981976, 0.15653691099987554, 0.15655518900030074, 0.1541424509996432, 0.15396036900028776, 0.1555865539999104, 0.15443925199997466, 0.15734260299996095, 0.1558807199999137, 0.15798806700013301, 0.15667089699991266, 0.15664181000011013, 0.15627527000015107, 0.1550060139998095, 0.15688492500021312, 0.15588110799990318, 0.15514851899979476, 0.15818182600014552, 0.15721030999975483, 0.15720069600001807, 0.1605871169999773, 0.15661149100014882, 0.15596358899983898, 0.15525717500031533, 0.15537017899987404, 0.1573641919999318, 0.15297534599994833, 0.15751774000000296, 0.1562554850002016, 0.15522482899996248, 0.15476412199996048, 0.15743337599997176, 0.15813059999982215, 0.1588490100002673, 0.15403614700016988, 0.15377498999987438, 0.15675402799979565, 0.16483681499994418, 0.16070747799994933, 0.15775186000018948, 0.1580555240002468, 0.16196883899965542, 0.15772656600029222, 0.16365987599965592, 0.15791486000034638, 0.15734739799972886, 0.15576609100025962, 0.15759858299998086, 0.15668548099984037, 0.15558948599982614, 0.1562189340002078, 0.15698634599993966, 0.15661493600009635, 0.15664692400014246, 0.1567236679998132, 0.15830568899991704, 0.15784878700014815, 0.15743442199982383, 0.16219025600003079, 0.15457380699990608, 0.15799084700029198, 0.15742300700003398, 0.15565931499986618, 0.15573354499974812, 0.15766906600038055, 0.1578834519996235, 0.15808457500043005, 0.15561079099961717, 0.1553056480001942, 0.15830117099994823, 0.15502199599995947, 0.15495599199994103, 0.15519484000014927, 0.15713128500010498, 0.15956994599991958, 0.15464313599977686, 0.1563854400001219, 0.15960193699993397, 0.15776446300014868, 0.15812408500005404, 0.16120335499999783, 0.1593602469997677, 0.15707485300026747, 0.15869916199972067, 0.15790796200008117, 0.1574342600001728, 0.15912228599972877, 0.1560307009999633, 0.1568843170002765, 0.15749320399982025, 0.15594194699997388, 0.1564209190000838, 0.15560900599984961, 0.15399738400037677, 0.15548982099971909, 0.1561122200000682, 0.15639551300000676, 0.1600616059999993, 0.15575729200008936, 0.1550218259999383, 0.15843921099985891, 0.1580617490003533, 0.15735163099998317, 0.15699149600004603, 0.15899441699957606, 0.1587281640004221, 0.1561548359995868, 0.15486918500027969, 0.15569527599973298, 0.15593995600011112, 0.15715389100023458, 0.16117732199973034, 0.16322464299992134, 0.15753916700032278, 0.15718178599991006, 0.1587771609997617, 0.15548585700025797, 0.1535207779998018, 0.15438048500027435, 0.1604752749999534, 0.157669268999598, 0.1530781050000769, 0.15363273399998434, 0.1538589250003497, 0.1574008809998304, 0.1541127619998406, 0.1550118640002438, 0.15644560800001273, 0.15507027700004983, 0.15577365899980578, 0.15584530900014215, 0.15388207299974965, 0.15400645099998655, 0.15661934500030839, 0.15746441800001776, 0.1559751619997769, 0.15739756199991461, 0.1575168650001615, 0.15513489500017386, 0.15918475099988427, 0.15696956200008572, 0.16185162800002217, 0.15370120799980214, 0.15376501699984146, 0.1550105680003071, 0.15579466300005151, 0.15600376799966398, 0.1546443730003375, 0.15538718399966456, 0.1563854139999421, 0.15926460300033796, 0.1579204340000615, 0.15806964099965626, 0.1601678530000754, 0.15631345400015562, 0.1566420549997929, 0.15653617499992833, 0.15789382100001603, 0.15615666900021097, 0.15641273099981845, 0.1587426510000114, 0.15770082000017283, 0.15956506099973922, 0.1591820420003387, 0.16093033900006048, 0.1565496919997713, 0.1549091500000941, 0.1575331220001317, 0.15750341099965226, 0.1572671280000577, 0.15607255200029613, 0.15543907999972362, 0.15677344000005178, 0.15575954099995215, 0.15613392300019768, 0.15829071999996813, 0.1565902490001463, 0.15523965699958353, 0.15656766000029165, 0.1560216429998036, 0.15707555800008777, 0.15899570800002039, 0.16307866800025295, 0.1565101460000733, 0.1531917140000587, 0.15566494499989858, 0.15677199499987182, 0.15406346000008853, 0.1560850149999169, 0.15806667800006835, 0.15473167499976626, 0.15574855600016235, 0.1576748319998842, 0.155666735000068, 0.15910718099985388, 0.15729835600041042, 0.158809576999829, 0.1581639969999742, 0.15805869399991934, 0.15486477900003592, 0.15760643300018273, 0.15469344899975113, 0.1544485720000921, 0.15631019000011293, 0.15533479399982753, 0.15645204400016155, 0.1559344819997932, 0.1550699330000498, 0.15623118900020927, 0.15425234199983606, 0.1560812480001914, 0.15932338999982676, 0.15573710999979085, 0.15577891400016597, 0.15636216299981243, 0.15595392200020797, 0.1564352999998846, 0.1551277379999192, 0.15595772300002864, 0.15568491500016535, 0.15791519200001858, 0.1564022490001662, 0.15601876699975037, 0.1549026259999664, 0.157713877000333, 0.15694489499992414, 0.16112973500003136, 0.15827475900005084, 0.16109934699989026, 0.16100288899997395, 0.15802416599990465, 0.1576351789999535, 0.1540968240001348, 0.15755771299973276, 0.15703685300013603, 0.15822324300006585, 0.1580446100001609, 0.1594371129999672, 0.15616751099969406, 0.15685251500008235, 0.15546231400003307, 0.1576254130000052, 0.15697127100020225, 0.15752388999999312, 0.15938541199966494, 0.15954452899995886, 0.15780162600003678, 0.15988253700015775, 0.15637692600012087, 0.15577857900007075, 0.15749628399998983, 0.15553170999965005, 0.15466802300034033, 0.15368101499961995, 0.1547784010003852, 0.1564066669998283, 0.1552600859999984, 0.15571937100003197, 0.15535347100012586, 0.15568819700001768, 0.15643656799966266, 0.15538772300033088, 0.1542895579996184, 0.15486610800007838, 0.15516840300006152, 0.1571032820002074, 0.15280296399987492, 0.15629116099989915, 0.15383972200015705, 0.15806524399977206, 0.15823626600013085, 0.15644359799989616, 0.15450748600005682, 0.15692422100028125, 0.15576520699960383, 0.1552057820003938, 0.1569642389999899, 0.15839502599965272, 0.15628939099997297, 0.16511302900016744, 0.1560091490000559, 0.1545464840000932, 0.15348110099967016, 0.15582402500012904, 0.154679404000035, 0.15583924200018373, 0.15525505799996608, 0.15687165800000002, 0.15785607699990578, 0.15628163400015183, 0.15456331099994713, 0.15473309799972412, 0.15539962699995158, 0.16104731000041284, 0.16037963499957186, 0.1565072900002633, 0.156147726999734, 0.15941965700039873, 0.15746534899972175, 0.15752181000016208, 0.15915523200010284, 0.1610268729996278, 0.15872403700041104, 0.15625650099991617, 0.15600405799978034, 0.15629819400010092, 0.15853941500017754, 0.15707096599999204, 0.15852069699985805, 0.15785210900003221, 0.15499777800005177, 0.154173429000366, 0.15522827499989944, 0.158061202999761, 0.153815743999985, 0.15503934000025765, 0.1556591099997604, 0.15898902400022052, 0.1566275569998652, 0.15703501000007236, 0.1579250670001784, 0.1589299239999491, 0.15438091799978793, 0.1537332709999646, 0.15371481000011045, 0.15759468299984292, 0.15485767600011968, 0.15537980399994922, 0.1565023520001887, 0.15547268699992856, 0.1571544299999914, 0.15936617399984243, 0.16655830299987429, 0.15546382600041397, 0.15499252299969157, 0.15430581400005394, 0.15500400000019, 0.15512286099965422, 0.15531285000042772, 0.15503424099961194, 0.1564153150002312, 0.16037161499980357, 0.15640753100024085, 0.15483088199971462, 0.1547419770004126, 0.15823517699982403, 0.15581692700015992, 0.156591534999734, 0.1557184190000953, 0.15621256499980518, 0.15524706400037758, 0.15490627599956497, 0.15533364900011293, 0.1546931590000895, 0.1550371640000776, 0.1534707860000708, 0.15440370299984352, 0.15548791899982461, 0.15478230200005783, 0.1572109960002308, 0.15546082299988484, 0.15461603799985824, 0.1568251430003329, 0.15698801099961202, 0.15918897000028664, 0.15433861199971943, 0.15639157800023895, 0.15369176800004425, 0.15596702899983939, 0.15489744100023017, 0.15786215399975845]",tokens/s,6.390322509159854,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mistral,TencentARC/Mistral_Pro_8B_v0.1,TencentARC/Mistral_Pro_8B_v0.1,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-160m,EleutherAI/pythia-160m,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-6.7b,EleutherAI/pythia-6.7b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-13b,facebook/opt-13b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-6.7b,facebook/opt-6.7b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,microsoft/rho-math-1b-v0.1,microsoft/rho-math-1b-v0.1,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-2.7b,EleutherAI/pythia-2.7b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen2-beta-72B,Qwen/Qwen2-beta-72B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-0.5B,Qwen/Qwen1.5-0.5B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-1.8B,Qwen/Qwen1.5-1.8B,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-70m,EleutherAI/pythia-70m,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gemma,google/gemma-2b,google/gemma-2b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-40b,tiiuae/falcon-40b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gemma,google/gemma-7b,google/gemma-7b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-125m,facebook/opt-125m,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,dbrx,databricks/dbrx-base,databricks/dbrx-base,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-350m,facebook/opt-350m,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stablelm,stabilityai/stablelm-2-12b,stabilityai/stablelm-2-12b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/polyglot-ko-12.8b,EleutherAI/polyglot-ko-12.8b,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt2,openai-community/gpt2,openai-community/gpt2,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,codegen,Salesforce/codegen-6B-nl,Salesforce/codegen-6B-nl,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, float16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-410m,EleutherAI/pythia-410m,cpu,,42,,,True,True,,float16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen,Qwen/Qwen-7B,Qwen/Qwen-7B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-66b,facebook/opt-66b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,stabilityai/stablelm-base-alpha-7b,stabilityai/stablelm-base-alpha-7b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-2.7B,EleutherAI/gpt-neo-2.7B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 564, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: GPTNeoForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-7b,tiiuae/falcon-7b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Llama-2-7b-hf,meta-llama/Llama-2-7b-hf,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-rw-1b,tiiuae/falcon-rw-1b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-4B,Qwen/Qwen1.5-4B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,internlm2,internlm/internlm2-20b,internlm/internlm2-20b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,deci,Deci/DeciLM-7B,Deci/DeciLM-7B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 559, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: DeciLMForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stablelm,stabilityai/stablelm-3b-4e1t,stabilityai/stablelm-3b-4e1t,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-13b,huggyllama/llama-13b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-2.7b,facebook/opt-2.7b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,phi,microsoft/phi-1_5,microsoft/phi-1_5,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,recurrent_gemma,google/recurrentgemma-2b,google/recurrentgemma-2b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gptj,EleutherAI/gpt-j-6b,EleutherAI/gpt-j-6b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 564, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: GPTJForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stablelm,stabilityai/stablelm-2-1_6b,stabilityai/stablelm-2-1_6b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,togethercomputer/RedPajama-INCITE-Base-3B-v1,togethercomputer/RedPajama-INCITE-Base-3B-v1,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Meta-Llama-3-8B,meta-llama/Meta-Llama-3-8B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen2-beta-14B,Qwen/Qwen2-beta-14B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-32B,Qwen/Qwen1.5-32B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-125m,EleutherAI/gpt-neo-125m,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 564, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: GPTNeoForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,xglm,facebook/xglm-564M,facebook/xglm-564M,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen,Qwen/Qwen-14B,Qwen/Qwen-14B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-7b,huggyllama/llama-7b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-180B,tiiuae/falcon-180B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neo,EleutherAI/gpt-neo-1.3B,EleutherAI/gpt-neo-1.3B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 564, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3826, in from_pretrained config = cls._autoset_attn_implementation( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1565, in _autoset_attn_implementation config = cls._check_and_enable_sdpa( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 1731, in _check_and_enable_sdpa raise ValueError( ValueError: GPTNeoForCausalLM does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet. Please request the support for this architecture: https://github.com/huggingface/transformers/issues/28005. If you believe this error is a bug, please open an issue in Transformers GitHub repository and load your model with the argument `attn_implementation=""eager""` meanwhile. Example: `model = AutoModel.from_pretrained(""openai/whisper-tiny"", attn_implementation=""eager"")` ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mistral,mistralai/Mistral-7B-v0.1,mistralai/Mistral-7B-v0.1,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mixtral,mistralai/Mixtral-8x7B-v0.1,mistralai/Mixtral-8x7B-v0.1,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen,Qwen/Qwen-72B,Qwen/Qwen-72B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-30b,facebook/opt-30b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2_moe,Qwen/Qwen1.5-MoE-A2.7B,Qwen/Qwen1.5-MoE-A2.7B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-1.3b,EleutherAI/pythia-1.3b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-1.4b,EleutherAI/pythia-1.4b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,01-ai/Yi-34B,01-ai/Yi-34B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 57, in launch raise RuntimeError(f""Isolated process exited with non-zero code {isolated_process.exitcode}"") RuntimeError: Isolated process exited with non-zero code -9 ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-12b,EleutherAI/pythia-12b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,xglm,facebook/xglm-4.5B,facebook/xglm-4.5B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,xglm,facebook/xglm-7.5B,facebook/xglm-7.5B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-14B,Qwen/Qwen1.5-14B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Llama-2-70b-hf,meta-llama/Llama-2-70b-hf,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,Deci/DeciCoder-1b,Deci/DeciCoder-1b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 66, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 104, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 182, in run_model_loading_tracking backend.load() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 71, in load self.load_transformers_model() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 151, in load_transformers_model self.load_transformers_model_with_no_weights() File ""/workspace/optimum_benchmark/backends/pytorch/backend.py"", line 126, in load_transformers_model_with_no_weights self.pretrained_model = self.automodel_loader.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/models/auto/auto_factory.py"", line 559, in from_pretrained return model_class.from_pretrained( File ""/usr/local/lib/python3.10/dist-packages/transformers/modeling_utils.py"", line 3832, in from_pretrained model = cls(config, *model_args, **model_kwargs) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 248, in __init__ self.model = DeciCoderModel(config) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 215, in __init__ self.layers = nn.ModuleList([DeciCoderDecoderLayer(config) for _ in range(config.num_hidden_layers)]) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 215, in self.layers = nn.ModuleList([DeciCoderDecoderLayer(config) for _ in range(config.num_hidden_layers)]) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 181, in __init__ self.self_attn = DeciCoderAttention(config=config) File ""/root/.cache/huggingface/modules/transformers_modules/Deci/DeciCoder-1b/d045c14763eab7225fe79a6bc309890fda7b1483/modeling_decicoder.py"", line 54, in __init__ self._init_rope() File ""/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py"", line 1729, in __getattr__ raise AttributeError(f""'{type(self).__name__}' object has no attribute '{name}'"") AttributeError: 'DeciCoderAttention' object has no attribute '_init_rope' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Meta-Llama-3-70B,meta-llama/Meta-Llama-3-70B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,togethercomputer/RedPajama-INCITE-Base-7B-v0.1,togethercomputer/RedPajama-INCITE-Base-7B-v0.1,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-72B,Qwen/Qwen1.5-72B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,internlm,internlm/internlm-20b,internlm/internlm-20b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-110B,Qwen/Qwen1.5-110B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,codegen,Salesforce/codegen-16B-nl,Salesforce/codegen-16B-nl,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt2,openai-community/gpt2-large,openai-community/gpt2-large,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-65b,huggyllama/llama-65b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,huggyllama/llama-30b,huggyllama/llama-30b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,meta-llama/Llama-2-13b-hf,meta-llama/Llama-2-13b-hf,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-7B,Qwen/Qwen1.5-7B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,stabilityai/stablelm-base-alpha-3b,stabilityai/stablelm-base-alpha-3b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,recurrent_gemma,google/recurrentgemma-9b,google/recurrentgemma-9b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/gpt-neox-20b,EleutherAI/gpt-neox-20b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mixtral,mistralai/Mixtral-8x22B-v0.1,mistralai/Mixtral-8x22B-v0.1,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,01-ai/Yi-6B,01-ai/Yi-6B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,,MB,12557.254656,,,,,s,1,160.4551684070002,160.4551684070002,0.0,160.4551684070002,160.4551684070002,160.4551684070002,160.4551684070002,[160.4551684070002],,kWh,0.0018660699616395847,0.0010170794323038333,0,0.002883149393943418,,MB,12694.46656,,,,,s,10,20.61822961899952,2.061822961899952,0.0033616659141232096,2.0617715564999344,2.0658904576997883,2.0662849038498736,2.0666004607699415,"[2.0658028029997695, 2.064605303999997, 2.0617398059998777, 2.059075086000121, 2.0545792289999554, 2.0612258730002395, 2.061803306999991, 2.0666793499999585, 2.0629448139998203, 2.0597740469997916]",tokens/s,124.1619696407388,kWh,2.4306145003263947e-05,1.3247610709384244e-05,0.0,3.755375571264819e-05,tokens/kWh,6816894.745730548,MB,12695.588864,,,,,s,10,76.76442203100078,7.676442203100078,0.026933464947512954,7.675267512999881,7.699767355900076,7.714915727950119,7.727034425590155,"[7.691885771000216, 7.6847451039998305, 7.694264640000256, 7.665211688999989, 7.696401051000066, 7.636871704999976, 7.665789921999931, 7.642235307000192, 7.656952742000158, 7.730064100000163]",tokens/s,8.206926898317281,kWh,9.063020410333329e-05,4.9397000212246644e-05,0.0,0.00014002720431557995,tokens/kWh,449912.5745452763,,s,630,76.76045342999987,0.12184198957142836,0.002096309098102627,0.1214322330001778,0.12396541999992224,0.1254860213001848,0.1315847165498599,"[0.12664753799981554, 0.12194706200034489, 0.12133578999964811, 0.12075005600036093, 0.12137411200001225, 0.12121965899996212, 0.12074733500003276, 0.12471200399977533, 0.12604426000007152, 0.13333035899995593, 0.1199244730000828, 0.1195822079998834, 0.12023318100000324, 0.12200296799983334, 0.12207589400031793, 0.12074324200011688, 0.12186044299960486, 0.1212683180001477, 0.12198097899999993, 0.12258160600003976, 0.12221204300021782, 0.12269174599987309, 0.12166761199978282, 0.1216239499999574, 0.1222561660001702, 0.12028830500003096, 0.12259636999988288, 0.11936453299995264, 0.12281467399998292, 0.12152168500006155, 0.11983409499998743, 0.12032224699987637, 0.12172660900023402, 0.12236456499977066, 0.12102418500035128, 0.12159911199978524, 0.12261459499995908, 0.12336734400014393, 0.12953225899991594, 0.12206963100015855, 0.1228854539999702, 0.12176326100006918, 0.12068981599986728, 0.11974018999990221, 0.1217255120000118, 0.12194211699988955, 0.12169928499997695, 0.12261755600002289, 0.1218526750003548, 0.12136494599963044, 0.12033371100005752, 0.12073462200032736, 0.12038529099982043, 0.12006975900021644, 0.12212342899965734, 0.12365106700008255, 0.12227937700026814, 0.1220732069996302, 0.12093760200014003, 0.12167667099993196, 0.12334863300020515, 0.12175838499979363, 0.12396403899992947, 0.13371361600002274, 0.12511712599962266, 0.12440179800023543, 0.12300249000008989, 0.1264976869997554, 0.12514484500024992, 0.12119231399992714, 0.12211041799992017, 0.12216801900012797, 0.12300000300001557, 0.12225000599983105, 0.12273761100004776, 0.12132010499999524, 0.13084195999999793, 0.11917482699982429, 0.11964611300027173, 0.1204012429998329, 0.12060596399987844, 0.12005993200000376, 0.11788798200041128, 0.11918265899976177, 0.11954262600011134, 0.12052780600015467, 0.12197851299970353, 0.12462923800012504, 0.12185498899998493, 0.1221419829998922, 0.12043271399988953, 0.12226715800034071, 0.12093625199986491, 0.12051980299975185, 0.12156824800013055, 0.12128536399995937, 0.12405599200019424, 0.12131058599970856, 0.12223835200029498, 0.12085810500002481, 0.1217148629998519, 0.12097425799993289, 0.11883936200001699, 0.12167875500017544, 0.1209876049997547, 0.12053075100038768, 0.11975514699997802, 0.12170157599985032, 0.12039222199973665, 0.1191673980001724, 0.1204399769999327, 0.1217495420000887, 0.12074985100025515, 0.12156126299987591, 0.1203483489998689, 0.12008595099996455, 0.12140376000024844, 0.12029992899988429, 0.12000733300010324, 0.12351421199991819, 0.12572959299996, 0.12418672900003003, 0.12420024799985185, 0.12319071100000656, 0.12403601200003322, 0.12051499200015314, 0.1288078319998931, 0.12063472600038949, 0.12059082799987664, 0.11985184200011645, 0.12202753199971994, 0.12224767199995767, 0.12311918900013552, 0.12499823200005267, 0.12254627399988749, 0.12176350700019611, 0.12198714599981031, 0.12053325299984863, 0.12225173100023312, 0.12184842799979378, 0.11962181900025826, 0.1201107189999675, 0.12171532000002117, 0.12175416799982486, 0.12562406699998974, 0.12062407300027189, 0.12360323799975959, 0.12184526600003664, 0.12215893500024322, 0.12552709999999934, 0.1276881809999395, 0.12192363099984505, 0.12212715299983756, 0.12075196700016022, 0.1200910450002084, 0.12247742799991101, 0.12070194599982642, 0.1215146160002405, 0.12211994199969922, 0.12144204600008379, 0.12098502200024086, 0.12097585999981675, 0.12089511700014555, 0.12332264999986364, 0.12003267899990533, 0.12051256800032206, 0.12253786099972785, 0.1230578989998321, 0.12528877100021418, 0.12021318300003259, 0.12001910700018925, 0.12127035799994701, 0.12440744800005632, 0.11978143099986482, 0.12078388899999482, 0.13095820899980026, 0.12016379500028052, 0.12008782099974269, 0.12076256799991825, 0.12141333299996404, 0.12018937000038932, 0.12158806699972047, 0.12192553600016254, 0.12169941899992409, 0.12085669599991888, 0.1281551520000903, 0.12156721700011985, 0.12122323799985679, 0.12257600600014484, 0.13454689299987876, 0.12820415899977888, 0.12370902800012118, 0.12103719200013074, 0.12075719899985415, 0.12042281499998353, 0.12084068900003331, 0.12165017200004513, 0.1203154690001611, 0.12119932999985394, 0.12071187199990163, 0.12084642900026665, 0.12146239599996989, 0.12236149499995008, 0.12397784899985709, 0.12303879099999904, 0.12154065200002151, 0.12008852300004946, 0.12013745400008702, 0.12044708899975376, 0.1200785910000377, 0.12157951100016362, 0.120577511999727, 0.12067537400025685, 0.12123775400004888, 0.11908127199967566, 0.12279520700030844, 0.12288148499965246, 0.12189328400017985, 0.12064436299988301, 0.12142242000027181, 0.12176583399968877, 0.12160716900007174, 0.12008883499993317, 0.12251766100007444, 0.12165126800027792, 0.1231961839998803, 0.1223088460001236, 0.12339147600005163, 0.12181525799996962, 0.12187020599958487, 0.12384212200004185, 0.12068002100022568, 0.12098327100011375, 0.11994608399982098, 0.12029353900015849, 0.12014048899982299, 0.12148071399997207, 0.12073435599995719, 0.12038439800016931, 0.1201207690000956, 0.12020703799998955, 0.12055331600004138, 0.11975598999970316, 0.12101199100015947, 0.12341529400009676, 0.12381966999964789, 0.12119166400043468, 0.1204468809996797, 0.11997332100008862, 0.11966006400007245, 0.1259058800001185, 0.11990892099993289, 0.1236432689997855, 0.12281609499996193, 0.12275215699992259, 0.12360324300016146, 0.12173536299997068, 0.12339412200026345, 0.12278514599984192, 0.12161214199977621, 0.12155606100031946, 0.12032789599970783, 0.12200403099996038, 0.12362862800000585, 0.12323991900029796, 0.12234818799970526, 0.1224889320001239, 0.12168542800009163, 0.12219906900008937, 0.12300075699977242, 0.12226453199991738, 0.12344373500036454, 0.12445083900001919, 0.12186886899962701, 0.12205883800015727, 0.12109455400013758, 0.12151236699992296, 0.12024714600011066, 0.1198448019999887, 0.11975641199978782, 0.12035071199989034, 0.12189893400000074, 0.12291208600026948, 0.12146197499987466, 0.12681593700017402, 0.1208294630000637, 0.11982735599985972, 0.12221562800004904, 0.12285642200004077, 0.12170522699989306, 0.12360096099973816, 0.12418725700035793, 0.12144569499969293, 0.12299492000011014, 0.1258096569999907, 0.1205228899998474, 0.12112920200024746, 0.12241729400011536, 0.1219006419996731, 0.12102195500028756, 0.13255436700001155, 0.12216853499967328, 0.11988566100035314, 0.12133255499975348, 0.12062960299999759, 0.12186864800014519, 0.12227533199984464, 0.11989451399995232, 0.12078038700019533, 0.12233044200002041, 0.12155816799986496, 0.12056794000000082, 0.12106690500013428, 0.12103095800011943, 0.1207914950000486, 0.13234959300007176, 0.12167708299966762, 0.12203104300033374, 0.12195027600000685, 0.12631732599993484, 0.12462011699972209, 0.12128776600002311, 0.12081311000019923, 0.12151790000007168, 0.12036528899989207, 0.12010539999982939, 0.12001947399994606, 0.11959625999998025, 0.12079096500019659, 0.12011076199996751, 0.1192487280000023, 0.12262022400000205, 0.12039945500009708, 0.11945646799995302, 0.12360703800004558, 0.12044409500003894, 0.12042055299980348, 0.12074878500015984, 0.12001541099971291, 0.12194359900013296, 0.12141128700022819, 0.12071115799972176, 0.12129559499999232, 0.12159950900013428, 0.12582647699991867, 0.12007702800019615, 0.12011739899980967, 0.11993607700014763, 0.12849034100008794, 0.12167368599966721, 0.12069018700003653, 0.11989235200007897, 0.12078786300025968, 0.12051447599969833, 0.12099872699991465, 0.12005430199997136, 0.11881559800031027, 0.11970456299968646, 0.12034007900001598, 0.12081172800026252, 0.11921514699997715, 0.11896617200000037, 0.12024919199984652, 0.12100148400031685, 0.1223293489997559, 0.12031517100012934, 0.1199937379997209, 0.12031143900003372, 0.12090854500002024, 0.1207341730000735, 0.12088797200021872, 0.12215406499990422, 0.1205152449997513, 0.12146855800028789, 0.11962923200007936, 0.12029383999970378, 0.1199535610003295, 0.121346975999586, 0.13184061399988423, 0.12110104700013835, 0.12014191699972798, 0.12071312000034595, 0.12201583299975027, 0.121243867999965, 0.12446270999998887, 0.12405051399991862, 0.12073516700002074, 0.1198190150003029, 0.12156221799978084, 0.1236329440002919, 0.12211544699994192, 0.12060226399989915, 0.11979510099990875, 0.12036147400021946, 0.12104039499990904, 0.12079714599985891, 0.12151525499984928, 0.12188856100010526, 0.12106569300021874, 0.12139240099986637, 0.12282885700005863, 0.12207219599986274, 0.12135023800010458, 0.12063342700002977, 0.12020502199993643, 0.1198161520001122, 0.12179536399980861, 0.12115920699989147, 0.12060914100038644, 0.11952416199983418, 0.12066489600010755, 0.12010349499996664, 0.12066347600011795, 0.11991136599999663, 0.12247477499977322, 0.12112334699986604, 0.12138367200032008, 0.12101979499993831, 0.1230014919997302, 0.13211945700004435, 0.12101690500003315, 0.12012556199988467, 0.12140721500009022, 0.12078373400026976, 0.12080778599965925, 0.12254965200008883, 0.12131556700023793, 0.12036244599994461, 0.12362868199988952, 0.12120793700023569, 0.1206143350000275, 0.12482495499989454, 0.12175918299999466, 0.1196325349997096, 0.12202194800011057, 0.12121557799991933, 0.12230181299992182, 0.12108224800022072, 0.12038564600015889, 0.12234475900004327, 0.12168223599974226, 0.12993762099995365, 0.1219427099999848, 0.12236299000005602, 0.12028110600022046, 0.12183311799981311, 0.1219658420000087, 0.12072217100012494, 0.1206633349997901, 0.12292633700008082, 0.12054910500000915, 0.12361963500006823, 0.12281160000020463, 0.11997090099976049, 0.11918195299995205, 0.11941249300025447, 0.12036637299979702, 0.12045193099993412, 0.12069836199998463, 0.121266746999936, 0.11997676200007845, 0.11913753499993618, 0.12094426500016198, 0.12111426199999187, 0.12091790900012711, 0.1234222069997486, 0.12203523400012273, 0.12051976300017486, 0.12109619900002144, 0.12062738699978581, 0.12035904899994421, 0.12054296499991324, 0.12114753000014389, 0.12316389399984473, 0.12308459500036406, 0.12026327399962611, 0.11960575500006598, 0.12192664000031073, 0.120241280999835, 0.11962344799985658, 0.12201305200005663, 0.12232750100019985, 0.12112632399976064, 0.12122715700024855, 0.12171778299989455, 0.122549324999909, 0.12287262600011672, 0.12324687599993922, 0.11996495999983381, 0.12134191400036798, 0.12014270899999246, 0.11991607599975396, 0.11966348099986135, 0.12076821100026791, 0.1213135279999733, 0.12017260199991142, 0.12039233899986357, 0.1212528620003468, 0.12178636399994502, 0.12125302799995552, 0.12092479100010678, 0.12240912699962792, 0.12227209700040476, 0.12037223099969196, 0.1250693339998179, 0.12114171800021722, 0.12122429000010015, 0.12010477400008313, 0.12272041399955924, 0.11856619400032287, 0.12067820899983417, 0.12273312400020586, 0.12337203099968974, 0.11990761100014424, 0.12131262799994147, 0.1252157500002795, 0.12610527799961346, 0.12064052200003061, 0.12187491700024111, 0.12282552699980442, 0.12154523200024414, 0.12078031900000497, 0.12086692499997298, 0.12017274499976338, 0.11928214699992168, 0.12155677300006573, 0.12081203700017795, 0.12048303599976862, 0.12176066300025923, 0.12140864100001636, 0.12101130299970464, 0.12543581400041148, 0.12522320099969875, 0.1209575779998886, 0.12096994200010158, 0.12299798000003648, 0.12101951900012864, 0.1220577429999139, 0.12393588499980979, 0.12020818600012717, 0.1192995209999026, 0.12111253600005512, 0.12123265200034439, 0.12154668099992705, 0.12159947999998622, 0.12240200199994433, 0.12070002099972044, 0.12039738800012856, 0.11967388699986259, 0.11975924900025348, 0.12161896599991451, 0.12326879500005816, 0.12156007800012958, 0.12065713899983166, 0.12085953899986634, 0.12035322000019733, 0.12052181399985784, 0.12102871300021434, 0.12058942699968611, 0.12203070000032312, 0.12373657499983892, 0.12372752500004935, 0.12102147299992794, 0.12087799700020696, 0.12018539099972259, 0.12016857600019648, 0.1206697540001187, 0.1260373370000707, 0.12291778300004808, 0.12255590499989921, 0.12278843900003267, 0.12219809899988832, 0.12093562300015037, 0.12076604000003499, 0.12263885499987737, 0.12345274300014353, 0.12172923699972671, 0.12241016699999818, 0.12152014900038921, 0.1211286999996446, 0.12540240800035463, 0.12401144199975533, 0.12246551099997305, 0.12297720600008688, 0.1193826319999971, 0.12046380899982978, 0.12190622700018139, 0.12272863499993036, 0.12458610800013048, 0.1236448360000395, 0.124810762999914, 0.1245431910001571, 0.12340929899983166, 0.12122276199988846, 0.12149614400004793, 0.12110289900010685, 0.12589748799973677, 0.1250151360000018, 0.12333136000006562, 0.12164115699988542, 0.12216027100021165, 0.1259507710001344, 0.123735219000082, 0.12364940599991314, 0.12278400300010617, 0.12070879899965803, 0.12169355400010318, 0.12224357900004179, 0.12250204300016776, 0.12415420799970889, 0.12248227999998562, 0.12328268300007039, 0.12300031099994158, 0.12260916600007477, 0.1214871420002055, 0.12310059499986892, 0.12179838600013682, 0.12120613599972785, 0.12254526500009888, 0.12409056300020893, 0.12101524899981086, 0.12267379900004016, 0.11996001299985437, 0.12182654500020362, 0.1213649789997362, 0.12244670000018232, 0.12268947299980937, 0.12658922200034795, 0.12303092299998752, 0.1217849079998814]",tokens/s,8.207351205585512,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,mistral,TencentARC/Mistral_Pro_8B_v0.1,TencentARC/Mistral_Pro_8B_v0.1,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-160m,EleutherAI/pythia-160m,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-6.7b,EleutherAI/pythia-6.7b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-13b,facebook/opt-13b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-6.7b,facebook/opt-6.7b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,llama,microsoft/rho-math-1b-v0.1,microsoft/rho-math-1b-v0.1,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-2.7b,EleutherAI/pythia-2.7b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen2-beta-72B,Qwen/Qwen2-beta-72B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-0.5B,Qwen/Qwen1.5-0.5B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,qwen2,Qwen/Qwen1.5-1.8B,Qwen/Qwen1.5-1.8B,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-70m,EleutherAI/pythia-70m,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gemma,google/gemma-2b,google/gemma-2b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,falcon,tiiuae/falcon-40b,tiiuae/falcon-40b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gemma,google/gemma-7b,google/gemma-7b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-125m,facebook/opt-125m,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,dbrx,databricks/dbrx-base,databricks/dbrx-base,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,opt,facebook/opt-350m,facebook/opt-350m,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,stablelm,stabilityai/stablelm-2-12b,stabilityai/stablelm-2-12b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/polyglot-ko-12.8b,EleutherAI/polyglot-ko-12.8b,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt2,openai-community/gpt2,openai-community/gpt2,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,codegen,Salesforce/codegen-6B-nl,Salesforce/codegen-6B-nl,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, bfloat16-sdpa,pytorch,2.4.1+cpu,optimum_benchmark.backends.pytorch.backend.PyTorchBackend,text-generation,transformers,gpt_neox,EleutherAI/pythia-410m,EleutherAI/pythia-410m,cpu,,42,,,True,True,,bfloat16,True,False,,sdpa,,False,,False,forward,,False,,inference,optimum_benchmark.scenarios.inference.scenario.InferenceScenario,10,10,10,1,2,256,,True,True,True,64,64,process,optimum_benchmark.launchers.process.launcher.ProcessLauncher,False,,False,spawn, Intel(R) Xeon(R) Platinum 8488C,32,66326.188032,Linux,x86_64,Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35,x86_64,3.10.12,0.4.0,,4.44.2,,0.34.2,,,,1.22.0,,,,,,"Traceback (most recent call last): File ""/workspace/llm_perf/common/benchmark_runner.py"", line 106, in execute_and_log_benchmark benchmark_report = Benchmark.launch(benchmark_config) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 47, in launch report = launcher.launch(worker=cls.run, worker_args=[config]) File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 67, in launch raise ChildProcessError(response[""traceback""]) ChildProcessError: Traceback (most recent call last): File ""/workspace/optimum_benchmark/launchers/process/launcher.py"", line 103, in target report = worker(*worker_args) File ""/workspace/optimum_benchmark/benchmark/base.py"", line 68, in run report = scenario.run(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 89, in run self.run_model_loading_tracking(backend) File ""/workspace/optimum_benchmark/scenarios/inference/scenario.py"", line 178, in run_model_loading_tracking context_stack.enter_context(energy_tracker.track()) File ""/usr/lib/python3.10/contextlib.py"", line 492, in enter_context result = _cm_type.__enter__(cm) File ""/usr/lib/python3.10/contextlib.py"", line 135, in __enter__ return next(self.gen) File ""/workspace/optimum_benchmark/trackers/energy.py"", line 173, in track self.emission_tracker.start_task() File ""/usr/local/lib/python3.10/dist-packages/codecarbon/emissions_tracker.py"", line 547, in start_task if self._scheduler: AttributeError: 'EmissionsTracker' object has no attribute '_scheduler' ",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,